messages from 2025-12-28 12:46:02 to 2026-01-06 22:13:16 UTC [more...]
[PATCH] nfs: unify security_inode_listsecurity() calls
2026-01-06 22:13 UTC (2+ messages)
[PATCH] security: Add KUnit tests for rootid_owns_currentns()
2026-01-06 21:07 UTC (3+ messages)
` [PATCH v5] security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns
[PATCH RFC] ima: Fallback to a ctime guard without i_version updates
2026-01-06 19:50 UTC (8+ messages)
[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
2026-01-06 17:34 UTC (4+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
[PATCH] lsm: make keys for static branch static
2026-01-06 17:13 UTC
[PATCH v3 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
2026-01-06 15:05 UTC (7+ messages)
` [PATCH v3 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v3 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v3 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH v3 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v3 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v3 6/6] docs: trusted-encryped: add PKWM as a new trust source
[PATCH] KEYS: replace -EEXIST with -EBUSY
2026-01-06 15:04 UTC (4+ messages)
[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
2026-01-06 13:40 UTC (8+ messages)
[PATCH v2 0/2] selftests: Centralize kselftest headers to avoid relative includes
2026-01-06 12:29 UTC (3+ messages)
` [PATCH v3] selftests: complete kselftest include centralization
[PATCH v2 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
2026-01-06 5:09 UTC (13+ messages)
` [PATCH v2 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v2 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v2 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v2 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v2 6/6] docs: trusted-encryped: add PKWM as a new trust source
[PATCH v3 0/1] Trim N entries of IMA event logs
2026-01-06 2:07 UTC (4+ messages)
` [PATCH v3 1/3] ima: make ima event log trimming configurable
` [PATCH v3 2/3] ima: trim N IMA event log records
` [PATCH v3 3/3] ima: add new critical data record to measure log trimming
[RFC PATCH 0/1] lsm: Add hook unix_path_connect
2026-01-05 16:04 UTC (11+ messages)
` [RFC PATCH 1/1] "
` [syzbot ci] "
[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
2026-01-05 15:41 UTC (4+ messages)
` [PATCH v2 07/27] rust: cred: add __rust_helper to helpers
` [PATCH v2 18/27] rust: security: "
[PATCH v2 0/3] landlock: Documentation improvements
2026-01-03 0:27 UTC (4+ messages)
` [PATCH v2 1/3] landlock: Add missing ABI 7 case in documentation example
` [PATCH v2 2/3] landlock: Add comprehensive errata documentation
` [PATCH v2 3/3] landlock: Document audit blocker field format
[RFC PATCH 0/5] landlock: Pathname-based UNIX connect() control
2026-01-02 18:37 UTC (22+ messages)
` [RFC PATCH 1/5] landlock/selftests: add a missing close(srv_fd) call
` [RFC PATCH 2/5] landlock: Control connections to pathname UNIX sockets by path
` [RFC PATCH 3/5] samples/landlock: Add support for LANDLOCK_ACCESS_FS_CONNECT_UNIX
` [RFC PATCH 4/5] landlock/selftests: test LANDLOCK_ACCESS_FS_CONNECT_UNIX
` [RFC PATCH 5/5] landlock: Document LANDLOCK_ACCESS_FS_UNIX_CONNECT
[PATCH v8 00/12] Streamline TPM2 HMAC sessions
2026-01-02 16:40 UTC (16+ messages)
` [PATCH v8 02/12] KEYS: trusted: Use get_random_bytes_wait() instead of tpm_get_random()
` [PATCH v8 03/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v8 04/12] tpm: Change tpm_get_random() opportunistic
` [PATCH v8 05/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v8 07/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
[PATCH v2 0/1] Trim N entries of IMA event logs
2026-01-02 14:33 UTC (7+ messages)
` [PATCH V2 1/1] IMA event log trimming
[RFC PATCH 0/2] landlock: Refactor layer masks
2025-12-31 23:14 UTC (5+ messages)
` [RFC PATCH 1/2] landlock: access_mask_subset() helper
` [RFC PATCH 2/2] landlock: transpose the layer masks data structure
[PATCH] smack: /smack/doi must be > 0
2025-12-31 20:52 UTC (2+ messages)
[PATCH] security: smack: fix indentation in smack_access.c
2025-12-31 20:50 UTC (2+ messages)
[PATCH] smack: /smack/doi: accept previously used values
2025-12-31 20:52 UTC (2+ messages)
[PATCH v2 0/6] Landlock: Implement scope control for pathname Unix sockets
2025-12-31 16:54 UTC (9+ messages)
` [PATCH v2 1/6] landlock: Add LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET scope bit to uAPI
` [PATCH v2 2/6] landlock: Implement LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET
` [PATCH v2 3/6] samples/landlock: Support LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET
` [PATCH v2 4/6] selftests/landlock: Support pathname socket path in set_unix_address
` [PATCH v2 5/6] selftests/landlock: Repurpose scoped_abstract_unix_test.c for pathname sockets too
` [PATCH v2 6/6] selftests/landlock: Add pathname socket variants for more tests
[BUG REPORT] memory leak in prepare creds triggered by Netlink/fremovexattr (v6.12.62 , found C repro for Invalid bugs)
2025-12-31 14:47 UTC (3+ messages)
[PATCH 0/6] Landlock: Implement scope control for pathname Unix sockets
2025-12-30 15:56 UTC (12+ messages)
` [PATCH 1/6] landlock: Add LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET scope bit to uAPI
` [PATCH 2/6] landlock: Implement LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET
` [PATCH 3/6] samples/landlock: Support LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET
` [PATCH 4/6] selftests/landlock: Support pathname socket path in set_unix_address
` [PATCH 5/6] selftests/landlock: Repurpose scoped_abstract_unix_test.c for pathname sockets too
` [PATCH 6/6] selftests/landlock: Add pathname socket variants for more tests
[PATCH v2] ima: Fix stack-out-of-bounds in is_bprm_creds_for_exec()
2025-12-29 21:13 UTC (3+ messages)
` [PATCH v3] "
[PATCH] ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()
2025-12-29 18:40 UTC (2+ messages)
[PATCH] security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns
2025-12-29 18:35 UTC (7+ messages)
` commoncap KUnit tests v4
` [PATCH v4] security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns
` [PATCH v5] "
[RFC 00/11] Reintroduce Hornet LSM
2025-12-29 17:12 UTC (2+ messages)
[PATCH 0/5] Landlock: Test, comment and doc improvements
2025-12-28 18:16 UTC (6+ messages)
` [PATCH 3/5] Documentation/landlock: Fix missing case for ABI 6 in downgrade example
` [RFC PATCH 5/5] landlock: Improve the comment for domain_is_scoped
page: | 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).