public inbox for linux-security-module@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-22 16:08:05 to 2026-02-01 22:25:50 UTC [more...]

[PATCH v9 00/11] Streamline TPM2 HMAC sessions
 2026-02-01 22:25 UTC  (14+ messages)
` [PATCH v9 01/11] KEYS: trusted: Use get_random-fallback for TPM
` [PATCH v9 02/11] KEYS: trusted: Use get_random_bytes_wait() instead of tpm_get_random()
` [PATCH v9 03/11] tpm: Change tpm_get_random() opportunistic
` [PATCH v9 04/11] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v9 05/11] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v9 06/11] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v9 07/11] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v9 08/11] tpm2-sessions: Remove the support for more than one authorization
` [PATCH v9 09/11] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v9 10/11] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v9 11/11] tpm-buf: Implement managed allocations

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-02-01 20:12 UTC  (19+ messages)
` [PATCH v4 02/17] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v4 03/17] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v4 04/17] module: Make mod_verify_sig() static
` [PATCH v4 08/17] module: Deduplicate signature extraction
` [PATCH v4 12/17] module: Move signature splitting up
` [PATCH v4 13/17] module: Report signature type to users
` [PATCH v4 15/17] module: Introduce hash-based integrity checking

[RFC PATCH v3 0/8] landlock: Add UDP access control support
 2026-02-01 16:19 UTC  (3+ messages)
` [RFC PATCH v3 6/8] selftests/landlock: Add tests for UDP sendmsg

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

[PATCH RESEND] apparmor: Replace deprecated strcpy with memcpy in gen_symlink_name
 2026-02-01 12:42 UTC  (4+ messages)

[PATCH v2 0/3] landlock: Refactor layer masks
 2026-02-01 12:24 UTC  (18+ messages)
` [PATCH v2 1/3] selftests/landlock: Add filesystem access benchmark
` [PATCH v2 2/3] landlock: access_mask_subset() helper
` [PATCH v2 3/3] landlock: transpose the layer masks data structure

[PATCH v3 0/3] landlock: documentation improvements
 2026-02-01 12:24 UTC  (6+ messages)
` [PATCH v3 1/3] landlock: add backwards compatibility for restrict flags
` [PATCH v3 2/3] landlock: add errata documentation section
` [PATCH v3 3/3] landlock: Document audit blocker field format

[PATCH v2 0/6] Landlock: Implement scope control for pathname Unix sockets
 2026-01-31 17:48 UTC  (16+ 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 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

[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-01-31 17:25 UTC  (10+ messages)
` [PATCH net-next v2 1/4] selftests: net: Move some UAPI header inclusions after libc ones

[PATCH] ipe: document AT_EXECVE_CHECK TOCTOU issue on OverlayFS
 2026-01-31 10:22 UTC  (4+ messages)

[PATCH] xfrm: kill xfrm_dev_{state,policy}_flush_secctx_check()
 2026-01-31  6:00 UTC  (7+ messages)

[PATCH v5 0/3] ima: Detect changes to files via kstat changes rather than i_version
 2026-01-30 22:39 UTC  (4+ messages)
` [PATCH v5 1/3] ima: Unify vfs_getattr_nosec() stat comparisons under helper function
` [PATCH v5 2/3] ima: Make integrity_inode_attrs_changed() call into vfs
` [PATCH v5 3/3] ima: Use kstat.ctime as a fallback change detection for stacked fs

[PATCH] lsm: preserve /proc/sys/vm/mmap_min_addr when !CONFIG_SECURITY
 2026-01-30 16:48 UTC  (3+ messages)

[PATCH v4] ima: Fallback to ctime check for FS without kstat.change_cookie
 2026-01-30 13:00 UTC  (3+ messages)

[syzbot] Monthly lsm report (Jan 2026)
 2026-01-30 10:09 UTC 

[PATCH v5 0/34] Rework the LSM initialization
 2026-01-29 23:06 UTC  (10+ messages)
` [PATCH v5 01/11] loadpin: move initcalls to the LSM framework
  ` [PATCH v5 10/11] lsm: consolidate all of the LSM framework initcalls

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

[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
 2026-01-29  8:20 UTC  (3+ messages)

[RFC PATCH 0/2] landlock: Refactor layer masks
 2026-01-28 21:49 UTC  (7+ messages)
` [RFC PATCH 2/2] landlock: transpose the layer masks data structure

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-28 16:44 UTC  (26+ messages)
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers

[PATCH] ipc: don't audit capability check in ipc_permissions()
 2026-01-28  3:26 UTC  (5+ messages)

[PATCH] ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()
 2026-01-27 22:09 UTC  (5+ messages)

[PATCH v3] ima_fs: Avoid creating measurement lists for unsupported hash algos
 2026-01-27 17:59 UTC  (2+ messages)

[PATCH v4] ima_fs: Avoid creating measurement lists for unsupported hash algos
 2026-01-27 15:20 UTC  (2+ messages)

[PATCH v2] ima_fs: Avoid creating measurement lists for unsupported hash algos
 2026-01-27 14:30 UTC  (4+ messages)

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-27 10:21 UTC  (11+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 15/36] srcu: Support Clang's "

[PATCH] ima_fs: Avoid creating measurement lists for unsupported hash algos
 2026-01-27 10:12 UTC  (5+ messages)

[PATCH] xfrm: force flush upon NETDEV_UNREGISTER event
 2026-01-26 22:41 UTC  (8+ messages)

[ANN] Linux Security Summit 2026 CfP
 2026-01-26 20:58 UTC 

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-26  5:08 UTC  (2+ messages)

[PATCH] apparmor: Replace memcpy + NUL termination with kmemdup_nul in do_setattr
 2026-01-25 21:00 UTC 

[GIT PULL] KEYS: trusted: keys-trusted-next-6.19-rc7
 2026-01-25 20:21 UTC  (2+ messages)

[PATCH] rust: security: use `pin_init::zeroed()` for LSM context initialization
 2026-01-25 19:27 UTC  (2+ messages)

[PATCH 0/2] move TPM-specific fields into trusted_tpm_options
 2026-01-25 17:00 UTC  (5+ messages)
` [PATCH 1/2] keys/trusted_keys: fix handle passed to tpm_buf_append_name during unseal
` [PATCH 2/2] keys/trusted_keys: move TPM-specific fields into trusted_tpm_options

[PATCH] apparmor: add .kunitconfig
 2026-01-25 10:05 UTC 

[PATCH v4 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-24 10:03 UTC  (4+ messages)
` [PATCH v4 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module

[syzbot] [lsm?] [input?] [usb?] memory leak in prepare_creds (6)
 2026-01-24  4:11 UTC 

[PATCH 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
 2026-01-24  0:18 UTC  (11+ messages)

[PATCH] landlock: fix struct layer_access_masks kernel-doc
 2026-01-23 22:29 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Refactor LSM hooks for VFS mount operations
 2026-01-23 20:23 UTC  (10+ messages)

[PATCH] evm: Use ordered xattrs list to calculate HMAC in evm_init_hmac()
 2026-01-23 19:33 UTC  (2+ messages)

[PATCH] ima: Detect changes to files via kstat changes rather than i_version
 2026-01-23 14:06 UTC  (3+ messages)

[PATCH v3] ima: Fallback to ctime check for FS without kstat.change_cookie
 2026-01-23 13:48 UTC  (2+ messages)

[PATCH tip/locking/core 0/6] compiler-context-analysis: Scoped init guards
 2026-01-23  8:44 UTC  (5+ messages)

[PATCH -next] lockdown: Add break in lockdown_write
 2026-01-22 17:41 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox