2023-09-27 02:56:45

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: duplicate patches in the rcu tree

Hi all,

The following commits are also in the ftrace tree as different commits
(but similar patches):

8f2612479c71 ("doc: Add /proc/bootconfig to proc.rst")
648c895fda8d ("doc: Update /proc/cmdline documentation to include boot config")

These are commits

5f4028880652 ("doc: Add /proc/bootconfig to proc.rst")
6eab72b5fea3 ("doc: Update /proc/cmdline documentation to include boot config")

in the ftrace tree. They are causing a conflict due to the differences.

I am guessing that the commits in the ftrace tree are an older verison?

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2023-10-02 15:57:42

by Steven Rostedt

[permalink] [raw]
Subject: Re: linux-next: duplicate patches in the rcu tree

On Wed, 27 Sep 2023 11:53:30 +1000
Stephen Rothwell <[email protected]> wrote:

> Hi all,
>
> The following commits are also in the ftrace tree as different commits
> (but similar patches):
>
> 8f2612479c71 ("doc: Add /proc/bootconfig to proc.rst")

This one looks like it has some whitespace issues (according to git show).

> 648c895fda8d ("doc: Update /proc/cmdline documentation to include boot config")
>
> These are commits
>
> 5f4028880652 ("doc: Add /proc/bootconfig to proc.rst")
> 6eab72b5fea3 ("doc: Update /proc/cmdline documentation to include boot config")
>
> in the ftrace tree. They are causing a conflict due to the differences.
>
> I am guessing that the commits in the ftrace tree are an older verison?
>

It looks like the commits in the for-next branch were nacked by Linus due
to a commit in between the above two.

https://lore.kernel.org/all/CAHk-=wjpVAW3iRq_bfKnVfs0ZtASh_aT67bQBG11b4W6niYVUw@mail.gmail.com/

Masami, can you update your for-next bootconfig branch? If Paul is taking
the patches, I'm guessing we can just drop them.

Thanks,

-- Steve

2023-10-05 17:37:17

by Paul E. McKenney

[permalink] [raw]
Subject: Re: linux-next: duplicate patches in the rcu tree

On Mon, Oct 02, 2023 at 11:41:16AM -0400, Steven Rostedt wrote:
> On Wed, 27 Sep 2023 11:53:30 +1000
> Stephen Rothwell <[email protected]> wrote:
>
> > Hi all,
> >
> > The following commits are also in the ftrace tree as different commits
> > (but similar patches):
> >
> > 8f2612479c71 ("doc: Add /proc/bootconfig to proc.rst")
>
> This one looks like it has some whitespace issues (according to git show).
>
> > 648c895fda8d ("doc: Update /proc/cmdline documentation to include boot config")
> >
> > These are commits
> >
> > 5f4028880652 ("doc: Add /proc/bootconfig to proc.rst")
> > 6eab72b5fea3 ("doc: Update /proc/cmdline documentation to include boot config")
> >
> > in the ftrace tree. They are causing a conflict due to the differences.
> >
> > I am guessing that the commits in the ftrace tree are an older verison?
> >
>
> It looks like the commits in the for-next branch were nacked by Linus due
> to a commit in between the above two.
>
> https://lore.kernel.org/all/CAHk-=wjpVAW3iRq_bfKnVfs0ZtASh_aT67bQBG11b4W6niYVUw@mail.gmail.com/
>
> Masami, can you update your for-next bootconfig branch? If Paul is taking
> the patches, I'm guessing we can just drop them.

I finally got my act together and send out the new series, apologies
for the delay!

This should become visible here in the due course of events:

https://lore.kernel.org/lkml/6ea609a4-12e3-4266-8816-b9fca1f1f21c@paulmck-laptop/

Thanx, Paul