Module Name: src
Committed By: sborrill
Date: Fri Nov 18 21:23:21 UTC 2011
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket #1688
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.109 -r1.1.2.110 src/doc/CHANGES-5.2
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-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.109 src/doc/CHANGES-5.2:1.1.2.110
--- src/doc/CHANGES-5.2:1.1.2.109 Fri Nov 18 21:11:25 2011
+++ src/doc/CHANGES-5.2 Fri Nov 18 21:23:20 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.109 2011/11/18 21:11:25 sborrill Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.110 2011/11/18 21:23:20 sborrill Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -5751,3 +5751,9 @@ sys/arch/i386/i386/vector.S 1.54
Keep interrupts disabled in NMI handler. Addresses PR/43007.
[dholland, ticket #1687]
+sys/kern/kern_module.c 1.84
+ Return ENOEXEC instead of 0 if the info of a kernel module
+ doesn't have the expected size. This prevents kernel panics
+ when loading broken modules.
+ [tron, ticket #1688]
+