[v3,1/4] fs, net: Standardize on file_receive helper to move fds across processes |
|
|
|
2020-06-11 |
Kees Cook |
|
New |
[v4,01/11] net/scm: Regularize compat handling of scm_detach_fds() |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[v4,02/11] fs: Move __scm_install_fd() to __fd_install_received() |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[v4,03/11] fs: Add fd_install_received() wrapper for __fd_install_received() |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[v4,04/11] pidfd: Replace open-coded partial fd_install_received() |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[v4,05/11] fs: Expand __fd_install_received() to accept fd |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[v4,06/11] seccomp: Introduce addfd ioctl to seccomp user notifier |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[v4,07/11] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[v4,08/11] selftests/seccomp: Make kcmp() less required |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[v4,09/11] selftests/seccomp: Rename user_trap_syscall() to user_notif_syscall() |
|
1 |
|
2020-06-16 |
Kees Cook |
|
New |
[v4,10/11] seccomp: Switch addfd to Extensible Argument ioctl |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[v4,11/11] seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[1/8] selftests/seccomp: Improve calibration loop |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[2/8] seccomp: Use pr_fmt |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[3/8] seccomp: Introduce SECCOMP_PIN_ARCHITECTURE |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[4/8] seccomp: Implement constant action bitmaps |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[5/8] selftests/seccomp: Compare bitmap vs filter overhead |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[6/8] x86: Provide API for local kernel TLB flushing |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[7/8] x86: Enable seccomp constant action bitmaps |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[8/8,DEBUG] seccomp: Report bitmap coverage ranges |
|
|
|
2020-06-16 |
Kees Cook |
|
New |
[v4,03/11] fs: Add fd_install_received() wrapper for __fd_install_received() |
|
|
|
2020-06-17 |
Kees Cook |
|
New |
[v5,1/7] net/scm: Regularize compat handling of scm_detach_fds() |
|
|
|
2020-06-17 |
Kees Cook |
|
New |
[v5,2/7] fs: Move __scm_install_fd() to __fd_install_received() |
|
|
|
2020-06-17 |
Kees Cook |
|
New |
[v5,3/7] fs: Add fd_install_received() wrapper for __fd_install_received() |
|
1 |
|
2020-06-17 |
Kees Cook |
|
New |
[v5,4/7] pidfd: Replace open-coded partial fd_install_received() |
|
|
|
2020-06-17 |
Kees Cook |
|
New |
[v5,5/7] fs: Expand __fd_install_received() to accept fd |
|
|
|
2020-06-17 |
Kees Cook |
|
New |
[v5,6/7] seccomp: Introduce addfd ioctl to seccomp user notifier |
|
|
|
2020-06-17 |
Kees Cook |
|
New |
[v5,7/7] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD |
|
|
|
2020-06-17 |
Kees Cook |
|
New |
[v6,1/7] net/scm: Regularize compat handling of scm_detach_fds() |
1 |
|
|
2020-07-06 |
Kees Cook |
|
New |
[v6,2/7] fs: Move __scm_install_fd() to __receive_fd() |
1 |
1 |
|
2020-07-06 |
Kees Cook |
|
New |
[v6,3/7] fs: Add receive_fd() wrapper for __receive_fd() |
1 |
1 |
|
2020-07-06 |
Kees Cook |
|
New |
[v6,4/7] pidfd: Replace open-coded partial receive_fd() |
|
1 |
|
2020-07-06 |
Kees Cook |
|
New |
[v6,5/7] fs: Expand __receive_fd() to accept existing fd |
1 |
1 |
|
2020-07-06 |
Kees Cook |
|
New |
[v6,6/7] seccomp: Introduce addfd ioctl to seccomp user notifier |
|
|
|
2020-07-06 |
Kees Cook |
|
New |
[v6,7/7] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD |
|
|
|
2020-07-06 |
Kees Cook |
|
New |
[v7,1/9] net/compat: Add missing sock updates for SCM_RIGHTS |
1 |
|
|
2020-07-09 |
Kees Cook |
|
New |
[v7,2/9] pidfd: Add missing sock updates for pidfd_getfd() |
|
|
|
2020-07-09 |
Kees Cook |
|
New |
[v7,3/9] net/scm: Regularize compat handling of scm_detach_fds() |
1 |
|
|
2020-07-09 |
Kees Cook |
|
New |
[v7,4/9] fs: Move __scm_install_fd() to __receive_fd() |
1 |
1 |
|
2020-07-09 |
Kees Cook |
|
New |
[v7,5/9] fs: Add receive_fd() wrapper for __receive_fd() |
1 |
1 |
|
2020-07-09 |
Kees Cook |
|
New |
[v7,6/9] pidfd: Replace open-coded receive_fd() |
1 |
1 |
|
2020-07-09 |
Kees Cook |
|
New |
[v7,7/9] fs: Expand __receive_fd() to accept existing fd |
1 |
1 |
|
2020-07-09 |
Kees Cook |
|
New |
[v7,8/9] seccomp: Introduce addfd ioctl to seccomp user notifier |
|
1 |
|
2020-07-09 |
Kees Cook |
|
New |
[v7,9/9] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD |
|
|
|
2020-07-09 |
Kees Cook |
|
New |