[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202601290039.37LnFCGx-lkp@intel.com>
Date: Thu, 29 Jan 2026 00:49:12 +0100
From: kernel test robot <lkp@...el.com>
To: Thomas Weißschuh <thomas.weissschuh@...utronix.de>,
Shuah Khan <skhan@...uxfoundation.org>, Kees Cook <kees@...nel.org>,
Andy Lutomirski <luto@...capital.net>,
Will Drewry <wad@...omium.org>
Cc: oe-kbuild-all@...ts.linux.dev, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
Thomas Weißschuh <thomas.weissschuh@...utronix.de>
Subject: Re: [PATCH 3/5] selftests: kselftest: Add ksft_reset_state()
Hi Thomas,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 6d6ad32e22f028c525d5df471c5522616e645a6b]
url: https://github.com/intel-lab-lkp/linux/commits/Thomas-Wei-schuh/selftests-kselftest-Treat-xpass-as-successful-result/20260128-182856
base: 6d6ad32e22f028c525d5df471c5522616e645a6b
patch link: https://lore.kernel.org/r/20260128-kselftest-harness-v1-3-cb259fa81cd0%40linutronix.de
patch subject: [PATCH 3/5] selftests: kselftest: Add ksft_reset_state()
config: i386-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260129/202601290039.37LnFCGx-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260129/202601290039.37LnFCGx-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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202601290039.37LnFCGx-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from ovpn-cli.c:35:
>> tools/testing/selftests/../../../tools/testing/selftests/kselftest.h:488:2: warning: extra ';' outside of a function [-Wextra-semi]
488 | };
| ^
1 warning generated.
vim +488 tools/testing/selftests/../../../tools/testing/selftests/kselftest.h
478
479 static inline void ksft_reset_state(void)
480 {
481 ksft_cnt.ksft_pass = 0;
482 ksft_cnt.ksft_fail = 0;
483 ksft_cnt.ksft_xfail = 0;
484 ksft_cnt.ksft_xpass = 0;
485 ksft_cnt.ksft_xskip = 0;
486 ksft_cnt.ksft_error = 0;
487 ksft_plan = 0;
> 488 };
489
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists