* [isilence:zcrx/next 14/34] net/core/skbuff.c:81:10: fatal error: net/netmem_priv.h: No such file or directory
@ 2024-09-02 17:44 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-09-02 17:44 UTC (permalink / raw)
To: Pavel Begunkov; +Cc: oe-kbuild-all
tree: https://github.com/isilence/linux zcrx/next
head: 9c5b4f5a3e4cca20d27cf400cf6d0baab121e8e6
commit: 34779aae71797d681bc2b875a615b61f81822f1e [14/34] net: split mem provider part of page_pool_priv.h
config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20240903/202409030105.MG3IXKAw-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240903/202409030105.MG3IXKAw-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202409030105.MG3IXKAw-lkp@intel.com/
All errors (new ones prefixed by >>):
>> net/core/skbuff.c:81:10: fatal error: net/netmem_priv.h: No such file or directory
81 | #include <net/netmem_priv.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
--
In file included from net/core/devmem.c:22:
>> include/net/page_pool/provider.h:7:10: fatal error: net/netmem_priv.h: No such file or directory
7 | #include <net/netmem_priv.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
vim +81 net/core/skbuff.c
67
68 #include <net/protocol.h>
69 #include <net/dst.h>
70 #include <net/sock.h>
71 #include <net/checksum.h>
72 #include <net/gso.h>
73 #include <net/hotdata.h>
74 #include <net/ip6_checksum.h>
75 #include <net/xfrm.h>
76 #include <net/mpls.h>
77 #include <net/mptcp.h>
78 #include <net/mctp.h>
79 #include <net/page_pool/helpers.h>
80 #include <net/dropreason.h>
> 81 #include <net/netmem_priv.h>
82
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-02 17:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 17:44 [isilence:zcrx/next 14/34] net/core/skbuff.c:81:10: fatal error: net/netmem_priv.h: No such file or directory kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.