Re: [PATCH 1/1 fyi] tools include UAPI: Sync linux/fcntl.h copy with the kernel sources

From: Arnaldo Carvalho de Melo
Date: Mon Sep 30 2024 - 16:24:09 EST


On Mon, Sep 30, 2024 at 06:24:50PM +0200, Aleksa Sarai wrote:
> On 2024-09-30, Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:
> > Picking the changes from:
> >
> > 4356d575ef0f39a3 ("fhandle: expose u64 mount id to name_to_handle_at(2)")
> > b4fef22c2fb97fa2 ("uapi: explain how per-syscall AT_* flags should be allocated")
> > 820a185896b77814 ("fcntl: add F_CREATED_QUERY")
> >
> > It just moves AT_REMOVEDIR around, and adds a bunch more AT_ for
> > renameat2() and name_to_handle_at(). We need to improve this situation,
> > as not all AT_ defines are applicable to all fs flags...
> >
> > This adds support for those new AT_ defines, addressing this build
> > warning:
> >
> > diff -u tools/perf/trace/beauty/include/uapi/sound/asound.h include/uapi/sound/asound.h
>
> Thanks, feel free to take my
>
> Reviewed-by: Aleksa Sarai <cyphar@xxxxxxxxxx>

Thanks, added.

- Arnaldo