summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle McMartin <kyle@parisc-linux.org>2007-08-26 23:28:34 -0400
committerKyle McMartin <kyle@minerva.i.cabal.ca>2007-08-27 00:29:25 -0400
commit81b4b98ae484f11d97b3d5b8e88d916b74055b78 (patch)
tree7bc6bd55f965945e139a1a11136d994e93149a2f
parent88a79078f9ca7d84736799605ff9d9e9545f18e7 (diff)
downloadlinux-3.10-81b4b98ae484f11d97b3d5b8e88d916b74055b78.tar.gz
linux-3.10-81b4b98ae484f11d97b3d5b8e88d916b74055b78.tar.bz2
linux-3.10-81b4b98ae484f11d97b3d5b8e88d916b74055b78.zip
[PARISC] Add NOTES section
Bisected bizarre kernel-space nullptr dereference in udev to commit 18991197b4b588255ccabf472ebc84db7b66a19c, adding the NOTES section fixes it. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
-rw-r--r--arch/parisc/kernel/vmlinux.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S
index d4e6a93c8d9..ee7a16eb6fd 100644
--- a/arch/parisc/kernel/vmlinux.lds.S
+++ b/arch/parisc/kernel/vmlinux.lds.S
@@ -81,6 +81,8 @@ SECTIONS
__ex_table : { *(__ex_table) }
__stop___ex_table = .;
+ NOTES
+
__start___unwind = .; /* unwind info */
.PARISC.unwind : { *(.PARISC.unwind) }
__stop___unwind = .;