Re: [PATCH 1/2] uprobes: Don't assume that arch_uprobe->insn/ixol isu8[MAX_UINSN_BYTES]

From: Srikar Dronamraju
Date: Mon Nov 11 2013 - 03:19:50 EST


* Oleg Nesterov <oleg@xxxxxxxxxx> [2013-11-09 18:54:06]:

> 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@xxxxxxxxxx>
Acked-by: Srikar Dronamraju <srikar@xxxxxxxxxxxxxxxxxx>

--
Thanks and Regards
Srikar Dronamraju

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