Re: [GIT PULL] tracing: Updates for 5.18
From: Steven Rostedt
Date: Thu Mar 24 2022 - 19:05:58 EST
On Wed, 23 Mar 2022 12:49:08 -0700
Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> On Wed, Mar 23, 2022 at 12:43 PM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> >
> > I'll take a look at yours. I gave that branch to Stephen to help him resolve
> > it, but didn't look at what he had done to see if it was different.
>
> I may actually have messed up my comparison with your tree, because I
> was doing some of that while in my "test-merge" branch (which had that
> dirty state due to the merge not working). Maybe I screwed up twice.
>
> I think the only difference I have against linux-next is because I added the
>
> #undef __assign_sockaddr
> ...
> #undef __assign_rel_sockaddr
>
> lines to stage6 to match the other pre-existing non-sockaddr cases.
Yeah, that looks correct. Looking at my merge branch, it appears I messed
it up :-p
But what is in your tree looks like what it should be.
I also should rename the files to what they are doing. The "stage1, stage2,
etc" is meaningless :-p
I think I'll go write up a patch to do that.
-- Steve