syzkaller/sys
Christian Brauner bc992c0ee4 sys/linux: add new arguments to struct clone_args for clone3()
Linux v5.5 extends struct clone_args for clone3() by two additional
parameters:

@set_tid:      Pointer to an array of type *pid_t. The size
               of the array is defined using @set_tid_size.
               This array is used to select PIDs/TIDs for
               newly created processes. The first element in
               this defines the PID in the most nested PID
               namespace. Each additional element in the array
               defines the PID in the parent PID namespace of
               the original PID namespace. If the array has
               less entries than the number of currently
               nested PID namespaces only the PIDs in the
               corresponding namespaces are set.
@set_tid_size: This defines the size of the array referenced
               in @set_tid. This cannot be larger than the
               kernel's limit of nested PID namespaces.

Cc: Adrian Reber <areber@redhat.com>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2019-11-26 13:07:43 +01:00
..
akaros pkg/compiler: define fileoff template 2019-11-01 19:14:49 +01:00
android sys/linux: add ion and ashmem devices support 2018-01-09 21:24:28 +01:00
freebsd pkg/compiler: define fileoff template 2019-11-01 19:14:49 +01:00
fuchsia sys/fuchsia: remove deprecated exception APIs 2019-11-14 16:21:01 -08:00
linux sys/linux: add new arguments to struct clone_args for clone3() 2019-11-26 13:07:43 +01:00
netbsd pkg/compiler: define fileoff template 2019-11-01 19:14:49 +01:00
openbsd pkg/compiler: define fileoff template 2019-11-01 19:14:49 +01:00
syz-extract sys/linux: update to current linux-next 2019-11-25 14:30:28 +01:00
syz-sysgen .golangci.yml: add codeanalysis build tag 2019-05-15 11:39:31 +02:00
targets sys/targets: add HostFuzzer flag 2019-11-16 09:58:54 +01:00
test pkg/compiler: define fileoff template 2019-11-01 19:14:49 +01:00
trusty .golangci.yml: add codeanalysis build tag 2019-05-15 11:39:31 +02:00
windows pkg/compiler: define fileoff template 2019-11-01 19:14:49 +01:00
sys.go dashboard/app: properly handle build failures 2019-03-25 17:00:25 +01:00