All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: [linux-next:master 2278/5774] drivers/pci/controller/pci-tegra.c:2726:1: sparse: sparse: bad integer constant expression
Date: Wed, 14 Jan 2026 10:36:47 +0800	[thread overview]
Message-ID: <202601141056.taAB4JSC-lkp@intel.com> (raw)

:::::: 
:::::: 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

                 reply	other threads:[~2026-01-14  2:37 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=202601141056.taAB4JSC-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.