From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH -tip RFC v2 01/22] kprobes: Prohibit probing on .entry.text code Date: Fri, 15 Nov 2013 18:46:40 +0100 Message-ID: References: <20131115045312.27580.95902.stgit@kbuild-fedora.novalocal> <20131115045318.27580.69554.stgit@kbuild-fedora.novalocal> <20131115114306.5d14db66@gandalf.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-pb0-f50.google.com ([209.85.160.50]:52263 "EHLO mail-pb0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751192Ab3KORql (ORCPT ); Fri, 15 Nov 2013 12:46:41 -0500 In-Reply-To: <20131115114306.5d14db66@gandalf.local.home> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Steven Rostedt Cc: Masami Hiramatsu , Ingo Molnar , Linux-Arch , Ananth N Mavinakayanahalli , Peter Zijlstra , Frederic Weisbecker , the arch/x86 maintainers , lkml , virtualization@lists.linux-foundation.org, Ingo Molnar , Al Viro , "H. Peter Anvin" , Thomas Gleixner , Seiji Aguchi , "David S. Miller" On Fri, Nov 15, 2013 at 5:43 PM, Steven Rostedt wrote: > On Fri, 15 Nov 2013 04:53:18 +0000 > Masami Hiramatsu wrote: > >> .entry.text is a code area which is used for interrupt/syscall >> entries, and there are many sensitive codes. >> Thus, it is better to prohibit probing on all of such codes >> instead of a part of that. >> Since some symbols are already registered on kprobe blacklist, >> this also removes them from the blacklist. > > This change only works with x86. On other archs, I get this: > > kernel/built-in.o: In function `register_kprobe': > (.kprobes.text+0x9f4): undefined reference to `__entry_text_start' > kernel/built-in.o: In function `register_kprobe': > (.kprobes.text+0x9f8): undefined reference to `__entry_text_end' > make[1]: *** [vmlinux] Error 1 > make: *** [sub-make] Error 2 X86 is the sole architecture that has ENTRY_TEXT in its arch/*/kernel/vmlinux.lds.S. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds