linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 18:09:17 to 2019-11-17 01:17:05 UTC [more...]

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-17  1:17 UTC  (6+ messages)
` [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v17 04/13] namei: allow set_root() "
` [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution

[PATCH v24 00/12] /dev/random - a new approach with full SP800-90B compliance
 2019-11-16 23:36 UTC  (54+ messages)
` [PATCH v24 01/12] Linux Random Number Generator
` [PATCH v24 02/12] LRNG - allocate one SDRNG instance per NUMA node
` [PATCH v24 03/12] LRNG - /proc interface
` [PATCH v24 04/12] LRNG - add switchable DRNG support
` [PATCH v24 05/12] crypto: DRBG - externalize DRBG functions for LRNG
` [PATCH v24 06/12] LRNG - add SP800-90A DRBG extension
` [PATCH v24 07/12] LRNG - add kernel crypto API PRNG extension
` [PATCH v24 08/12] crypto: provide access to a static Jitter RNG state
` [PATCH v24 09/12] LRNG - add Jitter RNG fast noise source
` [PATCH v24 10/12] LRNG - add TRNG support
` [PATCH v24 11/12] LRNG - add SP800-90B compliant health tests
` [PATCH v24 12/12] LRNG - add interface for gathering of raw entropy
` [PATCH v25 00/12] /dev/random - a new approach with full SP800-90B
  ` [PATCH v25 01/12] Linux Random Number Generator
  ` [PATCH v25 02/12] LRNG - allocate one SDRNG instance per NUMA node
  ` [PATCH v25 03/12] LRNG - /proc interface
  ` [PATCH v25 04/12] LRNG - add switchable DRNG support
  ` [PATCH v25 05/12] crypto: DRBG - externalize DRBG functions for LRNG
  ` [PATCH v25 06/12] LRNG - add SP800-90A DRBG extension
  ` [PATCH v25 07/12] LRNG - add kernel crypto API PRNG extension
  ` [PATCH v25 08/12] crypto: provide access to a static Jitter RNG state
  ` [PATCH v25 09/12] LRNG - add Jitter RNG fast noise source
  ` [PATCH v25 10/12] LRNG - add TRNG support
  ` [PATCH v25 11/12] LRNG - add SP800-90B compliant health tests
  ` [PATCH v25 12/12] LRNG - add interface for gathering of raw entropy

[PATCH v16 00/12] open: introduce openat2(2) syscall
 2019-11-16 18:09 UTC  (19+ messages)
` [PATCH v16 01/12] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
` [PATCH v16 03/12] namei: allow set_root() "
` [PATCH v16 04/12] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v16 05/12] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v16 06/12] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v16 07/12] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v16 08/12] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v16 09/12] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v16 10/12] open: introduce openat2(2) syscall
` [PATCH v16 11/12] selftests: add openat2(2) selftests
` [PATCH v16 12/12] Documentation: path-lookup: include new LOOKUP flags

[PATCH 1/3] clone.2: Fix typos
 2019-11-16 11:41 UTC  (3+ messages)
` [PATCH 2/3] clone.2: Check for MAP_FAILED not NULL on mmap()
` [PATCH 3/3] clone.2: Use pid_t for clone3() {child,parent}_tid

