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/linux/BUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/syscalls/linux/BUILD') diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 80e2837f8..499027e7c 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -4159,6 +4159,18 @@ cc_binary( ], ) +cc_binary( + name = "processes_test", + testonly = 1, + srcs = ["processes.cc"], + linkstatic = 1, + deps = [ + "//test/util:capability_util", + "//test/util:test_main", + "//test/util:test_util", + ], +) + cc_binary( name = "xattr_test", testonly = 1, -- cgit v1.2.3