messages from 2025-09-04 00:05:33 to 2025-09-16 22:14:19 UTC [more...]
[PATCH v4 0/34] Rework the LSM initialization
2025-09-16 22:03 UTC (23+ 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 v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
2025-09-16 19:22 UTC (12+ messages)
` [PATCH v2 7/7] docs: fs/9p: Document the "inodeident" option
[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] memfd,selinux: call security_inode_init_security_anon
2025-09-16 15:26 UTC (4+ messages)
[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 (5+ 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 (30+ messages)
` [PATCH v3 11/34] lsm: get rid of the lsm_names list and do some cleanup
` [PATCH v3 27/34] tomoyo: move initcalls to the LSM framework
` [PATCH v3 29/34] apparmor: "
` [PATCH v3 31/34] ima,evm: "
[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 (12+ messages)
` [PATCH net-next v2 1/8] ipv4: cipso: Simplify IP options handling in cipso_v4_error()
` [PATCH net-next v2 2/8] ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send()
` [PATCH net-next v2 3/8] ipv4: icmp: Fix source IP derivation in presence of VRFs
` [PATCH net-next v2 4/8] selftests: traceroute: Return correct value on failure
` [PATCH net-next v2 5/8] selftests: traceroute: Use require_command()
` [PATCH net-next v2 6/8] selftests: traceroute: Reword comment
` [PATCH net-next v2 7/8] selftests: traceroute: Test traceroute with different source IPs
` [PATCH net-next v2 8/8] selftests: traceroute: Add VRF tests
[PATCH] Audit: Fix skb leak when audit rate limit is exceeded
2025-09-10 23:54 UTC (2+ messages)
[PATCH v2] memfd,selinux: call security_inode_init_security_anon
2025-09-09 21:32 UTC (6+ messages)
[RFC 0/2] BPF signature hash chains
2025-09-09 16:20 UTC (3+ messages)
` [RFC 1/2] bpf: Add hash chain signature support for arbitrary maps
` [RFC 2/2] libbpf: Add hash chain signing support to light skeletons
[PATCH v3 31/34] ima,evm: move initcalls to the LSM framework
2025-09-09 7:47 UTC (7+ messages)
` [PATCH] "
[RFC PATCH 0/6] Implement LANDLOCK_ADD_RULE_QUIET
2025-09-09 0:06 UTC (7+ messages)
` [RFC PATCH 1/6] landlock: Add a place for flags to layer rules
` [RFC PATCH 2/6] landlock: Add API support for the quiet flag
` [RFC PATCH 3/6] landlock/audit: Check for quiet flag in landlock_log_denial
` [RFC PATCH 4/6] landlock/audit: Fix wrong type usage
` [RFC PATCH 5/6] landlock/access: Improve explanation on the deny_masks_t
` [RFC PATCH 6/6] samples/landlock: Add FS quiet flag support to sandboxer
LSM namespacing API
2025-09-06 2:01 UTC (12+ messages)
[PATCH net-next 0/8] ipv4: icmp: Fix source IP derivation in presence of VRFs
2025-09-04 21:46 UTC (3+ messages)
` [PATCH net-next 1/8] ipv4: cipso: Simplify IP options handling in cipso_v4_error()
[RFC PATCH] selftests/landlock: Support running the full fs test suite on another FS
2025-09-04 15:11 UTC (2+ messages)
[syzbot] [kernel?] INFO: trying to register non-static key in skb_dequeue (4)
2025-09-04 15:12 UTC (2+ messages)
subscribe
2025-09-04 8:57 UTC
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