lkml.org 
[lkml]   [2013]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v2 0/4] kprobes: split blacklist into common and arch
    Date
    Hi,

    This is version 2 of the patch-set for splitting arch and common kprobe
    blackpoints.

    Changes since last version are:
    - Don't use double pointer for blacklist.
    - Add mutex around blacklist initialization code.
    - Use unlikely in if-statement around init_kprobe_blacklist() calls.

    I have also included linux-arch in Cc for this post.

    -Oskar

    Björn Davidsson (1):
    kprobes: move x86-specific blacklist symbols to arch directory

    Oskar Andero (2):
    kprobes: split blacklist into common and arch
    kprobes: replace printk with pr_-functions

    Toby Collett (1):
    kprobes: delay blacklist symbol lookup until we actually need it

    arch/arc/kernel/kprobes.c | 3 +
    arch/arm/kernel/kprobes.c | 2 +
    arch/avr32/kernel/kprobes.c | 3 +
    arch/ia64/kernel/kprobes.c | 3 +
    arch/mips/kernel/kprobes.c | 3 +
    arch/mn10300/kernel/kprobes.c | 2 +
    arch/powerpc/kernel/kprobes.c | 3 +
    arch/s390/kernel/kprobes.c | 3 +
    arch/sh/kernel/kprobes.c | 3 +
    arch/sparc/kernel/kprobes.c | 3 +
    arch/x86/kernel/kprobes/core.c | 7 ++
    kernel/kprobes.c | 152 ++++++++++++++++++++++++++---------------
    12 files changed, 133 insertions(+), 54 deletions(-)

    --
    1.8.1.5

    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2013-04-04 15:41    [W:2.385 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site