linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-31 16:44:44 to 2019-11-08 18:09:17 UTC [more...]

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-11-08 18:09 UTC  (4+ messages)
` [PATCH v8 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-11-08 17:49 UTC  (19+ messages)
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS
` [PATCH ghak90 V7 08/21] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns

[PATCH bpf-next v13 0/7] Landlock LSM
 2019-11-08 15:39 UTC  (26+ messages)
` [PATCH bpf-next v13 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v13 2/7] landlock: Add the management of domains
` [PATCH bpf-next v13 3/7] landlock,seccomp: Apply Landlock programs to process hierarchy
` [PATCH bpf-next v13 4/7] landlock: Add ptrace LSM hooks
` [PATCH bpf-next v13 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper
` [PATCH bpf-next v13 6/7] bpf,landlock: Add tests for the Landlock ptrace program type
` [PATCH bpf-next v13 7/7] landlock: Add user and kernel documentation for Landlock

[PATCH v8 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-11-08 13:19 UTC  (3+ messages)
` [PATCH v8 07/14] x86/cet/ibt: Add ENDBR to op-code-map

Continuing the UAPI split
 2019-11-08  7:28 UTC  (13+ messages)

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #2]
 2019-11-08  6:42 UTC  (22+ messages)
` [RFC PATCH 01/14] uapi: General notification queue definitions "
` [RFC PATCH 02/14] security: Add hooks to rule on setting a watch "
` [RFC PATCH 03/14] security: Add a hook for the point of notification insertion "
` [RFC PATCH 04/14] pipe: Add O_NOTIFICATION_PIPE "
` [RFC PATCH 05/14] pipe: Add general notification queue support "
` [RFC PATCH 06/14] keys: Add a notification facility "
` [RFC PATCH 07/14] Add sample notification program "
` [RFC PATCH 08/14] pipe: Allow buffers to be marked read-whole-or-error for notifications "
` [RFC PATCH 09/14] pipe: Add notification lossage handling "
` [RFC PATCH 10/14] Add a general, global device notification watch list "
` [RFC PATCH 11/14] block: Add block layer notifications "
` [RFC PATCH 12/14] usb: Add USB subsystem "
` [RFC PATCH 13/14] selinux: Implement the watch_key security hook "
` [RFC PATCH 14/14] smack: Implement the watch_key and post_notification hooks "

[PATCH 0/4] statx: expose the fs-verity bit
 2019-11-08  0:47 UTC  (7+ messages)
` [PATCH 1/4] statx: define STATX_ATTR_VERITY
    ` [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY

[PATCH 0/1] userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
 2019-11-07 19:27 UTC  (23+ messages)
` [PATCH 1/1] "

[RFC PATCH 00/11] pipe: Notification queue preparation [ver #3]
 2019-11-07 17:42 UTC  (19+ messages)
` [RFC PATCH 01/11] pipe: Reduce #inclusion of pipe_fs_i.h "
` [RFC PATCH 02/11] Remove the nr_exclusive argument from __wake_up_sync_key() "
` [RFC PATCH 03/11] Add wake_up_interruptible_sync_poll_locked() "
` [RFC PATCH 04/11] pipe: Use head and tail pointers for the ring, not cursor and length "
  ` [pipe] d60337eff1: phoronix-test-suite.noise-level.0.activity_level 144.0% improvement
` [RFC PATCH 05/11] pipe: Allow pipes to have kernel-reserved slots [ver #3]
` [RFC PATCH 06/11] pipe: Advance tail pointer inside of wait spinlock in pipe_read() "
` [RFC PATCH 07/11] pipe: Conditionalise wakeup "
` [RFC PATCH 08/11] pipe: Rearrange sequence in pipe_write() to preallocate slot "
` [RFC PATCH 09/11] pipe: Remove redundant wakeup from pipe_write() "
` [RFC PATCH 10/11] pipe: Check for ring full inside of the spinlock in "
` [RFC PATCH 11/11] pipe: Increase the writer-wakeup threshold to reduce context-switch count "
` Details on the UAPI of implementing notifications on pipes

For review: documentation of clone3() system call
 2019-11-07 16:10 UTC  (5+ messages)

[RFC v2 PATCH] futex: extend set_robust_list to allow 2 locking ABIs at the same time
 2019-11-07 15:51 UTC  (29+ messages)
    ` handle_exit_race && PF_EXITING

[PATCH v7 0/1] ns: introduce binfmt_misc namespace
 2019-11-07 14:03 UTC  (2+ messages)
` [PATCH v7 1/1] ns: add binfmt_misc to the user namespace

[PATCH 1/1] syscalls: Fix references to filenames containing syscall defs
 2019-11-06 17:02 UTC  (5+ messages)

[PATCH] clone3: validate stack arguments
 2019-11-06  2:18 UTC  (10+ messages)

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-05  9:05 UTC  (10+ messages)
` [PATCH v15 1/9] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v15 7/9] open: introduce openat2(2) syscall
` [PATCH v15 8/9] selftests: add openat2(2) selftests
` [PATCH v15 9/9] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

[PATCH v2] mm: Fix checking unmapped holes for mbind
 2019-11-05  2:29 UTC  (3+ messages)

[RFC PATCH] futex: extend set_robust_list to allow 2 locking ABIs at the same time
 2019-11-04  0:20 UTC 

[RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2]
 2019-11-03 12:02 UTC  (25+ messages)
` [RFC PATCH 00/10] pipe: Notification queue preparation "
  ` [RFC PATCH 07/10] pipe: Conditionalise wakeup in pipe_read() "
  ` [RFC PATCH 11/10] pipe: Add fsync() support "

tracefs splats in lockdown=confidentiality mode
 2019-11-01 22:15 UTC  (2+ messages)

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-11-01 14:17 UTC  (4+ messages)
` [PATCH v7 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings
 2019-10-31 21:52 UTC  (7+ messages)

[PATCH bpf-next v12 0/7] Landlock LSM
 2019-10-31 16:44 UTC  (3+ messages)
` [PATCH bpf-next v12 6/7] bpf,landlock: Add tests for the Landlock ptrace program type
` [PATCH bpf-next v12 7/7] landlock: Add user and kernel documentation for Landlock

[RFC PATCH 07/10] pipe: Conditionalise wakeup in pipe_read() [ver #2]
 2019-10-27 15:57 UTC 

[RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2]
 2019-10-27 14:03 UTC 


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