public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Wei Wang <weibunny.kernel@gmail.com>,
	netdev@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>,
	Daniel Zahka <daniel.zahka@gmail.com>,
	Willem de Bruijn <willemdebruijn.kernel@gmail.com>,
	David Wei <dw@davidwei.uk>, Andrew Lunn <andrew+netdev@lunn.ch>,
	"David S . Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>
Cc: oe-kbuild-all@lists.linux.dev, Wei Wang <weibunny@fb.com>
Subject: Re: [PATCH v4 net-next 3/5] psp: add a new netdev event for dev unregister
Date: Thu, 12 Mar 2026 17:20:12 +0800	[thread overview]
Message-ID: <202603121737.vPEHjYAG-lkp@intel.com> (raw)
In-Reply-To: <20260311235904.2392010-4-weibunny.kernel@gmail.com>

Hi Wei,

kernel test robot noticed the following build warnings:

[auto build test WARNING on net-next/main]

url:    https://github.com/intel-lab-lkp/linux/commits/Wei-Wang/psp-add-admin-non-admin-version-of-psp_device_get_locked/20260312-080310
base:   net-next/main
patch link:    https://lore.kernel.org/r/20260311235904.2392010-4-weibunny.kernel%40gmail.com
patch subject: [PATCH v4 net-next 3/5] psp: add a new netdev event for dev unregister
config: x86_64-randconfig-014-20260312 (https://download.01.org/0day-ci/archive/20260312/202603121737.vPEHjYAG-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260312/202603121737.vPEHjYAG-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/202603121737.vPEHjYAG-lkp@intel.com/

All warnings (new ones prefixed by >>):

   net/psp/psp_main.c: In function 'psp_init':
>> net/psp/psp_main.c:449:13: warning: unused variable 'err' [-Wunused-variable]
     449 |         int err;
         |             ^~~


vim +/err +449 net/psp/psp_main.c

   446	
   447	static int __init psp_init(void)
   448	{
 > 449		int err;
   450	
   451		mutex_init(&psp_devs_lock);
   452	
   453		return genl_register_family(&psp_nl_family);
   454	}
   455	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  reply	other threads:[~2026-03-12  9:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-11 23:58 [PATCH v4 net-next 0/5] psp: Add support for dev-assoc/disassoc Wei Wang
2026-03-11 23:58 ` [PATCH v4 net-next 1/5] psp: add admin/non-admin version of psp_device_get_locked Wei Wang
2026-03-11 23:59 ` [PATCH v4 net-next 2/5] psp: add new netlink cmd for dev-assoc and dev-disassoc Wei Wang
2026-03-11 23:59 ` [PATCH v4 net-next 3/5] psp: add a new netdev event for dev unregister Wei Wang
2026-03-12  9:20   ` kernel test robot [this message]
2026-03-11 23:59 ` [PATCH v4 net-next 4/5] selftests/net: Add bpf skb forwarding program Wei Wang
2026-03-11 23:59 ` [PATCH v4 net-next 5/5] selftest/net: psp: Add test for dev-assoc/disassoc Wei Wang

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=202603121737.vPEHjYAG-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=daniel.zahka@gmail.com \
    --cc=davem@davemloft.net \
    --cc=dw@davidwei.uk \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=weibunny.kernel@gmail.com \
    --cc=weibunny@fb.com \
    --cc=willemdebruijn.kernel@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox