linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust XDP SOCKETS after file movement
@ 2022-07-01  4:28 Lukas Bulwahn
  2022-07-01 12:20 ` Maciej Fijalkowski
  0 siblings, 1 reply; 6+ messages in thread
From: Lukas Bulwahn @ 2022-07-01  4:28 UTC (permalink / raw)
  To: Andrii Nakryiko, Alexei Starovoitov
  Cc: Björn Töpel, Magnus Karlsson, Maciej Fijalkowski,
	netdev, bpf, kernel-janitors, linux-kernel, Lukas Bulwahn

Commit f36600634282 ("libbpf: move xsk.{c,h} into selftests/bpf") moves
files tools/{lib => testing/selftests}/bpf/xsk.[ch], but misses to adjust
the XDP SOCKETS (AF_XDP) section in MAINTAINERS.

Adjust the file entry after this file movement.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Andrii, please ack.

Alexei, please pick this minor non-urgent clean-up on top of the commit above.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fa4bfa3d10bf..27d9e65b9a85 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22042,7 +22042,7 @@ F:	include/uapi/linux/xdp_diag.h
 F:	include/net/netns/xdp.h
 F:	net/xdp/
 F:	samples/bpf/xdpsock*
-F:	tools/lib/bpf/xsk*
+F:	tools/testing/selftests/bpf/xsk*
 
 XEN BLOCK SUBSYSTEM
 M:	Roger Pau Monné <roger.pau@citrix.com>
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: adjust XDP SOCKETS after file movement
  2022-07-01  4:28 [PATCH] MAINTAINERS: adjust XDP SOCKETS after file movement Lukas Bulwahn
@ 2022-07-01 12:20 ` Maciej Fijalkowski
  2022-07-01 13:13   ` Magnus Karlsson
  0 siblings, 1 reply; 6+ messages in thread
From: Maciej Fijalkowski @ 2022-07-01 12:20 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Andrii Nakryiko, Alexei Starovoitov, Björn Töpel,
	Magnus Karlsson, netdev, bpf, kernel-janitors, linux-kernel

On Fri, Jul 01, 2022 at 06:28:10AM +0200, Lukas Bulwahn wrote:
> Commit f36600634282 ("libbpf: move xsk.{c,h} into selftests/bpf") moves
> files tools/{lib => testing/selftests}/bpf/xsk.[ch], but misses to adjust
> the XDP SOCKETS (AF_XDP) section in MAINTAINERS.
> 
> Adjust the file entry after this file movement.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Andrii, please ack.
> 
> Alexei, please pick this minor non-urgent clean-up on top of the commit above.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fa4bfa3d10bf..27d9e65b9a85 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -22042,7 +22042,7 @@ F:	include/uapi/linux/xdp_diag.h
>  F:	include/net/netns/xdp.h
>  F:	net/xdp/
>  F:	samples/bpf/xdpsock*
> -F:	tools/lib/bpf/xsk*
> +F:	tools/testing/selftests/bpf/xsk*

Magnus, this doesn't cover xdpxceiver.
How about we move the lib part and xdpxceiver part to a dedicated
directory? Or would it be too nested from main dir POV?

>  
>  XEN BLOCK SUBSYSTEM
>  M:	Roger Pau Monné <roger.pau@citrix.com>
> -- 
> 2.17.1
> 

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

* Re: [PATCH] MAINTAINERS: adjust XDP SOCKETS after file movement
  2022-07-01 12:20 ` Maciej Fijalkowski
@ 2022-07-01 13:13   ` Magnus Karlsson
  2022-07-01 13:52     ` Maciej Fijalkowski
  0 siblings, 1 reply; 6+ messages in thread
From: Magnus Karlsson @ 2022-07-01 13:13 UTC (permalink / raw)
  To: Maciej Fijalkowski
  Cc: Lukas Bulwahn, Andrii Nakryiko, Alexei Starovoitov,
	Björn Töpel, Magnus Karlsson, Network Development, bpf,
	kernel-janitors, open list

On Fri, Jul 1, 2022 at 2:38 PM Maciej Fijalkowski
<maciej.fijalkowski@intel.com> wrote:
>
> On Fri, Jul 01, 2022 at 06:28:10AM +0200, Lukas Bulwahn wrote:
> > Commit f36600634282 ("libbpf: move xsk.{c,h} into selftests/bpf") moves
> > files tools/{lib => testing/selftests}/bpf/xsk.[ch], but misses to adjust
> > the XDP SOCKETS (AF_XDP) section in MAINTAINERS.
> >
> > Adjust the file entry after this file movement.
> >
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> > ---
> > Andrii, please ack.
> >
> > Alexei, please pick this minor non-urgent clean-up on top of the commit above.
> >
> >  MAINTAINERS | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index fa4bfa3d10bf..27d9e65b9a85 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -22042,7 +22042,7 @@ F:    include/uapi/linux/xdp_diag.h
> >  F:   include/net/netns/xdp.h
> >  F:   net/xdp/
> >  F:   samples/bpf/xdpsock*
> > -F:   tools/lib/bpf/xsk*
> > +F:   tools/testing/selftests/bpf/xsk*
>
> Magnus, this doesn't cover xdpxceiver.
> How about we move the lib part and xdpxceiver part to a dedicated
> directory? Or would it be too nested from main dir POV?

