Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=81b4b98ae484f11d97b3d5b8e88d916b74055b78
Commit:     81b4b98ae484f11d97b3d5b8e88d916b74055b78
Parent:     88a79078f9ca7d84736799605ff9d9e9545f18e7
Author:     Kyle McMartin <[EMAIL PROTECTED]>
AuthorDate: Sun Aug 26 23:28:34 2007 -0400
Committer:  Kyle McMartin <[EMAIL PROTECTED]>
CommitDate: Mon Aug 27 00:29:25 2007 -0400

    [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 <[EMAIL PROTECTED]>
---
 arch/parisc/kernel/vmlinux.lds.S |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S
index d4e6a93..ee7a16e 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 = .;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to