public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v4 0/4] symlink01 split
@ 2024-07-11  7:43 Andrea Cervesato
  2024-07-11  7:43 ` [LTP] [PATCH v4 1/4] Add stat04 test Andrea Cervesato
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Andrea Cervesato @ 2024-07-11  7:43 UTC (permalink / raw)
  To: ltp

This is a developement series (requested by Petr Vorel) that handle
symlink01 split, which has been already merged in the master branch.

In this series we face the next part of symlink01 split that
includes stat04, lstat03, open15 and chmod08.

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
Changes in v4:
- stat04: use asprintf
- stat04: remove unlink() from cleanup
- lstat04: remove unlink() from cleanup
- Link to v3: https://lore.kernel.org/r/20240710-stat04-v3-0-c68a2324ad94@suse.com

Changes in v3:
- stat04: smarter cleanup
- lstat03: smarter cleanup
- open15: fix algorithm, read/write from/to symlink
- Link to v2: https://lore.kernel.org/r/20240709-stat04-v2-0-2693a473a2ab@suse.com

Changes in v2:
- update TST_EXP_EXTR to support stringification
- call stat() inside the test run() routine
- call lstat() inside the test run() routine
- simplify chmod08
- simplify open15
- Link to v1: https://lore.kernel.org/r/20240702-stat04-v1-0-e27d9953210d@suse.com

---
Andrea Cervesato (4):
      Add stat04 test
      Add lstat03 test
      Add chmod08 test
      Add open15 test

 runtest/smoketest                          |   4 +-
 runtest/syscalls                           |  11 +--
 testcases/kernel/syscalls/chmod/.gitignore |   1 +
 testcases/kernel/syscalls/chmod/chmod08.c  |  45 ++++++++++++
 testcases/kernel/syscalls/lstat/.gitignore |   2 +
 testcases/kernel/syscalls/lstat/lstat03.c  |  99 ++++++++++++++++++++++++++
 testcases/kernel/syscalls/open/.gitignore  |   1 +
 testcases/kernel/syscalls/open/open15.c    |  75 ++++++++++++++++++++
 testcases/kernel/syscalls/stat/.gitignore  |   2 +
 testcases/kernel/syscalls/stat/stat04.c    | 109 +++++++++++++++++++++++++++++
 10 files changed, 341 insertions(+), 8 deletions(-)
---
base-commit: afd3ac1d0f2d28960de073bca7e7d4c71a61dd00
change-id: 20240702-stat04-ceeb58b80910

Best regards,
-- 
Andrea Cervesato <andrea.cervesato@suse.com>


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

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

end of thread, other threads:[~2024-07-11 12:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11  7:43 [LTP] [PATCH v4 0/4] symlink01 split Andrea Cervesato
2024-07-11  7:43 ` [LTP] [PATCH v4 1/4] Add stat04 test Andrea Cervesato
2024-07-11  7:43 ` [LTP] [PATCH v4 2/4] Add lstat03 test Andrea Cervesato
2024-07-11  8:33   ` Cyril Hrubis
2024-07-11  7:43 ` [LTP] [PATCH v4 3/4] Add chmod08 test Andrea Cervesato
2024-07-11  8:43   ` Cyril Hrubis
2024-07-11  9:17     ` Andrea Cervesato via ltp
2024-07-11  7:43 ` [LTP] [PATCH v4 4/4] Add open15 test Andrea Cervesato
2024-07-11  8:50   ` Cyril Hrubis
2024-07-11 12:12     ` Petr Vorel

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