messages from 2026-09-02 22:02:19 to 2026-09-09 19:38:21 UTC [more...]
[PATCH bpf-next v3 00/15] BPF interface for applying Landlock rulesets
2026-09-09 19:37 UTC (13+ 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
[GIT PULL] Landlock fix for v7.3-rc3
2026-09-09 18:38 UTC (2+ messages)
[PATCH v3 03/12] security: Add LSM_AUDIT_DATA_NS for namespace audit records
2026-09-09 18:35 UTC (4+ messages)
` [PATCH v3 3/12] "
[PATCH v2 0/3] integrity: Return error codes in audit messages
2026-09-09 17:53 UTC (2+ messages)
[BUG] general protection fault in security_path_post_mknod
2026-09-09 16:56 UTC (3+ messages)
[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-09 16:11 UTC (45+ 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 v3] KEYS: encrypted: fix integer overflow of datablob_len
2026-09-09 15:34 UTC
[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 (4+ messages)
` [PATCH v9 2/3] regulator: mtk-spmi: fix Makefile typo for mt6316
` [PATCH v9 3/3] media: dvb-core: extirpate defective and unsafe ULE debug block
[PATCH v5] Kconfig: fix typos in core makefiles and purge defective DVB debug (v5)
2026-09-09 14:54 UTC (3+ messages)
[PATCH 0/7] fs: preserve superblock inode walk positions across lock drops
2026-09-09 13:08 UTC (10+ messages)
` [PATCH 1/7] fs: remove trailing whitespace from include/linux/fs.h
` [PATCH 2/7] fs: introduce sb_for_each_inodes()
` [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 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 v3 0/2] lsm: expose mount idmaps to inode hooks
2026-09-09 11:31 UTC (10+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/bpf: verify mount idmaps reach "
[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 (16+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
` [PATCH v20 4/8] rust: page: convert to `Ownable`'
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
[PATCH v1] landlock: Clean up ruleset validation checks
2026-09-08 6:53 UTC (2+ messages)
[syzbot] [integrity?] [lsm?] possible deadlock in process_measurement (6)
2026-09-08 1:15 UTC (3+ messages)
` [syzbot] [ext4?] "
[PATCH v2] media: dvb-core: extirpate defective and unsafe ULE debug block
2026-09-07 21:59 UTC (3+ messages)
[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
2026-09-07 21:00 UTC (4+ 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 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 (3+ messages)
[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
2026-09-06 10:50 UTC (5+ messages)
Request to withdraw all current and past patch submissions
2026-09-05 14:37 UTC
[PATCH] media: dvb-core: purge unsafe ULE debug and fix pre-existing vulnerabilities
2026-09-05 14:16 UTC
[PATCH v11 1/3] interconnect: mediatek: fix Makefile typo for mt8196
2026-09-05 14:01 UTC (3+ messages)
` [PATCH v11 2/3] regulator: mtk-spmi: fix Makefile typo for mt6316
` [PATCH v11 3/3] media: dvb-core: extirpate defective and unsafe ULE debug block
[PATCH v10] media: dvb-core: extirpate defective and unsafe ULE debug block
2026-09-05 13:28 UTC
[PATCH v2] tree-wide: extirpate seventy-eight orphaned code files
2026-09-05 13:17 UTC
[PATCH v8 1/3] interconnect: mediatek: fix Makefile typo for mt8196
2026-09-05 12:57 UTC (3+ messages)
` [PATCH v8 2/3] regulator: mtk-spmi: fix Makefile typo for mt6316
` [PATCH v8 3/3] media: dvb-core: extirpate defective and unsafe ULE debug block
[PATCH v7 1/3] interconnect: mediatek: fix Makefile typo for mt8196
2026-09-05 12:44 UTC (3+ messages)
` [PATCH v7 2/3] regulator: mtk-spmi: fix Makefile typo for mt6316
` [PATCH v7 3/3] media: dvb-core: extirpate defective and unsafe ULE debug block
[PATCH v6 1/4] interconnect: mediatek: fix Makefile typo for mt8196
2026-09-05 12:34 UTC (4+ messages)
` [PATCH v6 2/4] regulator: mtk-spmi: fix Makefile typo for mt6316
` [PATCH v6 3/4] media: dvb-core: remove defective and unsafe ULE debug block
` [PATCH v6 4/4] tree-wide: purge verified remaining legacy ghost options
[PATCH] Kconfig: purge twenty-nine legacy ghost options
2026-09-05 11:29 UTC (3+ messages)
[PATCH v4] Kconfig: fix typos in core makefiles/code and purge remaining ghosts (v4)
2026-09-05 0:16 UTC
[PATCH v3] Kconfig: fix typos in core makefiles/code and purge remaining ghosts (v3)
2026-09-05 0:06 UTC
[PATCH v2] Kconfig: purge twenty-eight legacy ghost options (v2)
2026-09-04 23:29 UTC
[PATCH v2] ima: allow users to specify the pcr index with IMA_MEASURE_PCR_IDX
2026-09-04 20:49 UTC (2+ messages)
[PATCH v2 0/3] pidfd: add task path ioctls
2026-09-04 16:54 UTC (3+ messages)
[PATCH 0/8] mm: introduce for_each_process_rcu and for_each_thread_rcu
2026-09-04 14:17 UTC (4+ messages)
` [PATCH 8/8] security/landlock: convert thread iterator to for_each_thread_rcu
[PATCH v2] lsm: expose mount idmaps to inode hooks
2026-09-04 9:46 UTC (2+ messages)
[PATCH v2 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
2026-09-04 9:31 UTC (4+ messages)
[PATCH v2] keys: Fix key_user use-after-free during ownership changes
2026-09-04 8:09 UTC
[PATCH v2 00/10] Extend PKWM to support user-created wrapping keys
2026-09-04 6:19 UTC (21+ messages)
` [PATCH v2 01/10] pseries/plpks: update PKS documentation and maintainer entry
` [PATCH v2 02/10] pseries/plpks: fix error handling in plpks_read_var()
` [PATCH v2 03/10] pseries/plpks: improve type consistency and parameter validation
` [PATCH v2 04/10] keys/trusted_keys: propagate wrapping key generation errors
` [PATCH v2 05/10] pseries/plpks: rename the default wrapping key macro
` [PATCH v2 06/10] pseries/plpks: fix self-reference in plpks_var initializer
` [PATCH v2 07/10] pseries/plpks: hide wrapping_features when unsupported
` [PATCH v2 08/10] pseries/plpks: add HCALLs for PKWM wrapping key life cycle management
` [PATCH v2 09/10] keys/trusted_keys: enable PKWM wrapping key selection by label
` [PATCH v2 10/10] pseries/plpks/wrapkey: expose PKWM wrapping key management to userspace via sysfs
[GIT PULL] selinux/selinux-pr-20260903
2026-09-03 20:46 UTC (2+ messages)
[PATCH] MAINTAINERS, mailmap: update email address for Ondrej Mosnáček
2026-09-03 20:24 UTC (4+ messages)
[PATCH] keys: Fix key_user use-after-free during ownership changes
2026-09-03 18:04 UTC (3+ messages)
[PATCH v3] ipe: fix invalid sgid value in audit event documentation
2026-09-03 17:27 UTC (3+ messages)
[PATCH bpf-next 0/7] Add new way to add BPF LSM hooks
2026-09-03 13:23 UTC (5+ messages)
Heads up: Moving to a different email address for my Linux kernel/SELinux contributions
2026-09-03 11:53 UTC (2+ messages)
[PATCH v2 0/7] Change skb secmarks to x-array indexes
2026-09-03 9:40 UTC (15+ messages)
` [PATCH v2 1/7] net, smack: Create a function to set secmarks
` [PATCH v2 2/7] LSM: Implement x array functions for secmarks
` [PATCH v2 3/7] LSM: Two hooks for manipulating struct lsm_prop
` [PATCH v2 4/7] SELinux: hooks for secctx_to_lsmprop and update_lsmprop
` [PATCH v2 5/7] Smack: "
` [PATCH v2 6/7] Apparmor: "
` [PATCH v2 7/7] net, lsm: Change skb secmarks to x-array indexes
[PATCH] KEYS: trusted: Fix tpm2_load_cmd() boundary check
2026-09-03 9:31 UTC (2+ messages)
[syzbot] [integrity?] [lsm?] possible deadlock in configfs_read_iter
2026-09-03 8:04 UTC
[PATCH] apparmor: fix table_size() integer overflow on 32 bit
2026-09-03 7:25 UTC
[PATCH v7 0/2] Move TPM-specific fields out of trusted_key_options
2026-09-02 23:03 UTC (3+ 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 v6 0/2] Move TPM-specific fields out of trusted_key_options
2026-09-02 22:24 UTC (3+ messages)
` [PATCH 1/2] keys/trusted_keys: return immediately after TPM unseal failure
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