All of lore.kernel.org
 help / color / mirror / Atom feed
* lib/tests/string_kunit.c:866:9: sparse: sparse: not a function __func
@ 2026-05-02  9:53 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-05-02  9:53 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "low confidence static check warning: lib/tests/string_kunit.c:866:9: sparse: sparse: not a function __func"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: Feng Jiang <jiangfeng@kylinos.cn>
CC: Paul Walmsley <pjw@kernel.org>
CC: Kees Cook <kees@kernel.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f1a5e78a55ebf2b05777fd5eb738038ddae609d6
commit: 0020240a431187628e2636284023e63b9b7a2aa1 lib/string_kunit: add performance benchmark for strlen()
date:   4 weeks ago
:::::: branch date: 10 hours ago
:::::: commit date: 4 weeks ago
config: s390-randconfig-r132-20260502 (https://download.01.org/0day-ci/archive/20260502/202605021749.Cs0UY9Qa-lkp@intel.com/config)
compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project 5bac06718f502014fade905512f1d26d578a18f3)
sparse: v0.6.5-rc1
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260502/202605021749.Cs0UY9Qa-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
| Fixes: 0020240a4311 ("lib/string_kunit: add performance benchmark for strlen()")
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202605021749.Cs0UY9Qa-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
   lib/tests/string_kunit.c:866:9: sparse: sparse: undefined identifier 'strlen'
   lib/tests/string_kunit.c:866:9: sparse: sparse: undefined identifier 'strlen'
>> lib/tests/string_kunit.c:866:9: sparse: sparse: not a function __func
>> lib/tests/string_kunit.c:866:9: sparse: sparse: not a function __func

vim +866 lib/tests/string_kunit.c

0020240a431187 Feng Jiang 2026-04-03  863  
0020240a431187 Feng Jiang 2026-04-03  864  static void string_bench_strlen(struct kunit *test)
0020240a431187 Feng Jiang 2026-04-03  865  {
0020240a431187 Feng Jiang 2026-04-03 @866  	STRING_BENCH_BUF(test, buf, len, strlen, buf);
0020240a431187 Feng Jiang 2026-04-03  867  }
0020240a431187 Feng Jiang 2026-04-03  868  

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* lib/tests/string_kunit.c:866:9: sparse: sparse: not a function __func
@ 2026-06-23 23:54 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2026-06-23 23:54 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "low confidence static check warning: lib/tests/string_kunit.c:866:9: sparse: sparse: not a function __func"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: Feng Jiang <jiangfeng@kylinos.cn>
CC: Paul Walmsley <pjw@kernel.org>
CC: Kees Cook <kees@kernel.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   558ef39aeb9a089a6be9dda8413b0b9d42e843ea
commit: 0020240a431187628e2636284023e63b9b7a2aa1 lib/string_kunit: add performance benchmark for strlen()
date:   3 months ago
:::::: branch date: 57 minutes ago
:::::: commit date: 3 months ago
config: s390-randconfig-r123-20260623 (https://download.01.org/0day-ci/archive/20260624/202606240752.RIfKz4Go-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 8.5.0
sparse: v0.6.5-rc1
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260624/202606240752.RIfKz4Go-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
| Fixes: 0020240a4311 ("lib/string_kunit: add performance benchmark for strlen()")
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202606240752.RIfKz4Go-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
   lib/tests/string_kunit.c:866:9: sparse: sparse: undefined identifier 'strlen'
   lib/tests/string_kunit.c:866:9: sparse: sparse: undefined identifier 'strlen'
>> lib/tests/string_kunit.c:866:9: sparse: sparse: not a function __func
>> lib/tests/string_kunit.c:866:9: sparse: sparse: not a function __func

vim +866 lib/tests/string_kunit.c

0020240a431187 Feng Jiang 2026-04-03  863  
0020240a431187 Feng Jiang 2026-04-03  864  static void string_bench_strlen(struct kunit *test)
0020240a431187 Feng Jiang 2026-04-03  865  {
0020240a431187 Feng Jiang 2026-04-03 @866  	STRING_BENCH_BUF(test, buf, len, strlen, buf);
0020240a431187 Feng Jiang 2026-04-03  867  }
0020240a431187 Feng Jiang 2026-04-03  868  

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-23 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-23 23:54 lib/tests/string_kunit.c:866:9: sparse: sparse: not a function __func kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2026-05-02  9:53 kernel test robot

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.