linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-13 02:35:37 to 2019-11-24 22:44:13 UTC [more...]

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

[RESEND RFC PATCH 0/1] CAP_SYS_NICE inside user namespace
 2019-11-22  1:54 UTC  (10+ messages)
` [RESEND RFC PATCH 1/1] Selectively allow CAP_SYS_NICE capability inside user namespaces

[PATCHv8 00/34] kernel: Introduce Time Namespace
 2019-11-21 18:05 UTC  (2+ messages)

[PATCH] block: add iostat counters for flush requests
 2019-11-21 16:07 UTC  (4+ messages)

[PATCH] clone.2: Mention that CLONE_PARENT is off-limits for inits
 2019-11-21 11:27 UTC  (3+ messages)

[PATCH] clone.2: Fix typo
 2019-11-21 11:25 UTC  (2+ messages)

Suggested Patch is not working for 22851 Bugzilla issue
 2019-11-20 19:45 UTC  (4+ messages)

[RFC PATCH v3 00/12] fs: interface for directly reading/writing compressed data
 2019-11-20 18:24 UTC  (14+ messages)
` [PATCH man-pages v2] Document encoded I/O
` [RFC PATCH v3 01/12] iov_iter: add copy_struct_from_iter()
` [RFC PATCH v3 02/12] fs: add O_ALLOW_ENCODED open flag
` [RFC PATCH v3 03/12] fs: add RWF_ENCODED for reading/writing compressed data
` [RFC PATCH v3 04/12] btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers
` [RFC PATCH v3 05/12] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [RFC PATCH v3 06/12] btrfs: remove dead snapshot-aware defrag code
` [RFC PATCH v3 07/12] btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item
` [RFC PATCH v3 08/12] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [RFC PATCH v3 09/12] btrfs: support different disk extent size for delalloc
` [RFC PATCH v3 10/12] btrfs: optionally extend i_size in cow_file_range_inline()
` [RFC PATCH v3 11/12] btrfs: implement RWF_ENCODED reads
` [RFC PATCH v3 12/12] btrfs: implement RWF_ENCODED writes

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

[pipe] d60337eff1: BUG:kernel_NULL_pointer_dereference,address
 2019-11-18  7:53 UTC  (4+ messages)
  ` [LKP] "

[PATCH 1/3] clone.2: Fix typos
 2019-11-17 18:02 UTC  (6+ 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

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-17  1:28 UTC  (14+ 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 v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v17 11/13] open: introduce openat2(2) syscall
` [PATCH v17 12/13] selftests: add openat2(2) selftests
` [PATCH v17 13/13] Documentation: path-lookup: include new LOOKUP flags

[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 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  (13+ messages)
` [PATCH 12/23] y2038: syscalls: change remaining timeval to __kernel_old_timeval
` [PATCH 17/23] y2038: time: avoid timespec usage in settimeofday()

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


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