From: kernel test robot <lkp@intel.com>
To: Eric Biggers <ebiggers@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [ebiggers:more-at-least-decorations-v1 7/9] include/crypto/poly1305.h:62:19: error: use of undeclared identifier 'at_least'
Date: Sun, 23 Nov 2025 22:41:10 +0800 [thread overview]
Message-ID: <202511232202.VHb5ebGB-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git more-at-least-decorations-v1
head: da707520ed1dbaed0ef9666f7adfac8910423a1f
commit: fb3cc420c064f330263417ab3ceeb27095d918c6 [7/9] lib/crypto: poly1305: Add at_least decoration to fixed-size array params
config: hexagon-randconfig-002-20251123 (https://download.01.org/0day-ci/archive/20251123/202511232202.VHb5ebGB-lkp@intel.com/config)
compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251123/202511232202.VHb5ebGB-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/202511232202.VHb5ebGB-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from lib/crypto/poly1305.c:10:
In file included from include/crypto/internal/poly1305.h:9:
>> include/crypto/poly1305.h:62:19: error: use of undeclared identifier 'at_least'
62 | const u8 key[at_least POLY1305_KEY_SIZE]);
| ^
1 error generated.
vim +/at_least +62 include/crypto/poly1305.h
60
61 void poly1305_init(struct poly1305_desc_ctx *desc,
> 62 const u8 key[at_least POLY1305_KEY_SIZE]);
63 void poly1305_update(struct poly1305_desc_ctx *desc,
64 const u8 *src, unsigned int nbytes);
65 void poly1305_final(struct poly1305_desc_ctx *desc, u8 *digest);
66
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-11-23 14:41 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=202511232202.VHb5ebGB-lkp@intel.com \
--to=lkp@intel.com \
--cc=ebiggers@kernel.org \
--cc=llvm@lists.linux.dev \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).