All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 2278/5774] drivers/pci/controller/pci-tegra.c:2726:1: sparse: sparse: bad integer constant expression
@ 2026-01-14  2:36 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-01-14  2:36 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "low confidence static check warning: drivers/pci/controller/pci-tegra.c:2726:1: sparse: sparse: bad integer constant expression"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Aaron Kling <webgeek1234@gmail.com>
CC: Bjorn Helgaas <helgaas@kernel.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   0f853ca2a798ead9d24d39cad99b0966815c582a
commit: aac5ba6acc79b37b01dfc9dd23eb457c89cf06f6 [2278/5774] PCI: tegra: Allow building as a module
:::::: branch date: 20 hours ago
:::::: commit date: 3 weeks ago
config: s390-randconfig-r111-20260113 (https://download.01.org/0day-ci/archive/20260114/202601141056.taAB4JSC-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 9b8addffa70cee5b2acc5454712d9cf78ce45710)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260114/202601141056.taAB4JSC-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/202601141056.taAB4JSC-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> drivers/pci/controller/pci-tegra.c:2726:1: sparse: sparse: bad integer constant expression
   drivers/pci/controller/pci-tegra.c:2726:1: sparse: sparse: static assertion failed: "MODULE_INFO(author, ...) contains embedded NUL byte"
   drivers/pci/controller/pci-tegra.c:2727:1: sparse: sparse: bad integer constant expression
   drivers/pci/controller/pci-tegra.c:2727:1: sparse: sparse: static assertion failed: "MODULE_INFO(description, ...) contains embedded NUL byte"
   drivers/pci/controller/pci-tegra.c:2728:1: sparse: sparse: bad integer constant expression
   drivers/pci/controller/pci-tegra.c:2728:1: sparse: sparse: static assertion failed: "MODULE_INFO(file, ...) contains embedded NUL byte"
   drivers/pci/controller/pci-tegra.c:2728:1: sparse: sparse: bad integer constant expression
   drivers/pci/controller/pci-tegra.c:2728:1: sparse: sparse: static assertion failed: "MODULE_INFO(license, ...) contains embedded NUL byte"

vim +2726 drivers/pci/controller/pci-tegra.c

da76ba50963b81 drivers/pci/host/pci-tegra.c       Manikanta Maddireddy 2018-02-28  2715  
d1523b52bff35e drivers/pci/host/pci-tegra.c       Thierry Reding       2013-08-09  2716  static struct platform_driver tegra_pcie_driver = {
d1523b52bff35e drivers/pci/host/pci-tegra.c       Thierry Reding       2013-08-09  2717  	.driver = {
d1523b52bff35e drivers/pci/host/pci-tegra.c       Thierry Reding       2013-08-09  2718  		.name = "tegra-pcie",
d1523b52bff35e drivers/pci/host/pci-tegra.c       Thierry Reding       2013-08-09  2719  		.of_match_table = tegra_pcie_of_match,
d1523b52bff35e drivers/pci/host/pci-tegra.c       Thierry Reding       2013-08-09  2720  		.suppress_bind_attrs = true,
da76ba50963b81 drivers/pci/host/pci-tegra.c       Manikanta Maddireddy 2018-02-28  2721  		.pm = &tegra_pcie_pm_ops,
d1523b52bff35e drivers/pci/host/pci-tegra.c       Thierry Reding       2013-08-09  2722  	},
d1523b52bff35e drivers/pci/host/pci-tegra.c       Thierry Reding       2013-08-09  2723  	.probe = tegra_pcie_probe,
d1523b52bff35e drivers/pci/host/pci-tegra.c       Thierry Reding       2013-08-09  2724  };
aac5ba6acc79b3 drivers/pci/controller/pci-tegra.c Aaron Kling          2025-07-31  2725  builtin_platform_driver(tegra_pcie_driver);
aac5ba6acc79b3 drivers/pci/controller/pci-tegra.c Aaron Kling          2025-07-31 @2726  MODULE_AUTHOR("Thierry Reding <treding@nvidia.com>");

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-01-14  2:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14  2:36 [linux-next:master 2278/5774] drivers/pci/controller/pci-tegra.c:2726:1: sparse: sparse: bad integer constant expression kernel test robot

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.