diff mbox series

MAINTAINERS: adjust entry in XDP SOCKETS to actual file name

Message ID 20200525141553.7035-1-lukas.bulwahn@gmail.com
State Accepted
Delegated to: BPF Maintainers
Headers show
Series MAINTAINERS: adjust entry in XDP SOCKETS to actual file name | expand

Commit Message

Lukas Bulwahn May 25, 2020, 2:15 p.m. UTC
Commit 2b43470add8c ("xsk: Introduce AF_XDP buffer allocation API") added a
new header file include/net/xsk_buff_pool.h, but commit 28bee21dc04b
("MAINTAINERS, xsk: Update AF_XDP section after moves/adds") added a file
entry referring to include/net/xsk_buffer_pool.h.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches  F:  include/net/xsk_buffer_pool.h

Adjust the entry in XDP SOCKETS to the actual file name.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Björn, please pick this minor non-urgent patch.

applies to next-20200525 on top of the commits mentioned above

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

Comments

Björn Töpel May 25, 2020, 2:42 p.m. UTC | #1
On 2020-05-25 16:15, Lukas Bulwahn wrote:
> Commit 2b43470add8c ("xsk: Introduce AF_XDP buffer allocation API") added a
> new header file include/net/xsk_buff_pool.h, but commit 28bee21dc04b
> ("MAINTAINERS, xsk: Update AF_XDP section after moves/adds") added a file
> entry referring to include/net/xsk_buffer_pool.h.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>    warning: no file matches  F:  include/net/xsk_buffer_pool.h
> 
> Adjust the entry in XDP SOCKETS to the actual file name.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Björn, please pick this minor non-urgent patch.
> 
> applies to next-20200525 on top of the commits mentioned above
>

Thanks Lukas!

Daniel/Alexei, this should go to the bpf-next tree.


Thanks!
Björn


>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7a442b48f24b..895c5202fe9b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18667,7 +18667,7 @@ L:	netdev@vger.kernel.org
>   L:	bpf@vger.kernel.org
>   S:	Maintained
>   F:	include/net/xdp_sock*
> -F:	include/net/xsk_buffer_pool.h
> +F:	include/net/xsk_buff_pool.h
>   F:	include/uapi/linux/if_xdp.h
>   F:	net/xdp/
>   F:	samples/bpf/xdpsock*
>
Daniel Borkmann May 25, 2020, 10:23 p.m. UTC | #2
On 5/25/20 4:42 PM, Björn Töpel wrote:
> On 2020-05-25 16:15, Lukas Bulwahn wrote:
>> Commit 2b43470add8c ("xsk: Introduce AF_XDP buffer allocation API") added a
>> new header file include/net/xsk_buff_pool.h, but commit 28bee21dc04b
>> ("MAINTAINERS, xsk: Update AF_XDP section after moves/adds") added a file
>> entry referring to include/net/xsk_buffer_pool.h.
>>
>> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>>
>>    warning: no file matches  F:  include/net/xsk_buffer_pool.h
>>
>> Adjust the entry in XDP SOCKETS to the actual file name.
>>
>> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
>> ---
>> Björn, please pick this minor non-urgent patch.
>>
>> applies to next-20200525 on top of the commits mentioned above
>>
> 
> Thanks Lukas!
> 
> Daniel/Alexei, this should go to the bpf-next tree.

Yep, applied, thanks!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7a442b48f24b..895c5202fe9b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18667,7 +18667,7 @@  L:	netdev@vger.kernel.org
 L:	bpf@vger.kernel.org
 S:	Maintained
 F:	include/net/xdp_sock*
-F:	include/net/xsk_buffer_pool.h
+F:	include/net/xsk_buff_pool.h
 F:	include/uapi/linux/if_xdp.h
 F:	net/xdp/
 F:	samples/bpf/xdpsock*