linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-05 11:09:15 to 2019-09-20 16:29:51 UTC [more...]

[PATCH RFC v4 1/1] random: WARN on large getrandom() waits and introduce getrandom2()
 2019-09-20 16:29 UTC  (3+ messages)

[RFC PATCH 0/3] fs: interface for directly writing encoded (e.g., compressed) data
 2019-09-20 16:25 UTC  (8+ 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 3/3] btrfs: implement encoded (compressed) writes

[PATCH v2 0/7] Rework random blocking
 2019-09-20 14:46 UTC  (9+ 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 -next] treewide: remove unused argument in lock_release()
 2019-09-20 13:49 UTC  (4+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-09-19  1:22 UTC  (22+ 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

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  (39+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions
` [PATCH v12 11/12] open: openat2(2) syscall

[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  (5+ messages)
` [RFC PATCH 2/4] rseq: Fix: Unregister rseq for CLONE_TLS
` [RFC PATCH 3/4] rseq: Introduce unreg_clone_flags

[PATCH v6 0/3] add thermal/power management features for FPGA DFL drivers
 2019-09-10 19:29 UTC  (5+ messages)
` [PATCH v6 1/3] Documentation: fpga: dfl: add descriptions for thermal/power management interfaces
` [PATCH v6 2/3] fpga: dfl: fme: add thermal management support
` [PATCH v6 3/3] fpga: dfl: fme: add power "

[RFC] Add critical process prctl
 2019-09-10 18:15 UTC  (4+ messages)

[PATCH 0/2] Minor lockdown fixups
 2019-09-10 12:29 UTC  (4+ messages)
` [PATCH 1/2] security: constify some arrays in lockdown LSM
` [PATCH 2/2] kexec: Fix file verification on S390

[PATCH V40 00/29] Add kernel lockdown functionality
 2019-09-10 10:06 UTC  (5+ messages)
` [PATCH V40 03/29] security: Add a static lockdown policy LSM

[PATCH 0/7] Rework random blocking
 2019-09-09 22:57 UTC  (3+ messages)

[PATCH v4 bpf-next 0/4] CAP_BPF and CAP_TRACING
 2019-09-09 22:52 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/4] capability: introduce "
` [PATCH v4 bpf-next 2/4] bpf: implement CAP_BPF
` [PATCH v4 bpf-next 3/4] perf: implement CAP_TRACING
` [PATCH v4 bpf-next 4/4] selftests/bpf: use CAP_BPF and CAP_TRACING in tests

[PATCH v2 0/5] Add support for O_MAYEXEC
 2019-09-09 15:49 UTC  (45+ messages)
` [PATCH v2 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()
` [PATCH v2 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount propertie
` [PATCH v2 3/5] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v2 4/5] selftest/exec: Add tests for O_MAYEXEC enforcing
` [PATCH v2 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

[PATCH bpf-next v10 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-09-08 22:19 UTC  (6+ messages)
` [PATCH bpf-next v10 06/10] bpf,landlock: Add a new map type: inode

[PATCH 2/2] ipc: fix sparc64 ipc() wrapper
 2019-09-07 19:49 UTC  (4+ messages)

[PATCH v3 bpf-next 1/3] capability: introduce CAP_BPF and CAP_TRACING
 2019-09-07  4:09 UTC  (10+ messages)
` [PATCH v3 bpf-next 2/3] bpf: implement CAP_BPF

[PATCH 00/11] Keyrings, Block and USB notifications [ver #8]
 2019-09-06 21:19 UTC  (25+ messages)
  ` Why add the general notification queue and its sources

[PATCH 01/13] vfs: verify param type in vfs_parse_sb_flag()
 2019-09-06  7:28 UTC  (4+ messages)

[PATCH v2 bpf-next 1/3] capability: introduce CAP_BPF and CAP_TRACING
 2019-09-05 22:00 UTC  (10+ messages)
` [PATCH v2 bpf-next 2/3] bpf: implement CAP_BPF


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