BPF List
 help / color / mirror / Atom feed
* Re: [PATCH v1 net 00/15] sysctl: Fix data-races around net.core.XXX (Round 1)
       [not found] <20220816052347.70042-1-kuniyu@amazon.com>
@ 2022-08-16 16:27 ` Jakub Kicinski
  2022-08-16 16:58   ` Kuniyuki Iwashima
  0 siblings, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2022-08-16 16:27 UTC (permalink / raw)
  To: Kuniyuki Iwashima
  Cc: David S. Miller, Eric Dumazet, Paolo Abeni, Kuniyuki Iwashima,
	netdev, linux-kernel, bpf, Daniel Borkmann

On Mon, 15 Aug 2022 22:23:32 -0700 Kuniyuki Iwashima wrote:
>   bpf: Fix data-races around bpf_jit_enable.
>   bpf: Fix data-races around bpf_jit_harden.
>   bpf: Fix data-races around bpf_jit_kallsyms.
>   bpf: Fix a data-race around bpf_jit_limit.

The BPF stuff needs to go via the BPF tree, or get an ack from the BPF
maintainers. I see Daniel is CCed on some of the patches but not all.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1 net 00/15] sysctl: Fix data-races around net.core.XXX (Round 1)
  2022-08-16 16:27 ` [PATCH v1 net 00/15] sysctl: Fix data-races around net.core.XXX (Round 1) Jakub Kicinski
@ 2022-08-16 16:58   ` Kuniyuki Iwashima
  2022-08-17 15:58     ` Jakub Kicinski
  0 siblings, 1 reply; 4+ messages in thread
From: Kuniyuki Iwashima @ 2022-08-16 16:58 UTC (permalink / raw)
  To: kuba
  Cc: bpf, daniel, davem, edumazet, kuni1840, kuniyu, linux-kernel,
	netdev, pabeni

From:   Jakub Kicinski <kuba@kernel.org>
Date:   Tue, 16 Aug 2022 09:27:03 -0700
> On Mon, 15 Aug 2022 22:23:32 -0700 Kuniyuki Iwashima wrote:
> >   bpf: Fix data-races around bpf_jit_enable.
> >   bpf: Fix data-races around bpf_jit_harden.
> >   bpf: Fix data-races around bpf_jit_kallsyms.
> >   bpf: Fix a data-race around bpf_jit_limit.
> 
> The BPF stuff needs to go via the BPF tree, or get an ack from the BPF
> maintainers. I see Daniel is CCed on some of the patches but not all.

Sorry, I just added the author in CC.
Thanks for CCing bpf mailing list, I'll wait an ACK from them.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1 net 00/15] sysctl: Fix data-races around net.core.XXX (Round 1)
  2022-08-16 16:58   ` Kuniyuki Iwashima
@ 2022-08-17 15:58     ` Jakub Kicinski
  2022-08-17 16:04       ` Kuniyuki Iwashima
  0 siblings, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2022-08-17 15:58 UTC (permalink / raw)
  To: Kuniyuki Iwashima
  Cc: bpf, daniel, davem, edumazet, kuni1840, linux-kernel, netdev,
	pabeni

On Tue, 16 Aug 2022 09:58:48 -0700 Kuniyuki Iwashima wrote:
> From:   Jakub Kicinski <kuba@kernel.org>
> Date:   Tue, 16 Aug 2022 09:27:03 -0700
> > On Mon, 15 Aug 2022 22:23:32 -0700 Kuniyuki Iwashima wrote:  
> > >   bpf: Fix data-races around bpf_jit_enable.
> > >   bpf: Fix data-races around bpf_jit_harden.
> > >   bpf: Fix data-races around bpf_jit_kallsyms.
> > >   bpf: Fix a data-race around bpf_jit_limit.  
> > 
> > The BPF stuff needs to go via the BPF tree, or get an ack from the BPF
> > maintainers. I see Daniel is CCed on some of the patches but not all.  
> 
> Sorry, I just added the author in CC.
> Thanks for CCing bpf mailing list, I'll wait an ACK from them.

So we got no reply from BPF folks and the patch got marked as Changes
Requested overnight, so probably best if you split the series up 
and send to appropriate trees.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1 net 00/15] sysctl: Fix data-races around net.core.XXX (Round 1)
  2022-08-17 15:58     ` Jakub Kicinski
@ 2022-08-17 16:04       ` Kuniyuki Iwashima
  0 siblings, 0 replies; 4+ messages in thread
From: Kuniyuki Iwashima @ 2022-08-17 16:04 UTC (permalink / raw)
  To: kuba
  Cc: bpf, daniel, davem, edumazet, kuni1840, kuniyu, linux-kernel,
	netdev, pabeni

From:   Jakub Kicinski <kuba@kernel.org>
Date:   Wed, 17 Aug 2022 08:58:41 -0700
> On Tue, 16 Aug 2022 09:58:48 -0700 Kuniyuki Iwashima wrote:
> > From:   Jakub Kicinski <kuba@kernel.org>
> > Date:   Tue, 16 Aug 2022 09:27:03 -0700
> > > On Mon, 15 Aug 2022 22:23:32 -0700 Kuniyuki Iwashima wrote:  
> > > >   bpf: Fix data-races around bpf_jit_enable.
> > > >   bpf: Fix data-races around bpf_jit_harden.
> > > >   bpf: Fix data-races around bpf_jit_kallsyms.
> > > >   bpf: Fix a data-race around bpf_jit_limit.  
> > > 
> > > The BPF stuff needs to go via the BPF tree, or get an ack from the BPF
> > > maintainers. I see Daniel is CCed on some of the patches but not all.  
> > 
> > Sorry, I just added the author in CC.
> > Thanks for CCing bpf mailing list, I'll wait an ACK from them.
> 
> So we got no reply from BPF folks and the patch got marked as Changes
> Requested overnight, so probably best if you split the series up 
> and send to appropriate trees.

I see, I'll do so.
Sorry for bothering you.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-17 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20220816052347.70042-1-kuniyu@amazon.com>
2022-08-16 16:27 ` [PATCH v1 net 00/15] sysctl: Fix data-races around net.core.XXX (Round 1) Jakub Kicinski
2022-08-16 16:58   ` Kuniyuki Iwashima
2022-08-17 15:58     ` Jakub Kicinski
2022-08-17 16:04       ` Kuniyuki Iwashima

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox