Linux-Security-Module Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-18 14:05:47 to 2025-09-24 08:32:41 UTC [more...]

[PATCH 0/4] tpm2-session: correct disperancies
 2025-09-24  8:32 UTC  (9+ messages)
` [PATCH 1/4] tpm: Use -EPERM as fallback error code in tpm_ret_to_err
` [PATCH 2/4] tpm2-sessions: Remove unused parameter from tpm_buf_append_auth
` [PATCH 3/4] tpm2-sessions: Remove unnecessary wrapper
` [PATCH 4/4] keys, trusted: Remove redundant helper

[RFC PATCH v2] lsm,selinux: introduce LSM_ATTR_UNSHARE and wire it up for SELinux
 2025-09-24  8:08 UTC  (3+ messages)

[PATCH] ima: setting security.ima to fix security.evm for a file with IMA signature
 2025-09-24  8:03 UTC  (5+ messages)

[PATCH v11 0/3] tpm: robust stack allocations
 2025-09-24  1:37 UTC  (6+ messages)
` [PATCH v11 1/3] tpm: Make TPM buffer allocations more robust
` [PATCH v11 2/3] tpm: Use TPM_MIN_BUF_SIZE in driver commands
` [PATCH v11 3/3] tpm orchestrate tpm_get_random() in the function

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-09-23 19:49 UTC  (57+ messages)
` [PATCH v3 02/35] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v3 05/35] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v3 07/35] lockdep: Annotate lockdep assertions for capability analysis
` [PATCH v3 08/35] locking/rwlock, spinlock: Support Clang's "
` [PATCH v3 09/35] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v3 10/35] locking/mutex: Support Clang's capability analysis
` [PATCH v3 11/35] locking/seqlock: "
` [PATCH v3 12/35] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v3 13/35] bit_spinlock: Support Clang's capability analysis
` [PATCH v3 14/35] rcu: "
` [PATCH v3 15/35] srcu: "
` [PATCH v3 16/35] kref: Add capability-analysis annotations
` [PATCH v3 17/35] locking/rwsem: Support Clang's capability analysis
` [PATCH v3 18/35] locking/local_lock: Include missing headers
` [PATCH v3 19/35] locking/local_lock: Support Clang's capability analysis
` [PATCH v3 20/35] locking/ww_mutex: "
` [PATCH v3 21/35] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v3 22/35] compiler-capability-analysis: Remove Sparse support
` [PATCH v3 23/35] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v3 24/35] compiler-capability-analysis: Introduce header suppressions
` [PATCH v3 25/35] compiler: Let data_race() imply disabled capability analysis
` [PATCH v3 26/35] MAINTAINERS: Add entry for Capability Analysis
` [PATCH v3 27/35] kfence: Enable capability analysis
` [PATCH v3 28/35] kcov: "
` [PATCH v3 29/35] kcsan: "
` [PATCH v3 30/35] stackdepot: "
` [PATCH v3 31/35] rhashtable: "
` [PATCH v3 32/35] printk: Move locking annotation to printk.c
` [PATCH v3 33/35] security/tomoyo: Enable capability analysis
` [PATCH v3 34/35] crypto: "
` [PATCH v3 35/35] sched: Enable capability analysis for core.c and fair.c
` [syzbot ci] Re: Compiler-Based Capability- and Locking-Analysis

[PATCH] tpm: Use -EPERM as fallback error code in tpm_ret_to_err
 2025-09-23 14:35 UTC  (3+ messages)

[PATCH v10 0/4] tpm: robust stack allocations
 2025-09-23 14:30 UTC  (11+ messages)
` [PATCH v10 1/4] tpm: Make TPM buffer allocations more robust
` [PATCH v10 2/4] tpm, tpm1-cmd: Use stack for trivial cases
` [PATCH v10 3/4] tpm, tpm2-cmd: "
` [PATCH v10 4/4] tpm_vpm_proxy: Use stack for TPM_CC_SET_LOCALITY

[PATCH bpf-next v7 0/5] Signed BPF programs
 2025-09-23  8:39 UTC  (11+ messages)
` [PATCH bpf-next v7 1/5] bpf: Implement signature verification for "
` [PATCH bpf-next v7 2/5] libbpf: Update light skeleton for signing
` [PATCH bpf-next v7 3/5] libbpf: Embed and verify the metadata hash in the loader
` [PATCH bpf-next v7 4/5] bpftool: Add support for signing BPF programs
` [PATCH bpf-next v7 5/5] selftests/bpf: Enable signature verification for some lskel tests

[PATCH v4 0/34] Rework the LSM initialization
 2025-09-22 21:52 UTC  (50+ messages)
