Re: ftrace histogram sorting broken on BE architecures
From: Steven Rostedt
Date: Thu Dec 12 2019 - 13:07:34 EST
On Wed, 11 Dec 2019 13:26:03 -0600
Tom Zanussi <zanussi@xxxxxxxxxx> wrote:
> > Are they? I see in create_key_field:
> >
> > key_size = ALIGN(key_size, sizeof(u64));
> >
> > Which to me seems that we'll have nothing smaller than sizeof(u64).
> >
>
> Yeah, that makes them effectively u64 in this case, so I'd agree.
Hi Tom,
Does this mean it's good to go? It just passed my test suite, and I can
send it to Linus now.
-- Steve