mbox series

[0/7] ksm06 and libnuma cleanups and fixes

Message ID 20220303145032.21493-1-chrubis@suse.cz
Headers show
Series ksm06 and libnuma cleanups and fixes | expand

Message

Cyril Hrubis March 3, 2022, 2:50 p.m. UTC
Most of the patches cleans up the ksm06 test however a fix for a free
memory estimate for the ltplibnuma is included as well.

Cyril Hrubis (7):
  ksm06: Move option parsing into the setup()
  mem/lib: Export group_check() as ksm_group_check()
  mem/ksm06: Move test code from library to the test
  mem/ksm06: SPDX + docparse comment
  mem/ksm06: Move ksm restoration into the tst_test struct
  libs: libltpnuma: Fix free memory estimate
  mem/ksm06: Make use of the new libltpnuma

 libs/libltpnuma/tst_numa.c         |   6 +-
 testcases/kernel/mem/include/mem.h |   2 +
 testcases/kernel/mem/ksm/Makefile  |   3 +
 testcases/kernel/mem/ksm/ksm06.c   | 146 +++++++++++++++++++----------
 testcases/kernel/mem/lib/mem.c     |  99 ++-----------------
 5 files changed, 114 insertions(+), 142 deletions(-)

Comments

Petr Vorel March 3, 2022, 3:06 p.m. UTC | #1
Hi Cyril,

very nice cleanup. LGTM.
Reviewed-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr