Re: [PATCH] fs/xattr: add *at family syscalls to common syscall.tbl
From: Charlie Jenkins
Date: Tue Sep 24 2024 - 11:35:37 EST
On Wed, Sep 04, 2024 at 07:27:53PM +0000, Arnd Bergmann wrote:
> On Wed, Sep 4, 2024, at 19:03, Charlie Jenkins wrote:
> > Commit 6a7fb6ebe371 ("fs/xattr: add *at family syscalls") didn't add the
> > syscalls to the common scripts/syscall.tbl that was also recently
> > introduced in commit 4fe53bf2ba0a ("syscalls: add generic
> > scripts/syscall.tbl") which a handful of architectures use.
> >
> > Signed-off-by: Charlie Jenkins <charlie@xxxxxxxxxxxx>
>
> Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>
Can this be picked up? It would be nice if the *at family syscalls were
able to be used by architectures that use the common syscall table.
- Charlie