mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@libc.org>
To: musl@lists.openwall.com
Subject: Re: [musl] [PATCH v3 0/2] nftw: Implement FTW_CHDIR and FTW_ACTIONRETVAL
Date: Mon, 24 Jan 2022 17:13:54 -0500	[thread overview]
Message-ID: <20220124221353.GH7074@brightrain.aerifal.cx> (raw)
In-Reply-To: <20220123155955.16484-1-ismael@iodev.co.uk>

On Sun, Jan 23, 2022 at 04:59:53PM +0100, Ismael Luceno wrote:
> FTW_CHDIR is specified by POSIX. While the spec doesn't clarify, nftw
> restores the starting directory in conformance with other implementations.
> 
> FTW_ACTIONRETVAL is a GNU extension added by glibc 2.3.3.
> 
> Changes since v2:
> 
> - Fixed error handling on FTW_CHDIR
> 
> Changes since v1:
> 
> - Fixed handling of FTW_STOP when FTW_DEPTH isn't set.
> 
> Ismael Luceno (2):
>   nftw: implement FTW_CHDIR
>   nftw: implement FTW_ACTIONRETVAL (GNU extension)
> 
>  include/ftw.h   |  7 +++++++
>  src/misc/nftw.c | 55 ++++++++++++++++++++++++++++++++++++++++---------
>  2 files changed, 52 insertions(+), 10 deletions(-)
> 
> -- 
> 2.33.0

For future reference, a single email with a patch series as
attachments is preferable over the LKML thread wackiness and makes it
a lot easier to review and submit new versions as replies in the
existing thread rather than starting a new thread each time.

Rich

      parent reply	other threads:[~2022-01-24 22:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-23 15:59 Ismael Luceno
2022-01-23 15:59 ` [musl] [PATCH v3 1/2] nftw: implement FTW_CHDIR Ismael Luceno
2022-05-12 13:00   ` Rich Felker
2022-01-23 15:59 ` [musl] [PATCH v3 2/2] nftw: implement FTW_ACTIONRETVAL (GNU extension) Ismael Luceno
2022-01-24  0:47   ` Dominique MARTINET
2022-01-24 19:53     ` Ismael Luceno
2022-03-09  4:37       ` Dominique MARTINET
2022-03-09 11:41         ` Rich Felker
2022-04-28  2:02           ` Dominique MARTINET
2022-01-24 22:13 ` Rich Felker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220124221353.GH7074@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).