public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Masayoshi Mizuma <msys.mizuma@gmail.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 0/5] acpi_hotplug: Add new test for ACPI based cpu and memory hotplug
Date: Mon, 20 Aug 2018 15:49:10 -0400	[thread overview]
Message-ID: <20180820194915.11805-1-msys.mizuma@gmail.com> (raw)

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


             reply	other threads:[~2018-08-20 19:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-20 19:49 Masayoshi Mizuma [this message]
2018-08-20 19:49 ` [LTP] [PATCH 1/5] acpi_hotplug: Add library file for ACPI based cpu and memory hotplug 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180820194915.11805-1-msys.mizuma@gmail.com \
    --to=msys.mizuma@gmail.com \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox