messages from 2026-05-21 02:06:09 to 2026-05-27 01:01:39 UTC [more...]
[PATCH v9 0/9] Implement LANDLOCK_ADD_RULE_QUIET
2026-05-27 1:01 UTC (9+ messages)
` [PATCH v9 1/9] landlock: Add a place for flags to layer rules
` [PATCH v9 2/9] landlock: Add API support and docs for the quiet flags
` [PATCH v9 3/9] landlock: Suppress logging when quiet flag is present
` [PATCH v9 4/9] samples/landlock: Add quiet flag support to sandboxer
` [PATCH v9 5/9] selftests/landlock: Replace hard-coded 16 with a constant
` [PATCH v9 6/9] selftests/landlock: add tests for quiet flag with fs rules
` [PATCH v9 7/9] selftests/landlock: add tests for quiet flag with net rules
` [PATCH v9 8/9] selftests/landlock: Add tests for quiet flag with scope
[PATCH] tomoyo: Fix NULL pointer dereference in tomoyo_init_request_info() when domain is NULL
2026-05-27 0:57 UTC (5+ messages)
security_task_prctl: why -ENOSYS
2026-05-26 23:42 UTC (3+ messages)
[PATCH v2 2/2] security: smack: fix spelling mistake
2026-05-26 21:52 UTC (2+ messages)
[PATCH v2 00/17] Landlock tracepoints
2026-05-26 21:34 UTC (5+ messages)
` [PATCH v2 06/17] landlock: Add create_ruleset and free_ruleset tracepoints
` [PATCH v2 10/17] landlock: Set audit_net.sk for socket access checks
[PATCH v3] security: Expand task_setscheduler LSM hook to include CPU affinity mask
2026-05-26 19:53 UTC (2+ messages)
[PATCH] firmware: arm_ffa: Treat missing FF-A feature on a platform as a probe miss
2026-05-26 19:35 UTC (3+ messages)
[PATCH bpf-next 00/13] Signed BPF + IPE Policies
2026-05-26 16:23 UTC (27+ messages)
` [PATCH bpf-next 01/13] bpf: expose signature verdict to LSMs via bpf_prog_aux
` [PATCH bpf-next 02/13] bpf: include prog BTF in the signed loader signature scope
` [PATCH bpf-next 03/13] bpf, libbpf: load prog BTF in the skel_internal loader
` [PATCH bpf-next 04/13] bpf: add bpf_loader_verify_metadata kfunc
` [PATCH bpf-next 05/13] bpf: compute prog->digest at BPF_PROG_LOAD entry
` [PATCH bpf-next 06/13] bpf: resolve loader-style kfunc CALLs against prog BTF
` [PATCH bpf-next 07/13] libbpf: generate prog BTF for loader programs
` [PATCH bpf-next 08/13] bpftool gen: embed loader prog BTF in the lskel header
` [PATCH bpf-next 09/13] lsm: add bpf_prog_load_post_integrity hook
` [PATCH bpf-next 10/13] bpf: invoke security_bpf_prog_load_post_integrity from the metadata kfunc
` [PATCH bpf-next 11/13] ipe: add BPF program signature properties
` [PATCH bpf-next 12/13] ipe: gate post-integrity BPF program loads
` [PATCH bpf-next 13/13] selftests/bpf: add IPE BPF policy integration tests
[PATCH v5 00/13] ima: Introduce staging mechanism
2026-05-26 15:53 UTC (28+ messages)
` [PATCH v5 03/13] ima: Introduce per binary measurements list type ima_num_entries counter
` [PATCH v5 04/13] ima: Introduce per binary measurements list type binary_runtime_size value
` [PATCH v5 05/13] ima: Introduce _ima_measurements_start() and _ima_measurements_next()
` [PATCH v5 06/13] ima: Mediate open/release method of the measurements list
` [PATCH v5 07/13] ima: Use snprintf() in create_securityfs_measurement_lists
` [PATCH v5 08/13] ima: Introduce ima_dump_measurement()
` [PATCH v5 09/13] ima: Add support for staging measurements with prompt
` [PATCH v5 10/13] ima: Add support for flushing the hash table when staging measurements
` [PATCH v5 11/13] ima: Support staging and deleting N measurements entries
` [PATCH v5 12/13] ima: Return error on deleting measurements already copied during kexec
` [PATCH v5 13/13] doc: security: Add documentation of the IMA staging mechanism
[PATCH RESEND 0/1] yama: clean-up ptrace relations upon activating YAMA_SCOPE_NO_ATTACH
2026-05-26 15:35 UTC (2+ messages)
` [PATCH RESEND 1/1] "
[PATCH v5 00/14] module: Introduce hash-based integrity checking
2026-05-26 13:14 UTC (14+ messages)
` [PATCH v5 06/14] module: Switch load_info::len to size_t
` [PATCH v5 07/14] module: Make module authentication usable without MODULE_SIG
` [PATCH v5 08/14] module: Move authentication logic into dedicated new file
` [PATCH v5 09/14] module: Move signature type check out of mod_check_sig()
` [PATCH v5 10/14] module: Prepare for additional module authentication mechanisms
[net-next] netlabel: validate unlabeled mask attribute length
2026-05-26 10:35 UTC (2+ messages)
[PATCH 0/4] firmware: arm_ffa: Move core init to platform driver probe
2026-05-26 9:41 UTC (8+ messages)
` [PATCH 2/4] firmware: arm_ffa: Register core as a platform driver
[PATCH] tpm-buf: memory-safe allocations
2026-05-26 7:53 UTC (4+ messages)
[PATCH 00/11] Convert moduleparams to seq_buf
2026-05-26 6:53 UTC (27+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic
[bug report] keys: request_key_auth payload use-after-free in keyctl_instantiate_key_common()
2026-05-26 2:50 UTC (3+ messages)
[PATCH] keys: Pin request_key_auth payload in instantiate paths
2026-05-26 2:48 UTC
[PATCH v2 1/2] security: apparmor: fix two spelling mistakes
2026-05-26 1:38 UTC
[PATCH] apparmor: fix use-after-free in rawdata dedup loop
2026-05-25 22:04 UTC
[PATCH v4 0/7] landlock: Add UDP access control support
2026-05-25 20:28 UTC (10+ messages)
` [PATCH v4 2/7] landlock: Add UDP connect() access control
` [PATCH v4 3/7] landlock: Add UDP send "
` [PATCH v4 7/7] landlock: Add documentation for UDP support
[PATCH v8 0/9] Implement LANDLOCK_ADD_RULE_QUIET
2026-05-25 20:40 UTC (13+ messages)
` [PATCH v8 1/9] landlock: Add a place for flags to layer rules
` [PATCH v8 2/9] landlock: Add API support and docs for the quiet flags
` [PATCH v8 3/9] landlock: Suppress logging when quiet flag is present
[net-next] netlabel: fix IPv6 unlabeled address add error handling
2026-05-25 19:10 UTC (3+ messages)
[PATCH] Fix various spelling mistakes
2026-05-25 16:06 UTC (2+ messages)
[PATCH v4 0/3] introduce IMA_INIT_LATE_SYNC option
2026-05-25 7:54 UTC (4+ messages)
` [PATCH v4 1/3] security: lsm: Allow LSMs to register for late_initcall_sync init
` [PATCH v4 2/3] security: ima: introduce IMA_INIT_LATE_SYNC option
` [PATCH v4 3/3] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in
[PATCH v8 0/3]
2026-05-24 23:43 UTC (7+ messages)
` [PATCH v8 1/3] lib/asn1_encoder: Add asn1_encode_integer_bytes()
` [PATCH v8 2/3] crypto: Migrate TPMKey ASN.1 objects from trusted-keys
` [PATCH v8 3/3] keys: asymmetric: tpm2_asymmetric
[PATCH 0/2] smack: restrict smackfs/{direct,mapped} values to 0-255
2026-05-24 22:37 UTC (3+ messages)
` [PATCH 1/2] smack: deduplicate smackfs/{direct,mapped} file_operations
` [PATCH 2/2] smack: restrict smackfs/{direct,mapped} values to 0-255
[PATCH] apparmor: Constify 'nulldfa_src' and 'stacksplitdfa_src' arrays
2026-05-24 11:34 UTC
[PATCH net v2 0/4] net: trust-after-modification fixes for IPv4 options + netlabel
2026-05-24 4:14 UTC (3+ messages)
` [PATCH net v2 3/4] netlabel: validate CALIPSO option against skb tail in netlbl_skbuff_getattr
` [PATCH net v2 4/4] netlabel: validate CIPSO "
[RFC PATCH] ipe: support multiple BPF integrity verification LSMs
2026-05-24 0:39 UTC (3+ messages)
[PATCH] lsm,bpf: fix security_bpf_prog_load() error handling
2026-05-23 17:44 UTC (6+ messages)
[PATCH] crypto: pkcs7: export verify_pkcs7_message_sig() as EXPORT_SYMBOL_GPL
2026-05-23 15:57 UTC
[PATCH bpf v3 0/2] gen_loader fixes
2026-05-23 15:12 UTC (7+ messages)
` [PATCH bpf v3 1/2] libbpf: fix off-by-one in emit_signature_match jump offset
` [PATCH bpf v3 2/2] bpf, libbpf: reject non-exclusive metadata maps in the signed loader
[PATCH v4 0/7] lsm: Replace security_sb_mount with granular mount hooks
2026-05-23 0:09 UTC (4+ messages)
` [PATCH v4 1/7] lsm: Add granular mount hooks to replace security_sb_mount
[PATCH v2 0/2] gen_loader fixes
2026-05-22 22:05 UTC (8+ messages)
` [PATCH v2 1/2] libbpf: fix off-by-one in emit_signature_match jump offset
` [PATCH v2 2/2] bpf, libbpf: reject non-exclusive metadata maps in the signed loader
[RFC PATCH v4 00/19] Support socket access-control
2026-05-22 15:42 UTC (7+ messages)
` [RFC PATCH v4 01/19] landlock: "
[PATCH v3] keys/trusted_keys: move TPM-specific fields into trusted_tpm_options
2026-05-22 12:41 UTC (2+ messages)
[ANN] Linux Security Summit Europe 2026 CfP
2026-05-22 5:56 UTC
[linux-next:master] BUILD REGRESSION 550604d6c9b9efc8d068aff94dc301694a7afdee
2026-05-22 0:33 UTC
[PATCH 0/6] landlock: Add scoped access bit for SysV message queues
2026-05-21 16:06 UTC (7+ messages)
` [PATCH 1/6] landlock: Add kern_ipc_perm credential blob structs
` [PATCH 2/6] landlock: Add LANDLOCK_SCOPE_SYSV_MSG_QUEUE
` [PATCH 3/6] landlock: Bump ABI for LANDLOCK_SCOPE_SYSV_MSG_QUEUE
` [PATCH 4/6] selftests/landlock: Test LANDLOCK_SCOPE_SYSV_MSG_QUEUE
` [PATCH 5/6] samples/landlock: Support LANDLOCK_SCOPE_SYSV_MSG_QUEUE in sandboxer
` [PATCH 6/6] landlock: Document LANDLOCK_SCOPE_SYSV_MESSAGE_QUEUE
[PATCH v2] apparmor: Fix inverted comparison in cache_hold_inc()
2026-05-21 15:13 UTC
[PATCH] apparmor: Fix inverted comparison in cache_hold_inc()
2026-05-21 6:57 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox