mbox series

[0/3] CPU DLPAR/hotplug for v5.16

Message ID 20210920135504.1792219-1-nathanl@linux.ibm.com (mailing list archive)
Headers show
Series CPU DLPAR/hotplug for v5.16 | expand

Message

Nathan Lynch Sept. 20, 2021, 1:55 p.m. UTC
Fixes for some vintage bugs in handling cache node addition and removal, a
miscellaneous BUG->WARN conversion, and removal of the fragile "by count"
CPU DLPAR code that probably has no users.

Nathan Lynch (3):
  powerpc/pseries/cpuhp: cache node corrections
  powerpc/cpuhp: BUG -> WARN conversion in offline path
  powerpc/pseries/cpuhp: delete add/remove_by_count code

 arch/powerpc/kernel/sysfs.c                  |   3 +-
 arch/powerpc/platforms/pseries/hotplug-cpu.c | 290 +++++--------------
 2 files changed, 74 insertions(+), 219 deletions(-)