Or we can just call everything we add xsk* something?

> >
> >  XEN BLOCK SUBSYSTEM
> >  M:   Roger Pau Monné <roger.pau@citrix.com>
> > --
> > 2.17.1
> >

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

* Re: [PATCH] MAINTAINERS: adjust XDP SOCKETS after file movement
  2022-07-01 13:13   ` Magnus Karlsson
@ 2022-07-01 13:52     ` Maciej Fijalkowski
  2022-07-05 12:01       ` Daniel Borkmann
  0 siblings, 1 reply; 6+ messages in thread
From: Maciej Fijalkowski @ 2022-07-01 13:52 UTC (permalink / raw)
  To: Magnus Karlsson
  Cc: Lukas Bulwahn, Andrii Nakryiko, Alexei Starovoitov,
	Björn Töpel, Magnus Karlsson, Network Development, bpf,
	kernel-janitors, open list

On Fri, Jul 01, 2022 at 03:13:36PM +0200, Magnus Karlsson wrote:
> On Fri, Jul 1, 2022 at 2:38 PM Maciej Fijalkowski
> <maciej.fijalkowski@intel.com> wrote:
> >
> > On Fri, Jul 01, 2022 at 06:28:10AM +0200, Lukas Bulwahn wrote:
> > > Commit f36600634282 ("libbpf: move xsk.{c,h} into selftests/bpf") moves
> > > files tools/{lib => testing/selftests}/bpf/xsk.[ch], but misses to adjust
> > > the XDP SOCKETS (AF_XDP) section in MAINTAINERS.
> > >
> > > Adjust the file entry after this file movement.
> > >
> > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> > > ---
> > > Andrii, please ack.
> > >
> > > Alexei, please pick this minor non-urgent clean-up on top of the commit above.
> > >
> > >  MAINTAINERS | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index fa4bfa3d10bf..27d9e65b9a85 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -22042,7 +22042,7 @@ F:    include/uapi/linux/xdp_diag.h
> > >  F:   include/net/netns/xdp.h
> > >  F:   net/xdp/
> > >  F:   samples/bpf/xdpsock*
> > > -F:   tools/lib/bpf/xsk*
> > > +F:   tools/testing/selftests/bpf/xsk*
> >
> > Magnus, this doesn't cover xdpxceiver.
> > How about we move the lib part and xdpxceiver part to a dedicated
> > directory? Or would it be too nested from main dir POV?
> 
> Or we can just call everything we add xsk* something?

No strong feelings. test_xsk.sh probably also needs to be addressed.
That's why I proposed dedicated dir.

> 
> > >
> > >  XEN BLOCK SUBSYSTEM
> > >  M:   Roger Pau Monné <roger.pau@citrix.com>
> > > --
> > > 2.17.1
> > >

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

* Re: [PATCH] MAINTAINERS: adjust XDP SOCKETS after file movement
  2022-07-01 13:52     ` Maciej Fijalkowski
@ 2022-07-05 12:01       ` Daniel Borkmann
  2022-07-05 12:27         ` Maciej Fijalkowski
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Borkmann @ 2022-07-05 12:01 UTC (permalink / raw)
  To: Maciej Fijalkowski, Magnus Karlsson
  Cc: Lukas Bulwahn, Andrii Nakryiko, Alexei Starovoitov,
	Björn Töpel, Magnus Karlsson, Network Development, bpf,
	kernel-janitors, open list

