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-next>] [day] [month] [year] [list]
Date: Tue, 13 Feb 2024 12:20:44 +0100
From: "Jiri Slaby (SUSE)" <jirislaby@...nel.org>
To: bp@...en8.de
Cc: linux-kernel@...r.kernel.org,
	"Jiri Slaby (SUSE)" <jirislaby@...nel.org>,
	Andre Przywara <andre.przywara@....com>,
	Bjorn Andersson <andersson@...nel.org>,
	Dinh Nguyen <dinguyen@...nel.org>,
	Douglas Thompson <dougthompson@...ssion.com>,
	James Morse <james.morse@....com>,
	Jan Luebbe <jlu@...gutronix.de>,
	Johannes Thumshirn <morbidrsa@...il.com>,
	Khuong Dinh <khuong@...amperecomputing.com>,
	Konrad Dybcio <konrad.dybcio@...aro.org>,
	linux-edac@...r.kernel.org,
	Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
	Mauro Carvalho Chehab <mchehab@...nel.org>,
	Michal Simek <michal.simek@....com>,
	Palmer Dabbelt <palmer@...belt.com>,
	Paul Walmsley <paul.walmsley@...ive.com>,
	Ralf Baechle <ralf@...ux-mips.org>,
	Robert Richter <rric@...nel.org>,
	Sai Krishna Potthuri <sai.krishna.potthuri@....com>,
	Shubhrajyoti Datta <shubhrajyoti.datta@....com>,
	Tony Luck <tony.luck@...el.com>,
	Yazen Ghannam <yazen.ghannam@....com>
Subject: [PATCH 0/7] EDAC: remove unused structure members

Hi,

this series removes unused EDAC structure members as found by
clang-struct (and manually checked by me).

I admit I could not even compile-test octeon files, hopefully
kernel-test robot would catch mistakes in there.

Cc: Andre Przywara <andre.przywara@....com>
Cc: Bjorn Andersson <andersson@...nel.org>
Cc: Borislav Petkov <bp@...en8.de>
Cc: Dinh Nguyen <dinguyen@...nel.org>
Cc: Douglas Thompson <dougthompson@...ssion.com>
Cc: James Morse <james.morse@....com>
Cc: Jan Luebbe <jlu@...gutronix.de>
Cc: Johannes Thumshirn <morbidrsa@...il.com>
Cc: Khuong Dinh <khuong@...amperecomputing.com>
Cc: Konrad Dybcio <konrad.dybcio@...aro.org>
Cc: linux-edac@...r.kernel.org
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>
Cc: Mauro Carvalho Chehab <mchehab@...nel.org>
Cc: Michal Simek <michal.simek@....com>
Cc: Palmer Dabbelt <palmer@...belt.com>
Cc: Paul Walmsley <paul.walmsley@...ive.com>
Cc: Ralf Baechle <ralf@...ux-mips.org>
Cc: Robert Richter <rric@...nel.org>
Cc: Sai Krishna Potthuri <sai.krishna.potthuri@....com>
Cc: Shubhrajyoti Datta <shubhrajyoti.datta@....com>
Cc: Tony Luck <tony.luck@...el.com>
Cc: Yazen Ghannam <yazen.ghannam@....com>

Jiri Slaby (SUSE) (7):
  EDAC/amd64: Remove amd64_pvt::ext_nbcfg
  EDAC/device: Remove edac_dev_sysfs_block_attribute::{block,value}
  EDAC/device: Remove edac_dev_sysfs_block_attribute::store()
  EDAC: Remove dynamic attributes from edac_device_alloc_ctl_info()
  EDAC: Remove edac_pci_ctl_info::edac_subsys
  EDAC: Remove edac_pci_ctl_info::complete
  EDAC: Remove edac_device_ctl_info::removal_complete

 drivers/edac/altera_edac.c       |  8 ++---
 drivers/edac/amd64_edac.h        |  1 -
 drivers/edac/amd8111_edac.c      |  3 +-
 drivers/edac/armada_xp_edac.c    |  2 +-
 drivers/edac/cpc925_edac.c       |  2 +-
 drivers/edac/edac_device.c       | 53 ++------------------------------
 drivers/edac/edac_device.h       | 22 ++-----------
 drivers/edac/edac_device_sysfs.c | 22 ++-----------
 drivers/edac/edac_pci.h          |  5 ---
 drivers/edac/highbank_l2_edac.c  |  2 +-
 drivers/edac/mpc85xx_edac.c      |  2 +-
 drivers/edac/octeon_edac-l2c.c   |  2 +-
 drivers/edac/octeon_edac-pc.c    |  2 +-
 drivers/edac/qcom_edac.c         |  1 -
 drivers/edac/sifive_edac.c       |  3 +-
 drivers/edac/thunderx_edac.c     |  6 ++--
 drivers/edac/xgene_edac.c        | 10 +++---
 drivers/edac/zynqmp_edac.c       |  2 +-
 18 files changed, 26 insertions(+), 122 deletions(-)

-- 
2.43.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