Displaying 3 results from an estimated 3 matches for "within_kprobe_blacklist".
2013 Nov 20
0
[PATCH -tip v3 02/23] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
...structure in the "_kprobe_blacklist" section.
Since the data structures are not fully initialized by the
macro (because there is no "size" information), those
are re-initialized at boot time by using kallsyms.
Changes from previous version:
- Rename in_nokprobes_functions to within_kprobe_blacklist
and it returns a bool value istead of an error.
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com>
Cc: Ananth N Mavinakayanahalli <ananth at in.ibm.com>
Cc: "David S. Miller" <davem at davemloft.net>
Cc: Rob Landley <rob at landley.net>
Cc: Je...
2013 Nov 20
28
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
...already in the kprobe blacklist).
So I've decide to prohibit probing all of them.
Finally, I got an empty .kprobes.text on x86 :)
$ grep kprobes_text System.map
ffffffff81604980 T __kprobes_text_end
ffffffff81604980 T __kprobes_text_start
Thank you,
Changes from v2 to v3:
- Introduce arch_within_kprobe_blacklist() which checks
the address is within the .kprobes.text (generic,x86) or
.entry.text (x86), for fixing build issue on !x86.
- Rename in_nokprobes_functions to within_kprobe_blacklist
and it returns a bool value istead of an error.
- Fix the type of kprobe_blacklist_seq_stop().
- Use blac...
2013 Nov 20
28
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
...already in the kprobe blacklist).
So I've decide to prohibit probing all of them.
Finally, I got an empty .kprobes.text on x86 :)
$ grep kprobes_text System.map
ffffffff81604980 T __kprobes_text_end
ffffffff81604980 T __kprobes_text_start
Thank you,
Changes from v2 to v3:
- Introduce arch_within_kprobe_blacklist() which checks
the address is within the .kprobes.text (generic,x86) or
.entry.text (x86), for fixing build issue on !x86.
- Rename in_nokprobes_functions to within_kprobe_blacklist
and it returns a bool value istead of an error.
- Fix the type of kprobe_blacklist_seq_stop().
- Use blac...