[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230203114225.22ee17da@kernel.org>
Date: Fri, 3 Feb 2023 11:42:25 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: kernel test robot <lkp@...el.com>
Cc: Eric Dumazet <edumazet@...gle.com>,
"David S . Miller" <davem@...emloft.net>,
Paolo Abeni <pabeni@...hat.com>, oe-kbuild-all@...ts.linux.dev,
netdev@...r.kernel.org, eric.dumazet@...il.com,
Alexander Duyck <alexanderduyck@...com>,
Soheil Hassas Yeganeh <soheil@...gle.com>
Subject: Re: [PATCH net-next 4/4] net: add dedicated kmem_cache for
typical/small skb->head
On Sat, 4 Feb 2023 03:37:10 +0800 kernel test robot wrote:
> All errors (new ones prefixed by >>):
>
> net/core/skbuff.c: In function 'kmalloc_reserve':
> >> net/core/skbuff.c:503:23: error: 'KMALLOC_NOT_NORMAL_BITS' undeclared (first use in this function)
> 503 | !(flags & KMALLOC_NOT_NORMAL_BITS)) {
> | ^~~~~~~~~~~~~~~~~~~~~~~
> net/core/skbuff.c:503:23: note: each undeclared identifier is reported only once for each function it appears in
diff --git a/net/Kconfig b/net/Kconfig
index 27bc49c7ad73..41e27a4805a8 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -8,6 +8,7 @@ menuconfig NET
select NLATTR
select GENERIC_NET_UTILS
select BPF
+ depends on !SLOB
help
Unless you really know what you are doing, you should say Y here.
The reason is that some programs need kernel networking support even
? :)
Powered by blists - more mailing lists