Module Name: src Committed By: martin Date: Fri Nov 17 15:08:35 UTC 2017
Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Tickets #309, #337 and #351 To generate a diff of this commit: cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-8.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-8.0 diff -u src/doc/CHANGES-8.0:1.1.2.75 src/doc/CHANGES-8.0:1.1.2.76 --- src/doc/CHANGES-8.0:1.1.2.75 Wed Nov 8 22:26:58 2017 +++ src/doc/CHANGES-8.0 Fri Nov 17 15:08:35 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.0,v 1.1.2.75 2017/11/08 22:26:58 snj Exp $ +# $NetBSD: CHANGES-8.0,v 1.1.2.76 2017/11/17 15:08:35 martin Exp $ A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 until the 8.0 release: @@ -6747,3 +6747,22 @@ sys/netinet6/raw_ip6.c 1.158 back to the normal path. PR kern/52659 [ozaki-r, ticket #350] +sys/kern/vfs_vnode.c 1.99-1.100 +sys/sys/vnode_impl.h 1.17 + + Change the VSTATE_ASSERT_UNLOCKED code by pushing the potential lock + handling into the backend and doing an optimistic (unlocked) check + first. Always taking the vnode interlock makes this assertion + otherwise very heavy for multi-processor machines. + [hannken, ticket #309] + +bin/sh/jobs.c 1.91 via patch + + Fix job table handling for PR bin/52640 and PR bin/52641. + [kre, ticket #337] + +sys/arch/arm/cortex/a9_mpsubr.S 1.52 + + Ensure CNTVOFF is 0 before dropping out of Hyp mode. + [skrll, ticket #351] +