public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/5] acpi_hotplug: Add new test for ACPI based cpu and memory hotplug
@ 2018-08-20 19:49 Masayoshi Mizuma
  2018-08-20 19:49 ` [LTP] [PATCH 1/5] acpi_hotplug: Add library file " Masayoshi Mizuma
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Masayoshi Mizuma @ 2018-08-20 19:49 UTC (permalink / raw)
  To: ltp

Hello,

This patch series to add new test for ACPI based cpu and memory hotplug.

Currently, this test assumes the following environment:
- The system has two or more ACPI0004 container devices
  and the container devices are online.
- The CPU and memory belongs to the container device.
- The memory has Hot Pluggable affinity in Memory Affinity
  Structure, SRAT.
- The memory is marked as 'Movable' which is available when
  movable_node kernel option is set.
- There are one or more memory node in the container device and the memory node
  has 'Movable zone' only, not mixed the other zones.

Masayoshi Mizuma (5):
  acpi_hotplug: Add library file for ACPI based cpu and memory hotplug
  acpi_hotplug: Add ACPI based cpu and memory hotplug testing
  acpi_hotplug: Add ACPIHOTPLUG_01.sh under runtest
  acpi_hotplug: Add Makefile
  acpi_hotplug: Add README

 runtest/acpi_hotplug                          |   1 +
 .../hotplug/acpi_hotplug/ACPIHOTPLUG_01.sh    |  92 ++++++
 .../hotplug/acpi_hotplug/ACPIHOTPLUG_lib.sh   | 310 ++++++++++++++++++
 .../kernel/hotplug/acpi_hotplug/Makefile      |  26 ++
 testcases/kernel/hotplug/acpi_hotplug/README  |  80 +++++
 5 files changed, 509 insertions(+)
 create mode 100644 runtest/acpi_hotplug
 create mode 100755 testcases/kernel/hotplug/acpi_hotplug/ACPIHOTPLUG_01.sh
 create mode 100755 testcases/kernel/hotplug/acpi_hotplug/ACPIHOTPLUG_lib.sh
 create mode 100644 testcases/kernel/hotplug/acpi_hotplug/Makefile
 create mode 100644 testcases/kernel/hotplug/acpi_hotplug/README

-- 
2.18.0


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20 19:49 [LTP] [PATCH 0/5] acpi_hotplug: Add new test for ACPI based cpu and memory hotplug Masayoshi Mizuma
2018-08-20 19:49 ` [LTP] [PATCH 1/5] acpi_hotplug: Add library file " Masayoshi Mizuma
2018-08-24 16:12   ` Cyril Hrubis
2018-08-24 18:27     ` Masayoshi Mizuma
2018-08-20 19:49 ` [LTP] [PATCH 2/5] acpi_hotplug: Add ACPI based cpu and memory hotplug testing Masayoshi Mizuma
2018-08-20 19:49 ` [LTP] [PATCH 3/5] acpi_hotplug: Add ACPIHOTPLUG_01.sh under runtest Masayoshi Mizuma
2018-08-20 19:49 ` [LTP] [PATCH 4/5] acpi_hotplug: Add Makefile Masayoshi Mizuma
2018-08-20 19:49 ` [LTP] [PATCH 5/5] acpi_hotplug: Add README Masayoshi Mizuma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox