On 2 June 2016 at 20:12, Dmitry Fleytman <dmi...@daynix.com> wrote: > ust trace backend has limitation of maximum 10 > arguments per event. Traces with more arguments > cannot be compiled for this backend. > > Trace e1000e_rx_rss_ip6 introduced by previous > commits has 11 arguments and fails to compile with > ust trace backend. > > This patch fixes the problem by splitting this > tracepoint into two successive tracepoints with > smaller number of arguments.
Thanks, applied to master as a build fix. -- PMM