messages from 2026-08-31 11:15:26 to 2026-09-03 13:29:02 UTC [more...]
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-09-03 13:28 UTC (5+ messages)
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
[PATCH bpf-next 0/7] Add new way to add BPF LSM hooks
2026-09-03 13:23 UTC (17+ messages)
` [PATCH bpf-next 1/7] bpf: Allow BPF LSM programs to attach to more hooks
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 (3+ 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 (4+ 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
[PATCH 0/7] Change skb secmarks to x-array indexes
2026-09-02 19:37 UTC (9+ messages)
` [PATCH 1/7] net, smack: Create a function to set secmarks
` [PATCH 2/7] LSM: Implement x array functions for secmarks
` [PATCH 3/7] LSM: Two hooks for manipulating struct lsm_prop
` [PATCH 4/7] SELinux: hooks for secctx_to_lsmprop and update_lsmprop
` [PATCH 5/7] Smack: "
` [PATCH 6/7] Apparmor: "
` [PATCH 7/7] net, lsm: Change skb secmarks to x-array indexes
[PATCH 00/27] fs: port to const struct mnt_idmap
2026-09-02 19:34 UTC (62+ messages)
` [PATCH 01/27] userns: pass const uid_gid_map in lookup helpers
` [PATCH 02/27] fs: port mnt_idmap_{get,put}() to const mnt_idmap
` [PATCH 03/27] fs: port vfs{g,u}id helpers "
` [PATCH 04/27] fs: port fs{g,u}id "
` [PATCH 05/27] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 06/27] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 07/27] quota: port "
` [PATCH 08/27] fs: port privilege checking helpers "
` [PATCH 09/27] fs: port inode_owner_or_capable() "
` [PATCH 10/27] fs: port inode_init_owner() "
` [PATCH 11/27] fs: port acl "
` [PATCH 12/27] fs: port ->permission() to pass "
` [PATCH 13/27] fs: port xattr to "
` [PATCH 14/27] fs: port ->fileattr_set() to pass "
` [PATCH 15/27] fs: port ->set_acl() "
` [PATCH 16/27] fs: port ->get_acl() "
` [PATCH 17/27] fs: port ->tmpfile() "
` [PATCH 18/27] fs: port ->mknod() "
` [PATCH 19/27] fs: port ->rename() "
` [PATCH 20/27] fs: port ->mkdir() "
` [PATCH 21/27] fs: port ->symlink() "
` [PATCH 22/27] fs: port ->create() "
` [PATCH 23/27] fs: port ->getattr() "
` [PATCH 24/27] fs: port ->setattr() "
` [PATCH 25/27] fs: port vfs_*() helpers to "
` [PATCH 26/27] fs: port mnt_idmap() and file_mnt_idmap() "
` [PATCH 27/27] fs: make nop_mnt_idmap and invalid_mnt_idmap const
[PATCH v2 00/15] BPF interface for applying Landlock rulesets
2026-09-02 18:28 UTC (22+ messages)
` [PATCH v2 01/15] lsm: Add the LSM policy object lifetime hooks
` [PATCH v2 02/15] lsm: Add the bprm_apply_policy_object LSM hook
` [PATCH v2 03/15] lsm: Move the lsm_for_each_hook() macro to security/lsm.h
` [PATCH v2 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor
` [PATCH v2 05/15] lsm: Add the bpf_lsm_policy_from_fd kfunc
` [PATCH v2 06/15] lsm: Add the bpf_lsm_policy_acquire kfunc
` [PATCH v2 07/15] lsm: Add the bpf_lsm_policy_apply_bprm kfunc
` [PATCH v2 08/15] lsm: Document the LSM policy object interface
` [PATCH v2 09/15] selftests/bpf: Add tests for the LSM policy object kfuncs
` [PATCH v2 10/15] landlock: Expose the ruleset fd lookup to the rest of Landlock
` [PATCH v2 11/15] landlock: Factor the credential restriction out of landlock_restrict_self()
` [PATCH v2 12/15] landlock: Free rulesets after an RCU grace period
` [PATCH v2 13/15] landlock: Implement the LSM policy object hooks
` [PATCH v2 14/15] selftests/bpf: Test the LSM policy object kfuncs with Landlock
` [PATCH v2 15/15] landlock: Document the BPF policy interface
[PATCH v3] keys: finalize persistent keyring timeout after link attempt
2026-09-02 18:04 UTC (3+ messages)
[PATCH v3] ipe: fix invalid sgid value in audit event documentation
2026-09-02 17:21 UTC (2+ messages)
[Resend PATCH v2] ipe: fix typo
2026-09-02 15:20 UTC (2+ messages)
[PATCH] ima: Check for ERR_PTR from dentry_path() in validate_hash_algo()
2026-09-02 12:27 UTC (3+ messages)
[PATCH] keys/trusted/tpm2: Validate TPM2_Create object sizes separately
2026-09-02 11:43 UTC
[PATCH] ima: allow users to specify the pcr index with IMA_MEASURE_PCR_IDX
2026-09-02 11:38 UTC (3+ messages)
[PATCH v5] keys/trusted_keys: move TPM-specific fields into struct trusted_key_tpm
2026-09-02 11:03 UTC (3+ messages)
[PATCH v2 0/3] pidfd: add task path ioctls
2026-09-02 6:47 UTC (3+ messages)
[PATCH v4] hardening: Default randstruct off with rust for better allmodconfig support
2026-09-01 23:07 UTC (5+ messages)
[PATCH v2] keys: finalize persistent keyring timeout after link attempt
2026-09-01 17:27 UTC (2+ messages)
[PATCH] keys: set persistent keyring timeout before destination linking
2026-09-01 17:03 UTC (4+ messages)
[PATCH v4] keys/trusted_keys: move TPM-specific fields into trusted_tpm_options
2026-09-01 15:37 UTC (3+ messages)
[PATCH] apparmor: convert duplicated dfa transitions to match_char()
2026-09-01 14:07 UTC
[PATCH v2] lsm: expose mount idmaps to inode hooks
2026-09-01 12:50 UTC
[PATCH] keys: reject descriptions that exceed the index length
2026-09-01 12:29 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/2] lsm: expose mount idmaps to inode hooks
2026-09-01 12:28 UTC (2+ messages)
[PATCH v2 -next 2/2] security: Fix call security_backing_file_free second time
2026-08-31 21:29 UTC (3+ messages)
` [PATCH v2 "
[PATCH v2 -next 1/2] security: Delete dumplicate assignment
2026-08-31 21:28 UTC (3+ messages)
` [PATCH v2 "
[PATCH] lsm: update the BUILD_BUG_ON() in audit_log_lsm_data()
2026-08-31 21:27 UTC (3+ messages)
[PATCH v3 03/12] security: Add LSM_AUDIT_DATA_NS for namespace audit records
2026-08-31 21:26 UTC (3+ messages)
` [PATCH v3 3/12] "
[PATCH] cred: clarify that task_struct::cred is only for the current task
2026-08-31 21:22 UTC (3+ messages)
[PATCH] apparmor: fix NULL ctx->peer derefs in unix socket ctx updates
2026-08-31 20:25 UTC (3+ messages)
[PATCH AUTOSEL 6.18-5.10] ima: return error early if file xattr cannot be changed
2026-08-31 13:27 UTC (4+ messages)
` [PATCH AUTOSEL 6.18-5.15] integrity: Check for NULL returned by asymmetric_key_public_key
` [PATCH AUTOSEL 6.18-6.12] apparmor: propagate -ENOMEM correctly in unpack_table
` [PATCH AUTOSEL 6.18-5.10] netlabel: fix IPv6 unlabeled address add error handling
[PATCH bpf-next 2/7] net, bpf: Add a generic netlink hook on msg_rcv
2026-08-31 13:22 UTC (3+ messages)
[PATCH bpf-next 7/7] selftests/bpf: Add tests for BPF ethtool hooks
2026-08-31 13:12 UTC (3+ messages)
[PATCH bpf-next 6/7] selftests/bpf: Add tests for the generic netlink BPF hook
2026-08-31 13:01 UTC (3+ messages)
[PATCH bpf-next 5/7] selftests/bpf: Add netdevsim helper library
2026-08-31 12:55 UTC (3+ messages)
[PATCH v2 00/10] Extend PKWM to support user-created wrapping keys
2026-08-31 11:17 UTC (11+ 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
[PATCH 0/8] Extend PKWM to support user-created wrapping keys
2026-08-31 11:15 UTC (3+ messages)
` [PATCH 6/8] pseries/plpks: add HCALLs for PKWM wrapping key life cycle management
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