Re: [PATCH] tools lib traceevent: Add '~' operation within arg_num_eval()

From: Arnaldo Carvalho de Melo
Date: Thu Mar 10 2016 - 14:28:58 EST


Em Thu, Mar 10, 2016 at 09:16:41AM -0700, David Ahern escreveu:
> >>(( gfp_t)0x1000u) | (( gfp_t)0x200u)) & ~(( gfp_t)0x2000000u))
> >> ^
> >> |
> >> here
> >>Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>

> >I've been meaning to chase this down for a few weeks. Worked for me.

> >Tested-by: David Ahern <dsahern@xxxxxxxxx>

> Arnaldo: have not seen this one hit your tree. Did it fall through the
> cracks?

Yeap, thanks for the reminder, applied.

- Arnaldo