All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Pavel Begunkov <asml.silence@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [isilence:zcrx/next 14/34] net/core/skbuff.c:81:10: fatal error: net/netmem_priv.h: No such file or directory
Date: Tue, 3 Sep 2024 01:44:03 +0800	[thread overview]
Message-ID: <202409030105.MG3IXKAw-lkp@intel.com> (raw)

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

                 reply	other threads:[~2024-09-02 17:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202409030105.MG3IXKAw-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=asml.silence@gmail.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.