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
Makefile -rw-r--r-- 184 bytes
heartbeat.c -rw-r--r-- 67.0 KB
heartbeat.h -rw-r--r-- 2.0 KB
masklog.c -rw-r--r-- 3.8 KB
masklog.h -rw-r--r-- 6.8 KB
netdebug.c -rw-r--r-- 12.4 KB
nodemanager.c -rw-r--r-- 20.7 KB
nodemanager.h -rw-r--r-- 1.9 KB
ocfs2_heartbeat.h -rw-r--r-- 497 bytes
ocfs2_nodemanager.h -rw-r--r-- 778 bytes
quorum.c -rw-r--r-- 9.7 KB
quorum.h -rw-r--r-- 498 bytes
sys.c -rw-r--r-- 1.3 KB
sys.h -rw-r--r-- 377 bytes
tcp.c -rw-r--r-- 58.3 KB
tcp.h -rw-r--r-- 3.4 KB
tcp_internal.h -rw-r--r-- 6.9 KB

back to top