All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/1] Test brk VMA code path
@ 2021-02-24 21:31 Liam Howlett
  2021-02-24 21:31 ` [LTP] [PATCH v2 1/1] brk02: Add test for removing more than one VMA Liam Howlett
  0 siblings, 1 reply; 13+ messages in thread
From: Liam Howlett @ 2021-02-24 21:31 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 at least two new entries and shrink back across
VMA boundaries.

V2 changes:
- White space fixes.
- Removed unnecessary include
- Added tst_res in failure paths

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

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

-- 
2.30.0

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

end of thread, other threads:[~2021-05-07  3:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-24 21:31 [LTP] [PATCH v2 0/1] Test brk VMA code path Liam Howlett
2021-02-24 21:31 ` [LTP] [PATCH v2 1/1] brk02: Add test for removing more than one VMA Liam Howlett
2021-02-25 19:02   ` Petr Vorel
2021-02-26 18:55     ` Liam Howlett
2021-03-02 10:53       ` Petr Vorel
2021-03-17 11:08   ` Li Wang
2021-03-23 16:27     ` Liam Howlett
2021-03-25  8:37       ` Li Wang
2021-03-25 13:15         ` Liam Howlett
2021-03-26  8:11           ` Li Wang
2021-03-26 10:43             ` Petr Vorel
2021-03-26 16:13               ` Liam Howlett
2021-05-07  3:02                 ` Li Wang

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.