* Re: [PATCH net-next] net: mctp: test: move TX packetqueue from dst to dev
[not found] <20251125-dev-mctp-test-tx-queue-v1-1-3a1daa4e99e1@codeconstruct.com.au>
@ 2025-11-25 21:51 ` kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-11-25 21:51 UTC (permalink / raw)
To: Jeremy Kerr, Matt Johnston, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Simon Horman
Cc: llvm, oe-kbuild-all, netdev
Hi Jeremy,
kernel test robot noticed the following build warnings:
[auto build test WARNING on e05021a829b834fecbd42b173e55382416571b2c]
url: https://github.com/intel-lab-lkp/linux/commits/Jeremy-Kerr/net-mctp-test-move-TX-packetqueue-from-dst-to-dev/20251125-095938
base: e05021a829b834fecbd42b173e55382416571b2c
patch link: https://lore.kernel.org/r/20251125-dev-mctp-test-tx-queue-v1-1-3a1daa4e99e1%40codeconstruct.com.au
patch subject: [PATCH net-next] net: mctp: test: move TX packetqueue from dst to dev
config: arm64-randconfig-003-20251126 (https://download.01.org/0day-ci/archive/20251126/202511260525.CqYIbVBg-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9e9fe08b16ea2c4d9867fb4974edf2a3776d6ece)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251126/202511260525.CqYIbVBg-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/202511260525.CqYIbVBg-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> net/mctp/test/utils.c:96:27: warning: unused variable 'test_pktqueue_magic' [-Wunused-const-variable]
96 | static const unsigned int test_pktqueue_magic = 0x5f713aef;
| ^~~~~~~~~~~~~~~~~~~
1 warning generated.
vim +/test_pktqueue_magic +96 net/mctp/test/utils.c
80bcf05e54e0e2 Jeremy Kerr 2025-07-02 95
80bcf05e54e0e2 Jeremy Kerr 2025-07-02 @96 static const unsigned int test_pktqueue_magic = 0x5f713aef;
80bcf05e54e0e2 Jeremy Kerr 2025-07-02 97
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread