All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Eric Biggers <ebiggers@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [ebiggers:wip-nh-lib 10/20] lib/crypto/tests/nh_kunit.c:43:1: sparse: sparse: static assertion failed: "MODULE_INFO(file, ...) contains embedded NUL byte"
Date: Tue, 9 Dec 2025 20:19:00 +0800	[thread overview]
Message-ID: <202512092004.2DF9dMkW-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git wip-nh-lib
head:   79bcfe8d44c5d06347eaa2b798a737d644573da2
commit: b98dc0c0c9c02baa8b7790f278dfacd4d3c6634f [10/20] lib/crypto: tests: Add KUnit tests for NH
config: sparc64-randconfig-r121-20251209 (https://download.01.org/0day-ci/archive/20251209/202512092004.2DF9dMkW-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 6ec8c4351cfc1d0627d1633b02ea787bd29c77d8)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251209/202512092004.2DF9dMkW-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/202512092004.2DF9dMkW-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
   lib/crypto/tests/nh_kunit.c:42:1: sparse: sparse: bad integer constant expression
   lib/crypto/tests/nh_kunit.c:42:1: sparse: sparse: static assertion failed: "MODULE_INFO(description, ...) contains embedded NUL byte"
   lib/crypto/tests/nh_kunit.c:43:1: sparse: sparse: bad integer constant expression
>> lib/crypto/tests/nh_kunit.c:43:1: sparse: sparse: static assertion failed: "MODULE_INFO(file, ...) contains embedded NUL byte"
   lib/crypto/tests/nh_kunit.c:43:1: sparse: sparse: bad integer constant expression
   lib/crypto/tests/nh_kunit.c:43:1: sparse: sparse: static assertion failed: "MODULE_INFO(license, ...) contains embedded NUL byte"

vim +43 lib/crypto/tests/nh_kunit.c

    41	
    42	MODULE_DESCRIPTION("KUnit tests for NH");
  > 43	MODULE_LICENSE("GPL");

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

                 reply	other threads:[~2025-12-09 12:22 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=202512092004.2DF9dMkW-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=ebiggers@kernel.org \
    --cc=oe-kbuild-all@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 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.