linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-12-15 15:53 UTC  (34+ messages)
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
  ` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
  ` [PATCH v4 08/35] locking/rwlock, spinlock: Support Clang's "
  ` [PATCH v4 14/35] rcu: "
  ` [PATCH v4 16/35] kref: Add context-analysis annotations

[PATCH] loadpin: Implement custom proc_handler for enforce
 2025-12-15 15:43 UTC 

[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 v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-15 14:16 UTC  (3+ 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

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

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

[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
 2025-12-15 12:41 UTC  (5+ messages)

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

[PATCH v1 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-15  9:32 UTC  (7+ messages)
` [PATCH v1 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v1 15/17] KEYS: trusted: Make use of tee bus methods

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

A formal request for process clarifications
 2025-12-15  7:38 UTC  (2+ messages)

An opinion about Linux security
 2025-12-15  4:55 UTC  (12+ messages)

[PATCH v5 0/6] Implement LANDLOCK_ADD_RULE_NO_INHERIT
 2025-12-14 22:53 UTC  (8+ messages)
` [PATCH v5 1/6] landlock: "
` [PATCH v5 2/6] landlock: Implement LANDLOCK_ADD_RULE_NO_INHERIT userspace api
` [PATCH v5 3/6] samples/landlock: Add LANDLOCK_ADD_RULE_NO_INHERIT to landlock-sandboxer
` [PATCH v5 4/6] selftests/landlock: Implement selftests for LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v5 5/6] landlock: Implement KUnit test "
` [PATCH v5 6/6] landlock: Add documentation "

[PATCH] lsm: fix kernel-doc struct member names
 2025-12-14 20:15 UTC 

[PATCH v6 00/11] Streamline TPM2 HMAC sessions
 2025-12-14 15:38 UTC  (12+ messages)
` [PATCH v6 01/11] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v6 02/11] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v6 03/11] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v6 04/11] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v6 05/11] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v6 06/11] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v6 07/11] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v6 08/11] tpm: In tpm_get_random() replace 'retries' with a zero check
` [PATCH v6 09/11] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v6 10/11] tpm-buf: Implement managed allocations
` [PATCH v6 11/11] tpm-buf: Remove tpm_buf_append_handle

[PATCH v5 00/12] Streamline TPM2 HMAC sessions
 2025-12-13 20:32 UTC  (13+ messages)
` [PATCH v5 01/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v5 02/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v5 03/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v5 04/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v5 05/12] tpm-buf: Remove chip parameter from tpm_buf_append_handle
` [PATCH v5 06/12] tpm-buf: Implement managed allocations
` [PATCH v5 07/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v5 08/12] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v5 09/12] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v5 10/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v5 11/12] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v5 12/12] tpm: In tpm_get_random() replace 'retries' with a zero check

[PATCH 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2025-12-13 19:22 UTC  (9+ messages)
` [PATCH 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH 6/6] docs: trusted-encryped: add PKWM as a new trust source

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-13  5:50 UTC  (17+ messages)
` [RFC 01/11] lsm: framework for BPF integrity verification
` [RFC 02/11] oid_registry: allow arbitrary size OIDs
` [RFC 03/11] certs: break out pkcs7 check into its own function
` [RFC 04/11] crypto: pkcs7: add flag for validated trust on a signed info block
` [RFC 05/11] crypto: pkcs7: allow pkcs7_digest() to be called from pkcs7_trust
` [RFC 06/11] crypto: pkcs7: add ability to extract signed attributes by OID
` [RFC 07/11] crypto: pkcs7: add tests for pkcs7_get_authattr
` [RFC 08/11] security: Hornet LSM
` [RFC 09/11] hornet: Introduce gen_sig
` [RFC 10/11] hornet: Add a light skeleton data extractor scripts
` [RFC 11/11] selftests/hornet: Add a selftest for the Hornet LSM

[PATCH v4 0/5] Implement LANDLOCK_ADD_RULE_NO_INHERIT
 2025-12-12 22:02 UTC  (4+ messages)
` [PATCH v4 1/5] landlock: "

[RFC PATCH v3 0/8] landlock: Add UDP access control support
 2025-12-12 16:37 UTC  (9+ messages)
` [RFC PATCH v3 1/8] landlock: Minor reword of docs for TCP access rights
` [RFC PATCH v3 2/8] landlock: Refactor TCP socket type check
` [RFC PATCH v3 3/8] landlock: Add UDP bind+connect access control
` [RFC PATCH v3 4/8] selftests/landlock: Add UDP bind/connect tests
` [RFC PATCH v3 5/8] landlock: Add UDP sendmsg access control
` [RFC PATCH v3 6/8] selftests/landlock: Add tests for UDP sendmsg
` [RFC PATCH v3 7/8] samples/landlock: Add sandboxer UDP access control
` [RFC PATCH v3 8/8] landlock: Add documentation for UDP support

[PATCH v6 00/10] Implement LANDLOCK_ADD_RULE_QUIET
 2025-12-12 11:13 UTC  (4+ messages)
` [PATCH v6 04/10] landlock: Fix wrong type usage

[RFC][PATCH] ima: Add support for staging measurements for deletion
 2025-12-11 23:38 UTC  (12+ messages)

xfs/ima: Regression caching i_version
 2025-12-11 22:50 UTC  (6+ messages)

[syzbot] [lsm?] WARNING in collect_domain_accesses (2)
 2025-12-11  6:22 UTC 

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

[PATCH v4 0/8] Streamline TPM2 HMAC sessions
 2025-12-10 17:20 UTC  (9+ messages)
` [PATCH v4 1/8] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v4 2/8] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v4 3/8] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v4 4/8] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v4 5/8] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v4 6/8] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v4 7/8] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v4 8/8] tpm: In tpm_get_random() replace 'retries' with a zero check

[PATCH v3 0/7] Streamline TPM2 HMAC sessions
 2025-12-10 14:39 UTC  (8+ messages)
` [PATCH v3 1/7] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v3 2/7] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v3 3/7] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v3 4/7] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v3 5/7] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v3 6/7] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v3 7/7] tpm: Send only one TPM command per hwrng request

[PATCH] bpf, arm64: Do not audit capability check in do_jit()
 2025-12-10  7:30 UTC  (2+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-12-09 17:18 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v18] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-12-09 12:28 UTC  (11+ messages)
  ` [RFC][PATCH] exec: Move cred computation under exec_update_lock
      ` Are setuid shell scripts safe? (Implied by security_bprm_creds_for_exec)

[PATCH v2 1/5] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
 2025-12-09 10:05 UTC  (2+ messages)
` [PATCH v2 3/5] KEYS: trusted: Re-orchestrate tpm2_read_public() calls

[PATCH 2/4] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
 2025-12-09  7:52 UTC  (3+ messages)
` [PATCH 4/4] tpm-buf: Remove tpm_buf_append_handle

[PATCH] KEYS: trusted: Don't use 'buf->handles'
 2025-12-09  7:19 UTC  (2+ 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).