Re: [PATCH] x86: use compat version for preadv2 and pwritev2
From: Christoph Hellwig
Date: Thu May 12 2016 - 03:30:43 EST
On Wed, May 11, 2016 at 11:48:17AM +0300, Dmitry V. Levin wrote:
> Similar to preadv and pwritev, preadv2 and pwritev2 need compat entries
> in the 32-bit syscall table.
>
> This bug was found by strace test suite.
Looks fine, thanks.
Btw, can we have a sensible format for the syscalls list that explicitly
requires adding _something_ for the compat entry so that errors by
ommision like this can't happen?
Reviewed-by: Christoph Hellwig <hch@xxxxxx>