Linux Security Modules development
 help / color / mirror / Atom feed
 messages from 2026-09-07 08:15:20 to 2026-09-11 09:20:02 UTC [more...]

[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
 2026-09-11  9:19 UTC  (13+ messages)
` [PATCH v21 1/9] rust: alloc: add `KBox::into_non_null`
` [PATCH v21 2/9] rust: types: Add Ownable/Owned types
` [PATCH v21 3/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v21 4/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v21 5/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v21 6/9] rust: Add `OwnableRefCounted`
` [PATCH v21 7/9] rust: page: convert to `AlwaysRefCounted`
` [PATCH v21 8/9] rust: page: add `from_raw()`
` [PATCH v21 9/9] rust: page: add `ExclusivePage` for race-free page access

[PATCH v3 00/15] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-11  7:58 UTC  (16+ messages)
` [PATCH v3 01/15] "
` [PATCH v3 02/15] mm/oom_kill: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 03/15] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v3 04/15] mm/memory-failure: "
` [PATCH v3 05/15] cpu/hotplug: convert thread iterator to for_each_thread_rculock
` [PATCH v3 06/15] freezer: "
` [PATCH v3 07/15] hung_task: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 08/15] locking/lockdep: "
` [PATCH v3 09/15] rcu: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 10/15] sched: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 11/15] tracing/fgraph: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 12/15] unwind: "
` [PATCH v3 13/15] fs: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 14/15] lib: convert process iterator to for_each_process_rculock
` [PATCH v3 15/15] security/landlock: convert thread iterator to for_each_thread_rculock

[PATCH 1/7] kasan: Add .kunitconfig for KUnit tests
 2026-09-11  7:03 UTC 

[PATCH 0/7] fs: preserve superblock inode walk positions across lock drops
 2026-09-11  3:35 UTC  (14+ messages)
` [PATCH 1/7] fs: remove trailing whitespace from include/linux/fs.h
` [PATCH 2/7] fs: introduce sb_for_each_inodes()
    ` [External] "
` [PATCH 3/7] block: use sb_for_each_inodes() in sync_bdevs()
` [PATCH 4/7] fs: use sb_for_each_inodes() API
` [PATCH 5/7] gfs2: use sb_for_each_inodes() for cooperative eviction
` [PATCH 6/7] quota: use sb_for_each_inodes() in add_dquot_ref()
` [PATCH 7/7] landlock: use sb_for_each_inodes() when detaching a superblock
  ` [External] Re: [PATCH 0/7] fs: preserve superblock inode walk positions across lock drops

[PATCH v3 0/2] lsm: expose mount idmaps to inode hooks
 2026-09-11  3:25 UTC  (11+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/bpf: verify mount idmaps reach "

[PATCH v3 03/12] security: Add LSM_AUDIT_DATA_NS for namespace audit records
 2026-09-10 23:09 UTC  (7+ messages)
` [PATCH v3 3/12] "

[PATCH 2/2] lsm: fix size queries for getselfattr with NULL buffer
 2026-09-10 19:26 UTC  (2+ messages)

[PATCH] rust: security: replace `core::mem::zeroed` with `pin_init::zeroed`
 2026-09-10 19:00 UTC  (8+ messages)

