messages from 2019-09-11 19:00:43 to 2019-09-30 19:15:25 UTC [more...]
[PATCH RESEND v3 0/4] lib: introduce copy_struct_from_user() helper
2019-09-30 19:15 UTC (4+ messages)
` [PATCH RESEND v3 1/4] "
` [PATCH RESEND v3 2/4] clone3: switch to copy_struct_from_user()
` [PATCH RESEND v3 3/4] sched_setattr: "
[PATCH v13 0/9] namei: openat2(2) path resolution restrictions
2019-09-30 18:33 UTC (10+ messages)
` [PATCH v13 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v13 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v13 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v13 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v13 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v13 6/9] namei: permit ".." resolution with LOOKUP_{IN_ROOT, BENEATH}
` [PATCH v13 7/9] open: openat2(2) syscall
` [PATCH v13 8/9] selftests: add openat2(2) selftests
` [PATCH v13 9/9] Documentation: update path-lookup to mention trailing magic-links
[PATCH bpf-next] bpf, capabilities: introduce CAP_BPF
2019-09-30 18:31 UTC (11+ messages)
[PATCH v3 0/4] lib: introduce copy_struct_from_user() helper
2019-09-30 18:28 UTC (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] clone3: switch to copy_struct_from_user()
` [PATCH v3 3/4] sched_setattr: "
` [PATCH v3 4/4] perf_event_open: "
[PATCH -next] treewide: remove unused argument in lock_release()
2019-09-30 7:29 UTC (5+ messages)
[PATCH RFC v4 1/1] random: WARN on large getrandom() waits and introduce getrandom2()
2019-09-28 9:30 UTC (30+ messages)
` [PATCH v5 0/1] random: getrandom(2): warn on large CRNG waits, introduce new flags
` [PATCH v5 1/1] "
[PATCH ghak90 V7 00/21] audit: implement container identifier
2019-09-27 12:51 UTC (24+ messages)
` [PATCH ghak90 V7 01/21] audit: collect audit task parameters
` [PATCH ghak90 V7 02/21] audit: add container id
` [PATCH ghak90 V7 03/21] audit: read container ID of a process
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V7 05/21] audit: log drop of contid on exit of last task
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS
` [PATCH ghak90 V7 07/21] audit: log container info of syscalls
` [PATCH ghak90 V7 08/21] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V7 09/21] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V7 10/21] audit: add containerid support for user records
` [PATCH ghak90 V7 11/21] audit: add containerid filtering
` [PATCH ghak90 V7 12/21] audit: add support for containerid to network namespaces
` [PATCH ghak90 V7 13/21] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [PATCH ghak90 V7 14/21] audit: contid check descendancy and nesting
` [PATCH ghak90 V7 15/21] sched: pull task_is_descendant into kernel/sched/core.c
` [PATCH ghak90 V7 16/21] audit: add support for contid set/get by netlink
` [PATCH ghak90 V7 17/21] audit: add support for loginuid/sessionid "
` [PATCH ghak90 V7 18/21] audit: track container nesting
` [PATCH ghak90 V7 19/21] audit: check cont depth
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns
` [PATCH ghak90 V7 21/21] audit: add proc interface for capcontid
[PATCH v2 0/4] lib: introduce copy_struct_from_user() helper
2019-09-27 8:20 UTC (11+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] clone3: switch to copy_struct_from_user()
` [PATCH v2 3/4] sched_setattr: "
` [PATCH v2 4/4] perf_event_open: "
[RFC PATCH 0/3] fs: interface for directly writing encoded (e.g., compressed) data
2019-09-26 17:46 UTC (22+ messages)
` [RFC PATCH 1/3] fs: pass READ/WRITE to kiocb_set_rw_flags()
` [PATCH] readv.2: Document new RWF_ENCODED flag to pwritev2()
` [RFC PATCH 2/3] fs: add RWF_ENCODED for writing compressed data
` [RFC PATCH 2/3] "
` [RFC PATCH 3/3] btrfs: implement encoded (compressed) writes
[PATCH v2 0/7] Rework random blocking
2019-09-26 1:09 UTC (11+ messages)
` [PATCH v2 1/7] random: Don't wake crng_init_wait when crng_init == 1
` [PATCH v2 2/7] random: Add GRND_INSECURE to return best-effort non-cryptographic bytes
` [PATCH v2 3/7] random: Ignore GRND_RANDOM in getentropy(2)
` [PATCH v2 4/7] random: Make /dev/random be almost like /dev/urandom
` [PATCH v2 5/7] random: Remove the blocking pool
` [PATCH v2 6/7] random: Delete code to pull data into pools
` [PATCH v2 7/7] random: Remove kernel.random.read_wakeup_threshold
[PATCH v1 0/4] lib: introduce copy_struct_from_user() helper
2019-09-25 20:47 UTC (20+ messages)
` [PATCH v1 1/4] "
` [PATCH v1 2/4] clone3: switch to copy_struct_from_user()
` [PATCH v1 3/4] sched_setattr: "
` [PATCH v1 4/4] perf_event_open: "
For review: pidfd_send_signal(2) manual page
2019-09-25 14:29 UTC (23+ messages)
For review: pidfd_open(2) manual page
2019-09-24 7:38 UTC (12+ messages)
RFC(V4): Audit Kernel Container IDs
2019-09-19 1:19 UTC
[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
2019-09-18 15:46 UTC (5+ messages)
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions
[PATCH for 5.4 0/3] Restartable Sequences Fixes
2019-09-17 18:29 UTC (4+ messages)
` [PATCH for 5.4 1/3] rseq: Fix: Reject unknown flags on rseq unregister
` [PATCH for 5.4 2/3] rseq: Fix: Unregister rseq for clone CLONE_VM
` [PATCH for 5.4 3/3] rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30
[PATCH for 5.3 1/3] rseq: Fix: Reject unknown flags on rseq unregister
2019-09-16 20:26 UTC (4+ messages)
` [PATCH for 5.3 2/3] rseq: Fix: Unregister rseq for CLONE_SETTLS
[PATCH glibc 2.31 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v12)
2019-09-14 1:36 UTC (10+ messages)
[RFC PATCH 1/4] rseq: Fix: Reject unknown flags on rseq unregister
2019-09-13 14:26 UTC (3+ messages)
` [RFC PATCH 3/4] rseq: Introduce unreg_clone_flags
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).