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 Mar 2018 17:26:14 -0500
From:   Bjorn Helgaas <helgaas@...nel.org>
To:     linux-pci@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/4] PCI/VPD: Encapsulate VPD stuff in vpd.c

This is strictly cleanup, not intended to change or fix anything.

Move all the VPD-related code and structures to drivers/pci/vpd.c.

---

Bjorn Helgaas (4):
      PCI/VPD: Move VPD access code to vpd.c
      PCI/VPD: Move VPD sysfs code to vpd.c
      PCI/VPD: Move VPD quirks to vpd.c
      PCI/VPD: Move VPD structures to vpd.c


 drivers/pci/access.c    |  368 ------------------------------
 drivers/pci/pci-sysfs.c |   67 -----
 drivers/pci/pci.h       |   19 --
 drivers/pci/quirks.c    |  121 ----------
 drivers/pci/vpd.c       |  573 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 578 insertions(+), 570 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