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>] [day] [month] [year] [list]
Date:	Sat, 2 Feb 2008 15:44:12 -0800
From:	Greg KH <gregkh@...e.de>
To:	Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
Cc:	linux-kernel@...r.kernel.org, linux-pci@...ey.karlin.mff.cuni.cz,
	pcihpd-discuss@...ts.sourceforge.net
Subject: [GIT PATCH] PCI fixes for 2.6.24-git

Here are some PCI patches against your 2.6.24 git tree.

They rip out the PCIE ASPM patch, as it was causing both build errors,
and run-time oopses, fixes a build error in the scsi tree caused by a
clueless kernel developer who forgot to check in his fix on his
machine[1], and 2 patches to fix some of the section warnings in the PCI
code that are now showing up.


Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/


The full patches will be sent to the linux-pci mailing list, if anyone
wants to see them.

thanks,

greg k-h

[1] yeah, that was me, ugh...

-------------

 drivers/pci/Makefile          |    3 +
 drivers/pci/hotplug-pci.c     |   20 +
 drivers/pci/pci-sysfs.c       |    5 -
 drivers/pci/pci.c             |    4 -
 drivers/pci/pcie/Kconfig      |   20 -
 drivers/pci/pcie/Makefile     |    3 -
 drivers/pci/pcie/aspm.c       |  802 -----------------------------------------
 drivers/pci/probe.c           |   24 +--
 drivers/pci/remove.c          |    4 -
 drivers/pci/setup-bus.c       |    4 +-
 drivers/scsi/lpfc/lpfc_init.c |    2 +-
 include/linux/aspm.h          |   44 ---
 include/linux/pci.h           |    5 -
 include/linux/pci_regs.h      |    8 -
 14 files changed, 28 insertions(+), 920 deletions(-)
 create mode 100644 drivers/pci/hotplug-pci.c
 delete mode 100644 drivers/pci/pcie/aspm.c
 delete mode 100644 include/linux/aspm.h

---------------

Greg Kroah-Hartman (2):
      Revert "PCI: PCIE ASPM support"
      pci: pci_enable_device_bars() fix for lpfc driver

Sam Ravnborg (2):
      PCI: fix section mismatch warnings referring to pci_do_scan_bus
      PCI: fix 4x section mismatch warnings

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