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-05-19 02:41:07 linux-kernel [PATCH v4 0/5] siginfo: ABI fixes for TRAP_PERF
2021-05-18 21:09:56 linux-kernel Re: [PATCH] signal: optimise signal_pending()
2021-05-18 14:40:16 linux-kernel Re: [GIT PULL] siginfo: ABI fixes for v5.13-rc2
2021-05-15 13:40:13 linux-kernel Re: [GIT PULL] siginfo: ABI fixes for v5.13-rc2
2021-05-15 02:34:50 linux-kernel Re: [GIT PULL] siginfo: ABI fixes for v5.13-rc2
2021-05-14 13:11:42 linux-kernel [GIT PULL] siginfo: ABI fixes for v5.13-rc2
2021-05-10 16:18:34 linux-kernel Re: [PATCH RFC 1/3] fs: introduce helper d_path_fast()
2021-05-09 22:59:50 linux-kernel Re: [PATCH RFC 1/3] fs: introduce helper d_path_fast()
2021-05-07 00:01:40 linux-kernel Re: [PATCH 2/2] x86/kexec/64: Forbid kexec when running as an SEV-ES guest
2021-05-06 19:44:02 linux-kernel Re: [PATCH] checkpatch: warn about direct use of send_sig_info and force_sig_info
2021-05-06 17:44:59 linux-kernel Re: [PATCH 2/2] x86/kexec/64: Forbid kexec when running as an SEV-ES guest
2021-05-06 15:31:31 linux-kernel Re: [PATCH v3 00/12] signal: sort out si_trapno and si_perf
2021-05-06 15:16:23 linux-kernel Re: [PATCH v3 00/12] signal: sort out si_trapno and si_perf
2021-05-05 15:12:07 linux-kernel [PATCH v3 02/12] arm: Add compile-time asserts for siginfo_t offsets
2021-05-05 15:11:42 linux-kernel [PATCH v3 01/12] sparc64: Add compile-time asserts for siginfo_t offsets
2021-05-05 14:19:09 linux-kernel [PATCH v3 12/12] signalfd: Remove SIL_FAULT_PERF_EVENT fields from signalfd_siginfo
2021-05-05 14:17:57 linux-kernel [PATCH v3 03/12] arm64: Add compile-time asserts for siginfo_t offsets
2021-05-05 14:17:47 linux-kernel Re: [PATCH v3 00/12] signal: sort out si_trapno and si_perf
2021-05-05 14:17:13 linux-kernel [PATCH v3 10/12] signal: Factor force_sig_perf out of perf_sigtrap
2021-05-05 14:17:02 linux-kernel [PATCH v3 07/12] signal: Use dedicated helpers to send signals with si_trapno set
2021-05-05 14:16:50 linux-kernel [PATCH v3 11/12] signal: Deliver all of the siginfo perf data in _perf
2021-05-05 14:16:20 linux-kernel [PATCH v3 08/12] signal: Remove __ARCH_SI_TRAPNO
2021-05-05 14:15:57 linux-kernel [PATCH v3 09/12] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
2021-05-05 14:15:38 linux-kernel [PATCH v3 06/12] signal: Implement SIL_FAULT_TRAPNO
2021-05-05 14:15:38 linux-kernel [PATCH v3 05/12] siginfo: Move si_trapno inside the union inside _si_fault
2021-05-05 14:15:22 linux-kernel [PATCH v3 04/12] signal: Verify the alignment and size of siginfo_t
2021-05-04 23:09:42 linux-kernel [PATCH v3 00/12] signal: sort out si_trapno and si_perf
2021-05-04 16:18:18 linux-kernel Re: [PATCH 10/12] signal: Redefine signinfo so 64bit fields are possible
2021-05-04 03:46:00 linux-kernel Re: [PATCH 10/12] signal: Redefine signinfo so 64bit fields are possible
2021-05-03 21:05:05 linux-kernel Re: [PATCH 10/12] signal: Redefine signinfo so 64bit fields are possible
2021-05-03 20:43:20 linux-kernel [PATCH 07/12] signal: Remove __ARCH_SI_TRAPNO
2021-05-03 20:42:26 linux-kernel [PATCH 02/12] arm: Add compile-time asserts for siginfo_t offsets
2021-05-03 20:42:03 linux-kernel [PATCH 12/12] signalfd: Remove SIL_FAULT_PERF_EVENT fields from signalfd_siginfo
2021-05-03 20:41:52 linux-kernel [PATCH 11/12] signal: Deliver all of the siginfo perf data in _perf
2021-05-03 20:41:35 linux-kernel [PATCH 10/12] signal: Redefine signinfo so 64bit fields are possible
2021-05-03 20:41:31 linux-kernel [PATCH 09/12] signal: Factor force_sig_perf out of perf_sigtrap
2021-05-03 20:40:59 linux-kernel [PATCH 08/12] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
2021-05-03 20:40:58 linux-kernel [PATCH 06/12] signal: Use dedicated helpers to send signals with si_trapno set
2021-05-03 20:40:50 linux-kernel [PATCH 04/12] siginfo: Move si_trapno inside the union inside _si_fault
2021-05-03 20:40:50 linux-kernel [PATCH 05/12] signal: Implement SIL_FAULT_TRAPNO
2021-05-03 20:40:35 linux-kernel [PATCH 03/12] arm64: Add compile-time asserts for siginfo_t offsets
2021-05-03 20:40:22 linux-kernel [PATCH 01/12] sparc64: Add compile-time asserts for siginfo_t offsets
2021-05-03 20:27:04 linux-kernel [PATCH 00/12] signal: sort out si_trapno and si_perf
2021-05-03 19:40:47 linux-kernel Re: [PATCH 7/3] signal: Deliver all of the perf_data in si_perf
2021-05-03 19:05:41 linux-kernel Re: [PATCH 1/2] tracing: Add a trace for task_exit
2021-05-03 18:13:23 linux-kernel Re: [PATCH 1/2] tracing: Add a trace for task_exit
2021-05-02 18:40:11 linux-kernel Re: [PATCH 7/3] signal: Deliver all of the perf_data in si_perf
2021-05-02 18:34:37 linux-kernel Re: [PATCH 1/3] siginfo: Move si_trapno inside the union inside _si_fault
2021-05-02 18:33:18 linux-kernel Re: [PATCH 2/3] signal: Implement SIL_FAULT_TRAPNO
2021-05-01 15:18:37 linux-kernel Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union
2021-04-30 23:49:08 linux-kernel Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union