[PATCH 01/13 net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-09-10 18:55 UTC  (8+ messages)

[PATCH v1 0/2] lsm: Preserve full ioctl commands in audit records
 2026-09-10 14:48 UTC  (3+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] selftests/landlock: Check "

[PATCH v3 09/13] security: keys: trusted: always clear the hmac_sha1_ctx before returning
 2026-09-10 12:41 UTC 

[PATCH v2] keys/trusted/tpm2: Validate TPM2_Create object sizes separately
 2026-09-10 10:02 UTC 

[PATCH] keys/trusted/tpm2: Validate TPM2_Create object sizes separately
 2026-09-10  7:58 UTC  (3+ messages)

[PATCH v8 0/2] Move TPM-specific fields out of trusted_key_options
 2026-09-10  7:52 UTC  (3+ messages)
` [PATCH v3 1/2] keys/trusted_keys: return immediately after TPM unseal failure
` [PATCH v8 2/2] keys/trusted_keys: move TPM-specific fields into struct trusted_key_tpm

[PATCH] KEYS: trusted: Fix tpm2_load_cmd() boundary check
 2026-09-10  7:52 UTC  (4+ messages)

[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-09-10  7:48 UTC  (5+ messages)
` [PATCH v3 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
` [PATCH v3 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
` [PATCH v3 3/3] selinux: require PROCESS__PTRACE for FOLL_FORCE introspection

[PATCH v7 0/2] Move TPM-specific fields out of trusted_key_options
 2026-09-10  6:55 UTC  (6+ messages)
` [PATCH v2 1/2] keys/trusted_keys: return immediately after TPM unseal failure
` [PATCH v7 2/2] keys/trusted_keys: move TPM-specific fields into struct trusted_key_tpm

[PATCH v3] KEYS: encrypted: fix integer overflow of datablob_len
 2026-09-10  4:44 UTC  (3+ messages)

[PATCH v2 0/3] integrity: Return error codes in audit messages
 2026-09-10  1:23 UTC  (3+ messages)

[PATCH v5] Kconfig: fix typos in core makefiles and purge defective DVB debug (v5)
 2026-09-10  0:11 UTC  (4+ messages)

[PATCH bpf-next v3 00/15] BPF interface for applying Landlock rulesets
 2026-09-09 23:08 UTC  (28+ messages)
` [PATCH bpf-next v3 01/15] lsm: Add the LSM policy object lifetime hooks
` [PATCH bpf-next v3 02/15] lsm: Add the bprm_apply_policy_object LSM hook
` [PATCH bpf-next v3 03/15] lsm: Move the lsm_for_each_hook() macro to security/lsm.h
` [PATCH bpf-next v3 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor
` [PATCH bpf-next v3 05/15] lsm: Add the bpf_lsm_policy_from_fd kfunc
` [PATCH bpf-next v3 06/15] lsm: Add the bpf_lsm_policy_acquire kfunc
` [PATCH bpf-next v3 07/15] lsm: Add the bpf_lsm_policy_apply_bprm kfunc
` [PATCH bpf-next v3 08/15] lsm: Document the LSM policy object interface
` [PATCH bpf-next v3 09/15] selftests/bpf: Add tests for the LSM policy object kfuncs
` [PATCH bpf-next v3 10/15] landlock: Expose the ruleset fd lookup to the rest of Landlock
` [PATCH bpf-next v3 11/15] landlock: Factor the credential restriction out of landlock_restrict_self()
` [PATCH bpf-next v3 12/15] landlock: Free rulesets after an RCU grace period
` [PATCH bpf-next v3 13/15] landlock: Implement the LSM policy object hooks
` [PATCH bpf-next v3 14/15] selftests/bpf: Test the LSM policy object kfuncs with Landlock
` [PATCH bpf-next v3 15/15] landlock: Document the BPF policy interface

[PATCH v2] keys: Fix key_user use-after-free during ownership changes
 2026-09-09 22:44 UTC  (2+ messages)

[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-09 22:14 UTC  (47+ messages)
` [PATCH v2 1/8] "
` [PATCH v2 2/8] mm/oom_kill: convert process/thread iterators to for_each_*_rculock
` [PATCH v2 3/8] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v2 4/8] mm/memory-failure: "
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
` [PATCH v2 6/8] fs: "
` [PATCH v2 7/8] lib: convert process iterator to for_each_process_rculock
` [PATCH v2 8/8] security/landlock: convert thread iterator to for_each_thread_rculock

[PATCH v2] cred: prevent slab cache merging for cred_jar
 2026-09-09 21:48 UTC  (2+ messages)

[PATCH v3] keys: finalize persistent keyring timeout after link attempt
 2026-09-09 21:17 UTC  (4+ messages)

[PATCH v6 0/2] Move TPM-specific fields out of trusted_key_options
 2026-09-09 21:05 UTC  (7+ messages)
` [PATCH 1/2] keys/trusted_keys: return immediately after TPM unseal failure
` [PATCH v6 2/2] keys/trusted_keys: move TPM-specific fields into struct trusted_key_tpm

[GIT PULL] Landlock fix for v7.3-rc3
 2026-09-09 18:38 UTC  (2+ messages)

[BUG] general protection fault in security_path_post_mknod
 2026-09-09 16:56 UTC  (3+ messages)

[PATCH v2] KEYS: encrypted: fix integer overflow of datablob_len
 2026-09-09 15:30 UTC  (2+ messages)

[PATCH v9 1/3] interconnect: mediatek: fix Makefile typo for mt8196
 2026-09-09 14:58 UTC  (2+ messages)

[PATCH v2 09/13] security: keys: trusted: always clear the hmac_sha1_ctx before returning
 2026-09-09 11:54 UTC 

[PATCH] apparmor: dedup perms entries when mapping older policy
 2026-09-09 11:26 UTC 

[PATCH 00/27] fs: port to const struct mnt_idmap
 2026-09-08 15:25 UTC  (2+ messages)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-08 12:10 UTC  (12+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'

[PATCH v1] landlock: Clean up ruleset validation checks
 2026-09-08  6:53 UTC  (2+ messages)

[syzbot] [ext4?] possible deadlock in process_measurement (6)
 2026-09-08  1:15 UTC  (2+ messages)

[PATCH v2] media: dvb-core: extirpate defective and unsafe ULE debug block
 2026-09-07 21:59 UTC  (3+ messages)

[PATCH v1 1/2] selftests/landlock: Fix trace variant formatting
 2026-09-07 16:07 UTC  (2+ messages)
` [PATCH v1 2/2] selftests/landlock: Fix disconnected "

[PATCH v1 1/2] landlock: Bound escaped trace path output
 2026-09-07 15:43 UTC  (2+ messages)
` [PATCH v1 2/2] landlock: Test trace path output boundaries

[PATCH v2] selftests/landlock: Test abstract socket trace name limits
 2026-09-07 10:35 UTC 

[PATCH] landlock: Fix use-after-free of the source's parent directory
 2026-09-07  9:54 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox