linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-19 01:22:19 to 2019-10-01 02:33:01 UTC [more...]

[PATCH v4 0/4] lib: introduce copy_struct_from_user() helper
 2019-10-01  2:33 UTC  (9+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] clone3: switch to copy_struct_from_user()
` [PATCH v4 3/4] sched_setattr: "
` [PATCH v4 4/4] perf_event_open: "

[PATCH bpf-next] bpf, capabilities: introduce CAP_BPF
 2019-10-01  1:22 UTC  (12+ messages)

[PATCH RESEND v3 0/4] lib: introduce copy_struct_from_user() helper
 2019-10-01  0:40 UTC  (11+ 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 RESEND v3 4/4] perf_event_open: "

[PATCH v13 0/9] namei: openat2(2) path resolution restrictions
 2019-10-01  0:22 UTC  (15+ 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] io_uring: use __kernel_timespec in timeout ABI
 2019-09-30 20:20 UTC 

[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  (23+ messages)
` [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)


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