` [PATCH v4 01/34] lsm: split the notifier code out into lsm_notifier.c
` [PATCH v4 02/34] lsm: split the init code out into lsm_init.c
` [PATCH v4 03/34] lsm: consolidate lsm_allowed() and prepare_lsm() into lsm_prepare()
` [PATCH v4 04/34] lsm: introduce looping macros for the initialization code
` [PATCH v4 05/34] lsm: integrate report_lsm_order() code into caller
` [PATCH v4 06/34] lsm: integrate lsm_early_cred() and lsm_early_task() "
` [PATCH v4 07/34] lsm: rename ordered_lsm_init() to lsm_init_ordered()
` [PATCH v4 08/34] lsm: replace the name field with a pointer to the lsm_id struct
` [PATCH v4 09/34] lsm: rename the lsm order variables for consistency
` [PATCH v4 10/34] lsm: rework lsm_active_cnt and lsm_idlist[]
` [PATCH v4 11/34] lsm: get rid of the lsm_names list and do some cleanup
` [PATCH v4 12/34] lsm: rework the LSM enable/disable setter/getter functions
` [PATCH v4 13/34] lsm: rename exists_ordered_lsm() to lsm_order_exists()
` [PATCH v4 15/34] lsm: rename/rework ordered_lsm_parse() to lsm_order_parse()
` [PATCH v4 16/34] lsm: cleanup the LSM blob size code
` [PATCH v4 17/34] lsm: cleanup initialize_lsm() and rename to lsm_init_single()
` [PATCH v4 20/34] lsm: cleanup the debug and console output in lsm_init.c
` [PATCH v4 21/34] lsm: output available LSMs when debugging
` [PATCH v4 22/34] lsm: group lsm_order_parse() with the other lsm_order_*() functions
` [PATCH v4 23/34] lsm: introduce an initcall mechanism into the LSM framework
` [PATCH v4 24/34] loadpin: move initcalls to "

[PATCH 31/39] convert selinuxfs
 2025-09-22 21:12 UTC  (5+ messages)

what's going on with aa_destroy_aafs() call in apparmor_init()?
 2025-09-22 20:46 UTC  (2+ messages)

[PATCH v3] memfd,selinux: call security_inode_init_security_anon
 2025-09-22 19:30 UTC  (5+ messages)

[PATCH] ima: don't clear IMA_DIGSIG flag when setting non-IMA xattr
 2025-09-22 17:11 UTC  (3+ messages)
` [PATCH v3] ima: don't clear IMA_DIGSIG flag when setting or removing "

[PATCH] tpm2-sessions: Remove unnecessary wrapper
 2025-09-22 11:50 UTC 

[PATCH v7] tpm: Make TPM buffer allocations more robust
 2025-09-22  7:58 UTC  (5+ messages)

[RFC PATCH 0/6] Implement LANDLOCK_ADD_RULE_QUIET
 2025-09-21 23:52 UTC  (14+ messages)
` [RFC PATCH 1/6] landlock: Add a place for flags to layer rules
` [RFC PATCH 2/6] landlock: Add API support for the quiet flag
` [RFC PATCH 3/6] landlock/audit: Check for quiet flag in landlock_log_denial
` [RFC PATCH 4/6] landlock/audit: Fix wrong type usage
` [RFC PATCH 5/6] landlock/access: Improve explanation on the deny_masks_t

[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
 2025-09-21 16:24 UTC  (6+ messages)

[PATCH v6 0/5] Signed BPF programs
 2025-09-21 15:44 UTC  (6+ messages)
` [PATCH v6 1/5] bpf: Implement signature verification for "
` [PATCH v6 2/5] libbpf: Update light skeleton for signing
` [PATCH v6 3/5] libbpf: Embed and verify the metadata hash in the loader
` [PATCH v6 4/5] bpftool: Add support for signing BPF programs
` [PATCH v6 5/5] selftests/bpf: Enable signature verification for some lskel tests

[PATCH v5 00/12] Signed BPF programs
 2025-09-21 15:31 UTC  (14+ messages)
` [PATCH v5 01/12] bpf: Update the bpf_prog_calc_tag to use SHA256
` [PATCH v5 02/12] bpf: Implement exclusive map creation
` [PATCH v5 03/12] libbpf: Implement SHA256 internal helper
` [PATCH v5 04/12] libbpf: Support exclusive map creation
` [PATCH v5 05/12] selftests/bpf: Add tests for exclusive maps
` [PATCH v5 06/12] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [PATCH v5 07/12] bpf: Move the signature kfuncs to helpers.c
` [PATCH v5 08/12] bpf: Implement signature verification for BPF programs
` [PATCH v5 09/12] libbpf: Update light skeleton for signing
` [PATCH v5 10/12] libbpf: Embed and verify the metadata hash in the loader
` [PATCH v5 11/12] bpftool: Add support for signing BPF programs
` [PATCH v5 12/12] selftests/bpf: Enable signature verification for some lskel tests

[PATCH v4 00/12] Signed BPF programs
 2025-09-21 11:29 UTC  (10+ messages)
` [PATCH v4 01/12] bpf: Update the bpf_prog_calc_tag to use SHA256
` [PATCH v4 11/12] bpftool: Add support for signing BPF programs

[PATCH v9] tpm: Make TPM buffer allocations more robust
 2025-09-20 20:59 UTC 

[PATCH v7 0/6] mm/memfd: introduce MFD_NOEXEC_SEAL and MFD_EXEC
 2025-09-20 18:58 UTC  (7+ messages)
` [PATCH v7 6/6] mm/memfd: security hook for memfd_create

[PATCH v8] tpm: Make TPM buffer allocations more robust
 2025-09-20 16:26 UTC 

[PATCH v2] tpm: use a map for tpm2_calc_ordinal_duration()
 2025-09-19 14:47 UTC  (5+ messages)

[PATCH v6] tpm: Make TPM buffer allocations more robust
 2025-09-19 11:11 UTC 

[PATCH] pid: use ns_capable_noaudit() when determining net sysctl permissions
 2025-09-19 11:08 UTC  (2+ messages)

[PATCH] tpm: Disable TPM2_TCG_HMAC by default
 2025-09-18 20:52 UTC  (5+ messages)

[PATCH] tpm: use a map for tpm2_calc_ordinal_duration()
 2025-09-18 19:14 UTC  (2+ messages)

あたま専門のもみほぐし店 収益性等/概要資料
 2025-09-18 11:41 UTC 

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-18 15:51 UTC  (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

[PATCH RFC 0/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC execution
 2025-09-18 14:26 UTC  (7+ messages)
` [PATCH RFC 2/4] landlock: implement memfd detection


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 read-only IMAP folder(s) and NNTP newsgroup(s).