• P
    sh: kprobes SMP support. · 57fcfdf9
    Paul Mundt 提交于
    Presently kprobes support relies on several saved opcode variables for
    saving and restoring state, without any specific locking. This is
    inherently racy on SMP, and given that we already use per-CPU variables
    for everything else, convert these over too.
    Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
    57fcfdf9
kprobes.c 14.9 KB