messages from 2025-09-10 12:21:25 to 2025-09-18 15:39:10 UTC [more...]
[PATCH v4 0/34] Rework the LSM initialization
2025-09-18 15:38 UTC (41+ messages)
` [PATCH v4 01/34] lsm: split the notifier code out into lsm_notifier.c
` [PATCH v4 02/34] lsm: split the init code out into lsm_init.c
` [PATCH v4 03/34] lsm: consolidate lsm_allowed() and prepare_lsm() into lsm_prepare()
` [PATCH v4 04/34] lsm: introduce looping macros for the initialization code
` [PATCH v4 05/34] lsm: integrate report_lsm_order() code into caller
` [PATCH v4 06/34] lsm: integrate lsm_early_cred() and lsm_early_task() "
` [PATCH v4 07/34] lsm: rename ordered_lsm_init() to lsm_init_ordered()
` [PATCH v4 08/34] lsm: replace the name field with a pointer to the lsm_id struct
` [PATCH v4 09/34] lsm: rename the lsm order variables for consistency
` [PATCH v4 10/34] lsm: rework lsm_active_cnt and lsm_idlist[]
` [PATCH v4 11/34] lsm: get rid of the lsm_names list and do some cleanup
` [PATCH v4 12/34] lsm: rework the LSM enable/disable setter/getter functions
` [PATCH v4 13/34] lsm: rename exists_ordered_lsm() to lsm_order_exists()
` [PATCH v4 14/34] lsm: rename/rework append_ordered_lsm() into lsm_order_append()
` [PATCH v4 15/34] lsm: rename/rework ordered_lsm_parse() to lsm_order_parse()
` [PATCH v4 16/34] lsm: cleanup the LSM blob size code
` [PATCH v4 17/34] lsm: cleanup initialize_lsm() and rename to lsm_init_single()
` [PATCH v4 18/34] lsm: fold lsm_init_ordered() into security_init()
` [PATCH v4 19/34] lsm: add/tweak function header comment blocks in lsm_init.c
` [PATCH v4 20/34] lsm: cleanup the debug and console output "
` [PATCH v4 21/34] lsm: output available LSMs when debugging
` [PATCH v4 22/34] lsm: group lsm_order_parse() with the other lsm_order_*() functions
` [PATCH v4 23/34] lsm: introduce an initcall mechanism into the LSM framework
` [PATCH v4 24/34] loadpin: move initcalls to "
` [PATCH v4 25/34] ipe: "
` [PATCH v4 26/34] smack: "
` [PATCH v4 27/34] tomoyo: "
` [PATCH v4 28/34] safesetid: "
` [PATCH v4 29/34] apparmor: "
` [PATCH v4 30/34] lockdown: "
` [PATCH v4 31/34] ima,evm: "
` [PATCH v4 32/34] selinux: "
` [PATCH v4 33/34] lsm: consolidate all of the LSM framework initcalls
` [PATCH v4 34/34] lsm: add a LSM_STARTED_ALL notification event
[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
2025-09-18 14:38 UTC (39+ messages)
` [PATCH v3 01/35] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v3 02/35] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v3 03/35] compiler-capability-analysis: Add test stub
` [PATCH v3 04/35] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v3 05/35] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v3 06/35] cleanup: Basic compatibility with capability analysis
` [PATCH v3 07/35] lockdep: Annotate lockdep assertions for "
` [PATCH v3 08/35] locking/rwlock, spinlock: Support Clang's "
` [PATCH v3 09/35] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v3 10/35] locking/mutex: Support Clang's capability analysis
` [PATCH v3 11/35] locking/seqlock: "
` [PATCH v3 12/35] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v3 13/35] bit_spinlock: Support Clang's capability analysis
` [PATCH v3 14/35] rcu: "
` [PATCH v3 15/35] srcu: "
` [PATCH v3 16/35] kref: Add capability-analysis annotations
` [PATCH v3 17/35] locking/rwsem: Support Clang's capability analysis
` [PATCH v3 18/35] locking/local_lock: Include missing headers
` [PATCH v3 19/35] locking/local_lock: Support Clang's capability analysis
` [PATCH v3 20/35] locking/ww_mutex: "
` [PATCH v3 21/35] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v3 22/35] compiler-capability-analysis: Remove Sparse support
` [PATCH v3 23/35] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v3 24/35] compiler-capability-analysis: Introduce header suppressions
` [PATCH v3 25/35] compiler: Let data_race() imply disabled capability analysis
` [PATCH v3 26/35] MAINTAINERS: Add entry for Capability Analysis
` [PATCH v3 27/35] kfence: Enable capability analysis
` [PATCH v3 28/35] kcov: "
` [PATCH v3 29/35] kcsan: "
` [PATCH v3 30/35] stackdepot: "
` [PATCH v3 31/35] rhashtable: "
` [PATCH v3 32/35] printk: Move locking annotation to printk.c
` [PATCH v3 33/35] security/tomoyo: Enable capability analysis
` [PATCH v3 34/35] crypto: "
` [PATCH v3 35/35] sched: Enable capability analysis for core.c and fair.c
[PATCH RFC 0/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC execution
2025-09-18 14:26 UTC (7+ messages)
` [PATCH RFC 2/4] landlock: implement memfd detection
[RFC PATCH v2] lsm,selinux: introduce LSM_ATTR_UNSHARE and wire it up for SELinux
2025-09-18 13:59 UTC
[PATCH v3] memfd,selinux: call security_inode_init_security_anon
2025-09-18 13:21 UTC (2+ messages)
[pcmoore-lsm:working-lsm_init_rework 9/41] security/lsm_init.c:400:25: sparse: sparse: cast removes address space '__rcu' of expression
2025-09-17 18:02 UTC
[pcmoore-lsm:working-lsm_init_rework 40/41] security/lsm_init.c:516:undefined reference to `securityfs_init'
2025-09-17 18:02 UTC
[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
2025-09-17 15:00 UTC (15+ messages)
[PATCH] memfd,selinux: call security_inode_init_security_anon
2025-09-17 1:08 UTC (6+ messages)
[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
2025-09-16 18:37 UTC (19+ messages)
` [PATCH v3 01/14] ACPI: APEI: "
` [PATCH v3 02/14] drm/i915/gt: "
` [PATCH v3 03/14] fs: aio: "
` [PATCH v3 04/14] nfs: "
` [PATCH v3 05/14] s390/pkey: "
` [PATCH v3 06/14] ipc: "
` [PATCH v3 07/14] yama: "
` [PATCH v3 08/14] cgroup: "
` [PATCH v3 09/14] cgroup/cpuset: "
` [PATCH v3 10/14] wifi: mac80211: "
` [PATCH v3 11/14] net: ncsi: "
` [PATCH v3 12/14] net: amt: "
` [PATCH v3 13/14] net: bonding: "
` [PATCH v3 14/14] wifi: ath9k: "
[PATCH v2] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
2025-09-16 1:55 UTC (4+ messages)
[PATCH] ima: setting security.ima to fix security.evm for a file with IMA signature
2025-09-15 21:05 UTC (4+ messages)
[PATCH v4 00/12] Signed BPF programs
2025-09-15 19:49 UTC (14+ messages)
` [PATCH v4 01/12] bpf: Update the bpf_prog_calc_tag to use SHA256
` [PATCH v4 02/12] bpf: Implement exclusive map creation
` [PATCH v4 03/12] libbpf: Implement SHA256 internal helper
` [PATCH v4 04/12] libbpf: Support exclusive map creation
` [PATCH v4 05/12] selftests/bpf: Add tests for exclusive maps
` [PATCH v4 06/12] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [PATCH v4 07/12] bpf: Move the signature kfuncs to helpers.c
` [PATCH v4 08/12] bpf: Implement signature verification for BPF programs
` [PATCH v4 09/12] libbpf: Update light skeleton for signing
` [PATCH v4 10/12] libbpf: Embed and verify the metadata hash in the loader
` [PATCH v4 11/12] bpftool: Add support for signing BPF programs
` [PATCH v4 12/12] selftests/bpf: Enable signature verification for some lskel tests
[PATCH] pid: use ns_capable_noaudit() when determining net sysctl permissions
2025-09-15 17:13 UTC (7+ messages)
Missing signoff in the capabilities-next tree
2025-09-15 17:10 UTC (2+ messages)
Smack: Memory leak in smack_fs_context_submount()
2025-09-15 15:49 UTC
[PATCHES] simple part of ->d_name stuff
2025-09-15 12:46 UTC (18+ messages)
` [PATCH 1/6] security_dentry_init_security(): constify qstr argument
` [PATCH 2/6] exfat_find(): "
` [PATCH 3/6] afs_edit_dir_{add,remove}(): "
` [PATCH 4/6] afs_dir_search: "
` [PATCH 5/6] generic_ci_validate_strict_name(): constify name argument
` [PATCH 6/6] make it easier to catch those who try to modify ->d_name
[PATCH] ima: don't clear IMA_DIGSIG flag when setting non-IMA xattr
2025-09-15 6:07 UTC (13+ messages)
` [PATCH v2] "
` [PATCH v3] ima: don't clear IMA_DIGSIG flag when setting or removing "
[PATCH] security: keys: use menuconfig for KEYS symbol
2025-09-14 17:14 UTC (4+ messages)
[bug report] [regression?] bpf lsm breaks /proc/*/attr/current with security= on commandline
2025-09-13 17:01 UTC
[PATCH] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
2025-09-13 0:33 UTC (4+ messages)
[PATCH v3 00/12] Signed BPF programs
2025-09-12 22:28 UTC (12+ messages)
` [PATCH v3 04/12] libbpf: Support exclusive map creation
` [PATCH v3 06/12] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [PATCH v3 09/12] libbpf: Update light skeleton for signing
` [syzbot ci] Re: Signed BPF programs
[RFC PATCH v3 0/34] Rework the LSM initialization
2025-09-12 18:34 UTC (9+ messages)
` [PATCH v3 31/34] ima,evm: move initcalls to the LSM framework
[RFC PATCH] lsm,selinux: introduce LSM_ATTR_UNSHARE and wire it up for SELinux
2025-09-12 12:23 UTC (7+ messages)
[PATCH] security: CONFIG_LSM: LSM can depend on SECURITY
2025-09-11 20:32 UTC (2+ messages)
[PATCH net-next v2 0/8] ipv4: icmp: Fix source IP derivation in presence of VRFs
2025-09-11 10:40 UTC (2+ messages)
[PATCH] Audit: Fix skb leak when audit rate limit is exceeded
2025-09-10 23:54 UTC (2+ 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).