Revision b272f732f888d4cf43c943a40c9aaa836f9b7431 authored by Linus Torvalds on 25 December 2016, 22:05:56 UTC, committed by Linus Torvalds on 25 December 2016, 22:05:56 UTC
Pull SMP hotplug notifier removal from Thomas Gleixner:
 "This is the final cleanup of the hotplug notifier infrastructure. The
  series has been reintgrated in the last two days because there came a
  new driver using the old infrastructure via the SCSI tree.

  Summary:

   - convert the last leftover drivers utilizing notifiers

   - fixup for a completely broken hotplug user

   - prevent setup of already used states

   - removal of the notifiers

   - treewide cleanup of hotplug state names

   - consolidation of state space

  There is a sphinx based documentation pending, but that needs review
  from the documentation folks"

* 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/armada-xp: Consolidate hotplug state space
  irqchip/gic: Consolidate hotplug state space
  coresight/etm3/4x: Consolidate hotplug state space
  cpu/hotplug: Cleanup state names
  cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions
  staging/lustre/libcfs: Convert to hotplug state machine
  scsi/bnx2i: Convert to hotplug state machine
  scsi/bnx2fc: Convert to hotplug state machine
  cpu/hotplug: Prevent overwriting of callbacks
  x86/msr: Remove bogus cleanup from the error path
  bus: arm-ccn: Prevent hotplug callback leak
  perf/x86/intel/cstate: Prevent hotplug callback leak
  ARM/imx/mmcd: Fix broken cpu hotplug handling
  scsi: qedi: Convert to hotplug state machine
2 parent s 10bbe75 + 008b69e
History
File Mode Size
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 411 bytes
addr.c -rw-r--r-- 4.2 KB
addr.h -rw-r--r-- 2.7 KB
bcast.c -rw-r--r-- 11.3 KB
bcast.h -rw-r--r-- 3.2 KB
bearer.c -rw-r--r-- 27.6 KB
bearer.h -rw-r--r-- 8.5 KB
core.c -rw-r--r-- 4.5 KB
core.h -rw-r--r-- 4.6 KB
discover.c -rw-r--r-- 10.2 KB
discover.h -rw-r--r-- 2.3 KB
eth_media.c -rw-r--r-- 3.6 KB
ib_media.c -rw-r--r-- 3.6 KB
link.c -rw-r--r-- 56.7 KB
link.h -rw-r--r-- 6.1 KB
monitor.c -rw-r--r-- 20.9 KB
monitor.h -rw-r--r-- 3.5 KB
msg.c -rw-r--r-- 17.1 KB
msg.h -rw-r--r-- 20.4 KB
name_distr.c -rw-r--r-- 11.0 KB
name_distr.h -rw-r--r-- 3.2 KB
name_table.c -rw-r--r-- 27.9 KB
name_table.h -rw-r--r-- 5.0 KB
net.c -rw-r--r-- 8.0 KB
net.h -rw-r--r-- 2.2 KB
netlink.c -rw-r--r-- 8.5 KB
netlink.h -rw-r--r-- 2.7 KB
netlink_compat.c -rw-r--r-- 31.7 KB
node.c -rw-r--r-- 53.5 KB
node.h -rw-r--r-- 4.1 KB
server.c -rw-r--r-- 15.2 KB
server.h -rw-r--r-- 3.6 KB
socket.c -rw-r--r-- 71.7 KB
socket.h -rw-r--r-- 2.7 KB
subscr.c -rw-r--r-- 11.3 KB
subscr.h -rw-r--r-- 3.3 KB
sysctl.c -rw-r--r-- 2.5 KB
udp_media.c -rw-r--r-- 19.7 KB
udp_media.h -rw-r--r-- 2.2 KB

back to top