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
2021-10-21 16:36:15 linux-kernel Re: [PATCH 13/20] signal: Implement force_fatal_sig
2021-10-21 16:27:34 linux-kernel Re: [PATCH 02/20] exit: Remove calls of do_exit after noreturn versions of die
2021-10-21 16:07:08 linux-kernel [GIT PULL] ucount fixes for v5.15
2021-10-21 15:14:01 linux-kernel Re: [PATCH 12/20] exit/kthread: Have kernel threads return instead of calling do_exit
2021-10-21 15:08:17 linux-kernel Re: [PATCH 18/20] exit/rtl8723bs: Replace the macro thread_exit with a simple return 0
2021-10-21 13:35:43 linux-kernel Re: [PATCH 21/20] signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
2021-10-20 21:55:21 linux-kernel [PATCH 21/20] signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
2021-10-20 21:28:00 linux-kernel Re: [PATCH 13/20] signal: Implement force_fatal_sig
2021-10-20 17:48:55 linux-kernel [PATCH 20/20] exit/r8188eu: Replace the macro thread_exit with a simple return 0
2021-10-20 17:48:24 linux-kernel [PATCH 15/20] signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer fails
2021-10-20 17:48:06 linux-kernel [PATCH 13/20] signal: Implement force_fatal_sig
2021-10-20 17:47:51 linux-kernel [PATCH 09/20] signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ON
2021-10-20 17:47:51 linux-kernel [PATCH 08/20] signal/sparc: In setup_tsb_params convert open coded BUG into BUG
2021-10-20 17:47:48 linux-kernel [PATCH 19/20] exit/rtl8712: Replace the macro thread_exit with a simple return 0
2021-10-20 17:47:45 linux-kernel [PATCH 18/20] exit/rtl8723bs: Replace the macro thread_exit with a simple return 0
2021-10-20 17:47:41 linux-kernel [PATCH 06/20] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
2021-10-20 17:47:38 linux-kernel [PATCH 16/20] signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig
2021-10-20 17:47:37 linux-kernel [PATCH 04/20] signal/sparc32: Remove unreachable do_exit in do_sparc_fault
2021-10-20 17:47:37 linux-kernel [PATCH 17/20] signal/x86: In emulate_vsyscall force a signal instead of calling do_exit
2021-10-20 17:47:23 linux-kernel [PATCH 05/20] signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT
2021-10-20 17:47:18 linux-kernel [PATCH 14/20] exit/syscall_user_dispatch: Send ordinary signals on failure
2021-10-20 17:47:11 linux-kernel [PATCH 03/20] reboot: Remove the unreachable panic after do_exit in reboot(2)
2021-10-20 17:47:07 linux-kernel [PATCH 02/20] exit: Remove calls of do_exit after noreturn versions of die
2021-10-20 17:47:05 linux-kernel [PATCH 11/20] signal/s390: Use force_sigsegv in default_trap_handler
2021-10-20 17:47:05 linux-kernel [PATCH 12/20] exit/kthread: Have kernel threads return instead of calling do_exit
2021-10-20 17:47:03 linux-kernel [PATCH 01/20] exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exit
2021-10-20 17:46:54 linux-kernel [PATCH 10/20] signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.
2021-10-20 17:46:43 linux-kernel [PATCH 07/20] signal/powerpc: On swapcontext failure force SIGSEGV
2021-10-20 17:33:57 linux-kernel [PATCH 00/20] exit cleanups
2021-10-20 16:03:38 linux-kernel Re: linux-next: build failure after merge of the userns tree
2021-10-19 15:53:03 linux-kernel Re: [mm] 6128b3af2a: UBSAN:shift-out-of-bounds_in(null)
2021-10-18 17:59:30 linux-kernel [PATCH 4/4] ucounts: Use atomic_long_sub_return for clarity
2021-10-18 17:58:45 linux-kernel [PATCH 3/4] ucounts: Add get_ucounts_or_wrap for clarity
2021-10-18 17:57:54 linux-kernel [PATCH 0/4] ucounts: misc cleanups
2021-10-18 17:57:34 linux-kernel [PATCH 2/4] ucounts: Remove unnecessary test for NULL ucount in get_ucounts
2021-10-18 17:57:06 linux-kernel [PATCH 1/4] ucounts: In set_cred_ucounts assume new->ucounts is non-NULL
2021-10-18 17:26:37 linux-kernel [PATCH 3/3] ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyring
2021-10-18 17:24:57 linux-kernel [PATCH 2/3] ucounts: Proper error handling in set_cred_ucounts
2021-10-18 17:24:28 linux-kernel [PATCH 1/3] ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_creds
2021-10-18 17:22:40 linux-kernel [PATCH 0/3] ucounts: misc fixes
2021-10-18 16:09:16 linux-kernel [PATCH v2] ucounts: Fix signal ucount refcounting
2021-10-18 15:43:39 linux-kernel Re: [CFT][PATCH] ucounts: Fix signal ucount refcounting
2021-10-18 03:37:43 linux-kernel Re: [CFT][PATCH] ucounts: Fix signal ucount refcounting
2021-10-18 03:37:37 linux-kernel Re: [CFT][PATCH] ucounts: Fix signal ucount refcounting
2021-10-18 03:14:14 linux-kernel [CFT][PATCH] ucounts: Fix signal ucount refcounting
2021-10-16 15:11:08 linux-nfs Re: [PATCH] Fix user namespace leak
2021-10-12 17:32:30 linux-kernel Re: linux 5.14.3: free_user_ns causes NULL pointer dereference
2021-10-11 16:35:06 linux-kernel Re: [PATCH v2 1/2] kexec, KEYS: make the code in bzImage64_verify_sig generic
2021-10-11 16:34:29 linux-kernel Re: linux-next: manual merge of the akpm-current tree with the userns tree
2021-10-07 18:59:34 linux-kernel Re: linux-next: build failure after merge of the userns tree
2021-10-06 17:06:18 linux-kernel Re: [PATCH 6/6] coredump: Limit coredumps to a single thread group