[RFC PATCH 04/11] pipe: Use head and tail pointers for the ring, not cursor and length [ver #3]
 2019-11-15 16:22 UTC  (4+ messages)
` [pipe] d60337eff1: BUG:kernel_NULL_pointer_dereference,address

[PATCH 0/7] Harden userfaultfd
 2019-11-15 15:09 UTC  (2+ messages)

[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings
 2019-11-15 14:31 UTC  (12+ messages)
                ` AMD TLB errata, (Was: [PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings)

[PATCH 00/23] y2038 cleanups
 2019-11-15 13:50 UTC  (19+ messages)
` [PATCH 10/23] y2038: uapi: change __kernel_time_t to __kernel_old_time_t
` [PATCH 12/23] y2038: syscalls: change remaining timeval to __kernel_old_timeval
` [PATCH 17/23] y2038: time: avoid timespec usage in settimeofday()
` [PATCH 23/23] y2038: allow disabling time32 system calls

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-14 13:33 UTC  (27+ messages)
` [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

For review: documentation of clone3() system call
 2019-11-14 12:29 UTC  (16+ messages)

[PATCH 1/4] statx: define STATX_ATTR_VERITY
 2019-11-13 20:31 UTC  (4+ messages)
` [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY

[PATCH 0/4] statx: expose the fs-verity bit
 2019-11-13 20:20 UTC  (2+ messages)

[PATCH] Allow restricting permissions in /proc/sys
 2019-11-13 16:40 UTC  (6+ messages)

[PATCH v3 1/2] pidfd: show pids for nested pid namespaces in fdinfo
 2019-11-13 12:20 UTC  (6+ messages)
` [PATCH v4 1/2] pidfd: add NSpid entries to fdinfo
  ` [PATCH v4 2/2] pidfd: add tests for NSpid info in fdinfo

[PATCH] proc: Allow restricting permissions in /proc/sys
 2019-11-13 10:44 UTC 

[PATCH v6 0/2] add performance reporting support to FPGA DFL drivers
 2019-11-13  5:24 UTC  (3+ messages)
` [PATCH v6 1/2] Documentation: fpga: dfl: add description for performance reporting support
` [PATCH v6 2/2] fpga: dfl: fme: add "

[PATCHv8 00/34] kernel: Introduce Time Namespace
 2019-11-12  1:27 UTC  (35+ messages)
` [PATCHv8 01/34] lib/vdso: Add unlikely() hint into vdso_read_begin()
` [PATCHv8 02/34] lib/vdso: make do_hres and do_coarse as __always_inline
` [PATCHv8 03/34] ns: Introduce Time Namespace
` [PATCHv8 04/34] time: Add timens_offsets to be used for tasks in timens
` [PATCHv8 05/34] posix-clocks: Rename the clock_get() callback to clock_get_timespec()
` [PATCHv8 06/34] posix-clocks: Rename .clock_get_timespec() callbacks accordingly
` [PATCHv8 07/34] alarmtimer: Rename gettime() callback to get_ktime()
` [PATCHv8 08/34] alarmtimer: Provide get_timespec() callback
` [PATCHv8 09/34] posix-clocks: Introduce clock_get_ktime() callback
` [PATCHv8 10/34] posix-timers: Use clock_get_ktime() in common_timer_get()
` [PATCHv8 11/34] posix-clocks: Wire up clock_gettime() with timens offsets
` [PATCHv8 12/34] kernel: Add do_timens_ktime_to_host() helper
` [PATCHv8 13/34] timerfd: Make timerfd_settime() time namespace aware
` [PATCHv8 14/34] posix-timers: Make timer_settime() "
` [PATCHv8 15/34] alarmtimer: Make nanosleep "
` [PATCHv8 16/34] hrtimers: Prepare hrtimer_nanosleep() for time namespaces
` [PATCHv8 17/34] posix-timers: Make clock_nanosleep() time namespace aware
` [PATCHv8 18/34] fs/proc: Respect boottime inside time namespace for /proc/uptime
` [PATCHv8 19/34] x86/vdso: Restrict splitting VVAR VMA
` [PATCHv8 20/34] lib/vdso: Prepare for time namespace support
` [PATCHv8 21/34] x86/vdso: Provide vdso_data offset on vvar_page
` [PATCHv8 22/34] x86/vdso: Add timens page
` [PATCHv8 23/34] time: Allocate per-timens vvar page
` [PATCHv8 24/34] x86/vdso: Handle faults on timens page
` [PATCHv8 25/34] x86/vdso: On timens page fault prefault also VVAR page
` [PATCHv8 26/34] x86/vdso: Zap vvar pages on switch a time namspace
` [PATCHv8 27/34] fs/proc: Introduce /proc/pid/timens_offsets
` [PATCHv8 28/34] selftests/timens: Add Time Namespace test for supported clocks
` [PATCHv8 29/34] selftests/timens: Add a test for timerfd
` [PATCHv8 30/34] selftests/timens: Add a test for clock_nanosleep()
` [PATCHv8 31/34] selftests/timens: Add procfs selftest
` [PATCHv8 32/34] selftests/timens: Add timer offsets test
` [PATCHv8 33/34] selftests/timens: Add a simple perf test for clock_gettime()
` [PATCHv8 34/34] selftests/timens: Check for right timens offsets after fork and exec

[PATCH] Add prctl support for controlling mem reclaim V4
 2019-11-12  0:19 UTC 

[PATCH 5.3 063/193] clone3: validate stack arguments
 2019-11-11 18:27 UTC 

[PATCH] Add prctl support for controlling mem reclaim V3
 2019-11-11  9:32 UTC 

[PATCH 0/1] userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
 2019-11-10 17:02 UTC  (12+ messages)
` [PATCH 1/1] "

Missing size_t declaration in UAPI
 2019-11-09 12:27 UTC  (3+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-11-08 18:26 UTC  (5+ messages)
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-11-08 18:09 UTC  (4+ messages)
` [PATCH v8 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map


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