All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/1] Test brk vma code path
@ 2021-02-09 14:37 Liam Howlett
  2021-02-09 14:37 ` [LTP] [PATCH 1/1] brk02: Add test for removing more than one VMA Liam Howlett
  0 siblings, 1 reply; 5+ messages in thread
From: Liam Howlett @ 2021-02-09 14:37 UTC (permalink / raw)
  To: ltp

The brk system call uses a slightly different code path through the
kernel to expand/contract across VMAs.  This new test is written to
force the VMA to create a two new entries and shrink back across VMA
boundaries.

Liam R. Howlett (1):
  brk02: Add test for removing more than one VMA

 testcases/kernel/syscalls/brk/brk02.c | 49 +++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)
 create mode 100644 testcases/kernel/syscalls/brk/brk02.c

-- 
2.28.0

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

end of thread, other threads:[~2021-02-25  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 14:37 [LTP] [PATCH 0/1] Test brk vma code path Liam Howlett
2021-02-09 14:37 ` [LTP] [PATCH 1/1] brk02: Add test for removing more than one VMA Liam Howlett
2021-02-12 10:27   ` Petr Vorel
2021-02-24 21:35     ` Liam Howlett
2021-02-25  8:00       ` Petr Vorel

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.