Eric W. Biederman ([email protected])

Number of posts: 8760 (1.02 per day)
First post: 2000-10-29 14:32:21
Last post: 2024-06-15 14:54:27

Date List Subject
2022-05-18 04:24:14 linux-kernel Re: [PATCH V10 14/22] LoongArch: Add signal handling support
2022-05-17 20:45:15 linux-kernel Re: [PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]
2022-05-17 01:03:44 linux-kernel Re: [PATCH] commoncap: check return value to avoid null pointer dereference
2022-05-14 03:39:56 linux-kernel Re: [GIT PULL] virtio: last minute fixup
2022-05-14 03:13:40 linux-kernel Re: [PATCH 1/7] kthread: Don't allocate kthread_struct for init and umh
2022-05-13 17:23:38 linux-kernel Re: Question about kill a process group
2022-05-13 12:16:04 linux-kernel Re: Question about kill a process group
2022-05-12 21:53:20 linux-crypto Re: [PATCH 1/2] sysctl: read() must consume poll events, not poll()
2022-05-12 19:15:39 linux-kernel [PATCH 8/7] sched: Update task_tick_numa to ignore tasks without an mm
2022-05-12 08:07:14 linux-kernel Re: [PATCH v4 0/12] ptrace: cleaning up ptrace_stop
2022-05-11 21:51:28 linux-kernel Re: [PATCH 8/7] sched: Update task_tick_numa to ignore tasks without an mm
2022-05-10 21:52:36 linux-kernel Re: [PATCH v4 0/12] ptrace: cleaning up ptrace_stop
2022-05-10 20:45:48 linux-kernel Re: [PATCH 1/7] kthread: Don't allocate kthread_struct for init and umh
2022-05-10 18:37:29 linux-kernel Re: [PATCH v4 10/12] ptrace: Don't change __state
2022-05-10 16:45:02 linux-kernel Re: [PATCH v4 0/12] ptrace: cleaning up ptrace_stop
2022-05-09 23:58:57 linux-kernel Re: [PATCH 0/7] fork: Make init and umh ordinary tasks
2022-05-09 09:49:13 linux-kernel [PATCH 1/7] kthread: Don't allocate kthread_struct for init and umh
2022-05-09 09:48:01 linux-kernel Re: [PATCH 1/7] kthread: Don't allocate kthread_struct for init and umh
2022-05-09 09:38:05 linux-kernel [PATCH 5/7] init: Deal with the init process being a user mode process
2022-05-09 09:10:30 linux-kernel [PATCH v3 06/11] signal: Use lockdep_assert_held instead of assert_spin_locked
2022-05-09 08:38:14 linux-kernel Re: [PATCH v4 0/12] ptrace: cleaning up ptrace_stop
2022-05-09 08:26:50 linux-kernel Re: [PATCH] entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is set
2022-05-09 08:14:51 linux-kernel [PATCH 4/7] fork: Generalize PF_IO_WORKER handling
2022-05-09 06:37:26 linux-kernel Re: [PATCH v2 07/12] ptrace: Don't change __state
2022-05-09 05:58:50 linux-kernel [PATCH v4 0/12] ptrace: cleaning up ptrace_stop
2022-05-09 05:55:50 linux-kernel Re: [PATCH v4 0/12] ptrace: cleaning up ptrace_stop
2022-05-09 05:45:20 linux-kernel [PATCH 0/7] fork: Make init and umh ordinary tasks
2022-05-09 05:12:56 linux-kernel [PATCH 2/7] fork: Pass struct kernel_clone_args into copy_thread
2022-05-09 05:03:05 linux-kernel Re: [PATCH v4 10/12] ptrace: Don't change __state
2022-05-09 05:00:04 linux-kernel Re: [PATCH v3 08/11] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
2022-05-09 04:08:15 linux-kernel [PATCH 7/7] fork: Stop allowing kthreads to call execve
2022-05-09 03:58:40 linux-kernel [PATCH v3 10/11] ptrace: Always take siglock in ptrace_resume
2022-05-09 03:50:46 linux-kernel [PATCH v4 08/12] ptrace: Document that wait_task_inactive can't fail
2022-05-09 03:39:43 linux-kernel [PATCH v4 03/12] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
2022-05-09 02:57:19 linux-kernel [PATCH v4 02/12] signal: Replace __group_send_sig_info with send_signal_locked
2022-05-09 02:47:27 linux-kernel [PATCH 3/7] fork: Explicity test for idle tasks in copy_thread
2022-05-09 02:01:51 linux-kernel [PATCH v3 11/11] sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
2022-05-09 01:58:58 linux-kernel Re: [PATCH 2/7] fork: Pass struct kernel_clone_args into copy_thread
2022-05-09 01:30:38 linux-kernel [PATCH v3 03/11] ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
2022-05-08 03:24:56 linux-kernel [PATCH v4 01/12] signal: Rename send_signal send_signal_locked
2022-05-08 01:02:54 linux-kernel [PATCH v4 07/12] ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
2022-05-07 08:05:40 linux-kernel [PATCH v3 07/11] ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
2022-05-07 07:32:12 linux-kernel [PATCH 6/7] fork: Explicitly set PF_KTHREAD
2022-05-06 23:06:20 linux-kernel Re: [PATCH v3 08/11] ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs
2022-05-06 22:15:55 linux-kernel [PATCH v4 06/12] signal: Use lockdep_assert_held instead of assert_spin_locked
2022-05-06 14:47:39 linux-kernel [PATCH v4 04/12] ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP
2022-05-06 12:54:02 linux-kernel [PATCH v4 11/12] ptrace: Always take siglock in ptrace_resume
2022-05-06 09:32:00 linux-kernel [PATCH v4 05/12] ptrace: Remove arch_ptrace_attach
2022-05-06 06:34:27 linux-kernel [PATCH v4 12/12] sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state
2022-05-06 04:07:55 linux-kernel [PATCH v4 10/12] ptrace: Don't change __state
2022-05-06 02:51:44 linux-kernel Re: [PATCH v3 09/11] ptrace: Don't change __state