linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-14 16:57:36 to 2020-10-31 17:43:51 UTC [more...]

[PATCH 00/34] fs: idmapped mounts
 2020-10-31 17:43 UTC  (55+ messages)
` [PATCH 01/34] namespace: take lock_mount_hash() directly when changing flags
` [PATCH 02/34] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH 03/34] fs: add mount_setattr()
` [PATCH 04/34] tests: add mount_setattr() selftests
` [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 11/34] acl: "
` [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 17/34] namei: introduce struct renamedata
` [PATCH 18/34] namei: prepare for idmapped mounts
` [PATCH 19/34] namei: add lookup helpers with idmapped mounts aware permission checking
` [PATCH 20/34] open: handle idmapped mounts in do_truncate()
` [PATCH 21/34] open: handle idmapped mounts
` [PATCH 22/34] af_unix: "
` [PATCH 23/34] utimes: "
` [PATCH 24/34] would_dump: "
` [PATCH 25/34] exec: "
` [PATCH 26/34] fs: add helpers for idmap mounts
` [PATCH 27/34] apparmor: handle idmapped mounts
` [PATCH 28/34] audit: "
` [PATCH 29/34] ima: "
` [PATCH 30/34] ext4: support "
` [PATCH 31/34] expfs: handle "
` [PATCH 32/34] overlayfs: handle idmapped lower directories
` [PATCH 33/34] overlayfs: handle idmapped merged mounts
` [PATCH 34/34] fat: handle idmapped mounts

[PATCH v22 00/12] Landlock LSM
 2020-10-30 12:41 UTC  (34+ 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 10/12] selftests/landlock: Add user space tests
` [PATCH v22 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v22 12/12] landlock: Add user and kernel documentation

[PATCH v3 00/14] IOASID extensions for guest SVA
 2020-10-30 10:18 UTC  (24+ messages)
` [PATCH v3 01/14] docs: Document IO Address Space ID (IOASID) APIs
` [PATCH v3 03/14] iommu/ioasid: Add a separate function for detach data
` [PATCH v3 04/14] iommu/ioasid: Support setting system-wide capacity
` [PATCH v3 05/14] iommu/ioasid: Redefine IOASID set and allocation APIs
` [PATCH v3 06/14] iommu/ioasid: Introduce API to adjust the quota of an ioasid_set
` [PATCH v3 07/14] iommu/ioasid: Add an iterator API for ioasid_set
` [PATCH v3 08/14] iommu/ioasid: Add reference couting functions
` [PATCH v3 09/14] iommu/ioasid: Introduce ioasid_set private ID
` [PATCH v3 10/14] iommu/ioasid: Introduce notification APIs
` [PATCH v3 11/14] iommu/ioasid: Support mm type ioasid_set notifications

[RFC PATCH 1/2] rseq: Implement KTLS prototype for x86-64
 2020-10-29 15:35 UTC  (6+ messages)

[PATCH ghak90 V9 00/13] audit: implement container identifier
 2020-10-28  1:35 UTC  (12+ messages)
` [PATCH ghak90 V9 05/13] audit: log container info of syscalls

[RESEND PATCH v11 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-10-27 17:19 UTC  (6+ messages)
` [RESEND PATCH v11 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [RESEND PATCH v11 2/3] arch: Wire up trusted_for(2)
` [RESEND PATCH v11 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[PATCH v7 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-27  9:48 UTC  (12+ messages)
` [PATCH v7 1/7] mm: add definition of PMD_PAGE_ORDER
` [PATCH v7 2/7] mmap: make mlock_future_check() global
` [PATCH v7 3/7] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v7 4/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v7 5/7] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v7 6/7] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v7 7/7] secretmem: test: add basic selftest for memfd_secret(2)

Disinfectant
 2020-10-27  9:00 UTC 

UBSAN: array-index-out-of-bounds in alg_bind
 2020-10-26 23:40 UTC  (10+ messages)
        ` [PATCH] crypto: af_alg - avoid undefined behavior accessing salg_name

[PATCH v3 1/1] uapi: Move constants from <linux/kernel.h> to <linux/const.h>
 2020-10-25 22:29 UTC  (3+ messages)
` [musl] "

[PATCH] fscrypt: remove kernel-internal constants from UAPI header
 2020-10-24  0:51 UTC 

[PATCH] drivers/virt: vmgenid: add vm generation id driver
 2020-10-20 16:54 UTC  (26+ messages)

The problem of setgroups and containers
 2020-10-20 14:11 UTC  (4+ messages)
          ` [RFC][PATCH] userns: Limit process in a user namespace to what the creator is allowed

[PATCH v4 00/13] "Task_isolation" mode
 2020-10-17 20:03 UTC  (17+ messages)
` [PATCH v4 03/13] task_isolation: userspace hard isolation from kernel
    ` [EXT] "
` [PATCH v4 10/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "

[PATCH v12 0/8] arm64: expose FAR_EL1 tag bits in siginfo
 2020-10-17  0:12 UTC  (9+ messages)
` [PATCH v12 1/8] parisc: Drop parisc special case for __sighandler_t
` [PATCH v12 2/8] parisc: start using signal-defs.h
` [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 5/8] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v12 6/8] signal: deduplicate code dealing with common _sigfault fields
` [PATCH v12 7/8] signal: define the field siginfo.si_xflags
` [PATCH v12 8/8] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH 1/5] Add manpage for open_tree(2)
 2020-10-16  6:50 UTC  (7+ messages)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)

[RFC]: userspace memory reaping
 2020-10-15 19:32 UTC  (9+ messages)

[PATCH v21 00/12] Landlock LSM
 2020-10-15 12:31 UTC  (8+ messages)
` [PATCH v21 07/12] landlock: Support filesystem access-control
` [PATCH v21 12/12] landlock: Add user and kernel documentation


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