From: Oleg Nesterov Date: Sat, 9 Nov 2013 16:58:54 +0000 (+0100) Subject: uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES] X-Git-Tag: v3.14-rc1~171^2~24^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803200e24abf0f9ec18631290d26b2185477f3a6;p=pandora-kernel.git 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 Acked-by: Srikar Dronamraju --- Reading git-diff-tree failed