summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/uprobes.c
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2013-11-09 17:58:54 +0100
committerOleg Nesterov <oleg@redhat.com>2013-11-20 16:31:00 +0100
commit803200e24abf0f9ec18631290d26b2185477f3a6 (patch)
treef04ac6d7dd72f4b73acaaf86576c7a27cb8b9386 /arch/powerpc/kernel/uprobes.c
parentuprobes: Add uprobe_task->dup_xol_work/dup_xol_addr (diff)
downloadlinux-803200e24abf0f9ec18631290d26b2185477f3a6.tar.xz
linux-803200e24abf0f9ec18631290d26b2185477f3a6.zip
uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]
arch_uprobe should be opaque as much as possible to the generic code, but currently it assumes that insn/ixol must be u8[] of the known size. Remove this unnecessary dependency, we can use "&" and and sizeof() with the same effect. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/kernel/uprobes.c')
0 files changed, 0 insertions, 0 deletions