public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v5 0/5] mmapstress01: refactor to ltp framework
@ 2022-10-12 14:48 Edward Liaw via ltp
  2022-10-12 14:48 ` [LTP] [PATCH v5 1/5] mmapstress01: refactor to tst_test framework Edward Liaw via ltp
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Edward Liaw via ltp @ 2022-10-12 14:48 UTC (permalink / raw)
  To: ltp; +Cc: kernel-team

v4->v5:
* reformat top level comment to docparse format
* reduce amount of verbose comments
* clean up file size bounds definitions
* make finished variable volatile for >1 retries
* remove unnecessary pidarray because offloaded to test harness
* remove unnecessary sig blocks

v3->v4:
* squash previous changes
* set defaults of nprocs=20 and max_runtime=12
* clean up comments
* return TBROK instead of TFAIL for unexpected failures

v2->v3:
* apply make check lint suggestions
* refactor cleanup
* use SAFE_FORK
* update license

v1->v2:
* clean up formatting
* remove accidental change to header comment
* use SAFE_MMAP

v0->v1:
* use tst_test framework
* use FILE_OFFSET_BITS=64 instead of LARGE_FILE
* use safe macros

Edward Liaw (5):
  mmapstress01: refactor to tst_test framework
  mmapstress01: format comments
  mmapstress01: define fsize bounds by file offset bits
  mmapstress01: remove unnecessary pidarray
  mmapstress01: move sighandler to setup and remove sig blocks

 testcases/kernel/mem/mmapstress/Makefile      |   2 +
 .../kernel/mem/mmapstress/mmapstress01.c      | 865 +++++-------------
 2 files changed, 245 insertions(+), 622 deletions(-)

-- 
2.38.0.rc1.362.ged0d419d3c-goog


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

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

end of thread, other threads:[~2022-10-18 10:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-12 14:48 [LTP] [PATCH v5 0/5] mmapstress01: refactor to ltp framework Edward Liaw via ltp
2022-10-12 14:48 ` [LTP] [PATCH v5 1/5] mmapstress01: refactor to tst_test framework Edward Liaw via ltp
2022-10-18  9:42   ` Richard Palethorpe
2022-10-12 14:48 ` [LTP] [PATCH v5 2/5] mmapstress01: format comments Edward Liaw via ltp
2022-10-12 14:48 ` [LTP] [PATCH v5 3/5] mmapstress01: define fsize bounds by file offset bits Edward Liaw via ltp
2022-10-12 14:48 ` [LTP] [PATCH v5 4/5] mmapstress01: remove unnecessary pidarray Edward Liaw via ltp
2022-10-12 14:48 ` [LTP] [PATCH v5 5/5] mmapstress01: move sighandler to setup and remove sig blocks Edward Liaw via ltp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox