From: kernel test robot <lkp@intel.com>
To: Jarkko Sakkinen <jarkko@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [jarkko-tpmdd:container 15/17] kernel/container.c:146:27: sparse: sparse: incorrect type in initializer (different base types)
Date: Sun, 15 Feb 2026 12:38:05 +0800 [thread overview]
Message-ID: <202602151241.Ffebm192-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git container
head: 0b7243a05fc7f6484b8c81985b6b9c23c86ab464
commit: afed8d25f676afd8e570127c4b66368bdc930bd7 [15/17] security: Add container LSM hooks
config: arm64-randconfig-r112-20260215 (https://download.01.org/0day-ci/archive/20260215/202602151241.Ffebm192-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.4.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260215/202602151241.Ffebm192-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/202602151241.Ffebm192-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> kernel/container.c:146:27: sparse: sparse: incorrect type in initializer (different base types) @@ expected restricted __poll_t ( *poll )( ... ) @@ got unsigned int ( * )( ... ) @@
kernel/container.c:146:27: sparse: expected restricted __poll_t ( *poll )( ... )
kernel/container.c:146:27: sparse: got unsigned int ( * )( ... )
vim +146 kernel/container.c
32ec22dd1e318d David Howells 2026-02-13 144
32ec22dd1e318d David Howells 2026-02-13 145 const struct file_operations container_fops = {
32ec22dd1e318d David Howells 2026-02-13 @146 .poll = container_poll,
32ec22dd1e318d David Howells 2026-02-13 147 .release = container_release,
32ec22dd1e318d David Howells 2026-02-13 148 };
32ec22dd1e318d David Howells 2026-02-13 149
:::::: The code at line 146 was first introduced by commit
:::::: 32ec22dd1e318def3025c52d5c89246f34f25215 fork: Handle task's container in fork and exit
:::::: TO: David Howells <dhowells@redhat.com>
:::::: CC: Jarkko Sakkinen <jarkko@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-02-15 4:38 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=202602151241.Ffebm192-lkp@intel.com \
--to=lkp@intel.com \
--cc=jarkko@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.