linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-25 15:42:10 to 2020-04-03 18:08:04 UTC [more...]

[PATCH v11 0/8] proc: modernize proc to support multiple private instances
 2020-04-03 18:06 UTC  (9+ messages)
` [PATCH v11 1/8] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH v11 2/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v11 3/8] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info
` [PATCH v11 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v11 5/8] proc: add option to mount only a pids subset
` [PATCH v11 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behavior
` [PATCH v11 7/8] proc: use human-readable values for hidepid
` [PATCH v11 8/8] proc: use named enums for better readability

clock_settime(2) error for non-settable clocks
 2020-04-03 16:42 UTC  (13+ messages)
      ` [PATCH 1/1] clock_getres.2: dynamic POSIX clock devices can return other errors

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-04-03 15:42 UTC  (11+ messages)
` [RFC PATCH v9 09/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v9 11/27] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v9 25/27] x86/cet/shstk: Handle thread Shadow Stack

[PATCH] ns: Fix time_for_children symlink
 2020-04-03 12:49 UTC  (3+ messages)

/proc/sys/user/max_time_namespaces?
 2020-04-03 12:21 UTC 

[PATCH 0/3] support setting sysctl parameters from kernel command line
 2020-04-02 20:59 UTC  (24+ messages)
` [PATCH 1/3] kernel/sysctl: "
` [PATCH 2/3] kernel/sysctl: support handling command line aliases
` [PATCH 3/3] kernel/hung_task convert hung_task_panic boot parameter to sysctl

[PATCH] prctl.2: doc PR_SET/GET_IO_FLUSHER - V4
 2020-04-02 20:12 UTC  (8+ messages)

[PATCH v10 0/9] proc: modernize proc to support multiple private instances
 2020-04-02 17:04 UTC  (31+ messages)
` [PATCH v10 1/9] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH v10 2/9] proc: allow to mount many instances of proc in one pid namespace
` [PATCH v10 3/9] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info
` [PATCH v10 4/9] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH v10 5/9] proc: add option to mount only a pids subset
` [PATCH v10 6/9] docs: proc: add documentation for "hidepid=4" and "subset=pid" options and new mount behavior
` [PATCH v10 7/9] proc: move hidepid values to uapi as they are user interface to mount
` [PATCH v10 8/9] proc: use human-readable values for hidehid
  ` [PATCH v11 "
` [PATCH v10 9/9] proc: use named enums for better readability

[PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #5]
 2020-04-02 15:19 UTC  (3+ messages)
` [PATCH 13/17] watch_queue: Implement mount topology and attribute change "

[PATCH 00/13] VFS: Filesystem information [ver #19]
 2020-04-02 14:14 UTC  (10+ messages)

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-04-02  7:43 UTC  (8+ messages)

[PATCH 1/1] prctl.2: doc PR_SET/GET_IO_FLUSHER
 2020-04-02  2:08 UTC  (2+ messages)

clone3: allow creation of time namespace with offset
 2020-04-01 12:15 UTC  (12+ messages)

[PATCH 1/1] prctl.2: doc PR_SET/GET_IO_FLUSHER
 2020-04-01  9:47 UTC  (3+ messages)

[PATCH man-pages v2 0/2] document openat2(2)
 2020-04-01  6:38 UTC  (11+ messages)
` [PATCH man-pages v2 1/2] path_resolution.7: update to mention openat2(2) features
` [PATCH man-pages v2 2/2] openat2.2: document new openat2(2) syscall

[PATCH] mm: allow checking length for hugetlb mapping in mmap()
 2020-03-31 22:04 UTC  (6+ messages)

[PATCH v9 0/4] Add pidfd_getfd syscall
 2020-03-31 20:11 UTC  (2+ messages)
` RFC: pidfd_getfd(2) manual page

[PATCH] fcntl: Add 32bit filesystem mode
 2020-03-31 13:35 UTC 

[RFC v2 1/2] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-30 22:09 UTC  (15+ messages)
` [RFC v2 2/2] kernel/sysctl: support handling command line aliases

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-03-30 19:55 UTC  (18+ messages)

[PATCH v15 00/10] Landlock LSM
 2020-03-30 18:29 UTC  (14+ messages)
` [PATCH v15 01/10] landlock: Add object management
` [PATCH v15 02/10] landlock: Add ruleset and domain management
` [PATCH v15 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v15 04/10] landlock: Add ptrace restrictions
` [PATCH v15 05/10] fs,landlock: Support filesystem access-control
` [PATCH v15 06/10] landlock: Add syscall implementation
` [PATCH v15 07/10] arch: Wire up landlock() syscall
` [PATCH v15 08/10] selftests/landlock: Add initial tests
` [PATCH v15 09/10] samples/landlock: Add a sandbox manager example
` [PATCH v15 10/10] landlock: Add user and kernel documentation

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-30 18:26 UTC  (11+ messages)

[PATCH v6 10/16] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
 2020-03-30 18:26 UTC  (7+ messages)
` [PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
        ` [PATCH v7 "

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-03-30 15:23 UTC  (13+ messages)

[RFC v4 01/25] arch: add __SYSCALL_DEFINE_ARCH
 2020-03-30 14:45 UTC 

Request for catalog and price list
 2020-03-30  4:09 UTC 

[RFC PATCH v2 0/3] meminfo_extra: introduce meminfo extra
 2020-03-29  8:19 UTC  (15+ messages)
    ` [RFC PATCH v2 1/3] "

[PATCH RFC net-next] af_unix: eof in recvmsg after shutdown for nonblocking dgram socket
 2020-03-29 18:25 UTC 

[PATCH] mm: introduce MAP_FIXED_HUGETLB_LEN to mmap()
 2020-03-29  3:20 UTC  (5+ messages)
    `  "

[PATCH V3] panic: Add sysctl to dump all CPUs backtraces on oops event
 2020-03-27 22:41 UTC 

[PATCH V3] kernel/hung_task.c: Introduce sysctl to print all traces when a hung task is detected
 2020-03-27 22:36 UTC 

[PATCH 00/12] "Task_isolation" mode
 2020-03-27  8:42 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 03/12] task_isolation: userspace hard isolation from kernel

[RFC v3 1/2] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-27  3:50 UTC  (7+ messages)
` [RFC v3 2/2] kernel/sysctl: support handling command line aliases

[PATCH glibc 5/9] glibc: Perform rseq(2) registration at C startup and thread creation (v17)
 2020-03-26 15:56 UTC  (2+ messages)
` [PATCH glibc 6/9] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)

[PATCH RESEND v9 0/8] proc: modernize proc to support multiple private instances
 2020-03-25 19:16 UTC  (7+ messages)
` [PATCH RESEND v9 3/8] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info
    ` [PATCH v9 9/8] proc: use named enums for better readability


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