linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 16:57:33 to 2020-02-17 21:48:06 UTC [more...]

[PATCHv8 00/34] kernel: Introduce Time Namespace
 2020-02-17 21:47 UTC  (5+ messages)
` [PATCHv8 03/34] ns: "
  ` Time Namespaces: CLONE_NEWTIME and clone3()?

[PATCH v2 00/28] user_namespace: introduce fsid mappings
 2020-02-17 21:20 UTC  (38+ messages)
` [PATCH v2 01/28] user_namespace: introduce fsid mappings infrastructure
` [PATCH v2 02/28] proc: add /proc/<pid>/fsuid_map
` [PATCH v2 03/28] proc: add /proc/<pid>/fsgid_map
` [PATCH v2 04/28] fsuidgid: add fsid mapping helpers
` [PATCH v2 05/28] proc: task_state(): use from_kfs{g,u}id_munged
` [PATCH v2 06/28] cred: add kfs{g,u}id
` [PATCH v2 07/28] sys: __sys_setfsuid(): handle fsid mappings
` [PATCH v2 08/28] sys: __sys_setfsgid(): "
` [PATCH v2 09/28] sys:__sys_setuid(): "
` [PATCH v2 10/28] sys:__sys_setgid(): "
` [PATCH v2 11/28] sys:__sys_setreuid(): "
` [PATCH v2 12/28] sys:__sys_setregid(): "
` [PATCH v2 13/28] sys:__sys_setresuid(): "
` [PATCH v2 14/28] sys:__sys_setresgid(): "
` [PATCH v2 15/28] fs: add is_userns_visible() helper
` [PATCH v2 16/28] namei: may_{o_}create(): handle fsid mappings
` [PATCH v2 17/28] inode: inode_owner_or_capable(): "
` [PATCH v2 18/28] capability: privileged_wrt_inode_uidgid(): "
` [PATCH v2 19/28] stat: "
` [PATCH v2 20/28] open: "
` [PATCH v2 21/28] posix_acl: "
` [PATCH v2 22/28] attr: notify_change(): "
` [PATCH v2 23/28] commoncap: cap_bprm_set_creds(): "
` [PATCH v2 24/28] commoncap: cap_task_fix_setuid(): "
` [PATCH v2 25/28] commoncap: handle fsid mappings with vfs caps
` [PATCH v2 26/28] exec: bprm_fill_uid(): handle fsid mappings
` [PATCH v2 27/28] ptrace: adapt ptrace_may_access() to always uses unmapped fsids
` [PATCH v2 28/28] devpts: handle fsid mappings

[PATCH v2 00/16] Fanotify event with name info
 2020-02-17 13:14 UTC  (5+ messages)
` [PATCH v2 10/16] fanotify: send FAN_DIR_MODIFY event flavor with dir inode and name
` [PATCH v2 13/16] fanotify: report name info for FAN_DIR_MODIFY event
` [PATCH v2 14/16] fanotify: report parent fid + name with FAN_REPORT_NAME
` [BONUS][PATCH v2 16/16] fanotify: support limited functionality for unprivileged users

[PATCH v5 0/7] introduce memory hinting API for external process
 2020-02-17  7:59 UTC  (14+ messages)
` [PATCH v5 1/7] mm: pass task and mm to do_madvise
` [PATCH v5 2/7] mm: introduce external memory hinting API
` [PATCH v5 3/7] mm: check fatal signal pending of target process
` [PATCH v5 4/7] pid: export pidfd_get_pid
` [PATCH v5 5/7] mm: support both pid and pidfd for process_madvise
` [PATCH v5 6/7] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v5 7/7] mm/madvise: allow KSM hints for remote API

[RFC PATCH] mm: extend memfd with ability to create "secret" memory areas
 2020-02-16  6:46 UTC  (6+ messages)

zionitld3@gmail.com
 2020-02-15  1:09 UTC 

[PATCH v2 0/6] Harden userfaultfd
 2020-02-14 22:13 UTC  (29+ messages)
` [PATCH v2 1/6] Add a new flags-accepting interface for anonymous inodes
` [PATCH v2 2/6] Add a concept of a "secure" anonymous file
` [PATCH v2 3/6] Teach SELinux about a new userfaultfd class
` [PATCH v2 6/6] Add a new sysctl for limiting userfaultfd to user mode faults
  ` [PATCH v2 4/6] Wire UFFD up to SELinux
  ` [PATCH v2 5/6] Let userfaultfd opt out of handling kernel-mode faults

