]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug events
authorJohn Allen <jallen@linux.vnet.ibm.com>
Thu, 7 Jul 2016 15:05:52 +0000 (10:05 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 19 Jul 2016 10:12:31 +0000 (20:12 +1000)
commit1dc75956663661e6bfee7836ddd2def2f66745b9
treedfe8b355960854dece7d3aeb9f7892e936733e15
parentb7d9eb397b8764c1f1c53d504aa70f85ce0e212f
powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug events

The sysfs interface used to handle PowerVM hotplug events should use the
hotplug queue as well. PRRN events will soon be placing many hotplug
events on the queue at once and we will need ordinary hotplug events to
use the queue as well in order to ensure these events will still be handled
and that proper serialization is maintained during the PRRN event.

Signed-off-by: John Allen <jallen@linux.vnet.ibm.com>
Reviewed-by: Nathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/pseries/dlpar.c