LinuxLists
Users
About
Tycho Andersen (
[email protected]
)
Number of posts: 139 (0.1 per day)
First post: 2020-09-01 01:21:36
Last post: 2024-06-04 22:14:33
Next Page
Date
List
Subject
2024-06-04 22:14:33
linux-kernel
Re: [PATCH v4 4/6] mm/slab: Introduce kmem_buckets_create() and family
2024-05-21 14:51:37
linux-kernel
Re: [PATCH 3/3] capabilities: add cap userns sysctl mask
2024-05-20 21:13:46
linux-kernel
Re: [PATCH 3/3] capabilities: add cap userns sysctl mask
2024-05-20 13:30:35
linux-kernel
Re: [PATCH 3/3] capabilities: add cap userns sysctl mask
2024-05-03 14:07:07
linux-kernel
Re: [PATCH] stackleak: don't modify ctl_table argument
2024-02-26 15:31:51
linux-kernel
Re: [PATCH v1 2/2] tests/pid_namespace: add pid_max tests
2024-02-24 15:00:11
linux-kernel
Re: [PATCH v1 2/2] tests/pid_namespace: add pid_max tests
2024-02-22 23:55:32
linux-kernel
Re: [PATCH v2 0/4] leaking_addresses: Provide mechanism to scan binary files
2024-02-22 23:50:38
linux-kernel
Re: [PATCH] leaking_addresses: Provide mechanism to scan binary files
2024-02-22 16:54:21
linux-kernel
Re: [PATCH v1 2/2] tests/pid_namespace: add pid_max tests
2024-02-22 15:31:47
linux-kernel
Re: [PATCH] leaking_addresses: Provide mechanism to scan binary files
2024-02-14 18:14:51
linux-kernel
Re: Coverity: __do_sys_pidfd_send_signal(): UNINIT
2024-02-14 14:19:28
linux-kernel
Re: Coverity: __do_sys_pidfd_send_signal(): UNINIT
2024-02-14 00:18:21
linux-kernel
Re: Coverity: __do_sys_pidfd_send_signal(): UNINIT
2024-02-12 23:14:58
linux-kernel
Re: [PATCH] samples: user-trap: fix strict-aliasing warning
2024-02-09 20:30:03
linux-kernel
Re: [PATCH v2 1/2] signal: add the "int si_code" arg to prepare_kill_siginfo()
2024-02-09 19:09:18
linux-kernel
Re: [PATCH v2 2/2] pidfd: change pidfd_send_signal() to respect PIDFD_THREAD
2024-02-07 13:38:39
linux-kernel
Re: [PATCH v2] pidfd: getfd should always report ESRCH if a task is exiting
2024-02-06 19:36:10
linux-kernel
Re: [PATCH] pidfd: getfd should always report ESRCH if a task is exiting
2024-02-06 19:34:12
linux-kernel
[PATCH v2] pidfd: getfd should always report ESRCH if a task is exiting
2024-02-06 18:09:49
linux-kernel
Re: [PATCH] pidfd: getfd should always report ESRCH if a task is exiting
2024-02-06 17:55:34
linux-kernel
Re: [PATCH] pidfd: getfd should always report ESRCH if a task is exiting
2024-02-06 17:04:25
linux-kernel
Re: [PATCH] pidfd: exit: kill the no longer used thread_group_exited()
2024-02-06 17:03:51
linux-kernel
Re: [PATCH] pidfd: change do_notify_pidfd() to use __wake_up(poll_to_key(EPOLLIN))
2024-02-06 16:43:37
linux-kernel
[PATCH] pidfd: getfd should always report ESRCH if a task is exiting
2024-02-06 14:53:05
linux-kernel
Re: [PATCH] pidfd: clone: allow CLONE_THREAD | CLONE_PIDFD together
2024-01-31 17:24:20
linux-kernel
Re: [PATCH v3 1/1] pidfd: implement PIDFD_THREAD flag for pidfd_open()
2024-01-31 02:37:53
linux-kernel
Re: [PATCH v2] pidfd: implement PIDFD_THREAD flag for pidfd_open()
2024-01-29 14:34:16
linux-kernel
Re: [RFC PATCH] pidfd: implement PIDFD_THREAD flag for pidfd_open()
2024-01-27 20:45:09
linux-kernel
Re: [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2024-01-27 17:22:47
linux-kernel
Re: [PATCH 1/1] pidfd: don't do_notify_pidfd() if !thread_group_empty()
2024-01-27 17:21:09
linux-kernel
Re: [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2024-01-27 15:56:03
linux-kernel
Re: [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2024-01-26 21:51:39
linux-kernel
Re: [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2024-01-25 18:38:11
linux-kernel
Re: [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2024-01-25 18:04:02
linux-kernel
Re: [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2024-01-23 21:17:11
linux-kernel
Re: [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2024-01-23 15:52:19
linux-kernel
[PATCH v3 2/3] selftests/pidfd: add non-thread-group leader tests
2024-01-23 15:45:39
linux-kernel
[PATCH v3 0/3] pidfds for non thread group leaders
2024-01-23 15:42:29
linux-kernel
[PATCH v3 3/3] clone: allow CLONE_THREAD | CLONE_PIDFD together
2024-01-23 15:42:04
linux-kernel
[PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2023-12-13 19:18:43
linux-kernel
Re: [PATCH v2 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2023-12-08 20:04:35
linux-kernel
Re: [RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2023-12-07 17:52:55
linux-kernel
Re: [RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2023-12-07 17:11:14
linux-kernel
[PATCH v2 2/3] selftests/pidfd: add non-thread-group leader tests
2023-12-07 17:11:08
linux-kernel
[PATCH v2 3/3] clone: allow CLONE_THREAD | CLONE_PIDFD together
2023-12-07 17:11:03
linux-kernel
[PATCH v2 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2023-12-06 15:27:39
linux-kernel
Re: [RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2023-12-01 16:32:18
linux-kernel
Re: [RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2023-11-30 19:17:40
linux-kernel
Re: [RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
2023-11-30 18:54:29
linux-kernel
Re: [RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders