diff options
author | 2015-02-27 11:02:38 +0300 | |
---|---|---|
committer | 2015-03-04 12:07:05 +0300 | |
commit | 01e84c70fe40c8111f960987bcf7f931842e6d07 (patch) | |
tree | 34b5c4e544813578b5d449beb0bf682c548315f5 /scripts/gdb/linux/modules.py | |
parent | xtensa: wire bpf and execveat syscalls (diff) | |
download | wireguard-linux-01e84c70fe40c8111f960987bcf7f931842e6d07.tar.xz wireguard-linux-01e84c70fe40c8111f960987bcf7f931842e6d07.zip |
xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_range
xtensa actually uses sync_file_range2 implementation, so it should
define __NR_sync_file_range2 as other architectures that use that
function. That fixes userspace interface (that apparently never worked)
and avoids special-casing xtensa in libc implementations.
See the thread ending at
http://lists.busybox.net/pipermail/uclibc/2015-February/048833.html
for more details.
Cc: stable@vger.kernel.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions