All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/8] tst_test.c: Minor return code cleanup
@ 2025-11-07 10:29 Petr Vorel
  2025-11-07 10:29 ` [LTP] [PATCH 1/8] tst_test.c: Fix tst_check_cmd() use Petr Vorel
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Petr Vorel @ 2025-11-07 10:29 UTC (permalink / raw)
  To: ltp

Hi,

the only important change is the first commit.

Kind regards,
Petr

Petr Vorel (7):
  tst_test.c: Fix tst_check_cmd() use
  tst_test.c: Change check_kver() return type to bool
  tst_test.c: Change results_equal() return type to bool
  tst_test.c: Change needs_tmpdir() return type to bool
  tst_test.c: Change run_tcases_per_fs() return type to void
  tst_test.c: Change run_tcase_on_fs() return type to void
  tst_test.c: Change fork_testrun() return type to void

Wei Gao (1):
  tst_cmd.c: Check brk_nosupp when tst_get_path failed

 include/tst_private.h |  5 ++++
 lib/tst_cmd.c         | 10 +++++--
 lib/tst_test.c        | 61 +++++++++++++++++++++++--------------------
 3 files changed, 45 insertions(+), 31 deletions(-)

-- 
2.51.0


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

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

end of thread, other threads:[~2025-12-22  8:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07 10:29 [LTP] [PATCH 0/8] tst_test.c: Minor return code cleanup Petr Vorel
2025-11-07 10:29 ` [LTP] [PATCH 1/8] tst_test.c: Fix tst_check_cmd() use Petr Vorel
2025-11-08  7:16   ` Wei Gao via ltp
2025-11-14  8:49   ` Avinesh Kumar
2025-11-07 10:29 ` [LTP] [PATCH 2/8] tst_cmd.c: Check brk_nosupp when tst_get_path failed Petr Vorel
2025-11-08  7:20   ` Wei Gao via ltp
2025-11-07 10:29 ` [LTP] [PATCH 3/8] tst_test.c: Change check_kver() return type to bool Petr Vorel
2025-11-14  8:53   ` Avinesh Kumar
2025-11-07 10:29 ` [LTP] [PATCH 4/8] tst_test.c: Change results_equal() " Petr Vorel
2025-11-07 10:29 ` [LTP] [PATCH 5/8] tst_test.c: Change needs_tmpdir() " Petr Vorel
2025-11-07 10:29 ` [LTP] [PATCH 6/8] tst_test.c: Change run_tcases_per_fs() return type to void Petr Vorel
2025-11-07 10:29 ` [LTP] [PATCH 7/8] tst_test.c: Change run_tcase_on_fs() " Petr Vorel
2025-11-07 10:29 ` [LTP] [PATCH 8/8] tst_test.c: Change fork_testrun() " Petr Vorel
2025-11-14  8:55   ` Avinesh Kumar
2025-11-14 10:06     ` Petr Vorel
2025-12-18 11:53       ` Andrea Cervesato via ltp
2025-12-22  8:15         ` Petr Vorel
2025-11-10  7:18 ` [LTP] [PATCH 0/8] tst_test.c: Minor return code cleanup Li Wang via ltp

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.