linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-15 18:21:11 to 2021-01-22 16:47:30 UTC [more...]

[PATCH v4 00/13] "Task_isolation" mode
 2021-01-22 16:13 UTC  (5+ messages)
` [PATCH v4 11/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks

[PATCH] af_unix: Allow Unix sockets to raise SIGURG
 2021-01-22 15:06 UTC 

[PATCH v5 0/9] "Task_isolation" mode
 2021-01-22 15:00 UTC  (6+ messages)
` [PATCH v5 9/9] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
    ` [EXT] "

[PATCH 1/5] Add manpage for open_tree(2)
 2021-01-22  8:41 UTC  (16+ messages)
` [PATCH 2/5] Add manpages for move_mount(2)
` [PATCH 3/5] Add manpage for fspick(2)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
` [PATCH 5/5] Add manpage for fsconfig(2)

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

[PATCH v3 0/3] Add error_report_end tracepoint to KFENCE and KASAN
 2021-01-22  8:49 UTC  (7+ messages)
` [PATCH v3 1/3] tracing: add error_report_end trace point
` [PATCH 2/3] kfence: use error_report_end tracepoint
` [PATCH 3/3] kasan: "

[PATCH v6 00/40] idmapped mounts
 2021-01-22  4:38 UTC  (57+ messages)
` [PATCH v6 01/40] mount: attach mappings to mounts
` [PATCH v6 02/40] fs: add id translation helpers
` [PATCH v6 03/40] fs: add file and path permissions helpers
` [PATCH v6 04/40] capability: handle idmapped mounts
` [PATCH v6 05/39] namei: make permission helpers idmapped mount aware
` [PATCH v6 06/40] inode: make init and "
` [PATCH v6 07/40] attr: handle idmapped mounts
` [PATCH v6 08/40] acl: "
` [PATCH v6 09/40] xattr: "
` [PATCH v6 10/40] commoncap: "
` [PATCH v6 11/40] stat: "
` [PATCH v6 12/40] namei: handle idmapped mounts in may_*() helpers
` [PATCH v6 13/40] namei: introduce struct renamedata
` [PATCH v6 14/40] namei: prepare for idmapped mounts
` [PATCH v6 15/40] open: handle idmapped mounts in do_truncate()
` [PATCH v6 16/40] open: handle idmapped mounts
` [PATCH v6 17/40] af_unix: "
` [PATCH v6 18/40] utimes: "
` [PATCH v6 19/40] fcntl: "
` [PATCH v6 20/40] init: "
` [PATCH v6 21/40] ioctl: "
` [PATCH v6 22/40] would_dump: "
` [PATCH v6 23/40] exec: "
` [PATCH v6 24/40] fs: make helpers idmap mount aware
` [PATCH v6 25/40] apparmor: handle idmapped mounts
` [PATCH v6 26/39] ima: "
` [PATCH v6 27/40] ecryptfs: do not mount on top of "
` [PATCH v6 28/40] overlayfs: "
` [PATCH v6 29/40] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v6 30/40] mount: make {lock,unlock}_mount_hash() static
` [PATCH v6 31/40] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v6 32/40] fs: split out functions to hold writers
` [PATCH v6 33/40] fs: add attr_flags_to_mnt_flags helper
` [PATCH v6 34/40] fs: add mount_setattr()
` [PATCH v6 35/40] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v6 36/40] tests: add mount_setattr() selftests
` [PATCH v6 37/40] fat: handle idmapped mounts
` [PATCH v6 38/40] ext4: support "
` [PATCH v6 39/40] xfs: "
` [PATCH v6 40/40] generic/622: add fstests for "

[PATCH] tee: Add -q, --quiet option to not write to stdout
 2021-01-21 23:12 UTC  (2+ messages)
                  ` [PATCH v2] tee: Add -q, --quiet, --silent "

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-21 22:32 UTC  (18+ messages)
` [PATCH v17 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v17 06/26] x86/cet: Add control-protection fault handler
` [PATCH v17 08/26] x86/mm: Introduce _PAGE_COW

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-21 22:18 UTC  (13+ messages)
` [PATCH v16 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v16 02/11] mmap: make mlock_future_check() global
` [PATCH v16 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v16 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v16 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v16 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting
` [PATCH v16 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v16 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v16 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools
 2021-01-21 12:56 UTC  (3+ messages)

[PATCH v15 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-21  0:12 UTC  (15+ messages)
` [PATCH v15 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v15 02/11] mmap: make mlock_future_check() global
` [PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v15 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v15 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v15 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v15 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v15 08/11] secretmem: add memcg accounting
` [PATCH v15 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v15 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v15 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH v2 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-01-20 20:46 UTC  (10+ messages)

[PATCH 1/1] process_madvise.2: Add process_madvise man page
 2021-01-20 20:23 UTC 

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-20 17:04 UTC  (6+ messages)
` [PATCH v14 05/10] "

[PATCH v4 0/4] x86: Improve Minimum Alternate Stack Size
 2021-01-20 16:14 UTC  (6+ messages)
` [PATCH v4 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v4 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v4 3/4] x86/signal: Detect and prevent an alternate signal stack overflow
` [PATCH v4 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH v5 00/42] idmapped mounts
 2021-01-20 12:03 UTC  (62+ messages)
` [PATCH v5 09/42] mount: attach mappings to mounts
` [PATCH v5 10/42] capability: handle idmapped mounts
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 13/42] attr: handle idmapped mounts
` [PATCH v5 14/42] acl: "
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 16/42] xattr: handle idmapped mounts
` [PATCH v5 17/42] commoncap: "
` [PATCH v5 18/42] stat: "
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata
` [PATCH v5 21/42] namei: prepare for idmapped mounts
` [PATCH v5 22/42] open: handle idmapped mounts in do_truncate()
` [PATCH v5 23/42] open: handle idmapped mounts
` [PATCH v5 24/42] af_unix: "
` [PATCH v5 25/42] utimes: "
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 27/42] notify: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 31/42] exec: "
` [PATCH v5 32/42] fs: make helpers idmap mount aware
` [PATCH v5 37/42] xfs: support idmapped mounts
` [PATCH v5 40/42] fs: introduce MOUNT_ATTR_IDMAP

[PATCH] entry: Use different define for selector variable in SUD
 2021-01-20 11:41 UTC  (2+ messages)

[PATCH -V9 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2021-01-20  6:12 UTC  (2+ messages)
` [PATCH -V9 1/3] "

[PATCH v8 0/1] ns: introduce binfmt_misc namespace
 2021-01-18 19:51 UTC  (4+ messages)
` [PATCH v8 1/1] ns: add binfmt_misc to the user namespace

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-17 18:31 UTC  (11+ messages)

[PATCH] futex: Change 'utime' parameter to be 'const ... *'
 2021-01-17 16:32 UTC  (2+ messages)
  ` Ping: "

[PATCH v26 00/12] Landlock LSM
 2021-01-16 17:16 UTC  (8+ messages)
` [PATCH v26 07/12] landlock: Support filesystem access-control

[PATCH v5 0/2] add sysfs exports for TPM 2 PCR registers
 2021-01-15 21:14 UTC  (11+ messages)
` [PATCH v5 1/2] tpm: add sysfs exports for all banks of "

[PATCH 0/6] fs-verity: add an ioctl to read verity metadata
 2021-01-15 18:18 UTC  (4+ messages)
` [PATCH 4/6] fs-verity: support reading Merkle tree with ioctl
` [PATCH 5/6] fs-verity: support reading descriptor "
` [PATCH 6/6] fs-verity: support reading signature "


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