[BK PATCH] PCI Hotplug fixes for 2.6.4-rc1

From: Greg KH (greg_at_kroah.com)
Date: 03/03/04

  • Next message: Greg KH: "Re: [PATCH] Driver Core update for 2.6.4-rc1"
    Date:	Tue, 2 Mar 2004 20:20:34 -0800
    To: torvalds@osdl.org, akpm@osdl.org
    
    

    Hi,

    Here are some minor PCI hotplug fixes for 2.6.4-rc1. They fix some
    oopses, and make the build options a lot saner and allow the distros to
    pick the proper options easier.

    Please pull from:
            bk://kernel.bkbits.net/gregkh/linux/pci-2.6

    thanks,

    greg k-h

    p.s. I'll send these as patches in response to this email to lkml for
    those who want to see them.

     drivers/pci/hotplug/Kconfig | 32 ++++---------------
     drivers/pci/hotplug/Makefile | 54 +++++++++++++++------------------
     drivers/pci/hotplug/cpqphp.h | 1
     drivers/pci/hotplug/cpqphp_core.c | 5 +++
     drivers/pci/hotplug/cpqphp_ctrl.c | 47 ++++++++++++++--------------
     drivers/pci/hotplug/cpqphp_pci.c | 36 +++++++++++-----------
     drivers/pci/hotplug/pci_hotplug_core.c | 23 ++++++++++----
     drivers/pci/hotplug/pciehprm_acpi.c | 3 +
     drivers/pci/hotplug/shpchp.h | 3 -
     drivers/pci/hotplug/shpchprm_acpi.c | 3 +
     include/linux/pci.h | 1
     11 files changed, 105 insertions(+), 103 deletions(-)
    -----

    Dely Sy:
      o PCI Hotplug: fixes for shpc and pcie hot-plug drivers

    Greg Kroah-Hartman:
      o PCI Hotplug: clean up the Makefile a bit more
      o PCI Hotplug: fix up the permission settings on a few of the sysfs files
      o PCI Hotplug: fix stupid directory name of "pci_hotplug_slots" to be just "slots"

    Torben Mathiasen:
      o PCI Hotplug: Patch to get cpqphp working with IOAPIC

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


  • Next message: Greg KH: "Re: [PATCH] Driver Core update for 2.6.4-rc1"

    Relevant Pages

    • Linux 2.6.4-rc2
      ... Here's mainly ARM, XFS, PCI hotplug and firewire updates. ... o parport: move exports to where they are defined ... o parport: fix parport_unregister_port ...
      (Linux-Kernel)
    • Re: [PATCH] PCI fixes for 2.6.9
      ... PCI Hotplug: rpaphp safe list traversal ... Hoping you will accept this fix. ... The bug involves unsafe traversal of a list while deleting list ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Happy v2.6.28
      ... stuff, a few scsi driver updates, and some PCI hotplug regression fixes. ... fix correctness of irq_enabled check for radeon. ... ALSA: hda - Add missing terminators in patch_sigmatel.c ...
      (Linux-Kernel)
    • Re: Happy v2.6.28
      ... stuff, a few scsi driver updates, and some PCI hotplug regression fixes. ... fix correctness of irq_enabled check for radeon. ... ALSA: hda - Add missing terminators in patch_sigmatel.c ...
      (Linux-Kernel)
    • [GIT PATCH] PCI Hotplug patches for 2.6.17
      ... Here are PCI Hotplug fixes and patches for 2.6.17. ... Fix recovery path from errors during pcie_init ... SHPC: Cleanup SHPC register access ... shpchp: Mask Global SERR and Intr at controller release time ...
      (Linux-Kernel)