Re: [PATCH 12/17] tracing/probes: Implement 'memory' fetch method for uprobes

From: Namhyung Kim
Date: Tue Dec 10 2013 - 20:15:11 EST


On Tue, 10 Dec 2013 20:00:37 +0900, Masami Hiramatsu wrote:
> (2013/12/09 15:20), Namhyung Kim wrote:
>> @@ -493,7 +416,7 @@ static int parse_probe_arg(char *arg, const struct fetch_type *t,
>> dprm->offset = offset;
>> dprm->fetch = t->fetch[FETCH_MTD_memory];
>> dprm->fetch_size = get_fetch_size_function(t,
>> - dprm->fetch, ttbl);
>> + dprm->fetch, ftbl);
>
> What is this change? I guess it should be included in 11/17...

Argh, right. It looks like a git rebase artifact, will change.


> The rest of this patch is good for me.

So can I add you ack then? :)

Thank you!
Namhyung
--
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/