linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-15 07:36:54 to 2025-12-20 13:33:34 UTC [more...]

[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  (20+ messages)
` [PATCH v8 01/12] KEYS: trusted: Use get_random-fallback for TPM
` [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 06/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v8 07/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v8 08/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v8 09/12] tpm2-sessions: Remove the support for more than one authorization
` [PATCH v8 10/12] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v8 11/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v8 12/12] tpm-buf: Implement managed allocations

[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] ima: Fix stack-out-of-bounds in is_bprm_creds_for_exec()
 2025-12-19 19:54 UTC 

[PATCH v1 1/5] landlock: Remove useless include
 2025-12-19 19:38 UTC  (5+ 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 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 v1] landlock: Optimize stack usage when !CONFIG_AUDIT
 2025-12-19 14:26 UTC  (2+ messages)

[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  (10+ messages)
` [RFC 08/11] security: "
  ` [PATCH RFC 8/11] "

[PATCH v2] security: Rename functions and add namespace mapping tests
 2025-12-18 18:49 UTC  (4+ messages)
` [PATCH] security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns
  ` [PATCH v3 sec cap tests] "

[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  (8+ messages)
` [PATCH v2 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v2 15/17] KEYS: trusted: Make use of tee bus methods

[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
 2025-12-17 19:41 UTC  (6+ 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  (10+ messages)
` [PATCH v1 15/17] KEYS: trusted: Make use of tee bus methods

[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)

[PATCH 1/3] landlock: Add missing ABI 7 case in documentation example
 2025-12-16 21:02 UTC  (3+ messages)
` [PATCH 2/3] landlock: Document Landlock errata mechanism
` [PATCH 3/3] landlock: Document audit blocker field format

[PATCH v2 0/1] Trim N entries of IMA event logs
 2025-12-16 19:59 UTC  (6+ messages)
` [PATCH V2 1/1] IMA event log trimming

[PATCH v7 00/12] Streamline TPM2 HMAC sessions
 2025-12-16  7:48 UTC  (14+ messages)
` [PATCH v7 01/12] KEYS: trusted: Use get_random-fallback for TPM
` [PATCH v7 02/12] KEYS: trusted: Use get_random_bytes_wait() instead of tpm_get_random()
` [PATCH v7 03/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v7 04/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v7 05/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v7 06/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v7 07/12] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v7 08/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v7 09/12] tpm: Change tpm_get_random() opportunistic
` [PATCH v7 10/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v7 11/12] tpm-buf: Implement managed allocations
` [PATCH v7 12/12] tpm-buf: Remove tpm_buf_append_handle

[PATCH] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-16  6:48 UTC  (12+ messages)

[PATCH] lsm: fix kernel-doc struct member names
 2025-12-16  2:51 UTC  (2+ messages)

[PATCH v3] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-15 23:49 UTC 

[PATCH v2] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-15 23:25 UTC  (3+ messages)

[PATCH v5 1/6] landlock: Implement LANDLOCK_ADD_RULE_NO_INHERIT
 2025-12-15 22:21 UTC  (2+ messages)

[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
 2025-12-15 21:40 UTC  (3+ messages)
` (subset) "

An opinion about Linux security
 2025-12-15 17:44 UTC  (5+ messages)

A formal request for process clarifications
 2025-12-15 16:57 UTC  (3+ messages)

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-12-15 14:19 UTC  (9+ messages)
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
    ` [PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()

[PATCH] host/roots: Sandbox xdg-desktop-portal-spectrum-host
 2025-12-15 11:27 UTC  (7+ messages)


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).