* linux-next: duplicate patch in the bpf-next tree
@ 2024-07-11 22:36 Stephen Rothwell
2024-07-11 23:51 ` Alexei Starovoitov
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2024-07-11 22:36 UTC (permalink / raw)
To: Daniel Borkmann, Alexei Starovoitov, Andrii Nakryiko,
David Miller, Jakub Kicinski, Paolo Abeni
Cc: bpf, Networking, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 320 bytes --]
Hi all,
The following commit is also in the net tree as a different commit
(but the same patch):
6f130e4d4a5f ("bpf: Fix order of args in call to bpf_map_kvcalloc")
This is commit
af253aef183a ("bpf: fix order of args in call to bpf_map_kvcalloc")
in the net tree.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: duplicate patch in the bpf-next tree
2024-07-11 22:36 Stephen Rothwell
@ 2024-07-11 23:51 ` Alexei Starovoitov
2024-07-12 0:17 ` Stephen Rothwell
0 siblings, 1 reply; 5+ messages in thread
From: Alexei Starovoitov @ 2024-07-11 23:51 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Daniel Borkmann, Alexei Starovoitov, Andrii Nakryiko,
David Miller, Jakub Kicinski, Paolo Abeni, bpf, Networking,
Linux Kernel Mailing List, Linux Next Mailing List
On Thu, Jul 11, 2024 at 3:36 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> The following commit is also in the net tree as a different commit
> (but the same patch):
>
> 6f130e4d4a5f ("bpf: Fix order of args in call to bpf_map_kvcalloc")
>
> This is commit
>
> af253aef183a ("bpf: fix order of args in call to bpf_map_kvcalloc")
>
> in the net tree.
Argh.
So the fix was applied to bpf-next back in May and the same people
come back to complain in July that it's somehow still broken and must be
fixed in Linus's tree.
So the new patch was applied to bpf and pulled to net
and on the way to Linus now.
We will ffwd bpf-next in a day or so, if git cannot handle it,
we will revert from bpf-next.
Sigh.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: duplicate patch in the bpf-next tree
2024-07-11 23:51 ` Alexei Starovoitov
@ 2024-07-12 0:17 ` Stephen Rothwell
0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2024-07-12 0:17 UTC (permalink / raw)
To: Alexei Starovoitov
Cc: Daniel Borkmann, Alexei Starovoitov, Andrii Nakryiko,
David Miller, Jakub Kicinski, Paolo Abeni, bpf, Networking,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 681 bytes --]
Hi Alexei,
On Thu, 11 Jul 2024 16:51:28 -0700 Alexei Starovoitov <alexei.starovoitov@gmail.com> wrote:
>
> Argh.
> So the fix was applied to bpf-next back in May and the same people
> come back to complain in July that it's somehow still broken and must be
> fixed in Linus's tree.
> So the new patch was applied to bpf and pulled to net
> and on the way to Linus now.
>
> We will ffwd bpf-next in a day or so, if git cannot handle it,
> we will revert from bpf-next.
Don't bother, it is not causing any conflicts. Occasional duplicates
like this are not really a problem. I report them just in case they
were done in error.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* linux-next: duplicate patch in the bpf-next tree
@ 2024-08-11 21:28 Stephen Rothwell
2024-08-12 19:48 ` Alexei Starovoitov
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2024-08-11 21:28 UTC (permalink / raw)
To: Daniel Borkmann, Alexei Starovoitov, Andrii Nakryiko, bpf,
Networking
Cc: Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 345 bytes --]
Hi all,
The following commit is also in Linus Torvalds' tree as a different commit
(but the same patch):
1cbe8143fd2f ("bpf: kprobe: Remove unused declaring of bpf_kprobe_override")
This is commit
0e8b53979ac8 ("bpf: kprobe: remove unused declaring of bpf_kprobe_override")
in Linus' tree.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: duplicate patch in the bpf-next tree
2024-08-11 21:28 linux-next: duplicate patch in the bpf-next tree Stephen Rothwell
@ 2024-08-12 19:48 ` Alexei Starovoitov
0 siblings, 0 replies; 5+ messages in thread
From: Alexei Starovoitov @ 2024-08-12 19:48 UTC (permalink / raw)
To: Stephen Rothwell, Masami Hiramatsu
Cc: Daniel Borkmann, Alexei Starovoitov, Andrii Nakryiko, bpf,
Networking, Linux Kernel Mailing List, Linux Next Mailing List
On Sun, Aug 11, 2024 at 2:28 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> The following commit is also in Linus Torvalds' tree as a different commit
> (but the same patch):
>
> 1cbe8143fd2f ("bpf: kprobe: Remove unused declaring of bpf_kprobe_override")
>
> This is commit
>
> 0e8b53979ac8 ("bpf: kprobe: remove unused declaring of bpf_kprobe_override")
>
> in Linus' tree.
Masami,
What happened here?
Looks like the discussion was suggesting for Menglong to
send v2, which he did and the patch was clearly targeting bpf-next tree:
[PATCH bpf-next] bpf: kprobe:
Why did you silently apply it ?
No one knew that.
Menglong sent v2 and it was applied to bpf-next :(
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-12 19:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-11 21:28 linux-next: duplicate patch in the bpf-next tree Stephen Rothwell
2024-08-12 19:48 ` Alexei Starovoitov
-- strict thread matches above, loose matches on Subject: below --
2024-07-11 22:36 Stephen Rothwell
2024-07-11 23:51 ` Alexei Starovoitov
2024-07-12 0:17 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox