2022-12-03 17:16:45

by Christophe JAILLET

[permalink] [raw]
Subject: [PATCH] net: xsk: Don't include <linux/rculist.h>

There is no need to include <linux/rculist.h> here.

Prefer the less invasive <linux/types.h> which is needed for 'hlist_head'.

Signed-off-by: Christophe JAILLET <[email protected]>
---
Let see if build-bots agree with me!

Just declaring 'struct mutex' and 'struct hlist_head' would also be an
option.
It would remove the need of any include, but is more likely to break
something.
---
include/net/netns/xdp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/netns/xdp.h b/include/net/netns/xdp.h
index e5734261ba0a..21a4f25a187a 100644
--- a/include/net/netns/xdp.h
+++ b/include/net/netns/xdp.h
@@ -2,8 +2,8 @@
#ifndef __NETNS_XDP_H__
#define __NETNS_XDP_H__

-#include <linux/rculist.h>
#include <linux/mutex.h>
+#include <linux/types.h>

struct netns_xdp {
struct mutex lock;
--
2.34.1


2022-12-06 22:51:58

by John Fastabend

[permalink] [raw]
Subject: RE: [PATCH] net: xsk: Don't include <linux/rculist.h>

Christophe JAILLET wrote:
> There is no need to include <linux/rculist.h> here.
>
> Prefer the less invasive <linux/types.h> which is needed for 'hlist_head'.
>
> Signed-off-by: Christophe JAILLET <[email protected]>
> ---
> Let see if build-bots agree with me!
>
> Just declaring 'struct mutex' and 'struct hlist_head' would also be an
> option.
> It would remove the need of any include, but is more likely to break
> something.
> ---
> include/net/netns/xdp.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/net/netns/xdp.h b/include/net/netns/xdp.h
> index e5734261ba0a..21a4f25a187a 100644
> --- a/include/net/netns/xdp.h
> +++ b/include/net/netns/xdp.h
> @@ -2,8 +2,8 @@
> #ifndef __NETNS_XDP_H__
> #define __NETNS_XDP_H__
>
> -#include <linux/rculist.h>
> #include <linux/mutex.h>
> +#include <linux/types.h>
>
> struct netns_xdp {
> struct mutex lock;
> --
> 2.34.1
>

Acked-by: John Fastabend <[email protected]>

2022-12-07 05:05:48

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH] net: xsk: Don't include <linux/rculist.h>

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <[email protected]>:

On Sat, 3 Dec 2022 17:51:04 +0100 you wrote:
> There is no need to include <linux/rculist.h> here.
>
> Prefer the less invasive <linux/types.h> which is needed for 'hlist_head'.
>
> Signed-off-by: Christophe JAILLET <[email protected]>
> ---
> Let see if build-bots agree with me!
>
> [...]

Here is the summary with links:
- net: xsk: Don't include <linux/rculist.h>
https://git.kernel.org/bpf/bpf-next/c/e9b4aeed5669

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html