linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-18 19:06:37 to 2020-03-27 22:39:10 UTC [more...]

[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] mm: introduce MAP_FIXED_HUGETLB_LEN to mmap()
 2020-03-27 19:12 UTC 

[PATCH v10 0/9] proc: modernize proc to support multiple private instances
 2020-03-27 17:23 UTC  (10+ 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 v10 9/9] proc: use named enums for better readability

[PATCH v15 00/10] Landlock LSM
 2020-03-27 14:59 UTC  (13+ 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

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

[RFC v2 1/2] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-26 13:39 UTC  (16+ messages)
` [RFC v2 2/2] kernel/sysctl: support handling command line aliases

clock_settime(2) error for non-settable clocks
 2020-03-26  8:37 UTC  (3+ messages)

[RFC PATCH v2 0/3] meminfo_extra: introduce meminfo extra
 2020-03-26  8:21 UTC  (16+ messages)
    ` [RFC PATCH v2 1/3] "
    ` [RFC PATCH v2 2/3] mm: zsmalloc: include zs page size in "
    ` [RFC PATCH v2 3/3] android: ion: include system heap "

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-03-25 21:51 UTC  (4+ messages)
` [RFC PATCH v9 25/27] x86/cet/shstk: Handle thread "

[PATCH RESEND v9 0/8] proc: modernize proc to support multiple private instances
 2020-03-25 19:16 UTC  (14+ messages)
` [PATCH RESEND v9 1/8] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH RESEND v9 2/8] proc: allow to mount many instances of proc in one pid namespace
` [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
` [PATCH RESEND v9 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH RESEND v9 5/8] proc: add option to mount only a pids subset
` [PATCH RESEND v9 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior
` [PATCH RESEND v9 7/8] proc: move hidepid values to uapi as they are user interface to mount
` [PATCH RESEND v9 8/8] proc: use human-readable values for hidehid

[PATCH v6 01/16] exec: Only compute current once in flush_old_exec
 2020-03-25 15:41 UTC  (20+ messages)
` [PATCH v6 02/16] exec: Factor unshare_sighand out of de_thread and call it separately
` [PATCH v6 03/16] exec: Move cleanup of posix timers on exec out of de_thread
` [PATCH v6 04/16] exec: Move exec_mmap right after de_thread in flush_old_exec
` [PATCH v6 05/16] exec: Add exec_update_mutex to replace cred_guard_mutex
` [PATCH v6 06/16] exec: Fix a deadlock in strace
` [PATCH v6 07/16] selftests/ptrace: add test cases for dead-locks
` [PATCH v6 08/16] mm: docs: Fix a comment in process_vm_rw_core
` [PATCH v6 09/16] kernel: doc: remove outdated comment cred.c
` [PATCH v6 10/16] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
` [PATCH v6 11/16] proc: "
` [PATCH v6 12/16] proc: io_accounting: "
` [PATCH v6 13/16] perf: "
` [PATCH v6 14/16] pidfd: "
` [PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
` [PATCH v6 16/16] doc: Update documentation of ->exec_*_mutex

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-03-25 15:33 UTC  (3+ messages)

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-03-25 12:29 UTC  (36+ messages)
` [PATCH ghak90 V8 13/16] audit: track container nesting
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon

clone3: allow creation of time namespace with offset
 2020-03-25 11:26 UTC  (11+ messages)

[PATCH V2] kernel/hung_task.c: Introduce sysctl to print all traces when a hung task is detected
 2020-03-25  9:33 UTC  (7+ messages)

[PATCH] ext4: Give 32bit personalities 32bit hashes
 2020-03-24 21:17 UTC  (11+ messages)

[RFC PATCH glibc 4/8] glibc: Perform rseq(2) registration at C startup and thread creation (v16)
 2020-03-24 19:44 UTC  (6+ messages)
` [RFC PATCH glibc 5/8] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)

[PATCH V2] panic: Add sysctl/cmdline to dump all CPUs backtraces on oops event
 2020-03-24 19:40 UTC  (4+ messages)

[RFC] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-24 18:24 UTC  (4+ messages)

[PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce
 2020-03-22  3:30 UTC  (7+ messages)
` [PATCH 1/4] fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
` [PATCH 2/4] ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE

[PATCHv6] exec: Fix a deadlock in ptrace
 2020-03-21 22:53 UTC  (23+ messages)
    ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
      ` [PATCH 0/5] "
        ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                      ` [PATCH v3 "
                                  ` [PATCH v4 3/5] "

[RFC][possible bug] when should SS_AUTODISARM have effect?
 2020-03-21 22:24 UTC  (3+ messages)

[RFC PATCH glibc 4/8] glibc: Perform rseq(2) registration at C startup and thread creation (v15)
 2020-03-20 14:47 UTC  (14+ messages)
` [RFC PATCH glibc 5/8] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v6)

[RFC PATCH v14 00/10] Landlock LSM
 2020-03-19 21:17 UTC  (10+ messages)

[PATCH] mm/compaction: Disable compact_unevictable_allowed on RT
 2020-03-19 16:55 UTC  (10+ messages)
  ` [PATCH v2] "
        ` [PATCH 1/2] =?UTF-8?q?mm/compaction:=20Really=20limit=20compact?= =?UTF-8?q?=5Funevictable=5Fallowed=20to=200=E2=80=A61?=
          ` [PATCH 2/2 v3] mm/compaction: Disable compact_unevictable_allowed on RT
              ` [PATCH 2/2 v4] "
                  ` [PATCH 2/2 v5] "

[PATCH 00/13] VFS: Filesystem information [ver #19]
 2020-03-19 12:36 UTC  (4+ messages)

[PATCH 01/14] VFS: Add additional RESOLVE_* flags [ver #18]
 2020-03-16 14:20 UTC  (9+ messages)

[PATCH 00/17] pipe: Keyrings, mount and superblock notifications [ver #5]
 2020-03-18 19:07 UTC  (5+ messages)
` [PATCH 10/17] selinux: Implement the watch_key security hook "
` [PATCH 12/17] watch_queue: Add security hooks to rule on setting mount and sb watches "


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