https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212561
--- Comment #8 from Peter Holm <[email protected]> --- I see no problems with 10.3-STABLE #3 r303848 $ cat bug212561.sh #!/bin/sh uname -a strings -a /boot/kernel/kernel | egrep "options.*INVARIANT" kldload zfs cd /usr/tests/sys/acl for i in `jot 100`; do kyua test > /dev/null 2>&1 done $ ./bug212561.sh FreeBSD t1.osted.lan 10.3-STABLE FreeBSD 10.3-STABLE #3 r303848: Fri Sep 16 13:31:52 CEST 2016 [email protected]:/usr/src/sys/amd64/compile/PHO amd64 options INVARIANT_SUPPORT options INVARIANTS $ -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
