Revision eb351d75ce1e75b4f793d609efac08426ca50acd authored by Andrew Morton on 12 January 2021, 23:49:33 UTC, committed by Linus Torvalds on 13 January 2021, 02:12:54 UTC
Fix the build error:

  mm/process_vm_access.c:277:5: error: implicit declaration of function 'in_compat_syscall'; did you mean 'in_ia32_syscall'? [-Werror=implicit-function-declaration]

Fixes: 38dc5079da7081e "Fix compat regression in process_vm_rw()"
Reported-by: syzbot+5b0d0de84d6c65b8dd2b@syzkaller.appspotmail.com
Cc: Kyle Huey <me@kylehuey.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 6696d2a
History
File Mode Size
Kconfig -rw-r--r-- 4.9 KB
Makefile -rw-r--r-- 216 bytes
copy_up.c -rw-r--r-- 22.7 KB
dir.c -rw-r--r-- 29.3 KB
export.c -rw-r--r-- 22.4 KB
file.c -rw-r--r-- 15.7 KB
inode.c -rw-r--r-- 28.0 KB
namei.c -rw-r--r-- 28.6 KB
overlayfs.h -rw-r--r-- 17.5 KB
ovl_entry.h -rw-r--r-- 3.3 KB
readdir.c -rw-r--r-- 27.9 KB
super.c -rw-r--r-- 52.1 KB
util.c -rw-r--r-- 22.7 KB

back to top