[patch V2 0/2] mm/memory_hotplug: Cure potential deadlocks vs. cpu hotplug lock
From: Thomas Gleixner
Date: Tue Jul 04 2017 - 05:36:03 EST
Andrey reported a potential deadlock with the memory hotplug lock and the
cpu hotplug lock.
The following series addresses this by reworking the memory hotplug locking
and fixing up the potential deadlock scenarios.
Applies against Linus head. All preliminaries are merged there already
Thanks,
tglx
---
include/linux/swap.h | 1
mm/memory_hotplug.c | 89 ++++++++-------------------------------------------
mm/page_alloc.c | 2 -
mm/swap.c | 11 ++++--
4 files changed, 25 insertions(+), 78 deletions(-)