Re: [PATCH] checksyscalls: Unconditionally ignore fstat{,at}64

From: Arnd Bergmann
Date: Sun Oct 03 2021 - 11:27:41 EST


On Sun, Oct 3, 2021 at 2:56 AM Palmer Dabbelt <palmer@xxxxxxxxxxx> wrote:
>
> From: Palmer Dabbelt <palmerdabbelt@xxxxxxxxxx>
>
> These can be replaced by statx(). Since rv32 has a 64-bit time_t we
> just never ended up with them in the first place.
>
> Suggested-by: Arnd Bergmann <arnd@xxxxxxxx>
> Signed-off-by: Palmer Dabbelt <palmerdabbelt@xxxxxxxxxx>

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>

> Happy to take this through the RISC-V tree, as it's fixing a build warning
> (that's being promoted to an error for me, not sure why). I'm just not all
> that familiar with how this one works.
>
> Arnd suggested putting these here, but not exactly doing it this way.

Merging it through your tree sounds good.