linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-29 17:49:06 to 2019-09-06 16:48:59 UTC [more...]

[PATCH v2 0/5] Add support for O_MAYEXEC
 2019-09-06 16:48 UTC  (9+ 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 v3 bpf-next 1/3] capability: introduce CAP_BPF and CAP_TRACING
 2019-09-06 16:20 UTC  (9+ messages)
` [PATCH v3 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v3 bpf-next 3/3] perf: implement CAP_TRACING

[PATCH 00/11] Keyrings, Block and USB notifications [ver #8]
 2019-09-06 16:12 UTC  (29+ messages)
` [PATCH 01/11] uapi: General notification ring definitions "
` [PATCH 02/11] security: Add hooks to rule on setting a watch "
` [PATCH 03/11] security: Add a hook for the point of notification insertion "
` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
` [PATCH 05/11] keys: Add a notification facility "
` [PATCH 06/11] Add a general, global device notification watch list "
` [PATCH 07/11] block: Add block layer notifications "
` [PATCH 08/11] usb: Add USB subsystem "
` [PATCH 09/11] Add sample notification program "
` [PATCH 10/11] selinux: Implement the watch_key security hook "
` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks "
` 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 v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-06  7:00 UTC  (54+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
  ` [PATCH v12 01/12] lib: introduce copy_struct_{to, from}_user helpers
` [PATCH v12 02/12] clone3: switch to copy_struct_from_user()
` [PATCH v12 03/12] sched_setattr: switch to copy_struct_{to,from}_user()
` [PATCH v12 04/12] perf_event_open: switch to copy_struct_from_user()
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions
` [PATCH v12 06/12] procfs: switch magic-link modes to be more sane
` [PATCH v12 07/12] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v12 08/12] namei: O_BENEATH-style path resolution flags
` [PATCH v12 09/12] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v12 10/12] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v12 11/12] open: openat2(2) syscall
` [PATCH v12 12/12] selftests: add openat2(2) selftests

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

[PATCH 2/2] ipc: fix sparc64 ipc() wrapper
 2019-09-05 20:38 UTC  (3+ messages)

[RFC] Add critical process prctl
 2019-09-05  0:53 UTC 

[PATCH V40 03/29] security: Add a static lockdown policy LSM
 2019-09-04 16:57 UTC  (10+ messages)
` [PATCH V40 00/29] Add kernel lockdown functionality
  ` [PATCH V40 04/29] lockdown: Enforce module signatures if the kernel is locked down
  ` [PATCH V40 08/29] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
  ` [PATCH V40 23/29] bpf: Restrict bpf when kernel lockdown is in confidentiality mode

[PATCH 00/11] Keyrings, Block and USB notifications [ver #7]
 2019-09-04 15:17 UTC  (44+ messages)
  ` [PATCH 01/11] uapi: General notification ring definitions "
  ` [PATCH 02/11] security: Add hooks to rule on setting a watch "
  ` [PATCH 03/11] security: Add a hook for the point of notification insertion "
  ` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
  ` [PATCH 05/11] keys: Add a notification facility "
  ` [PATCH 06/11] Add a general, global device notification watch list "
  ` [PATCH 07/11] block: Add block layer notifications "
  ` [PATCH 08/11] usb: Add USB subsystem "
  ` [PATCH 09/11] Add sample notification program "
  ` [PATCH 10/11] selinux: Implement the watch_key security hook "
  ` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] "
  ` watch_queue(7) manpage
  ` watch_devices(2) manpage
  ` keyctl_watch_key.3 manpage

[PATCH v14 0/6] Add utilization clamping support (CGroups API)
 2019-09-03 14:21 UTC  (12+ messages)
` [PATCH v14 1/6] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v14 5/6] sched/core: uclamp: Update CPU's refcount on TG's clamp changes

[PATCH 0/7] Rework random blocking
 2019-08-30  2:01 UTC  (10+ messages)
` [PATCH 1/7] random: Don't wake crng_init_wait when crng_init == 1
` [PATCH 2/7] random: Add GRND_INSECURE to return best-effort non-cryptographic bytes
` [PATCH 3/7] random: Ignore GRND_RANDOM in getentropy(2)
` [PATCH 4/7] random: Make /dev/random be almost like /dev/urandom
` [PATCH 5/7] random: Remove the blocking pool
` [PATCH 6/7] random: Delete code to pull data into pools
` [PATCH 7/7] random: Remove kernel.random.read_wakeup_threshold

[PATCH 00/11] Keyrings, Block and USB notifications [ver #6]
 2019-08-29 19:11 UTC  (14+ messages)
` [PATCH 01/11] uapi: General notification ring definitions "
` [PATCH 02/11] security: Add hooks to rule on setting a watch "
` [PATCH 03/11] security: Add a hook for the point of notification insertion "
` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
` [PATCH 05/11] keys: Add a notification facility "
` [PATCH 06/11] Add a general, global device notification watch list "
` [PATCH 07/11] block: Add block layer notifications "
` [PATCH 08/11] usb: Add USB subsystem "
` [PATCH 09/11] Add sample notification program "
` [PATCH 10/11] selinux: Implement the watch_key security hook "
` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] "

[PATCH bpf-next] bpf, capabilities: introduce CAP_BPF
 2019-08-29 17:49 UTC  (8+ messages)

[PATCH V40 23/29] bpf: Restrict bpf when kernel lockdown is in confidentiality mode
 2019-08-20  0:17 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).