Re: [PATCH] quota: finish disable quotactl_path syscall

From: Arnd Bergmann
Date: Tue Jun 15 2021 - 04:47:47 EST


On Mon, Jun 14, 2021 at 6:45 PM Jan Kara <jack@xxxxxxx> wrote:
>
> On Mon 14-06-21 17:37:12, Marcin Juszkiewicz wrote:
> > In commit 5b9fedb31e47 ("quota: Disable quotactl_path syscall") Jan Kara
> > disabled quotactl_path syscall on several architectures.
> >
> > This commit disables it on all architectures using unified list of
> > system calls:
> >
> > - arm64
> > - arc
> > - csky
> > - h8300
> > - hexagon
> > - nds32
> > - nios2
> > - openrisc
> > - riscv (32/64)
> >
> > CC: Jan Kara <jack@xxxxxxx>
> > CC: Christian Brauner <christian.brauner@xxxxxxxxxx>
> > CC: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
> > Link: https://lore.kernel.org/lkml/20210512153621.n5u43jsytbik4yze@wittgenstein
> >
> > Signed-off-by: Marcin Juszkiewicz <marcin@xxxxxxxxxxxxxxxxxx>
>
> Aha, I've missed that one. Thanks for catching this. Arnd, will you take
> this patch or should I take it through my tree?

I don't have any other fixes for 5.13 at the moment, so I would prefer it if
you could pick it up.

Arnd