public inbox for linux-security-module@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 22:31:46 to 2026-01-28 12:12:54 UTC [more...]

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-28 12:08 UTC  (28+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [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 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [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 v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH] xfrm: kill xfrm_dev_{state,policy}_flush_secctx_check()
 2026-01-28 10:28 UTC  (5+ messages)

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

[PATCH v3 0/3] landlock: documentation improvements
 2026-01-28  3:18 UTC  (4+ 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] 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 v4 00/17] module: Introduce hash-based integrity checking
 2026-01-27 15:20 UTC  (3+ messages)
` [PATCH v4 08/17] module: Deduplicate signature extraction

[PATCH v5 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-01-27 14:52 UTC  (7+ 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

[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 net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-01-26 18:13 UTC  (8+ messages)
` [PATCH net-next v2 1/4] selftests: net: Move some UAPI header inclusions after libc ones
` [PATCH net-next v2 2/4] selftests/landlock: "
` [PATCH net-next v2 3/4] samples/bpf: "
` [PATCH net-next v2 4/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'

[PATCH v2 0/3] landlock: Refactor layer masks
 2026-01-26 17:55 UTC  (9+ 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 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 v9 00/11] Streamline TPM2 HMAC sessions
 2026-01-25 19:25 UTC  (12+ 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 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 

[RFC PATCH 0/2] landlock: Refactor layer masks
 2026-01-25  1:52 UTC  (10+ messages)
` [RFC PATCH 2/2] landlock: transpose the layer masks data structure

[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  (6+ messages)
` [PATCH v4 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v4 5/6] keys/trusted_keys: establish PKWM as a trusted source

[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  (13+ 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  (6+ messages)

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

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-22 15:47 UTC  (19+ messages)
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users to use vma_flags_t
` [PATCH RESEND 09/12] mm: make vm_area_desc utilise vma_flags_t only

ipv4: cipso potential BUG()
 2026-01-22 11:20 UTC  (5+ messages)
  ` [PATCH] cipso: harden use of skb_cow() in cipso_v4_skbuff_setattr()

[PATCH v2] ima: Fallback to ctime check for FS without kstat.change_cookie
 2026-01-22  9:52 UTC  (5+ messages)

あたま専門のもみほぐし店 収益性等/概要資料
 2026-01-21  9:38 UTC 

[PATCH v2 0/3] landlock: Documentation improvements
 2026-01-21 10:19 UTC  (6+ 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] [Reminder] Landlock documentation improvements

[PATCH] efi: Mark UEFI skip cert quirks list as __initconst
 2026-01-21  7:43 UTC 

TVでも話題。地方で儲かる、焼肉ビジネス
 2026-01-21  4:24 UTC 

[PATCH] apparmor: replace strcpy with strscpy
 2026-01-20 14:50 UTC 

[PATCH v2 0/1] apparmor: avoid per-cpu hold underflow in aa_get_buffer
 2026-01-20  0:44 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/1] apparmor: avoid per-cpu hold underflow in aa_get_buffer
 2026-01-19 23:56 UTC  (3+ messages)
` [PATCH 1/1] "


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