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-01-03 21:34:34 linux-kernel [PATCH 15/17] signal: Add JOBCTL_WILL_EXIT to mark exiting tasks
2022-01-03 21:34:31 linux-kernel [PATCH 16/17] signal: Record the exit_code when an exit is scheduled
2022-01-03 21:34:28 linux-kernel [PATCH 14/17] signal: Remove zap_other_threads
2022-01-03 21:34:22 linux-kernel [PATCH 13/17] signal: Make individual tasks exiting a first class concept
2022-01-03 21:34:19 linux-kernel [PATCH 12/17] signal: Compute the process exit_code in get_signal
2022-01-03 21:34:17 linux-kernel [PATCH 11/17] ptrace: Separate task->ptrace_code out from task->exit_code
2022-01-03 21:34:06 linux-kernel [PATCH 10/17] ptrace: Return the signal to continue with from ptrace_stop
2022-01-03 21:34:02 linux-kernel [PATCH 09/17] ptrace: Move setting/clearing ptrace_message into ptrace_stop
2022-01-03 21:33:58 linux-kernel [PATCH 08/17] ptrace/m68k: Stop open coding ptrace_report_syscall
2022-01-03 21:33:54 linux-kernel [PATCH 07/17] ptrace: Remove unused regs argument from ptrace_report_syscall
2022-01-03 21:33:51 linux-kernel [PATCH 05/17] taskstats: Cleanup the use of task->exit_code
2022-01-03 21:33:49 linux-kernel [PATCH 06/17] ptrace: Remove second setting of PT_SEIZED in ptrace_attach
2022-01-03 21:33:43 linux-kernel [PATCH 04/17] exit: Use the correct exit_code in /proc/<pid>/stat
2022-01-03 21:33:42 linux-kernel [PATCH 03/17] exit: Fix the exit_code for wait_task_zombie
2022-01-03 21:33:37 linux-kernel [PATCH 02/17] exit: Coredumps reach do_group_exit
2022-01-03 21:33:35 linux-kernel [PATCH 01/17] exit: Remove profile_task_exit & profile_munmap
2022-01-03 21:30:35 linux-kernel [PATCH 00/17] exit: Making task exiting a first class concept
2021-12-29 16:30:13 linux-kernel Re: [PATCH 3/3] csky: Fix function name in csky_alignment() and die()
2021-12-27 15:24:21 linux-kernel Re: BUG: KASAN: use-after-free in dec_rlimit_ucounts
2021-12-24 19:53:03 linux-kernel Re: [RFC] coredump: Do not interrupt dump for TIF_NOTIFY_SIGNAL
2021-12-23 20:00:00 linux-kernel [GIT PULL] ucount fix for v5.16-rc7
2021-12-23 19:57:28 linux-kernel [GIT PULL]
2021-12-23 05:19:23 linux-kernel [PATCH] kthread: Generalize pf_io_worker so it can point to struct kthread
2021-12-23 03:35:22 linux-kernel Re: [PATCH 09/10] kthread: Ensure struct kthread is present for all kthreads
2021-12-23 03:34:51 linux-kernel Re: [kthread] 40966e316f: WARNING:at_kernel/sched/core.c:#sched_init
2021-12-22 23:25:24 linux-kernel Re: [PATCH 09/10] kthread: Ensure struct kthread is present for all kthreads
2021-12-22 18:31:11 linux-kernel Re: [PATCH 09/10] kthread: Ensure struct kthread is present for all kthreads
2021-12-22 18:24:56 linux-kernel Re: [PATCH V6 01/10] Use copy_process in vhost layer
2021-12-22 00:20:34 linux-kernel Re: [PATCH V6 01/10] Use copy_process in vhost layer
2021-12-21 23:36:12 linux-kernel Re: [PATCH] exec: Make suid_dumpable apply to SUID/SGID binaries irrespective of invoking users
2021-12-21 17:44:13 linux-kernel Re: linux-next: run time warning after merge of the userns tree
2021-12-21 17:36:09 linux-kernel Re: [PATCH] exec: Make suid_dumpable apply to SUID/SGID binaries irrespective of invoking users
2021-12-21 15:56:42 linux-kernel Re: [PATCH] exec: Make suid_dumpable apply to SUID/SGID binaries irrespective of invoking users
2021-12-20 05:59:18 linux-kernel Re: BUG: KASAN: use-after-free in dec_rlimit_ucounts
2021-12-19 19:55:22 linux-kernel Re: [PATCH v3] ucounts: Split rlimit and ucount values and max values
2021-12-17 19:26:56 linux-kernel Re: [PATCH V6 01/10] Use copy_process in vhost layer
2021-12-17 19:02:03 linux-kernel Re: [PATCH V6 10/10] vhost: use user_worker to check RLIMITs
2021-12-17 18:53:19 linux-kernel Re: [PATCH V6 06/10] fork: add helpers to clone a process for kernel use
2021-12-17 18:43:47 linux-kernel Re: [PATCH V6 05/10] signal: Perfom autoreap for PF_USER_WORKER
2021-12-17 17:01:56 linux-kernel Re: [kthread] 40966e316f: WARNING:at_kernel/sched/core.c:#sched_init
2021-12-17 16:54:00 linux-kernel Re: linux-next: build failure after merge of the userns tree
2021-12-17 16:40:54 linux-kernel Re: linux-next: manual merge of the userns tree with the cel tree
2021-12-15 19:43:03 linux-kernel Re: [PATCH] rlimits: do not grab tasklist_lock for do_prlimit on current
2021-12-15 17:38:51 linux-kernel [PATCH] objtool: Add a missing comma to avoid string concatenation
2021-12-15 17:37:18 linux-kernel Re: [kbuild-all] Re: [ebiederm-user-namespace:signal-for-v5.17 4/12] arch/x86/kernel/dumpstack.o: warning: objtool: oops_end() falls through to next function show_opcodes()
2021-12-15 04:49:24 linux-kernel Re: [kbuild-all] Re: [ebiederm-user-namespace:signal-for-v5.17 4/12] arch/x86/kernel/dumpstack.o: warning: objtool: oops_end() falls through to next function show_opcodes()
2021-12-14 17:29:54 linux-kernel Re: [ebiederm-user-namespace:signal-for-v5.17 4/12] arch/x86/kernel/dumpstack.o: warning: objtool: oops_end() falls through to next function show_opcodes()
2021-12-13 22:55:04 linux-kernel [PATCH 8/8] signal: Remove the helper signal_group_exit
2021-12-13 22:55:01 linux-kernel [PATCH 7/8] signal: Rename group_exit_task group_exec_task
2021-12-13 22:54:58 linux-kernel [PATCH 5/8] signal: Remove SIGNAL_GROUP_COREDUMP
2021-12-13 22:54:55 linux-kernel [PATCH 6/8] coredump: Stop setting signal->group_exit_task