Re: ftrace histogram sorting broken on BE architecures

From: Tom Zanussi
Date: Thu Dec 12 2019 - 14:16:48 EST


Hi Steve,

On Thu, 2019-12-12 at 13:07 -0500, Steven Rostedt wrote:
> 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.
>

Yes, I think so. I'll go and ack the patch.

Thanks,

Tom

> -- Steve