messages from 2025-12-16 12:32:24 to 2025-12-29 13:57:09 UTC [more...]
[PATCH v2] security: Rename functions and add namespace mapping tests
2025-12-29 13:56 UTC (8+ messages)
` [PATCH] security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns
` [PATCH v3 sec cap tests] "
` commoncap KUnit tests v4
` [PATCH v4] security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns
[PATCH 0/6] Landlock: Implement scope control for pathname Unix sockets
2025-12-29 2:48 UTC (10+ 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 0/5] Landlock: Test, comment and doc improvements
2025-12-28 18:16 UTC (9+ messages)
` [PATCH 1/5] selftests/landlock: Fix typo in fs_test
` [PATCH 2/5] selftests/landlock: Fix missing semicolon
` [PATCH 3/5] Documentation/landlock: Fix missing case for ABI 6 in downgrade example
` [PATCH 4/5] selftests/landlock: Use scoped_base_variants.h for ptrace_test
` [RFC PATCH 5/5] landlock: Improve the comment for domain_is_scoped
[syzbot] [integrity?] [lsm?] INFO: task hung in process_measurement (3)
2025-12-28 6:29 UTC (2+ messages)
` [syzbot] [lsm?] [integrity?] "
[PATCH] ima: Fix stack-out-of-bounds in is_bprm_creds_for_exec()
2025-12-28 3:18 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 1/3] landlock: Add missing ABI 7 case in documentation example
2025-12-26 18:53 UTC (7+ messages)
` [PATCH 2/3] landlock: Document Landlock errata mechanism
` [PATCH 3/3] landlock: Document audit blocker field format
` [External] : Re: [PATCH 1/3] landlock: Add missing ABI 7 case in documentation example
[BUG REPORT] memory leak in prepare creds triggered by Netlink/fremovexattr (v6.12.62 , found C repro for Invalid bugs)
2025-12-25 11:12 UTC
[PATCH v4] loadpin: Implement custom proc_handler for enforce
2025-12-24 16:55 UTC
[syzbot] [tomoyo?] [mm?] INFO: rcu detected stall in sys_newfstat (4)
2025-12-24 15:25 UTC (2+ messages)
[PATCH] Cred: Remove unused set_security_override_from_ctx()
2025-12-23 23:13 UTC (5+ messages)
` [PATCH v2] "
[PATCH v1] landlock: Optimize stack usage when !CONFIG_AUDIT
2025-12-23 23:11 UTC (3+ messages)
[PATCH v2 0/1] Trim N entries of IMA event logs
2025-12-23 22:32 UTC (6+ messages)
` [PATCH V2 1/1] IMA event log trimming
[PATCH v1 1/5] landlock: Remove useless include
2025-12-23 21:29 UTC (10+ messages)
` [PATCH v1 2/5] landlock: Improve erratum documentation
` [PATCH v1 3/5] landlock: Clean up hook_ptrace_access_check()
` [PATCH v1 4/5] landlock: Fix spelling
` [PATCH v1 5/5] landlock: Fix formatting
[PATCH v3] loadpin: Implement custom proc_handler for enforce
2025-12-22 23:12 UTC (2+ messages)
[syzbot] [keyrings?] [lsm?] possible deadlock in keyring_clear (3)
2025-12-21 19:47 UTC (2+ messages)
[PATCH v6 0/6] Implement LANDLOCK_ADD_RULE_NO_INHERIT
2025-12-21 19:43 UTC (7+ messages)
` [PATCH v6 1/6] landlock: "
` [PATCH v6 2/6] landlock: Implement LANDLOCK_ADD_RULE_NO_INHERIT userspace api
` [PATCH v6 3/6] samples/landlock: Add LANDLOCK_ADD_RULE_NO_INHERIT to landlock-sandboxer
` [PATCH v6 4/6] selftests/landlock: Implement selftests for LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v6 5/6] landlock: Implement KUnit test "
` [PATCH v6 6/6] landlock: Add documentation "
[PATCH v7 0/9] Implement LANDLOCK_ADD_RULE_QUIET
2025-12-21 15:20 UTC (10+ messages)
` [PATCH v7 1/9] landlock: Add a place for flags to layer rules
` [PATCH v7 2/9] landlock: Add API support and docs for the quiet flags
` [PATCH v7 3/9] landlock: Suppress logging when quiet flag is present
` [PATCH v7 4/9] samples/landlock: Add quiet flag support to sandboxer
` [PATCH v7 5/9] selftests/landlock: Replace hard-coded 16 with a constant
` [PATCH v7 6/9] selftests/landlock: add tests for quiet flag with fs rules
` [PATCH v7 7/9] selftests/landlock: add tests for quiet flag with net rules
` [PATCH v7 8/9] selftests/landlock: Add tests for quiet flag with scope
` [PATCH v7 9/9] selftests/landlock: Add tests for invalid use of quiet flag
[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
2025-12-20 13:33 UTC (65+ messages)
` [PATCH v5 01/36] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v5 03/36] compiler-context-analysis: Add test stub
` [PATCH v5 04/36] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v5 05/36] checkpatch: Warn about context_unsafe() without comment
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 07/36] lockdep: Annotate lockdep assertions for "
` [PATCH v5 08/36] locking/rwlock, spinlock: Support Clang's "
` [PATCH v5 09/36] compiler-context-analysis: Change __cond_acquires to take return value
` [PATCH v5 10/36] locking/mutex: Support Clang's context analysis
` [PATCH v5 11/36] locking/seqlock: "
` [PATCH v5 12/36] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v5 13/36] bit_spinlock: Support Clang's context analysis
` [PATCH v5 14/36] rcu: "
` [PATCH v5 15/36] srcu: "
` [PATCH v5 16/36] kref: Add context-analysis annotations
` [PATCH v5 17/36] locking/rwsem: Support Clang's context analysis
` [PATCH v5 18/36] locking/local_lock: Include missing headers
` [PATCH v5 19/36] locking/local_lock: Support Clang's context analysis
` [PATCH v5 20/36] locking/ww_mutex: "
` [PATCH v5 21/36] debugfs: Make debugfs_cancellation a context lock struct
` [PATCH v5 22/36] um: Fix incorrect __acquires/__releases annotations
` [PATCH v5 23/36] compiler-context-analysis: Remove Sparse support
` [PATCH v5 24/36] compiler-context-analysis: Remove __cond_lock() function-like helper
` [PATCH v5 25/36] compiler-context-analysis: Introduce header suppressions
` [PATCH v5 26/36] compiler: Let data_race() imply disabled context analysis
` [PATCH v5 27/36] MAINTAINERS: Add entry for Context Analysis
` [PATCH v5 28/36] kfence: Enable context analysis
` [PATCH v5 29/36] kcov: "
` [PATCH v5 30/36] kcsan: "
` [PATCH v5 31/36] stackdepot: "
` [PATCH v5 32/36] rhashtable: "
` [PATCH v5 33/36] printk: Move locking annotation to printk.c
` [PATCH v5 34/36] security/tomoyo: Enable context analysis
` [PATCH v5 35/36] crypto: "
` [PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c
[PATCH] KEYS: replace -EEXIST with -EBUSY
2025-12-20 3:50 UTC
[RFC PATCH v1 0/3] Fix TCP short AF_UNSPEC handling
2025-12-19 21:07 UTC (3+ messages)
` [RFC PATCH v1 3/3] landlock: Fix TCP handling of short AF_UNSPEC addresses
[PATCH v8 00/12] Streamline TPM2 HMAC sessions
2025-12-19 20:54 UTC (13+ 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] selftests/landlock: Remove invalid unix socket bind()
2025-12-19 20:26 UTC (4+ messages)
` [PATCH] selftests/landlock: NULL-terminate unix pathname addresses
[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
2025-12-19 18:59 UTC (18+ messages)
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
[PATCH] ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()
2025-12-19 18:11 UTC (2+ messages)
[PATCH v4 00/10] Implement LANDLOCK_ADD_RULE_QUIET
2025-12-19 14:27 UTC (5+ messages)
` [PATCH v4 03/10] landlock: Suppress logging when quiet flag is present
[PATCH] loadpin: Implement custom proc_handler for enforce
2025-12-19 10:55 UTC (4+ messages)
[PATCH v2] loadpin: Implement custom proc_handler for enforce
2025-12-19 10:54 UTC
[PATCH v17] exec: Fix dead-lock in de_thread with ptrace_attach
2025-12-19 8:15 UTC (3+ messages)
` [PATCH v18] "
` [PATCH v19] "
[RFC 00/11] Reintroduce Hornet LSM
2025-12-18 21:26 UTC (9+ messages)
` [RFC 08/11] security: "
` [PATCH RFC 8/11] "
[RFC 00/11] Reintroduce Hornet LSM
2025-12-18 17:40 UTC (3+ messages)
[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
2025-12-18 16:29 UTC (4+ messages)
[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
2025-12-17 19:41 UTC (4+ messages)
[PATCH v2 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
2025-12-17 17:25 UTC (7+ 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 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [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 v1 00/17] tee: Use bus callbacks instead of driver callbacks
2025-12-17 9:02 UTC (8+ messages)
[PATCH 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
2025-12-17 5:18 UTC (4+ messages)
` [PATCH 5/6] keys/trusted_keys: establish PKWM as a trusted source
[PATCH] nfs: unify security_inode_listsecurity() calls
2025-12-16 23:03 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).