All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/2] ksm06 fixes
@ 2022-02-28  9:46 Cyril Hrubis
  2022-02-28  9:46 ` [LTP] [PATCH 1/2] ksm06: Free memory at the end of the test Cyril Hrubis
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Cyril Hrubis @ 2022-02-28  9:46 UTC (permalink / raw)
  To: ltp

Two minor fixes for the ksm06 test.

Also it looks like the test_ksm_merge_across_nodes() is only called from
the ksm06 test so it does not make that much sense for the code to be in
the mem.c library. I guess that we should move it to the test source so
that it's not hidden in the library as well.

Cyril Hrubis (2):
  ksm06: Free memory at the end of the test
  ksm06: lock memory about to be merged

 testcases/kernel/mem/lib/mem.c | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
2.34.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2022-03-01  9:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-28  9:46 [LTP] [PATCH 0/2] ksm06 fixes Cyril Hrubis
2022-02-28  9:46 ` [LTP] [PATCH 1/2] ksm06: Free memory at the end of the test Cyril Hrubis
2022-02-28 13:14   ` Petr Vorel
2022-02-28  9:46 ` [LTP] [PATCH 2/2] ksm06: lock memory about to be merged Cyril Hrubis
2022-02-28 13:16   ` Petr Vorel
2022-03-01  3:18   ` Li Wang
2022-03-01  8:09     ` Cyril Hrubis
2022-03-01  9:01 ` [LTP] [PATCH 0/2] ksm06 fixes Li Wang
2022-03-01  9:26   ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.