On 7/1/22 3:52 PM, Maciej Fijalkowski wrote:
> On Fri, Jul 01, 2022 at 03:13:36PM +0200, Magnus Karlsson wrote:
>> On Fri, Jul 1, 2022 at 2:38 PM Maciej Fijalkowski
>> <maciej.fijalkowski@intel.com> wrote:
>>>
>>> On Fri, Jul 01, 2022 at 06:28:10AM +0200, Lukas Bulwahn wrote:
>>>> Commit f36600634282 ("libbpf: move xsk.{c,h} into selftests/bpf") moves
>>>> files tools/{lib => testing/selftests}/bpf/xsk.[ch], but misses to adjust
>>>> the XDP SOCKETS (AF_XDP) section in MAINTAINERS.
>>>>
>>>> Adjust the file entry after this file movement.
>>>>
>>>> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
>>>> ---
>>>> Andrii, please ack.
>>>>
>>>> Alexei, please pick this minor non-urgent clean-up on top of the commit above.
>>>>
>>>>   MAINTAINERS | 2 +-
>>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index fa4bfa3d10bf..27d9e65b9a85 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -22042,7 +22042,7 @@ F:    include/uapi/linux/xdp_diag.h
>>>>   F:   include/net/netns/xdp.h
>>>>   F:   net/xdp/
>>>>   F:   samples/bpf/xdpsock*
>>>> -F:   tools/lib/bpf/xsk*
>>>> +F:   tools/testing/selftests/bpf/xsk*
>>>
>>> Magnus, this doesn't cover xdpxceiver.
>>> How about we move the lib part and xdpxceiver part to a dedicated
>>> directory? Or would it be too nested from main dir POV?
>>
>> Or we can just call everything we add xsk* something?
> 
> No strong feelings. test_xsk.sh probably also needs to be addressed.
> That's why I proposed dedicated dir.

Could one of you follow-up on this for bpf-next tree? Maybe for selftests something
similar as in case of the XDP entry could work.

Thanks,
Daniel

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

* Re: [PATCH] MAINTAINERS: adjust XDP SOCKETS after file movement
  2022-07-05 12:01       ` Daniel Borkmann
@ 2022-07-05 12:27         ` Maciej Fijalkowski
  0 siblings, 0 replies; 6+ messages in thread
From: Maciej Fijalkowski @ 2022-07-05 12:27 UTC (permalink / raw)
  To: Daniel Borkmann
  Cc: Magnus Karlsson, Lukas Bulwahn, Andrii Nakryiko,
	Alexei Starovoitov, Björn Töpel, Magnus Karlsson,
	Network Development, bpf, kernel-janitors, open list

On Tue, Jul 05, 2022 at 02:01:06PM +0200, Daniel Borkmann wrote:
> On 7/1/22 3:52 PM, Maciej Fijalkowski wrote:
> > On Fri, Jul 01, 2022 at 03:13:36PM +0200, Magnus Karlsson wrote:
> > > On Fri, Jul 1, 2022 at 2:38 PM Maciej Fijalkowski
> > > <maciej.fijalkowski@intel.com> wrote:
> > > > 
> > > > On Fri, Jul 01, 2022 at 06:28:10AM +0200, Lukas Bulwahn wrote:
> > > > > Commit f36600634282 ("libbpf: move xsk.{c,h} into selftests/bpf") moves
> > > > > files tools/{lib => testing/selftests}/bpf/xsk.[ch], but misses to adjust
> > > > > the XDP SOCKETS (AF_XDP) section in MAINTAINERS.
> > > > > 
> > > > > Adjust the file entry after this file movement.
> > > > > 
> > > > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> > > > > ---
> > > > > Andrii, please ack.
> > > > > 
> > > > > Alexei, please pick this minor non-urgent clean-up on top of the commit above.
> > > > > 
> > > > >   MAINTAINERS | 2 +-
> > > > >   1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > 
> > > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > > index fa4bfa3d10bf..27d9e65b9a85 100644
> > > > > --- a/MAINTAINERS
> > > > > +++ b/MAINTAINERS
> > > > > @@ -22042,7 +22042,7 @@ F:    include/uapi/linux/xdp_diag.h
> > > > >   F:   include/net/netns/xdp.h
> > > > >   F:   net/xdp/
> > > > >   F:   samples/bpf/xdpsock*
> > > > > -F:   tools/lib/bpf/xsk*
> > > > > +F:   tools/testing/selftests/bpf/xsk*
> > > > 
> > > > Magnus, this doesn't cover xdpxceiver.
> > > > How about we move the lib part and xdpxceiver part to a dedicated
> > > > directory? Or would it be too nested from main dir POV?
> > > 
> > > Or we can just call everything we add xsk* something?
> > 
> > No strong feelings. test_xsk.sh probably also needs to be addressed.
> > That's why I proposed dedicated dir.
> 
> Could one of you follow-up on this for bpf-next tree? Maybe for selftests something
> similar as in case of the XDP entry could work.

Yes, sorry. Let's do:

F:	tools/testing/selftests/bpf/*xsk*

then s/xdpxceiver/xskxceiver. I can send a follow-up and add Lukas as a
reporter.

Sounds good?

> 
> Thanks,
> Daniel

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

end of thread, other threads:[~2022-07-05 13:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-01  4:28 [PATCH] MAINTAINERS: adjust XDP SOCKETS after file movement Lukas Bulwahn
2022-07-01 12:20 ` Maciej Fijalkowski
2022-07-01 13:13   ` Magnus Karlsson
2022-07-01 13:52     ` Maciej Fijalkowski
2022-07-05 12:01       ` Daniel Borkmann
2022-07-05 12:27         ` Maciej Fijalkowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).