Module Name:    src
Committed By:   snj
Date:           Thu Jul 14 07:26:42 UTC 2016

Modified Files:
        src/doc [netbsd-6-0]: CHANGES-6.0.7

Log Message:
1356, 1361, 1363-1365


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-6.0.7

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-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.68 src/doc/CHANGES-6.0.7:1.1.2.69
--- src/doc/CHANGES-6.0.7:1.1.2.68	Wed May 18 10:44:41 2016
+++ src/doc/CHANGES-6.0.7	Thu Jul 14 07:26:42 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.68 2016/05/18 10:44:41 snj Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.69 2016/07/14 07:26:42 snj Exp $
 
 A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
 release:
@@ -8641,3 +8641,40 @@ external/mit/expat/lib/libexpat/shlib_ve
 	Update expat to 2.1.1.  Apply fixes for CVE-2016-0718.
 	[spz, ticket #1383]
 
+sys/kern/kern_softint.c				1.42
+
+	Between softint_schedule() and softint_execute(), other CPU's
+	softint_disestablish causes panic.  Fix.
+	[knakahara, ticket #1356]
+
+sys/arch/x86/include/cpufunc.h			1.19
+sys/arch/x86/x86/errata.c			1.23
+
+	Adapt prototypes and usage of rdmsr_locked() and wrmsr_locked()
+	to their implementation.  Both functions don't take the passcode
+	as argument.
+	[hannken, ticket #1361]
+
+sys/nfs/nfs_vnops.c				1.309
+
+	Return an error if NFSPROC_LOOKUP returns the file handle of
+	the current directory.  Treating it as DOT lookup would put
+	garbage into the name cache and could panic on future lookups.
+	PR kern/50664.
+	[hannken, ticket #1363]
+
+external/gpl2/xcvs/dist/src/import.c		1.4
+
+	Remove trailing whitespace from imported messages when adding
+	new files.
+	[christos, ticket #1364]
+
+sys/arch/x86/x86/pmap.c				1.190
+
+	Operation pmap_pp_clear_attrs() may remove the "used" attribute
+	from a page that is still cached in the TLB of other CPUs.
+
+	Call pmap_tlb_shootnow() here before enabling preemption to
+	clear the TLB entries on other CPUs.
+	[hannken, ticket #1365]
+

Reply via email to