messages from 2019-10-29 17:00:55 to 2019-11-06 10:06:55 UTC [more...]
[PATCH bpf-next v13 0/7] Landlock LSM
2019-11-06 10:06 UTC (18+ 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
[RFC v2 PATCH] futex: extend set_robust_list to allow 2 locking ABIs at the same time
2019-11-06 9:53 UTC (21+ messages)
` handle_exit_race && PF_EXITING
[PATCH] clone3: validate stack arguments
2019-11-06 2:18 UTC (13+ messages)
[PATCH 0/1] userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
2019-11-05 22:10 UTC (16+ messages)
` [PATCH 1/1] "
[RFC PATCH 00/11] pipe: Notification queue preparation [ver #3]
2019-11-05 16:02 UTC (16+ 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 "
` [RFC PATCH 05/11] pipe: Allow pipes to have kernel-reserved slots "
` [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
[PATCH 1/1] syscalls: Fix references to filenames containing syscall defs
2019-11-05 9:49 UTC (3+ 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 (7+ 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 (30+ 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 ghak90 V7 00/21] audit: implement container identifier
2019-11-01 16:22 UTC (23+ messages)
` [PATCH ghak90 V7 14/21] audit: contid check descendancy and nesting
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns
[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 (41+ messages)
[PATCH bpf-next v12 0/7] Landlock LSM
2019-10-31 16:44 UTC (8+ messages)
` [PATCH bpf-next v12 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v12 2/7] landlock: Add the management of domains
` [PATCH bpf-next v12 3/7] landlock,seccomp: Load Landlock programs per process hierarchy
` [PATCH bpf-next v12 4/7] landlock: Add ptrace LSM hooks
` [PATCH bpf-next v12 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper
` [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 v2 0/5] fs: interface for directly reading/writing compressed data
2019-10-30 23:17 UTC (23+ messages)
` [PATCH man-pages] Document encoded I/O
` [RFC PATCH v2 1/5] fs: add O_ENCODED open flag
` [RFC PATCH v2 2/5] fs: add RWF_ENCODED for reading/writing compressed data
[PATCH bpf-next v11 0/7] Landlock LSM
2019-10-30 14:03 UTC (10+ messages)
` [PATCH bpf-next v11 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v11 2/7] landlock: Add the management of domains
` [PATCH bpf-next v11 3/7] landlock,seccomp: Load Landlock programs per process hierarchy
` [PATCH bpf-next v11 4/7] landlock: Add ptrace LSM hooks
` [PATCH bpf-next v11 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper
` [PATCH bpf-next v11 6/7] bpf,landlock: Add tests for the Landlock ptrace program type
` [PATCH bpf-next v11 7/7] landlock: Add user and kernel documentation for Landlock
mbind() breaks its API definition since v5.2 by commit d883544515aa (mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_STRICT were specified)
2019-10-30 4:32 UTC (2+ messages)
[PATCH 0/4] statx: expose the fs-verity bit
2019-10-29 20:41 UTC (5+ messages)
` [PATCH 1/4] statx: define STATX_ATTR_VERITY
` [PATCH 2/4] ext4: support STATX_ATTR_VERITY
` [PATCH 3/4] f2fs: "
` [PATCH 4/4] docs: fs-verity: mention statx() support
[RFC PATCH 07/10] pipe: Conditionalise wakeup in pipe_read() [ver #2]
2019-10-27 15:57 UTC
[RFC PATCH 11/10] pipe: Add fsync() support [ver #2]
2019-10-27 15:22 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).