浏览代码

[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>
Kyle McMartin 17 年之前
父节点
当前提交
81b4b98ae4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/parisc/kernel/vmlinux.lds.S

+ 2 - 0
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 = .;