All of lore.kernel.org
 help / color / mirror / Atom feed
* [pseudo][PATCH v3 0/3] nftw, ftw: add wrappers
@ 2025-05-03 19:59 Mark Hatle
  2025-05-03 19:59 ` [pseudo][PATCH v3 1/3] Move ftw and ftw64 to calling ntfw and nftw64 Mark Hatle
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mark Hatle @ 2025-05-03 19:59 UTC (permalink / raw)
  To: yocto-patches; +Cc: skandigraun, landervanloock, richard.purdie, fntoth

From: Mark Hatle <mark.hatle@amd.com>

Note in this set patch 3/3 does not work yet.  The test cases need more work.


v3:
Rework from Mark Hatle

Split the ftw/ftw64 -> nftw/nftw64 change from the rest
Rework the integration around the nftw* wrappers
Respond to comments from Gyorgy

v2:
Rework from Gyorgy Sarvari

Gyorgy Sarvari via lists.yoctoproject.org (2):
  nftw, nftw64: add wrapper
  ftw, nftw, ftw64 and nftw64: add tests

Mark Hatle (1):
  Move ftw and ftw64 to calling ntfw and nftw64

 Makefile.in                         |   4 +-
 guts/README                         |   8 +-
 ports/linux/guts/ftw64.c            |   9 +-
 ports/linux/guts/nftw64.c           |   2 +-
 ports/linux/pseudo_wrappers.c       |  10 ++
 ports/unix/guts/ftw.c               |  10 +-
 ports/unix/guts/nftw.c              |   2 +-
 ports/unix/guts/nftw_wrapper_base.c | 195 +++++++++++++++++++++++
 ports/unix/pseudo_wrappers.c        |  10 ++
 test/ftw-test-impl.c                | 226 ++++++++++++++++++++++++++
 test/nftw-test-impl.c               | 236 ++++++++++++++++++++++++++++
 test/test-ftw.c                     |   4 +
 test/test-ftw64.c                   |   4 +
 test/test-nftw.c                    |   4 +
 test/test-nftw.sh                   |  90 +++++++++++
 test/test-nftw64.c                  |   4 +
 16 files changed, 808 insertions(+), 10 deletions(-)
 create mode 100644 ports/unix/guts/nftw_wrapper_base.c
 create mode 100644 test/ftw-test-impl.c
 create mode 100644 test/nftw-test-impl.c
 create mode 100644 test/test-ftw.c
 create mode 100644 test/test-ftw64.c
 create mode 100644 test/test-nftw.c
 create mode 100755 test/test-nftw.sh
 create mode 100644 test/test-nftw64.c

-- 
2.34.1



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

end of thread, other threads:[~2025-05-04 16:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-03 19:59 [pseudo][PATCH v3 0/3] nftw, ftw: add wrappers Mark Hatle
2025-05-03 19:59 ` [pseudo][PATCH v3 1/3] Move ftw and ftw64 to calling ntfw and nftw64 Mark Hatle
2025-05-03 19:59 ` [pseudo][PATCH v3 2/3] nftw, nftw64: add wrapper Mark Hatle
2025-05-04 13:48   ` Gyorgy Sarvari
2025-05-03 19:59 ` [pseudo][PATCH v3 3/3] ftw, nftw, ftw64 and nftw64: add tests Mark Hatle
2025-05-04 16:21 ` [pseudo][PATCH v3 0/3] nftw, ftw: add wrappers Richard Purdie

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.