linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-09 19:50:54 to 2020-03-18 15:03:45 UTC [more...]

clone3: allow creation of time namespace with offset
 2020-03-17 16:09 UTC  (3+ messages)

[PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #5]
 2020-03-18 15:03 UTC  (3+ messages)
` [PATCH 01/17] uapi: General notification queue definitions "
` [PATCH 02/17] security: Add hooks to rule on setting a watch "

[PATCHv5] exec: Fix a deadlock in ptrace
 2020-03-18 12:22 UTC  (118+ messages)
                ` [PATCHv6] "
                    ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
                      ` [PATCH 0/5] "
                        ` [PATCH v2 1/5] exec: Only compute current once in flush_old_exec
                        ` [PATCH v2 2/5] exec: Factor unshare_sighand out of de_thread and call it separately
                        ` [PATCH v2 3/5] exec: Move cleanup of posix timers on exec out of de_thread
                                    ` [PATCH] pidfd: Stop taking cred_guard_mutex
                                                  ` [PATCH] pidfd: Use new infrastructure to fix deadlocks in execve
                        ` [PATCH v2 4/5] exec: Move exec_mmap right after de_thread in flush_old_exec
                        ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                                              ` [PATCH 0/4] Use new infrastructure to fix deadlocks in execve
                                                  ` [PATCH 0/4] Use new infrastructure in more simple cases
                                                  ` [PATCH 1/4] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
                                                  ` [PATCH 2/4] proc: "
                                                  ` [PATCH 3/4] proc: io_accounting: "
                                                  ` [PATCH 4/4] perf: "
                                              ` [PATCH 1/4] exec: Fix a deadlock in ptrace
                                              ` [PATCH 2/4] selftests/ptrace: add test cases for dead-locks
                                              ` [PATCH 3/4] mm: docs: Fix a comment in process_vm_rw_core
                                              ` [PATCH 4/4] kernel: doc: remove outdated comment cred.c
                                      ` [PATCH v3 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                                      ` [PATCH 0/2] exec: Fix dead-lock in de_thread with ptrace_attach
                                      ` [PATCH 1/2] "
                                      ` [PATCH 2/2] doc: Update documentation of ->exec_*_mutex

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-18 12:06 UTC  (10+ messages)
` [RFC PATCH v14 06/10] landlock: Add syscall implementation

[RFC PATCH 0/3] meminfo: introduce extra meminfo
 2020-03-18 10:58 UTC  (8+ messages)

[PATCH] ext4: Give 32bit personalities 32bit hashes
 2020-03-17 22:28 UTC  (5+ messages)

[RFC] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-17 21:29 UTC  (2+ messages)

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-03-17 18:28 UTC  (31+ messages)
` [PATCH ghak90 V8 13/16] audit: track container nesting
` [PATCH ghak90 V8 16/16] audit: add capcontid to set contid outside init_user_ns
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon

KASAN: slab-out-of-bounds Read in bitmap_ip_ext_cleanup
 2020-03-16  2:40 UTC 

[PATCH v9 0/8] proc: modernize proc to support multiple private instances
 2020-03-15 15:25 UTC 

[PATCH v9 1/8] proc: rename struct proc_fs_info to proc_fs_opts
 2020-03-15 15:25 UTC  (8+ messages)
` [PATCH v9 2/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v9 3/8] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info
` [PATCH v9 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v9 5/8] proc: add option to mount only a pids subset
` [PATCH v9 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior
` [PATCH v9 7/8] proc: move hidepid values to uapi as they are user interface to mount
` [PATCH v9 8/8] proc: use human-readable values for hidehid

[PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce
 2020-03-14 20:50 UTC  (5+ messages)
` [PATCH 1/4] fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
` [PATCH 2/4] ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE
` [PATCH 3/4] f2fs: "
` [PATCH 4/4] ubifs: "

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-03-13 22:00 UTC  (24+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description
` [RFC PATCH v9 15/27] mm: Handle THP/HugeTLB Shadow Stack page fault

[PATCH 00/14] VFS: Filesystem information [ver #18]
 2020-03-13 18:35 UTC  (33+ messages)
` [PATCH 01/14] VFS: Add additional RESOLVE_* flags "
` [PATCH 02/14] fsinfo: Add fsinfo() syscall to query filesystem information "
    ` [PATCH v19 01/14] fsinfo: Add fsinfo() syscall to query filesystem information
      ` [PATCH v19 14/14] arch: wire up fsinfo syscall
` [PATCH 07/14] fsinfo: Allow mount information to be queried [ver #18]
` [PATCH 08/14] fsinfo: Allow the mount topology propogation flags to be retrieved "

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-03-12 20:23 UTC  (19+ messages)
` [PATCH v7 2/7] mm: introduce external memory hinting API
` [PATCH v7 3/7] mm: check fatal signal pending of target process
` [PATCH v7 5/7] mm: support both pid and pidfd for process_madvise
` [PATCH v7 6/7] mm/madvise: employ mmget_still_valid for write lock

[PATCH] binfmt_misc: pass binfmt_misc P flag to the interpreter
 2020-03-11  9:09 UTC  (2+ messages)

[PATCH v4 0/9] fs: interface for directly reading/writing compressed data
 2020-03-11  8:47 UTC  (6+ messages)
` [PATCH man-pages v4] Document encoded I/O

[PATCH v3] mm: Proactive compaction
 2020-03-10 22:25 UTC 

[v3 PATCH] move_pages.2: Returning positive value is a new error case
 2020-03-10 18:24 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).