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
--
| jjohansen | [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Heiko Carstens | Re: -mm merge plans for 2.6.23 -- sys_fallocate |
| Andrew Morton | 2.6.23-rc6-mm1 |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Evgeniy Polyakov | Re: [BUG] New Kernel Bugs |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
