Revision 1d8549085377674224bf30a368284c391a3ce40e authored by Linus Torvalds on 23 January 2013, 00:36:23 UTC, committed by Linus Torvalds on 23 January 2013, 00:36:23 UTC
Pull PCI updates from Bjorn Helgaas:
 "The most important is a fix for a pciehp deadlock that occurs when
  unplugging a Thunderbolt adapter.  We also applied the same fix to
  shpchp, removed CONFIG_EXPERIMENTAL dependencies, fixed a
  pcie_aspm=force problem, and fixed a refcount leak.

  Details:

   - Hotplug
      PCI: pciehp: Use per-slot workqueues to avoid deadlock
      PCI: shpchp: Make shpchp_wq non-ordered
      PCI: shpchp: Handle push button event asynchronously
      PCI: shpchp: Use per-slot workqueues to avoid deadlock

   - Power management
      PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported

   - Misc
      PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()
      PCI: remove depends on CONFIG_EXPERIMENTAL"

* tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
  PCI: remove depends on CONFIG_EXPERIMENTAL
  PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported
  PCI: shpchp: Use per-slot workqueues to avoid deadlock
  PCI: shpchp: Handle push button event asynchronously
  PCI: shpchp: Make shpchp_wq non-ordered
  PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()
  PCI: pciehp: Use per-slot workqueues to avoid deadlock
2 parent s f56c319 + 444ee9b
History
File Mode Size
Makefile -rw-r--r-- 779 bytes
datagram.c -rw-r--r-- 18.4 KB
dev.c -rw-r--r-- 166.9 KB
dev_addr_lists.c -rw-r--r-- 18.8 KB
drop_monitor.c -rw-r--r-- 9.6 KB
dst.c -rw-r--r-- 9.7 KB
ethtool.c -rw-r--r-- 39.1 KB
fib_rules.c -rw-r--r-- 17.0 KB
filter.c -rw-r--r-- 22.2 KB
flow.c -rw-r--r-- 10.8 KB
flow_dissector.c -rw-r--r-- 3.1 KB
gen_estimator.c -rw-r--r-- 8.4 KB
gen_stats.c -rw-r--r-- 6.7 KB
iovec.c -rw-r--r-- 5.6 KB
link_watch.c -rw-r--r-- 5.4 KB
neighbour.c -rw-r--r-- 73.3 KB
net-sysfs.c -rw-r--r-- 34.3 KB
net-sysfs.h -rw-r--r-- 361 bytes
net-traces.c -rw-r--r-- 888 bytes
net_namespace.c -rw-r--r-- 15.2 KB
netevent.c -rw-r--r-- 2.1 KB
netpoll.c -rw-r--r-- 22.3 KB
netprio_cgroup.c -rw-r--r-- 7.1 KB
pktgen.c -rw-r--r-- 88.8 KB
request_sock.c -rw-r--r-- 7.5 KB
rtnetlink.c -rw-r--r-- 63.6 KB
scm.c -rw-r--r-- 7.8 KB
secure_seq.c -rw-r--r-- 4.3 KB
skbuff.c -rw-r--r-- 87.1 KB
sock.c -rw-r--r-- 70.4 KB
sock_diag.c -rw-r--r-- 5.0 KB
stream.c -rw-r--r-- 5.1 KB
sysctl_net_core.c -rw-r--r-- 5.5 KB
timestamping.c -rw-r--r-- 3.2 KB
user_dma.c -rw-r--r-- 3.3 KB
utils.c -rw-r--r-- 8.3 KB

back to top