linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 00:39:58 to 2020-11-10 15:16:08 UTC [more...]

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-10 15:14 UTC  (7+ messages)
` [PATCH v8 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v8 2/9] mmap: make mlock_future_check() global
` [PATCH v8 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v8 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v8 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v8 6/9] secretmem: add memcg accounting

[PATCH v14 0/8] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-10 15:12 UTC  (18+ messages)
` [PATCH v14 1/8] parisc: Drop parisc special case for __sighandler_t
` [PATCH v14 2/8] parisc: start using signal-defs.h
` [PATCH v14 3/8] arch: move SA_* definitions to generic headers
` [PATCH v14 4/8] signal: deduplicate code dealing with common _sigfault fields
` [PATCH v14 5/8] signal: clear non-uapi flag bits when passing/returning sa_flags
` [PATCH v14 6/8] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v14 7/8] signal: define the field siginfo.si_faultflags
` [PATCH v14 8/8] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH v23 00/12] Landlock LSM
 2020-11-10  8:16 UTC  (15+ messages)
` [PATCH v23 01/12] landlock: Add object management
` [PATCH v23 02/12] landlock: Add ruleset and domain management
` [PATCH v23 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v23 04/12] landlock: Add ptrace restrictions
` [PATCH v23 05/12] LSM: Infrastructure management of the superblock
` [PATCH v23 06/12] fs,security: Add sb_delete hook
` [PATCH v23 07/12] landlock: Support filesystem access-control
` [PATCH v23 08/12] landlock: Add syscall implementations
` [PATCH v23 09/12] arch: Wire up Landlock syscalls
` [PATCH v23 10/12] selftests/landlock: Add user space tests
` [PATCH v23 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v23 12/12] landlock: Add user and kernel documentation

[PATCH v22 12/23] LSM: Specify which LSM to display
 2020-11-09 22:47 UTC  (7+ messages)

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-09 10:41 UTC  (14+ messages)

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-11-06 20:14 UTC  (11+ messages)
` [PATCH v14 01/26] Documentation/x86: Add CET description
` [PATCH v14 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)

UBSAN: array-index-out-of-bounds in alg_bind
 2020-11-06  7:01 UTC  (3+ messages)
` [PATCH] crypto: af_alg - avoid undefined behavior accessing salg_name

[RFC]: userspace memory reaping
 2020-11-05 18:02 UTC  (22+ messages)

[PATCH v22 12/23] LSM: Specify which LSM to display
 2020-11-05  0:49 UTC  (2+ messages)
` [PATCH v22 22/23] LSM: Add /proc attr entry for full LSM context

[PATCH v13 0/8] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-04 20:48 UTC  (26+ messages)
` [PATCH v13 1/8] parisc: Drop parisc special case for __sighandler_t
` [PATCH v13 2/8] parisc: start using signal-defs.h
` [PATCH v13 3/8] arch: move SA_* definitions to generic headers
` [PATCH v13 4/8] signal: clear non-uapi flag bits when passing/returning sa_flags
` [PATCH v13 5/8] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v13 6/8] signal: deduplicate code dealing with common _sigfault fields
` [PATCH v13 7/8] signal: define the field siginfo.si_faultflags
` [PATCH v13 8/8] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH v22 00/12] Landlock LSM
 2020-11-03 16:03 UTC  (33+ messages)
` [PATCH v22 01/12] landlock: Add object management
` [PATCH v22 02/12] landlock: Add ruleset and domain management
` [PATCH v22 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v22 04/12] landlock: Add ptrace restrictions
` [PATCH v22 05/12] LSM: Infrastructure management of the superblock
` [PATCH v22 06/12] fs,security: Add sb_delete hook
` [PATCH v22 07/12] landlock: Support filesystem access-control
` [PATCH v22 08/12] landlock: Add syscall implementations
` [PATCH v22 09/12] arch: Wire up Landlock syscalls
` [PATCH v22 12/12] landlock: Add user and kernel documentation

[PATCH 00/34] fs: idmapped mounts
 2020-11-03 14:10 UTC  (53+ messages)
` [PATCH 01/34] namespace: take lock_mount_hash() directly when changing flags
` [PATCH 03/34] fs: add mount_setattr()
` [PATCH 05/34] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH 06/34] fs: add id translation helpers
` [PATCH 07/34] capability: handle idmapped mounts
` [PATCH 08/34] namei: add idmapped mount aware permission helpers
` [PATCH 09/34] inode: add idmapped mount aware init and "
` [PATCH 10/34] attr: handle idmapped mounts
` [PATCH 12/34] xattr: "
` [PATCH 13/34] selftests: add idmapped mounts xattr selftest
` [PATCH 14/34] commoncap: handle idmapped mounts
` [PATCH 15/34] stat: add mapped_generic_fillattr()
` [PATCH 16/34] namei: handle idmapped mounts in may_*() helpers
` [PATCH 21/34] open: handle idmapped mounts
` [PATCH 26/34] fs: add helpers for idmap mounts
` [PATCH 27/34] apparmor: handle idmapped mounts
` [PATCH 29/34] ima: "
` [PATCH 30/34] ext4: support "
` [PATCH 32/34] overlayfs: handle idmapped lower directories
` [PATCH 33/34] overlayfs: handle idmapped merged mounts
` [PATCH 34/34] fat: handle idmapped mounts

[PATCH v12 0/8] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-03 11:49 UTC  (13+ messages)
` [PATCH v12 3/8] arch: move SA_* definitions to generic headers
` [PATCH v12 4/8] signal: clear non-uapi flag bits when passing/returning sa_flags
` [PATCH v12 7/8] signal: define the field siginfo.si_xflags
` [PATCH v12 8/8] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH v3 00/14] IOASID extensions for guest SVA
 2020-11-02 23:41 UTC  (6+ messages)
` [PATCH v3 01/14] docs: Document IO Address Space ID (IOASID) APIs

UBSAN: array-index-out-of-bounds in alg_bind
 2020-11-02  2:17 UTC 

[RFC PATCH 1/2] rseq: Implement KTLS prototype for x86-64
 2020-10-29 15:35 UTC  (6+ 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).