https://github.com/torvalds/linux
Revision 9a7a076e8e4ffcfec05e3cafe4c4e31d41ddbaa0 authored by Dmitry V. Levin on 11 May 2016, 08:48:17 UTC, committed by Thomas Gleixner on 12 May 2016, 12:27:13 UTC
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.

Fixes: 4babf2c5efb7 ("x86: wire up preadv2 and pwritev2")
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Acked-by: Christoph Hellwig <hch@lst.de>
Link: http://lkml.kernel.org/r/20160511084817.GA29823@altlinux.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

1 parent 685764b
History
Tip revision: 9a7a076e8e4ffcfec05e3cafe4c4e31d41ddbaa0 authored by Dmitry V. Levin on 11 May 2016, 08:48:17 UTC
x86: Use compat version for preadv2 and pwritev2
Tip revision: 9a7a076

back to top