Bernd Edlinger ([email protected])

Number of posts: 241 (0.12 per day)
First post: 2018-06-09 17:46:03
Last post: 2024-01-22 19:00:02

Date List Subject
2020-04-04 05:48:13 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-04 04:25:57 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-03 16:37:51 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-03 16:06:04 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-03 15:10:08 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-03 07:53:52 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-03 05:12:03 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-03 00:27:33 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-02 23:50:14 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-02 23:43:12 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-02 23:03:41 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-02 21:05:49 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-02 19:48:40 linux-kernel Re: [GIT PULL] Please pull proc and exec work for 5.7-rc1
2020-04-02 07:43:51 linux-kernel Re: [PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
2020-04-02 07:23:25 linux-kernel Re: [PATCH] signal: Extend exec_id to 64bits
2020-03-30 20:12:49 linux-kernel Re: [PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
2020-03-30 18:26:57 linux-kernel [PATCH v7 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
2020-03-29 06:39:11 linux-kernel Re: [PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
2020-03-29 04:35:17 linux-kernel Re: [PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
2020-03-28 22:38:54 linux-kernel Re: [PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
2020-03-25 15:34:52 linux-kernel Re: [PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
2020-03-21 22:53:57 linux-kernel Re: [PATCH v4 3/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
2020-03-21 02:51:56 linux-kernel [PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
2020-03-21 02:47:58 linux-kernel [PATCH v6 16/16] doc: Update documentation of ->exec_*_mutex
2020-03-21 02:47:53 linux-kernel [PATCH v6 14/16] pidfd: Use new infrastructure to fix deadlocks in execve
2020-03-20 20:29:08 linux-kernel [PATCH v6 11/16] proc: Use new infrastructure to fix deadlocks in execve
2020-03-20 20:28:47 linux-kernel [PATCH v6 13/16] perf: Use new infrastructure to fix deadlocks in execve
2020-03-20 20:28:41 linux-kernel [PATCH v6 10/16] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
2020-03-20 20:28:22 linux-kernel [PATCH v6 12/16] proc: io_accounting: Use new infrastructure to fix deadlocks in execve
2020-03-20 20:27:35 linux-kernel [PATCH v6 04/16] exec: Move exec_mmap right after de_thread in flush_old_exec
2020-03-20 20:27:31 linux-kernel [PATCH v6 09/16] kernel: doc: remove outdated comment cred.c
2020-03-20 20:27:12 linux-kernel [PATCH v6 08/16] mm: docs: Fix a comment in process_vm_rw_core
2020-03-20 20:27:00 linux-kernel [PATCH v6 07/16] selftests/ptrace: add test cases for dead-locks
2020-03-20 20:26:52 linux-kernel [PATCH v6 06/16] exec: Fix a deadlock in strace
2020-03-20 20:26:48 linux-kernel [PATCH v6 05/16] exec: Add exec_update_mutex to replace cred_guard_mutex
2020-03-20 20:26:03 linux-kernel [PATCH v6 03/16] exec: Move cleanup of posix timers on exec out of de_thread
2020-03-20 20:25:49 linux-kernel [PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
2020-03-20 20:25:46 linux-kernel [PATCH v6 02/16] exec: Factor unshare_sighand out of de_thread and call it separately
2020-03-20 20:25:31 linux-kernel [PATCH v6 01/16] exec: Only compute current once in flush_old_exec
2020-03-19 09:21:51 linux-kernel Re: [PATCH v4 3/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
2020-03-19 09:14:03 linux-kernel Re: [PATCH v4 3/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
2020-03-19 09:12:15 linux-kernel [PATCH v4 3/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
2020-03-19 07:20:33 linux-kernel Re: [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
2020-03-18 20:07:52 linux-kernel Re: [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
2020-03-17 21:54:50 linux-kernel Re: [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
2020-03-15 01:34:40 linux-kernel [PATCH 0/2] exec: Fix dead-lock in de_thread with ptrace_attach
2020-03-15 01:34:29 linux-kernel Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
2020-03-15 01:33:45 linux-kernel [PATCH 1/2] exec: Fix dead-lock in de_thread with ptrace_attach
2020-03-15 01:32:15 linux-kernel [PATCH] pidfd: Use new infrastructure to fix deadlocks in execve
2020-03-15 01:31:30 linux-kernel [PATCH 2/2] doc: Update documentation of ->exec_*_mutex
2020-03-15 01:31:02 linux-kernel [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex