public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/5] .needs_abi_bits + rewrite fork14 to new API
@ 2024-05-21 10:53 Petr Vorel
  2024-05-21 10:53 ` [LTP] [PATCH v2 1/5] tst_kernel.h: Convert docs to sphinx Petr Vorel
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Petr Vorel @ 2024-05-21 10:53 UTC (permalink / raw)
  To: ltp

Hi,

Changes v1->v2:
* Change from .skip_in_32bit to .needs_abi_bits
* update fork14 to use .needs_abi_bits
* convert sbrk03.c to use .needs_abi_bits and .supported_archs
  (NOTE: it'd be nice if .supported_archs also printed supported archs
  in TCONF, so far it only states that the current arch is not
  supported)
* Convert setsockopt0[38].c to use tst_is_compat_mode()

Andrea Cervesato (1):
  Refactor fork14 using new LTP API

Petr Vorel (4):
  tst_kernel.h: Convert docs to sphinx
  lib: Add .needs_abi_bits
  sbrk03: Convert to detect support with flags
  setsockopt0[38]: Use tst_is_compat_mode()

 doc/developers/api_c_tests.rst                |   2 +
 include/tst_kernel.h                          |  55 +++--
 include/tst_test.h                            |   7 +-
 lib/tst_kernel.c                              |  10 +
 lib/tst_test.c                                |   5 +-
 testcases/kernel/syscalls/fork/fork14.c       | 209 ++++++++----------
 testcases/kernel/syscalls/sbrk/sbrk03.c       |   9 +-
 .../kernel/syscalls/setsockopt/setsockopt03.c |   5 +-
 .../kernel/syscalls/setsockopt/setsockopt08.c |   6 +-
 9 files changed, 165 insertions(+), 143 deletions(-)

-- 
2.43.0


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

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

end of thread, other threads:[~2024-11-26 17:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21 10:53 [LTP] [PATCH v2 0/5] .needs_abi_bits + rewrite fork14 to new API Petr Vorel
2024-05-21 10:53 ` [LTP] [PATCH v2 1/5] tst_kernel.h: Convert docs to sphinx Petr Vorel
2024-05-21 12:06   ` Andrea Cervesato via ltp
2024-05-21 10:53 ` [LTP] [PATCH v2 2/5] lib: Add .needs_abi_bits Petr Vorel
2024-05-21 15:11   ` Cyril Hrubis
2024-05-21 10:53 ` [LTP] [PATCH v2 3/5] Refactor fork14 using new LTP API Petr Vorel
2024-05-21 12:03   ` Andrea Cervesato via ltp
2024-05-21 10:53 ` [LTP] [PATCH v2 4/5] sbrk03: Convert to detect support with flags Petr Vorel
2024-05-21 15:12   ` Cyril Hrubis
2024-05-21 10:53 ` [LTP] [PATCH v2 5/5] setsockopt0[38]: Use tst_is_compat_mode() Petr Vorel
2024-05-21 15:12   ` Cyril Hrubis
2024-05-21 18:34     ` Petr Vorel
2024-11-26 14:35     ` Petr Vorel
2024-11-26 15:02       ` Cyril Hrubis
2024-11-26 17:47         ` Petr Vorel

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