OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a7907
)
[PARISC] Add NOTES section
author
Kyle McMartin
<kyle@parisc-linux.org>
Mon, 27 Aug 2007 03:28:34 +0000
(23:28 -0400)
committer
Kyle McMartin
<kyle@minerva.i.cabal.ca>
Mon, 27 Aug 2007 04:29:25 +0000
(
00:29
-0400)
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>
arch/parisc/kernel/vmlinux.lds.S
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/vmlinux.lds.S
b/arch/parisc/kernel/vmlinux.lds.S
index
d4e6a93
..
ee7a16e
100644
(file)
--- 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 = .;