From fe4f4789601ddf61260271f7e1d33ba0f2756fcd Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Tue, 9 Feb 2021 10:34:49 -0800 Subject: kernel: reparentLocked has to update children maps of old and new parents Reported-by: syzbot+9ffc71246fe72c73fc25@syzkaller.appspotmail.com PiperOrigin-RevId: 356536113 --- test/syscalls/BUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/syscalls/BUILD') diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index e43f30ba3..d6658898d 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -993,3 +993,7 @@ syscall_test( syscall_test( test = "//test/syscalls/linux:proc_net_udp_test", ) + +syscall_test( + test = "//test/syscalls/linux:processes_test", +) -- cgit v1.2.3