mbox series

[ndctl,0/4] ndctl/test: softoffline, mremap, and misc fixups

Message ID 161052209289.1804207.11599120961607513911.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive)
Headers show
Series ndctl/test: softoffline, mremap, and misc fixups | expand

Message

Dan Williams Jan. 13, 2021, 7:14 a.m. UTC
Vishal,

Here's a collection of test updates. It adds support for regression
testing pfn_to_online_page() which suffered from a lack of precision in
mixed zone memory-sections. Updates the mremap() regression to accept
failure as an option (the behavior in v5.11-rc1+). Fixes a warning, and
ditches an 'out' label.

---

Dan Williams (4):
      ndctl/test: Fix btt expect table compile warning
      ndctl/test: Cleanup unnecessary out label
      ndctl/test: Fix device-dax mremap() test
      ndctl/test: Exercise soft_offline_page() corner cases


 test/dax-pmd.c    |   17 +++++++++--------
 test/dax-poison.c |   19 +++++++++++++++++++
 test/device-dax.c |   45 +++++++++++++++++++++++++++++++++++++++++++++
 test/libndctl.c   |   12 ++++++------
 4 files changed, 79 insertions(+), 14 deletions(-)