All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Reinstate irq alloc/dealloc locking patch
@ 2016-08-03 17:22 ` Boris Ostrovsky
  0 siblings, 0 replies; 21+ messages in thread
From: Boris Ostrovsky @ 2016-08-03 17:22 UTC (permalink / raw)
  To: david.vrabel, jgross; +Cc: xen-devel, linux-kernel, Boris Ostrovsky

Original version of that patch (commit a89941816726) had to be reverted
due to Xen allocating irqs in its cpu_up ops.

The first patch moves allocations into hotplug notifiers and the second
one restores the original patch (with minor adjustments to new hotplug
framework)

This originally went through tip tree but after a couple of failures
reportedby kbuild robot (due to various combinations of CONFIG_SMP and
CONFIG_XEN_PVH) I decided to take it through Xen tree (with config problems
hopefully finally fixed).

Boris Ostrovsky (2):
  xen/x86: Move irq allocation from Xen smp_op.cpu_up()
  hotplug: Prevent alloc/free of irq descriptors during cpu up/down
    (again)

 arch/x86/kernel/smpboot.c | 11 ---------
 arch/x86/xen/enlighten.c  | 61 +++++++++++++++++++++++++++++++++++++----------
 arch/x86/xen/smp.c        | 45 ++--------------------------------
 arch/x86/xen/smp.h        | 13 ++++++++++
 kernel/cpu.c              |  8 +++++++
 5 files changed, 71 insertions(+), 67 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2016-08-24 18:42 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-03 17:22 [PATCH v2 0/2] Reinstate irq alloc/dealloc locking patch Boris Ostrovsky
2016-08-03 17:22 ` Boris Ostrovsky
2016-08-03 17:22 ` [PATCH v2 1/2] xen/x86: Move irq allocation from Xen smp_op.cpu_up() Boris Ostrovsky
2016-08-03 17:22   ` Boris Ostrovsky
2016-08-05  6:40   ` Juergen Gross
2016-08-05  6:40   ` Juergen Gross
2016-08-03 17:22 ` [PATCH v2 2/2] hotplug: Prevent alloc/free of irq descriptors during cpu up/down (again) Boris Ostrovsky
2016-08-03 17:22   ` Boris Ostrovsky
2016-08-05  6:41   ` Juergen Gross
2016-08-05  6:41   ` Juergen Gross
2016-08-10 18:10   ` [tip:smp/hotplug] cpu/hotplug: Prevent alloc/free of irq descriptors during CPU " tip-bot for Boris Ostrovsky
2016-08-11 12:53     ` Boris Ostrovsky
2016-08-11 13:20       ` Sebastian Andrzej Siewior
2016-08-11 14:11         ` Boris Ostrovsky
2016-08-11 14:17           ` Sebastian Andrzej Siewior
2016-08-11 14:30             ` Boris Ostrovsky
2016-08-11 14:44               ` Sebastian Andrzej Siewior
2016-08-11 15:06                 ` Boris Ostrovsky
2016-08-11 15:12                   ` Sebastian Andrzej Siewior
2016-08-24 17:46 ` [Xen-devel] [PATCH v2 0/2] Reinstate irq alloc/dealloc locking patch David Vrabel
2016-08-24 17:46   ` David Vrabel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.