[PATCH v4] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-14 18:46 UTC  (15+ messages)
` [PATCH] mremap.2: Add information for MREMAP_DONTUNMAP
` [PATCH v5 1/2] mm: Add MREMAP_DONTUNMAP to mremap()
  ` [PATCH v5 2/2] selftest: Add MREMAP_DONTUNMAP selftest

[PATCH manpage] mbind.2: remove note about MPOL_MF_STRICT been ignored
 2020-02-14 17:03 UTC 

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-02-14 16:54 UTC  (9+ messages)

[PATCH v8 00/11] proc: modernize proc to support multiple private instances
 2020-02-14 14:15 UTC  (39+ messages)
` [PATCH v8 03/11] proc: move /proc/{self|thread-self} dentries to proc_fs_info
` [PATCH v8 05/11] proc: add helpers to set and get proc hidepid and gid mount options
` [PATCH v8 07/11] proc: flush task dcache entries from all procfs instances
` [PATCH v8 08/11] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v8 10/11] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior

[PATCH 1/1] prctl.2: doc PR_SET/GET_IO_FLUSHER
 2020-02-14 12:54 UTC  (4+ messages)

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-02-13 21:58 UTC  (18+ 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

[PATCH v4 0/2] vfs: have syncfs() return error when there are writeback errors
 2020-02-13 21:02 UTC  (3+ messages)
` [PATCH v4 1/2] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v4 2/2] buffer: record blockdev write errors in super_block that it backs

[PATCH v4 0/8] introduce memory hinting API for external process
 2020-02-13 17:35 UTC  (17+ messages)
  ` [PATCH v4 1/8] mm: pass task to do_madvise
  ` [PATCH v4 4/8] mm: check fatal signal pending of target process
  ` [PATCH v4 7/8] pid: export pidfd_get_pid
` [PATCH v4 2/8] mm: introduce external memory hinting API
` [PATCH v4 3/8] mm: validate mm in do_madvise
` [PATCH v4 5/8] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v4 6/8] mm/madvise: allow KSM hints for remote API
` [PATCH v4 8/8] mm: support both pid and pidfd for process_madvise

[PATCH v6 0/6] clone3 & cgroups: allow spawning processes into cgroups
 2020-02-13 12:52 UTC  (3+ messages)

[PATCH v7 0/2] add performance reporting support to FPGA DFL drivers
 2020-02-13  2:51 UTC  (11+ messages)
` [PATCH v7 2/2] fpga: dfl: fme: add performance reporting support

[PATCH 00/24] user_namespace: introduce fsid mappings
 2020-02-12 18:53 UTC  (27+ messages)
` [PATCH 01/24] user_namespace: introduce fsid mappings infrastructure
` [PATCH 04/24] fsuidgid: add fsid mapping helpers
` [PATCH 05/24] proc: task_state(): use from_kfs{g,u}id_munged
` [PATCH 06/24] fs: add is_userns_visible() helper
` [PATCH 07/24] namei: may_{o_}create(): handle fsid mappings
` [PATCH 08/24] inode: inode_owner_or_capable(): "
` [PATCH 09/24] capability: privileged_wrt_inode_uidgid(): "
` [PATCH 10/24] stat: "
` [PATCH 11/24] open: chown_common(): "
` [PATCH 12/24] posix_acl: "
` [PATCH 13/24] attr: notify_change(): "
` [PATCH 16/24] sys: __sys_setfsuid(): "
` [PATCH 17/24] sys: __sys_setfsgid(): "
` [PATCH 18/24] sys:__sys_setuid(): "
` [PATCH 19/24] sys:__sys_setgid(): "
` [PATCH 20/24] sys:__sys_setreuid(): "
` [PATCH 22/24] sys:__sys_setresuid(): "
` [PATCH 23/24] sys:__sys_setresgid(): "
` [PATCH 24/24] devpts: "
  ` [PATCH 14/24] commoncap: cap_task_fix_setuid(): "
  ` [PATCH 15/24] commoncap:cap_bprm_set_creds(): "
  ` [PATCH 21/24] sys:__sys_setregid(): "

[PATCH v3 0/3] vfs: have syncfs() return error when there are writeback errors
 2020-02-12 12:21 UTC  (2+ messages)

[PATCH v3 0/5] introduce memory hinting API for external process
 2020-02-11 21:11 UTC  (7+ messages)
` [PATCH v3 1/5] mm: factor out madvise's core functionality
` [PATCH v3 5/5] mm: support both pid and pidfd for process_madvise


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).