From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: [driver-core:driver-core-next 25/26] drivers/perf/arm-ni.c:250:9: sparse: sparse: missing braces around initializer
Date: Tue, 19 Nov 2024 00:31:32 +0800 [thread overview]
Message-ID: <202411190050.InhaZMNi-lkp@intel.com> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 2262 bytes --]
::::::
:::::: Manual check reason: "low confidence static check first_new_problem: drivers/perf/arm-ni.c:250:9: sparse: sparse: missing braces around initializer"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: devel@driverdev.osuosl.org
TO: "Thomas Weißschuh" <linux@weissschuh.net>
CC: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git driver-core-next
head: 5943c0dc7912210be1ab2732e0b663c1082ab543
commit: 906c508afdca3487c4273bfeda8abedc8e21047b [25/26] sysfs: attribute_group: allow registration of const bin_attribute
:::::: branch date: 3 days ago
:::::: commit date: 3 days ago
config: arm-randconfig-r122-20241118 (https://download.01.org/0day-ci/archive/20241119/202411190050.InhaZMNi-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 14.2.0
reproduce: (https://download.01.org/0day-ci/archive/20241119/202411190050.InhaZMNi-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/202411190050.InhaZMNi-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> drivers/perf/arm-ni.c:250:9: sparse: sparse: missing braces around initializer
drivers/perf/arm-ni.c: note: in included file:
include/linux/io-64-nonatomic-lo-hi.h:38:9: sparse: sparse: cast truncates bits from constant value (8000000000000000 becomes 0)
vim +250 drivers/perf/arm-ni.c
4d5a7680f2b4d0 Robin Murphy 2024-09-04 247
4d5a7680f2b4d0 Robin Murphy 2024-09-04 248 static const struct attribute_group arm_ni_other_attr_group = {
4d5a7680f2b4d0 Robin Murphy 2024-09-04 249 .attrs = arm_ni_other_attrs,
4d5a7680f2b4d0 Robin Murphy 2024-09-04 @250 NULL
4d5a7680f2b4d0 Robin Murphy 2024-09-04 251 };
4d5a7680f2b4d0 Robin Murphy 2024-09-04 252
:::::: The code at line 250 was first introduced by commit
:::::: 4d5a7680f2b4d0c2955e1d9f9a594b050d637436 perf: Add driver for Arm NI-700 interconnect PMU
:::::: TO: Robin Murphy <robin.murphy@arm.com>
:::::: CC: Will Deacon <will@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2024-11-18 16:31 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=202411190050.InhaZMNi-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 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.