From: kernel test robot <lkp@intel.com>
To: Jakub Sitnicki <jakub@cloudflare.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH RFC bpf-next 1/5] bpf: Introduce local storage for sk_buff
Date: Fri, 27 Feb 2026 10:12:23 +0800 [thread overview]
Message-ID: <202602271043.OPCcB1AR-lkp@intel.com> (raw)
In-Reply-To: <20260226-skb-local-storage-v1-1-4ca44f0dd9d1@cloudflare.com>
Hi Jakub,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build warnings:
[auto build test WARNING on bpf-next/master]
url: https://github.com/intel-lab-lkp/linux/commits/Jakub-Sitnicki/bpf-Introduce-local-storage-for-sk_buff/20260227-051847
base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master
patch link: https://lore.kernel.org/r/20260226-skb-local-storage-v1-1-4ca44f0dd9d1%40cloudflare.com
patch subject: [PATCH RFC bpf-next 1/5] bpf: Introduce local storage for sk_buff
config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20260227/202602271043.OPCcB1AR-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 15.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260227/202602271043.OPCcB1AR-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/202602271043.OPCcB1AR-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> Warning: net/core/bpf_skb_storage.c:129 function parameter 'map__map' not described in 'bpf_skb_storage_get'
>> Warning: net/core/bpf_skb_storage.c:129 function parameter 'value__nullable' not described in 'bpf_skb_storage_get'
>> Warning: net/core/bpf_skb_storage.c:129 function parameter 'value__szk' not described in 'bpf_skb_storage_get'
>> Warning: net/core/bpf_skb_storage.c:178 function parameter 'map__map' not described in 'bpf_skb_storage_delete'
>> Warning: net/core/bpf_skb_storage.c:129 function parameter 'map__map' not described in 'bpf_skb_storage_get'
>> Warning: net/core/bpf_skb_storage.c:129 function parameter 'value__nullable' not described in 'bpf_skb_storage_get'
>> Warning: net/core/bpf_skb_storage.c:129 function parameter 'value__szk' not described in 'bpf_skb_storage_get'
>> Warning: net/core/bpf_skb_storage.c:178 function parameter 'map__map' not described in 'bpf_skb_storage_delete'
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2026-02-27 2:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-26 21:12 [PATCH RFC bpf-next 0/5] skb extension for BPF local storage Jakub Sitnicki
2026-02-26 21:12 ` [PATCH RFC bpf-next 1/5] bpf: Introduce local storage for sk_buff Jakub Sitnicki
2026-02-27 2:12 ` kernel test robot [this message]
2026-02-26 21:12 ` [PATCH RFC bpf-next 2/5] bpf: Allow passing kernel context pointer to kfuncs Jakub Sitnicki
2026-02-26 21:12 ` [PATCH RFC bpf-next 3/5] bpf: Allow access to bpf_sock_ops_kern->skb Jakub Sitnicki
2026-02-26 21:12 ` [PATCH RFC bpf-next 4/5] selftests/bpf: Add verifier tests for skb local storage Jakub Sitnicki
2026-02-26 21:12 ` [PATCH RFC bpf-next 5/5] selftests/bpf: Add functional " Jakub Sitnicki
2026-02-26 21:56 ` [PATCH RFC bpf-next 0/5] skb extension for BPF " Alexei Starovoitov
2026-02-27 20:11 ` Jakub Sitnicki
2026-02-28 23:50 ` Jakub Kicinski
2026-03-01 17:59 ` Jakub Sitnicki
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=202602271043.OPCcB1AR-lkp@intel.com \
--to=lkp@intel.com \
--cc=jakub@cloudflare.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.