Linux API
[Prev Page][Next Page]
[PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach,
Bernd Edlinger
[PATCH v6 16/16] doc: Update documentation of ->exec_*_mutex, Bernd Edlinger
[PATCH v6 14/16] pidfd: Use new infrastructure to fix deadlocks in execve,
Bernd Edlinger
[PATCH v6 13/16] perf: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
[PATCH v6 12/16] proc: io_accounting: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
[PATCH v6 11/16] proc: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
[PATCH v6 10/16] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve,
Bernd Edlinger
[PATCH v6 09/16] kernel: doc: remove outdated comment cred.c, Bernd Edlinger
[PATCH v6 08/16] mm: docs: Fix a comment in process_vm_rw_core, Bernd Edlinger
[PATCH v6 07/16] selftests/ptrace: add test cases for dead-locks, Bernd Edlinger
[PATCH v6 06/16] exec: Fix a deadlock in strace, Bernd Edlinger
[PATCH v6 05/16] exec: Add exec_update_mutex to replace cred_guard_mutex,
Bernd Edlinger
[PATCH v6 04/16] exec: Move exec_mmap right after de_thread in flush_old_exec, Bernd Edlinger
[PATCH v6 03/16] exec: Move cleanup of posix timers on exec out of de_thread, Bernd Edlinger
[PATCH v6 02/16] exec: Factor unshare_sighand out of de_thread and call it separately, Bernd Edlinger
[PATCH v6 01/16] exec: Only compute current once in flush_old_exec, Bernd Edlinger
[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks,
Bernd Edlinger
clock_settime(2) error for non-settable clocks,
Eric Rannaud
[RFC PATCH glibc 4/8] glibc: Perform rseq(2) registration at C startup and thread creation (v15),
Mathieu Desnoyers
[RFC PATCH glibc 5/8] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v6), Mathieu Desnoyers
[RFC][possible bug] when should SS_AUTODISARM have effect?,
Al Viro
[PATCH 00/13] VFS: Filesystem information [ver #19],
David Howells
- [PATCH 01/13] fsinfo: Add fsinfo() syscall to query filesystem information [ver #19], David Howells
- [PATCH 02/13] fsinfo: Provide a bitmap of supported features [ver #19], David Howells
- [PATCH 03/13] fsinfo: Allow retrieval of superblock devname, options and stats [ver #19], David Howells
- [PATCH 04/13] fsinfo: Allow fsinfo() to look up a mount object by ID [ver #19], David Howells
- [PATCH 05/13] fsinfo: Add a uniquifier ID to struct mount [ver #19], David Howells
- [PATCH 06/13] fsinfo: Allow mount information to be queried [ver #19], David Howells
- [PATCH 07/13] fsinfo: Allow mount topology and propagation info to be retrieved [ver #19], David Howells
- [PATCH 08/13] fsinfo: Provide notification overrun handling support [ver #19], David Howells
- [PATCH 09/13] fsinfo: sample: Mount listing program [ver #19], David Howells
- [PATCH 10/13] fsinfo: Add API documentation [ver #19], David Howells
- [PATCH 11/13] fsinfo: Add support for AFS [ver #19], David Howells
- [PATCH 12/13] fsinfo: Example support for Ext4 [ver #19], David Howells
- [PATCH 13/13] fsinfo: Example support for NFS [ver #19], David Howells
- Re: [PATCH 00/13] VFS: Filesystem information [ver #19], Miklos Szeredi
- Re: [PATCH 00/13] VFS: Filesystem information [ver #19], David Howells
[PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #5],
David Howells
- [PATCH 01/17] uapi: General notification queue definitions [ver #5], David Howells
- [PATCH 02/17] security: Add hooks to rule on setting a watch [ver #5], David Howells
- [PATCH 03/17] security: Add a hook for the point of notification insertion [ver #5], David Howells
- [PATCH 04/17] pipe: Add O_NOTIFICATION_PIPE [ver #5], David Howells
- [PATCH 05/17] pipe: Add general notification queue support [ver #5], David Howells
- [PATCH 06/17] watch_queue: Add a key/keyring notification facility [ver #5], David Howells
- [PATCH 07/17] Add sample notification program [ver #5], David Howells
- [PATCH 08/17] pipe: Allow buffers to be marked read-whole-or-error for notifications [ver #5], David Howells
- [PATCH 09/17] pipe: Add notification lossage handling [ver #5], David Howells
- [PATCH 10/17] selinux: Implement the watch_key security hook [ver #5], David Howells
- [PATCH 11/17] smack: Implement the watch_key and post_notification hooks [ver #5], David Howells
- [PATCH 12/17] watch_queue: Add security hooks to rule on setting mount and sb watches [ver #5], David Howells
- [PATCH 13/17] watch_queue: Implement mount topology and attribute change notifications [ver #5], David Howells
- [PATCH 14/17] watch_queue: sample: Display mount tree change notifications [ver #5], David Howells
- [PATCH 15/17] watch_queue: Introduce a non-repeating system-unique superblock ID [ver #5], David Howells
- [PATCH 16/17] watch_queue: Add superblock notifications [ver #5], David Howells
- [PATCH 17/17] watch_queue: sample: Display superblock notifications [ver #5], David Howells
[RFC] kernel/sysctl: support setting sysctl parameters from kernel command line,
Vlastimil Babka
[PATCH] ext4: Give 32bit personalities 32bit hashes,
Linus Walleij
Re: clone3: allow creation of time namespace with offset,
Michael Kerrisk (man-pages)
[PATCH v9 0/8] proc: modernize proc to support multiple private instances, Alexey Gladkov
[PATCH v9 3/8] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info, Alexey Gladkov
[PATCH v9 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option, Alexey Gladkov
[PATCH v9 8/8] proc: use human-readable values for hidehid, Alexey Gladkov
[PATCH v9 7/8] proc: move hidepid values to uapi as they are user interface to mount, Alexey Gladkov
[PATCH v9 2/8] proc: allow to mount many instances of proc in one pid namespace, Alexey Gladkov
[PATCH v9 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior, Alexey Gladkov
[PATCH v9 5/8] proc: add option to mount only a pids subset, Alexey Gladkov
[PATCH v9 1/8] proc: rename struct proc_fs_info to proc_fs_opts, Alexey Gladkov
[PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce,
Eric Biggers
Re: [RFC PATCH 0/3] meminfo: introduce extra meminfo,
Vlastimil Babka
[PATCH v3] mm: Proactive compaction,
Nitin Gupta
[PATCH 00/14] VFS: Filesystem information [ver #18],
David Howells
[PATCH 02/14] fsinfo: Add fsinfo() syscall to query filesystem information [ver #18], David Howells
[PATCH 03/14] fsinfo: Provide a bitmap of supported features [ver #18], David Howells
[PATCH 04/14] fsinfo: Allow retrieval of superblock devname, options and stats [ver #18], David Howells
[PATCH 05/14] fsinfo: Allow fsinfo() to look up a mount object by ID [ver #18], David Howells
[PATCH 06/14] fsinfo: Add a uniquifier ID to struct mount [ver #18], David Howells
[PATCH 07/14] fsinfo: Allow mount information to be queried [ver #18], David Howells
[PATCH 08/14] fsinfo: Allow the mount topology propogation flags to be retrieved [ver #18], David Howells
[PATCH 09/14] fsinfo: Provide notification overrun handling support [ver #18], David Howells
[PATCH 10/14] fsinfo: sample: Mount listing program [ver #18], David Howells
[PATCH 11/14] fsinfo: Add API documentation [ver #18], David Howells
[PATCH 12/14] fsinfo: Add support for AFS [ver #18], David Howells
[PATCH 13/14] fsinfo: Example support for Ext4 [ver #18], David Howells
[PATCH 14/14] fsinfo: Example support for NFS [ver #18], David Howells
Re: [PATCH 00/14] VFS: Filesystem information [ver #18], Jeff Layton
Re: [PATCH 00/14] VFS: Filesystem information [ver #18], Miklos Szeredi
Re: [PATCH 00/14] VFS: Filesystem information [ver #18], David Howells
[RFC PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #4],
David Howells
- [RFC PATCH 01/17] uapi: General notification queue definitions [ver #4], David Howells
- [RFC PATCH 02/17] security: Add hooks to rule on setting a watch [ver #4], David Howells
- [RFC PATCH 03/17] security: Add a hook for the point of notification insertion [ver #4], David Howells
- [RFC PATCH 04/17] pipe: Add O_NOTIFICATION_PIPE [ver #4], David Howells
- [RFC PATCH 05/17] pipe: Add general notification queue support [ver #4], David Howells
- [RFC PATCH 06/17] watch_queue: Add a key/keyring notification facility [ver #4], David Howells
- [RFC PATCH 07/17] Add sample notification program [ver #4], David Howells
- [RFC PATCH 08/17] pipe: Allow buffers to be marked read-whole-or-error for notifications [ver #4], David Howells
- [RFC PATCH 09/17] pipe: Add notification lossage handling [ver #4], David Howells
- [RFC PATCH 10/17] selinux: Implement the watch_key security hook [ver #4], David Howells
- [RFC PATCH 11/17] smack: Implement the watch_key and post_notification hooks [ver #4], David Howells
- [RFC PATCH 12/17] watch_queue: Add security hooks to rule on setting mount and sb watches [ver #4], David Howells
- [RFC PATCH 13/17] watch_queue: Implement mount topology and attribute change notifications [ver #4], David Howells
- [RFC PATCH 14/17] watch_queue: sample: Display mount tree change notifications [ver #4], David Howells
- [RFC PATCH 15/17] watch_queue: Introduce a non-repeating system-unique superblock ID [ver #4], David Howells
- [RFC PATCH 16/17] watch_queue: Add superblock notifications [ver #4], David Howells
- [RFC PATCH 17/17] watch_queue: sample: Display superblock notifications [ver #4], David Howells
[PATCH] binfmt_misc: pass binfmt_misc P flag to the interpreter,
YunQiang Su
[RFC][PATCH] Mark AT_* path flags as deprecated and add missing RESOLVE_ flags,
David Howells
Re: [RFC][PATCH] Mark AT_* path flags as deprecated and add missing RESOLVE_ flags, David Howells
Re: [PATCH v2] mm: Proactive compaction,
Vlastimil Babka
[PATCH 00/12] "Task_isolation" mode,
Alex Belits
- [PATCH 01/12] task_isolation: vmstat: add quiet_vmstat_sync function, Alex Belits
- [PATCH 02/12] task_isolation: vmstat: add vmstat_idle function, Alex Belits
- [PATCH 03/12] task_isolation: userspace hard isolation from kernel, Alex Belits
- [PATCH 04/12] task_isolation: Add task isolation hooks to arch-independent code, Alex Belits
- [PATCH 05/12] task_isolation: arch/x86: enable task isolation functionality, Alex Belits
- [PATCH 06/12] task_isolation: arch/arm64: enable task isolation functionality, Alex Belits
- [PATCH 07/12] task_isolation: arch/arm: enable task isolation functionality, Alex Belits
- [PATCH 08/12] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu(), Alex Belits
- [PATCH 09/12] task_isolation: net: don't flush backlog on CPUs running isolated tasks, Alex Belits
- [PATCH 10/12] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize, Alex Belits
- [PATCH 11/12] task_isolation: kick_all_cpus_sync: don't kick isolated cpus, Alex Belits
- [PATCH 12/12] task_isolation: CONFIG_TASK_ISOLATION prevents distribution of jobs to non-housekeeping CPUs, Alex Belits
- [PATCH v2 00/12] "Task_isolation" mode, Alex Belits
- [PATCH v2 04/12] task_isolation: Add task isolation hooks to arch-independent code, Alex Belits
- [PATCH v2 05/12] task_isolation: arch/x86: enable task isolation functionality, Alex Belits
- [PATCH v2 06/12] task_isolation: arch/arm64: enable task isolation functionality, Alex Belits
- [PATCH v2 07/12] task_isolation: arch/arm: enable task isolation functionality, Alex Belits
- [PATCH v2 08/12] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu(), Alex Belits
- [PATCH v2 09/12] task_isolation: net: don't flush backlog on CPUs running isolated tasks, Alex Belits
- [PATCH v2 10/12] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize, Alex Belits
- [PATCH v2 11/12] task_isolation: kick_all_cpus_sync: don't kick isolated cpus, Alex Belits
- [PATCH v2 12/12] task_isolation: CONFIG_TASK_ISOLATION prevents distribution of jobs to non-housekeeping CPUs, Alex Belits
- Re: [PATCH v3 00/13] "Task_isolation" mode, Alex Belits
- [PATCH 01/13] task_isolation: vmstat: add quiet_vmstat_sync function, Alex Belits
- [PATCH 02/13] task_isolation: vmstat: add vmstat_idle function, Alex Belits
- [PATCH v3 03/13] task_isolation: add instruction synchronization memory barrier, Alex Belits
- [PATCH v3 04/13] task_isolation: userspace hard isolation from kernel, Alex Belits
- [PATCH 05/13] task_isolation: Add task isolation hooks to arch-independent code, Alex Belits
- [PATCH 06/13] task_isolation: arch/x86: enable task isolation functionality, Alex Belits
- [PATCH v3 07/13] task_isolation: arch/arm64: enable task isolation functionality, Alex Belits
- [PATCH v3 08/13] task_isolation: arch/arm: enable task isolation functionality, Alex Belits
- [PATCH v3 09/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu(), Alex Belits
- [PATCH v3 10/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks, Alex Belits
- [PATCH v3 11/13] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize, Alex Belits
- [PATCH v3 12/13] task_isolation: kick_all_cpus_sync: don't kick isolated cpus, Alex Belits
- [PATCH v3 13/13] task_isolation: CONFIG_TASK_ISOLATION prevents distribution of jobs to non-housekeeping CPUs, Alex Belits
<Possible follow-ups>
Re: [PATCH 00/12] "Task_isolation" mode, Yury Norov
Re: [PATCHv5] exec: Fix a deadlock in ptrace,
Eric W. Biederman
- Re: [PATCHv5] exec: Fix a deadlock in ptrace, Bernd Edlinger
- Re: [PATCHv5] exec: Fix a deadlock in ptrace, Christian Brauner
- Re: [PATCHv5] exec: Fix a deadlock in ptrace, Eric W. Biederman
- Re: [PATCHv5] exec: Fix a deadlock in ptrace, Bernd Edlinger
- Re: [PATCHv5] exec: Fix a deadlock in ptrace, Eric W. Biederman
- Re: [PATCHv5] exec: Fix a deadlock in ptrace, Bernd Edlinger
- [PATCHv6] exec: Fix a deadlock in ptrace, Bernd Edlinger
- Re: [PATCHv6] exec: Fix a deadlock in ptrace, Bernd Edlinger
- [PATCH 0/2] Infrastructure to allow fixing exec deadlocks, Eric W. Biederman
- [PATCH 1/2] exec: Properly mark the point of no return, Eric W. Biederman
- [PATCH 2/2] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH 0/2] Infrastructure to allow fixing exec deadlocks, Bernd Edlinger
- [PATCH 0/5] Infrastructure to allow fixing exec deadlocks, Eric W. Biederman
- [PATCH v2 1/5] exec: Only compute current once in flush_old_exec, Eric W. Biederman
- [PATCH v2 2/5] exec: Factor unshare_sighand out of de_thread and call it separately, Eric W. Biederman
- [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Eric W. Biederman
- Re: [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Bernd Edlinger
- Re: [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Christian Brauner
- Re: [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Eric W. Biederman
- Re: [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Christian Brauner
- Re: [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Eric W. Biederman
- Re: [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Christian Brauner
- [PATCH] pidfd: Stop taking cred_guard_mutex, Eric W. Biederman
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Christian Brauner
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Jann Horn
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Eric W. Biederman
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Jann Horn
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Jann Horn
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Bernd Edlinger
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Bernd Edlinger
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Jann Horn
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Eric W. Biederman
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Christian Brauner
- Re: [PATCH] pidfd: Stop taking cred_guard_mutex, Kees Cook
- [PATCH] pidfd: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
- Re: [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Kees Cook
- Re: [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Kees Cook
- Re: [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Jann Horn
- Re: [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread, Christian Brauner
- [PATCH v2 4/5] exec: Move exec_mmap right after de_thread in flush_old_exec, Eric W. Biederman
- [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- [PATCH 0/4] Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
- Re: [PATCH 0/4] Use new infrastructure to fix deadlocks in execve, Eric W. Biederman
- [PATCH 0/4] Use new infrastructure in more simple cases, Bernd Edlinger
- [PATCH 1/4] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
- Re: [PATCH 1/4] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve, Eric W. Biederman
- Re: [PATCH 1/4] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
- [PATCH 2/4] proc: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
- Re: [PATCH 2/4] proc: Use new infrastructure to fix deadlocks in execve, Kees Cook
- Re: [PATCH 2/4] proc: Use new infrastructure to fix deadlocks in execve, Kees Cook
- Re: [PATCH 2/4] proc: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
- [PATCH 3/4] proc: io_accounting: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
- Re: [PATCH 3/4] proc: io_accounting: Use new infrastructure to fix deadlocks in execve, Eric W. Biederman
- Re: [PATCH 3/4] proc: io_accounting: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
- Re: [PATCH 3/4] proc: io_accounting: Use new infrastructure to fix deadlocks in execve, Eric W. Biederman
- Re: [PATCH 3/4] proc: io_accounting: Use new infrastructure to fix deadlocks in execve, Kees Cook
- Re: [PATCH 3/4] proc: io_accounting: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
- Re: [PATCH 3/4] proc: io_accounting: Use new infrastructure to fix deadlocks in execve, Eric W. Biederman
- [PATCH 4/4] perf: Use new infrastructure to fix deadlocks in execve, Bernd Edlinger
- [PATCH 1/4] exec: Fix a deadlock in ptrace, Bernd Edlinger
- Re: [PATCH 1/4] exec: Fix a deadlock in ptrace, Eric W. Biederman
- Re: [PATCH 1/4] exec: Fix a deadlock in ptrace, Bernd Edlinger
- Re: [PATCH 1/4] exec: Fix a deadlock in ptrace, Kees Cook
- [PATCH 2/4] selftests/ptrace: add test cases for dead-locks, Bernd Edlinger
- Re: [PATCH 2/4] selftests/ptrace: add test cases for dead-locks, Kees Cook
- Re: [PATCH 2/4] selftests/ptrace: add test cases for dead-locks, Dmitry V. Levin
- [PATCH 3/4] mm: docs: Fix a comment in process_vm_rw_core, Bernd Edlinger
- Re: [PATCH 3/4] mm: docs: Fix a comment in process_vm_rw_core, Kees Cook
- [PATCH 4/4] kernel: doc: remove outdated comment cred.c, Bernd Edlinger
- Re: [PATCH 4/4] kernel: doc: remove outdated comment cred.c, Kees Cook
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Dmitry V. Levin
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Kees Cook
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Jann Horn
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Qian Cai
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Kirill Tkhai
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Kirill Tkhai
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Eric W. Biederman
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Kirill Tkhai
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Kirill Tkhai
- [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Kirill Tkhai
- Re: [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Kirill Tkhai
- Re: [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Kirill Tkhai
- Re: [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- [PATCH v4 3/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v4 3/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v4 3/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Greg Kroah-Hartman
- Re: [PATCH v4 3/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v4 3/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- [PATCH 1/2] exec: Fix dead-lock in de_thread with ptrace_attach, Bernd Edlinger
- [PATCH 2/2] doc: Update documentation of ->exec_*_mutex, Bernd Edlinger
- [PATCH 0/2] exec: Fix dead-lock in de_thread with ptrace_attach, Bernd Edlinger
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Bernd Edlinger
- Re: [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex, Kirill Tkhai
- Re: [PATCH 0/5] Infrastructure to allow fixing exec deadlocks, Bernd Edlinger
- Re: [PATCHv5] exec: Fix a deadlock in ptrace, Christian Brauner
Re: 'simple' futex interface [Was: [PATCH v3 1/4] futex: Implement mechanism to wait on any of several futexes],
Florian Weimer
[PATCH v7 0/7] introduce memory hinting API for external process,
Minchan Kim
Re: [PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter, YunQiang Su
[PATCH v4 0/9] fs: interface for directly reading/writing compressed data,
Omar Sandoval
- [PATCH v4 1/9] iov_iter: add copy_struct_from_iter(), Omar Sandoval
- [PATCH v4 3/9] fs: add RWF_ENCODED for reading/writing compressed data, Omar Sandoval
- [PATCH v4 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio(), Omar Sandoval
- [PATCH v4 2/9] fs: add O_ALLOW_ENCODED open flag, Omar Sandoval
- [PATCH v4 8/9] btrfs: implement RWF_ENCODED reads, Omar Sandoval
- [PATCH v4 9/9] btrfs: implement RWF_ENCODED writes, Omar Sandoval
- [PATCH v4 6/9] btrfs: support different disk extent size for delalloc, Omar Sandoval
- [PATCH v4 7/9] btrfs: optionally extend i_size in cow_file_range_inline(), Omar Sandoval
- [PATCH v4 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent, Omar Sandoval
- [PATCH man-pages v4] Document encoded I/O, Omar Sandoval
Have RESOLVE_* flags superseded AT_* flags for new syscalls?,
David Howells
[RFC PATCH v14 00/10] Landlock LSM,
Mickaël Salaün
- [RFC PATCH v14 10/10] landlock: Add user and kernel documentation, Mickaël Salaün
- [RFC PATCH v14 05/10] fs,landlock: Support filesystem access-control, Mickaël Salaün
- [RFC PATCH v14 08/10] selftests/landlock: Add initial tests, Mickaël Salaün
- [RFC PATCH v14 07/10] arch: Wire up landlock() syscall, Mickaël Salaün
- [RFC PATCH v14 09/10] samples/landlock: Add a sandbox manager example, Mickaël Salaün
- [RFC PATCH v14 02/10] landlock: Add ruleset and domain management, Mickaël Salaün
- [RFC PATCH v14 06/10] landlock: Add syscall implementation, Mickaël Salaün
- [RFC PATCH v14 04/10] landlock: Add ptrace restrictions, Mickaël Salaün
- [RFC PATCH v14 03/10] landlock: Set up the security framework and manage credentials, Mickaël Salaün
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]