From: Andy Lutomirski Date: Wed, 18 Jun 2014 22:59:46 +0000 (-0700) Subject: x86/vdso: Discard the __bug_table section X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5f56e7167e6d438324fcba87018255d81e201383;p=deliverable%2Flinux.git x86/vdso: Discard the __bug_table section It serves no purpose in user code. Signed-off-by: Andy Lutomirski Link: http://lkml.kernel.org/r/2a5bebff42defd8a5e81d96f7dc00f21143c80e8.1403129369.git.luto@amacapital.net Signed-off-by: H. Peter Anvin --- diff --git a/arch/x86/vdso/vdso-layout.lds.S b/arch/x86/vdso/vdso-layout.lds.S index 2ec72f651ebf..c84166cbcd28 100644 --- a/arch/x86/vdso/vdso-layout.lds.S +++ b/arch/x86/vdso/vdso-layout.lds.S @@ -75,6 +75,7 @@ SECTIONS /DISCARD/ : { *(.discard) *(.discard.*) + *(__bug_table) } }