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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 30 Jun 2024 02:25:43 +0800
From: kernel test robot <lkp@...el.com>
To: Jean-Michel Hautbois <jeanmichel.hautbois@...eli.org>,
	Geert Uytterhoeven <geert@...ux-m68k.org>,
	Miquel Raynal <miquel.raynal@...tlin.com>,
	Richard Weinberger <richard@....at>,
	Vignesh Raghavendra <vigneshr@...com>,
	Stefan Agner <stefan@...er.ch>
Cc: oe-kbuild-all@...ts.linux.dev, linux-m68k@...ts.linux-m68k.org,
	linux-kernel@...r.kernel.org, linux-mtd@...ts.infradead.org,
	Jean-Michel Hautbois <jeanmichel.hautbois@...eli.org>
Subject: Re: [PATCH v2 2/2] mtd: nand: Add support for M5441x NFC

Hi Jean-Michel,

kernel test robot noticed the following build warnings:

[auto build test WARNING on afcd48134c58d6af45fb3fdb648f1260b20f2326]

url:    https://github.com/intel-lab-lkp/linux/commits/Jean-Michel-Hautbois/arch-m68k-Add-definitions-for-flash-NFC-support/20240628-190232
base:   afcd48134c58d6af45fb3fdb648f1260b20f2326
patch link:    https://lore.kernel.org/r/20240627-upstream-nfc-mcf5441x-v2-2-312929d09ee5%40yoseli.org
patch subject: [PATCH v2 2/2] mtd: nand: Add support for M5441x NFC
config: x86_64-buildonly-randconfig-001-20240630
compiler: gcc-13 (Ubuntu 13.2.0-4ubuntu3) 13.2.0
reproduce (this is a W=1 build):

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/202406300126.M8LG0vQZ-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/mtd/nand/raw/vf610_nfc.c:718:34: warning: 'vf610_nfc_dt_ids' defined but not used [-Wunused-const-variable=]
     718 | static const struct of_device_id vf610_nfc_dt_ids[] = {
         |                                  ^~~~~~~~~~~~~~~~


vim +/vf610_nfc_dt_ids +718 drivers/mtd/nand/raw/vf610_nfc.c

049f42509973b8 drivers/mtd/nand/vf610_nfc.c Stefan Agner 2015-09-02  717  
456930d80a2da1 drivers/mtd/nand/vf610_nfc.c Stefan Agner 2015-09-02 @718  static const struct of_device_id vf610_nfc_dt_ids[] = {
456930d80a2da1 drivers/mtd/nand/vf610_nfc.c Stefan Agner 2015-09-02  719  	{ .compatible = "fsl,vf610-nfc", .data = (void *)NFC_VFC610 },
456930d80a2da1 drivers/mtd/nand/vf610_nfc.c Stefan Agner 2015-09-02  720  	{ /* sentinel */ }
456930d80a2da1 drivers/mtd/nand/vf610_nfc.c Stefan Agner 2015-09-02  721  };
456930d80a2da1 drivers/mtd/nand/vf610_nfc.c Stefan Agner 2015-09-02  722  MODULE_DEVICE_TABLE(of, vf610_nfc_dt_ids);
456930d80a2da1 drivers/mtd/nand/vf610_nfc.c Stefan Agner 2015-09-02  723  

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

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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