messages from 2025-04-08 08:12:37 to 2025-04-15 22:10:13 UTC [more...]
[RFC PATCH 0/29] Rework the LSM initialization
2025-04-15 22:10 UTC (89+ messages)
` [RFC PATCH 01/29] lsm: split the notifier code out into lsm_notifier.c
` [RFC PATCH 02/29] lsm: split the init code out into lsm_init.c
` [RFC PATCH 03/29] lsm: simplify prepare_lsm() and rename to lsm_prep_single()
` [RFC PATCH 04/29] lsm: simplify ordered_lsm_init() and rename to lsm_init_ordered()
` [RFC PATCH 05/29] lsm: replace the name field with a pointer to the lsm_id struct
` [RFC PATCH 06/29] lsm: cleanup and normalize the LSM order symbols naming
` [RFC PATCH 07/29] lsm: rework lsm_active_cnt and lsm_idlist[]
` [RFC PATCH 08/29] lsm: get rid of the lsm_names list and do some cleanup
` [RFC PATCH 09/29] lsm: cleanup and normalize the LSM enabled functions
` [RFC PATCH 10/29] lsm: cleanup the LSM blob size code
` [RFC PATCH 11/29] lsm: cleanup initialize_lsm() and rename to lsm_init_single()
` [RFC PATCH 12/29] lsm: cleanup the LSM ordered parsing
` [RFC PATCH 13/29] lsm: fold lsm_init_ordered() into security_init()
` [RFC PATCH 14/29] lsm: add missing function header comment blocks in lsm_init.c
` [RFC PATCH 15/29] lsm: cleanup the debug and console output "
` [RFC PATCH 16/29] lsm: output available LSMs when debugging
` [RFC PATCH 17/29] lsm: introduce an initcall mechanism into the LSM framework
` [RFC PATCH 18/29] loadpin: move initcalls to "
` [RFC PATCH 19/29] ipe: "
` [RFC PATCH 20/29] smack: "
` [RFC PATCH 21/29] tomoyo: "
` [RFC PATCH 22/29] safesetid: "
` [RFC PATCH 23/29] apparmor: "
` [RFC PATCH 24/29] lockdown: "
` [RFC PATCH 25/29] ima,evm: "
` [RFC PATCH 26/29] selinux: "
` [RFC PATCH 27/29] lsm: consolidate all of the LSM framework initcalls
` [RFC PATCH 28/29] lsm: add a LSM_STARTED_ALL notification event
` [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-15 21:48 UTC (19+ messages)
` [PATCH v2 security-next 1/4] security: "
` [PATCH v2 "
[PATCH] gcc-plugins: Disable GCC plugins for compile test builds
2025-04-15 20:43 UTC (19+ messages)
[PATCH 0/2] Allow individual features to be locked down
2025-04-13 19:25 UTC (8+ messages)
` [PATCH 1/2] lockdown: Switch implementation to using bitmap
[PATCH v8] KEYS: Add a list for unreferenced keys
2025-04-12 12:37 UTC (8+ messages)
[PATCH v3 net-next 0/4] net: Retire DCCP socket
2025-04-12 3:10 UTC (6+ messages)
` [PATCH v3 net-next 1/4] selftest: net: Remove DCCP bits
` [PATCH v3 net-next 2/4] net: Retire DCCP socket
` [PATCH v3 net-next 3/4] net: Unexport shared functions for DCCP
` [PATCH v3 net-next 4/4] tcp: Rename tcp_or_dccp_get_hashinfo()
Credentials not fully initialized before bprm_check LSM hook
2025-04-11 22:14 UTC (4+ messages)
[RFC PATCH 0/9] Landlock supervise: a mechanism for interactive permission requests
2025-04-11 10:55 UTC (7+ messages)
` [RFC PATCH 4/9] User-space API for creating a supervisor-fd
[PATCH v1 1/3] landlock: Log the TGID of the domain creator
2025-04-11 8:35 UTC (4+ messages)
` [PATCH v1 2/3] selftests/landlock: Factor out audit fixture in audit_test
` [PATCH v1 3/3] selftests/landlock: Add PID tests for audit records
[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
2025-04-11 6:51 UTC (18+ messages)
` [PATCH RFC v7 1/8] mm/filemap: Add mempolicy support to the filemap layer
` [PATCH RFC v7 2/8] mm/mempolicy: Export memory policy symbols
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd
` [PATCH RFC v7 4/8] KVM: Add kvm_gmem_exit() cleanup function
` [PATCH RFC v7 5/8] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [PATCH RFC v7 6/8] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH RFC v7 7/8] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH RFC v7 8/8] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support
[Bug Report] A compilation failure occurs when landlock and RANDSTRUCT are combined with GCC 14.2.0
2025-04-11 2:50 UTC (4+ messages)
[PATCH v11 0/9] ima: kexec: measure events between kexec load and execute
2025-04-10 19:47 UTC (30+ messages)
` [PATCH v11 2/9] ima: define and call ima_alloc_kexec_file_buf()
` [PATCH v11 3/9] kexec: define functions to map and unmap segments
` [PATCH v11 4/9] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v11 5/9] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v11 6/9] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v11 7/9] ima: verify if the segment size has changed
` [PATCH v11 8/9] ima: make the kexec extra memory configurable
` [PATCH v11 9/9] ima: measure kexec load and exec events as critical data
Full config
2025-04-10 8:13 UTC
[PATCH v2 net-next 0/4] net: Retire DCCP socket
2025-04-09 18:53 UTC (7+ messages)
` [PATCH v2 net-next 1/4] selftest: net: Remove DCCP bits
` [PATCH v2 net-next 2/4] net: Retire DCCP socket
` [PATCH v2 net-next 3/4] net: Unexport shared functions for DCCP
` [PATCH v2 net-next 4/4] tcp: Rename tcp_or_dccp_get_hashinfo()
[PATCH] hardening: Disable GCC randstruct for COMPILE_TEST
2025-04-09 15:26 UTC (3+ messages)
[PATCH v1 net-next 2/4] net: Retire DCCP
2025-04-08 16:28 UTC (4+ messages)
[PATCH] RDMA/uverbs: Consider capability of the process that opens the file
2025-04-08 14:44 UTC (12+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).