lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 1 Jul 2024 11:23:05 +0800
From: kernel test robot <lkp@...el.com>
To: Jim Quinlan <james.quinlan@...adcom.com>, linux-pci@...r.kernel.org,
	Nicolas Saenz Julienne <nsaenz@...nel.org>,
	Bjorn Helgaas <helgaas@...nel.org>,
	Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
	Cyril Brulebois <kibi@...ian.org>,
	Stanimir Varbanov <svarbanov@...e.de>,
	bcm-kernel-feedback-list@...adcom.com, jim2101024@...il.com
Cc: oe-kbuild-all@...ts.linux.dev,
	Florian Fainelli <florian.fainelli@...adcom.com>,
	Krzysztof WilczyƄski <kw@...ux.com>,
	Rob Herring <robh@...nel.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 5/8] PCI: brcmstb: Two more register offsets vary by
 SOC

Hi Jim,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 55027e689933ba2e64f3d245fb1ff185b3e7fc81]

url:    https://github.com/intel-lab-lkp/linux/commits/Jim-Quinlan/dt-bindings-PCI-Add-Broadcom-STB-7712-SOC-update-maintainter/20240630-122527
base:   55027e689933ba2e64f3d245fb1ff185b3e7fc81
patch link:    https://lore.kernel.org/r/20240628205430.24775-6-james.quinlan%40broadcom.com
patch subject: [PATCH v1 5/8] PCI: brcmstb: Two more register offsets vary by SOC
config: s390-randconfig-r112-20240701
compiler: s390-linux-gcc (GCC) 13.2.0
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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202407011028.5nSZxsGR-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> drivers/pci/controller/pcie-brcmstb.c:1504:10: sparse: sparse: Initializer entry defined twice
   drivers/pci/controller/pcie-brcmstb.c:1505:10: sparse:   also defined here
   drivers/pci/controller/pcie-brcmstb.c:1512:10: sparse: sparse: Initializer entry defined twice
   drivers/pci/controller/pcie-brcmstb.c:1513:10: sparse:   also defined here
   drivers/pci/controller/pcie-brcmstb.c:1548:10: sparse: sparse: Initializer entry defined twice
   drivers/pci/controller/pcie-brcmstb.c:1549:10: sparse:   also defined here

vim +1504 drivers/pci/controller/pcie-brcmstb.c

c0452137034bda Jim Quinlan 2019-12-16  1500  
0ac2ff426e3d48 Jim Quinlan 2022-07-25  1501  static const int pcie_offsets[] = {
0ac2ff426e3d48 Jim Quinlan 2022-07-25  1502  	[RGR1_SW_INIT_1] = 0x9210,
0ac2ff426e3d48 Jim Quinlan 2022-07-25  1503  	[EXT_CFG_INDEX]  = 0x9000,
0ac2ff426e3d48 Jim Quinlan 2022-07-25 @1504  	[EXT_CFG_DATA]   = 0x9004,
1290bef3d954d6 Jim Quinlan 2024-06-28  1505  	[PCIE_HARD_DEBUG] = 0x4204,
1290bef3d954d6 Jim Quinlan 2024-06-28  1506  	[PCIE_INTR2_CPU_BASE] = 0x4300,
0ac2ff426e3d48 Jim Quinlan 2022-07-25  1507  };
0ac2ff426e3d48 Jim Quinlan 2022-07-25  1508  

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

View attachment "reproduce" of type "text/plain" (1093 bytes)

View attachment "config" of type "text/plain" (178703 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