Re: [PATCH] perf trace: Handle legacy syscalls

From: David Ahern
Date: Fri Mar 20 2015 - 12:30:50 EST


On 3/20/15 10:26 AM, Arnaldo Carvalho de Melo wrote:
Em Fri, Mar 20, 2015 at 10:12:33AM -0600, David Ahern escreveu:
On 3/20/15 10:06 AM, Arnaldo Carvalho de Melo wrote:
- for (field = sc->tp_format->format.fields->next; field;
+ for (field = sc->args; field;
field = field->next, ++arg.idx, bit <<= 1) {
if (arg.mask & bit)
continue;


Seems reasonable.

Ok, so I'll add this one, with a Based-on-a-patch-by: you, with your
Acked-by, ok?

yes. thanks for re-working it. it's been in my queue for over a year.

--
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/