public inbox for oe-kbuild@lists.linux.dev
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: [android-common:android16-6.12 1/1] lib/longest_symbol_kunit.c:28:14: sparse: sparse: '##' failed: concatenation is not a valid token
Date: Tue, 31 Mar 2026 12:32:42 +0800	[thread overview]
Message-ID: <202603311233.3ce8kwsF-lkp@intel.com> (raw)

:::::: 
:::::: Manual check reason: "low confidence static check warning: lib/longest_symbol_kunit.c:28:14: sparse: sparse: '##' failed: concatenation is not a valid token"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: cros-kernel-buildreports@googlegroups.com

tree:   https://android.googlesource.com/kernel/common android16-6.12
head:   c9dd6d939a0d4c818436b4f27e08d48e330fc6c4
commit: b8abcba6e4aec53868dfe44f97270fc4dee0df2a [1/1] Kunit to check the longest symbol length
:::::: branch date: 9 hours ago
:::::: commit date: 9 months ago
config: x86_64-randconfig-r121-20260331 (https://download.01.org/0day-ci/archive/20260331/202603311233.3ce8kwsF-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
sparse: v0.6.5-rc1
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260331/202603311233.3ce8kwsF-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/r/202603311233.3ce8kwsF-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> lib/longest_symbol_kunit.c:28:14: sparse: sparse: '##' failed: concatenation is not a valid token
>> lib/longest_symbol_kunit.c:28:14: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:29:14: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:29:14: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:34:23: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:34:23: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:37:1: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:37:1: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:41:9: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:41:9: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:64:47: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:64:47: sparse: sparse: '##' failed: concatenation is not a valid token
   lib/longest_symbol_kunit.c:28:14: sparse: sparse: Expected ; at end of declaration
   lib/longest_symbol_kunit.c:28:14: sparse: sparse: got nnnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nnnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7n
   lib/longest_symbol_kunit.c:29:14: sparse: sparse: Expected ; at end of declaration
   lib/longest_symbol_kunit.c:29:14: sparse: sparse: got nnnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nnnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7n
   lib/longest_symbol_kunit.c:32:1: sparse: sparse: Expected ; at the end of type declaration
   lib/longest_symbol_kunit.c:32:1: sparse: sparse: got }
   lib/longest_symbol_kunit.c:41:9: sparse: sparse: Expected ) after typeof
   lib/longest_symbol_kunit.c:41:9: sparse: sparse: got nnnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nnnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nnng1h2i3j4k5l6m7ng1h2i3j4k5l6m7nng1h2i3j4k5l6m7ng1h2i3j4k5l6m7n
   lib/longest_symbol_kunit.c:41:9: sparse: sparse: undefined identifier '__right'
   lib/longest_symbol_kunit.c:41:9: sparse: sparse: undefined identifier '__right'

vim +28 lib/longest_symbol_kunit.c

b8abcba6e4aec5 Sergio González Collado 2025-03-02  27  
b8abcba6e4aec5 Sergio González Collado 2025-03-02 @28  noinline int LONGEST_SYM_NAME(void);
b8abcba6e4aec5 Sergio González Collado 2025-03-02  29  noinline int LONGEST_SYM_NAME(void)
b8abcba6e4aec5 Sergio González Collado 2025-03-02  30  {
b8abcba6e4aec5 Sergio González Collado 2025-03-02  31  	return RETURN_LONGEST_SYM;
b8abcba6e4aec5 Sergio González Collado 2025-03-02  32  }
b8abcba6e4aec5 Sergio González Collado 2025-03-02  33  

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

                 reply	other threads:[~2026-03-31  4:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202603311233.3ce8kwsF-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox