Re: [GIT PULL] tracing: Fixes for v6.17
From: Steven Rostedt
Date: Fri Aug 22 2025 - 19:57:57 EST
On Fri, 22 Aug 2025 16:55:36 -0700
Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
> On Fri, Aug 22, 2025 at 05:39:59PM -0400, Steven Rostedt wrote:
> > On Fri, 22 Aug 2025 14:23:11 -0700
> > Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
> >
> > > > Actually, can you see if this fixes the bug you are seeing?
> > >
> > > Yes, it does.
> > >
> > > Tested-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> >
> > Ah, that patch isn't good, as iter->hash must be non NULL going forward,
> > otherwise it thinks it failed to allocated.
> >
> > Could you test this one instead?
>
> Yes, this one works as well for that test.
>
Thanks for the report back. I'll re-add your "Tested-by" tag.
-- Steve