LinuxLists
Users
About
Sargun Dhillon (
[email protected]
)
Number of posts: 287 (0.76 per day)
First post: 2016-11-14 10:36:44
Last post: 2017-11-26 22:17:46
Previous Page
/
Next Page
Date
List
Subject
2020-05-24 23:42:59
linux-kernel
[PATCH 1/5] seccomp: Add find_notification helper
2020-05-24 23:42:58
linux-kernel
[PATCH 0/5] Add seccomp notifier ioctl that enables adding fds
2020-05-22 20:11:24
linux-kernel
Re: seccomp feature development
2020-05-22 17:59:56
linux-kernel
Re: [PATCH] seccomp: Add group_leader pid to seccomp_notif
2020-05-20 09:07:16
linux-kernel
Re: seccomp feature development
2020-05-20 08:27:37
linux-kernel
Re: seccomp feature development
2020-05-19 07:26:42
linux-kernel
Re: seccomp feature development
2020-05-18 21:40:19
linux-kernel
Re: [PATCH] seccomp: Add group_leader pid to seccomp_notif
2020-05-18 08:35:53
linux-kernel
Re: [PATCH] seccomp: Add group_leader pid to seccomp_notif
2020-05-17 11:21:55
linux-kernel
Re: [PATCH] seccomp: Add group_leader pid to seccomp_notif
2020-05-15 23:42:21
linux-kernel
[PATCH] seccomp: Add group_leader pid to seccomp_notif
2020-02-11 21:39:10
linux-kernel
Deadlock in cleanup_net and addrconf_verify_work locks up workqueue
2020-01-27 05:07:36
linux-kernel
Re: [PATCH 3/4] seccomp: Add SECCOMP_USER_NOTIF_FLAG_PIDFD to get pidfd on listener trap
2020-01-24 21:30:53
linux-kernel
Re: [PATCH 3/4] seccomp: Add SECCOMP_USER_NOTIF_FLAG_PIDFD to get pidfd on listener trap
2020-01-24 10:50:31
linux-kernel
[PATCH 0/4] Add the ability to get a pidfd on seccomp user notifications
2020-01-24 09:19:46
linux-kernel
[PATCH 3/4] seccomp: Add SECCOMP_USER_NOTIF_FLAG_PIDFD to get pidfd on listener trap
2020-01-24 09:19:19
linux-kernel
[PATCH 4/4] selftests/seccomp: test SECCOMP_USER_NOTIF_FLAG_PIDFD
2020-01-24 09:19:15
linux-kernel
[PATCH 2/4] fork: Use newly created pidfd_create_file helper
2020-01-24 09:19:15
linux-kernel
[PATCH 1/4] pid: Add pidfd_create_file helper
2020-01-07 18:00:54
linux-kernel
[PATCH v9 4/4] test: Add test for pidfd getfd
2020-01-07 18:00:46
linux-kernel
[PATCH v9 2/4] pid: Implement pidfd_getfd syscall
2020-01-07 18:00:41
linux-kernel
[PATCH v9 3/4] arch: wire up pidfd_getfd syscall
2020-01-07 18:00:37
linux-kernel
[PATCH v9 1/4] vfs, fdtable: Add fget_task helper
2020-01-07 18:00:31
linux-kernel
[PATCH v9 0/4] Add pidfd_getfd syscall
2020-01-06 21:07:56
linux-kernel
Re: [PATCH v8 3/3] test: Add test for pidfd getfd
2020-01-05 19:09:16
linux-kernel
Re: [PATCH v8 3/3] test: Add test for pidfd getfd
2020-01-03 16:32:13
linux-kernel
[PATCH v8 1/3] vfs, fdtable: Add get_task_file helper
2020-01-03 16:30:59
linux-kernel
[PATCH v8 2/3] pid: Introduce pidfd_getfd syscall
2020-01-03 16:30:52
linux-kernel
[PATCH v8 3/3] test: Add test for pidfd getfd
2020-01-03 16:30:40
linux-kernel
[PATCH v8 0/3] Add pidfd_getfd syscall
2019-12-30 20:40:32
linux-kernel
[PATCH] selftests/seccomp: Test kernel catches garbage on SECCOMP_IOCTL_NOTIF_RECV
2019-12-30 20:37:44
linux-kernel
[PATCH] samples/seccomp: Zero out datastructures based on seccomp_notif_sizes
2019-12-30 19:16:17
linux-kernel
Re: [PATCH v2 1/2] samples, selftests/seccomp: Zero out seccomp_notif
2019-12-29 23:43:48
linux-kernel
Re: [PATCH v3 3/3] selftests/seccomp: Test kernel catches garbage on SECCOMP_IOCTL_NOTIF_RECV
2019-12-29 20:52:41
linux-kernel
Re: [PATCH v3 3/3] selftests/seccomp: Test kernel catches garbage on SECCOMP_IOCTL_NOTIF_RECV
2019-12-29 06:47:12
linux-kernel
[PATCH v3 3/3] selftests/seccomp: Test kernel catches garbage on SECCOMP_IOCTL_NOTIF_RECV
2019-12-29 06:46:15
linux-kernel
[PATCH v3 2/3] seccomp: Check that seccomp_notif is zeroed out by the user
2019-12-29 06:44:52
linux-kernel
[PATCH v3 1/3] samples, selftests/seccomp: Zero out seccomp_notif
2019-12-29 00:13:23
linux-kernel
Re: [PATCH v2 1/2] samples, selftests/seccomp: Zero out seccomp_notif
2019-12-28 13:12:30
linux-kernel
Re: [PATCH v7 2/3] pid: Introduce pidfd_getfd syscall
2019-12-28 01:50:30
linux-kernel
[PATCH v2 2/2] seccomp: Check that seccomp_notif is zeroed out by the user
2019-12-28 01:50:04
linux-kernel
[PATCH v2 1/2] samples, selftests/seccomp: Zero out seccomp_notif
2019-12-27 14:25:29
linux-kernel
Re: [PATCH] seccomp: Check flags on seccomp_notif is unset
2019-12-27 01:36:55
linux-kernel
Re: [PATCH v7 2/3] pid: Introduce pidfd_getfd syscall
2019-12-26 18:06:31
linux-kernel
[PATCH v7 3/3] test: Add test for pidfd getfd
2019-12-26 18:05:02
linux-kernel
[PATCH v7 2/3] pid: Introduce pidfd_getfd syscall
2019-12-26 18:04:47
linux-kernel
[PATCH v7 1/3] vfs, fdtable: Add get_task_file helper
2019-12-26 18:04:03
linux-kernel
[PATCH v7 0/3] Add pidfd_getfd syscall
2019-12-25 21:50:35
linux-kernel
[PATCH] seccomp: Check flags on seccomp_notif is unset
2019-12-23 21:11:41
linux-kernel
[PATCH v6 1/3] vfs, fdtable: Add get_task_file helper
2019-12-23 21:11:41
linux-kernel
[PATCH v6 0/3] Add pidfd_getfd syscall