summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
diff options
context:
space:
mode:
authorKyle McMartin2007-08-27 05:28:34 +0200
committerKyle McMartin2007-08-27 06:29:25 +0200
commit81b4b98ae484f11d97b3d5b8e88d916b74055b78 (patch)
tree7bc6bd55f965945e139a1a11136d994e93149a2f /arch/parisc/kernel
parent[PARISC] Use compat_sys_getdents (diff)
downloadkernel-qcow2-linux-81b4b98ae484f11d97b3d5b8e88d916b74055b78.tar.gz
kernel-qcow2-linux-81b4b98ae484f11d97b3d5b8e88d916b74055b78.tar.xz
kernel-qcow2-linux-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>
Diffstat (limited to 'arch/parisc/kernel')
-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 d4e6a93c8d9a..ee7a16eb6fdd 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 = .;