messages from 2025-11-11 14:09:59 to 2025-11-20 18:14:52 UTC [more...]
[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
2025-11-20 18:14 UTC (37+ messages)
` [PATCH v4 01/35] compiler_types: Move lock checking attributes to compiler-context-analysis.h
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 03/35] compiler-context-analysis: Add test stub
` [PATCH v4 04/35] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v4 05/35] checkpatch: Warn about context_unsafe() without comment
` [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 09/35] compiler-context-analysis: Change __cond_acquires to take return value
` [PATCH v4 10/35] locking/mutex: Support Clang's context analysis
` [PATCH v4 11/35] locking/seqlock: "
` [PATCH v4 12/35] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v4 13/35] bit_spinlock: Support Clang's context analysis
` [PATCH v4 14/35] rcu: "
` [PATCH v4 15/35] srcu: "
` [PATCH v4 16/35] kref: Add context-analysis annotations
` [PATCH v4 17/35] locking/rwsem: Support Clang's context analysis
` [PATCH v4 18/35] locking/local_lock: Include missing headers
` [PATCH v4 19/35] locking/local_lock: Support Clang's context analysis
` [PATCH v4 20/35] locking/ww_mutex: "
` [PATCH v4 21/35] debugfs: Make debugfs_cancellation a context guard struct
` [PATCH v4 22/35] compiler-context-analysis: Remove Sparse support
` [PATCH v4 23/35] compiler-context-analysis: Remove __cond_lock() function-like helper
` [PATCH v4 24/35] compiler-context-analysis: Introduce header suppressions
` [PATCH v4 25/35] compiler: Let data_race() imply disabled context analysis
` [PATCH v4 26/35] MAINTAINERS: Add entry for Context Analysis
` [PATCH v4 27/35] kfence: Enable context analysis
` [PATCH v4 28/35] kcov: "
` [PATCH v4 29/35] kcsan: "
` [PATCH v4 30/35] stackdepot: "
` [PATCH v4 31/35] rhashtable: "
` [PATCH v4 32/35] printk: Move locking annotation to printk.c
` [PATCH v4 33/35] security/tomoyo: Enable context analysis
` [PATCH v4 34/35] crypto: "
` [PATCH v4 35/35] sched: Enable context analysis for core.c and fair.c
[PATCH v17] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-20 17:29 UTC (19+ messages)
` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()
` [RFC PATCH 2/3] exec: don't wait for zombie threads with cred_guard_mutex held
` [PATCH v18] exec: Fix dead-lock in de_thread with ptrace_attach
[PATCH RFC 0/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC execution
2025-11-20 15:42 UTC (4+ messages)
[Patch V1] ima: avoid duplicate policy rules insertions
2025-11-20 15:39 UTC (3+ messages)
[BUG] landlock: sleeping function called from invalid context in hook_sb_delete()
2025-11-20 14:48 UTC (4+ messages)
` "
[PATCH] lockdown: Only log restrictions once
2025-11-20 13:35 UTC (6+ messages)
` [PATCH v2] "
[RFC v1 0/1] Implement IMA Event Log Trimming
2025-11-20 11:02 UTC (3+ messages)
` [RFC v1 1/1] ima: Implement IMA event log trimming
[PATCH -next] ima: Handle error code returned by ima_filter_rule_match()
2025-11-20 9:17 UTC (2+ messages)
[PATCH v2] lsm: use unrcu_pointer() for current->cred in security_init()
2025-11-20 7:48 UTC (2+ messages)
[PATCH] security: sctp: Format type and permission checks tables
2025-11-20 1:39 UTC (6+ messages)
[PATCH v3 0/9] module: Introduce hash-based integrity checking
2025-11-19 19:55 UTC (6+ messages)
` [PATCH v3 7/9] module: Move lockdown check into generic module loader
[PATCH] lsm: use unrcu_pointer() for current->cred in security_init()
2025-11-19 15:36 UTC (3+ messages)
[PATCH] ima: Fall back to default kernel module signature verification
2025-11-19 15:29 UTC (18+ messages)
` [PATCH v2] lsm,ima: new LSM hook security_kernel_module_read_file to access decompressed kernel module
` [PATCH v3] ima: Access decompressed kernel module to verify appended signature
` [PATCH v4] "
[PATCH] KEYS: encrypted: Use pr_fmt()
2025-11-19 14:45 UTC (3+ messages)
Wiadomość z księgowości
2025-11-19 9:01 UTC
[PATCH] KEYS: encrypted: Replace deprecated strcpy and improve get_derived_key
2025-11-19 2:50 UTC (4+ messages)
[PATCH] keys: Replace memcpy with strscpy in proc_keys_show
2025-11-19 2:36 UTC (2+ messages)
[PATCH] KEYS: Remove the ad-hoc compilation flag CAAM_DEBUG
2025-11-19 2:25 UTC (2+ messages)
[PATCH] Clarify the rootid_owns_currentns
2025-11-19 0:29 UTC (7+ messages)
[RFC PATCH v4 00/19] Support socket access-control
2025-11-18 13:46 UTC (20+ messages)
` [RFC PATCH v4 01/19] landlock: "
` [RFC PATCH v4 02/19] selftests/landlock: Test creating a ruleset with unknown access
` [RFC PATCH v4 03/19] selftests/landlock: Test adding a socket rule
` [RFC PATCH v4 04/19] selftests/landlock: Testing adding rule with wildcard value
` [RFC PATCH v4 05/19] selftests/landlock: Test acceptable ranges of socket rule key
` [RFC PATCH v4 06/19] landlock: Add hook on socket creation
` [RFC PATCH v4 07/19] selftests/landlock: Test basic socket restriction
` [RFC PATCH v4 08/19] selftests/landlock: Test network stack error code consistency
` [RFC PATCH v4 09/19] selftests/landlock: Test overlapped rulesets with rules of protocol ranges
` [RFC PATCH v4 10/19] selftests/landlock: Test that kernel space sockets are not restricted
` [RFC PATCH v4 11/19] selftests/landlock: Test protocol mappings
` [RFC PATCH v4 12/19] selftests/landlock: Test socketpair(2) restriction
` [RFC PATCH v4 13/19] selftests/landlock: Test SCTP peeloff restriction
` [RFC PATCH v4 14/19] selftests/landlock: Test that accept(2) is not restricted
` [RFC PATCH v4 15/19] lsm: Support logging socket common data
` [RFC PATCH v4 16/19] landlock: Log socket creation denials
` [RFC PATCH v4 17/19] selftests/landlock: Test socket creation denial log for audit
` [RFC PATCH v4 18/19] samples/landlock: Support socket protocol restrictions
` [RFC PATCH v4 19/19] landlock: Document socket rule type support
[PATCH 0/2] apparmor unaligned memory fixes
2025-11-18 12:49 UTC (5+ messages)
[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
2025-11-18 7:24 UTC (4+ messages)
` [PATCH v3 14/14] wifi: ath9k: "
[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
2025-11-17 23:04 UTC (23+ messages)
` [PATCH v6 01/15] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v6 02/15] VFS: introduce start_dirop() and end_dirop()
` [PATCH v6 03/15] VFS: tidy up do_unlinkat()
` [PATCH v6 04/15] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v6 05/15] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v6 07/15] smb/server: use end_removing_noperm for for target of smb2_create_link()
` [PATCH v6 08/15] VFS: introduce start_removing_dentry()
` [PATCH v6 09/15] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v6 10/15] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v6 11/15] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v6 12/15] Add start_renaming_two_dentries()
` [PATCH v6 13/15] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v6 14/15] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v6 15/15] VFS: introduce end_creating_keep()
[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-11-17 10:08 UTC (5+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`
[PATCH v4 00/10] Implement LANDLOCK_ADD_RULE_QUIET
2025-11-16 21:59 UTC (11+ messages)
` [PATCH v4 01/10] landlock: Add a place for flags to layer rules
` [PATCH v4 02/10] landlock: Add API support and docs for the quiet flags
` [PATCH v4 03/10] landlock: Suppress logging when quiet flag is present
` [PATCH v4 04/10] landlock: Fix wrong type usage
` [PATCH v4 05/10] samples/landlock: Add quiet flag support to sandboxer
` [PATCH v4 06/10] selftests/landlock: Replace hard-coded 16 with a constant
` [PATCH v4 07/10] selftests/landlock: add tests for quiet flag with fs rules
` [PATCH v4 08/10] selftests/landlock: add tests for quiet flag with net rules
` [PATCH v4 09/10] selftests/landlock: Add tests for quiet flag with scope
` [PATCH v4 10/10] selftests/landlock: Add tests for invalid use of quiet flag
[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
2025-11-14 13:22 UTC (8+ messages)
[PATCH v2] KEYS: encrypted: Replace deprecated strcpy and improve get_derived_key
2025-11-14 10:30 UTC (3+ messages)
[PATCH] landlock: Document fexecve sadly reopening files
2025-11-14 3:23 UTC
[syzbot] [fs?] WARNING in nsproxy_ns_active_put
2025-11-13 13:05 UTC (7+ messages)
` [PATCH] nsproxy: fix free_nsproxy() and simplify create_new_namespaces()
地域に”初”出店で狙う、焼肉マーケット
2025-11-13 0:56 UTC
[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
2025-11-12 23:51 UTC (28+ messages)
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v5 07/14] VFS: introduce start_removing_dentry()
` [PATCH v5 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v5 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v5 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v5 11/14] Add start_renaming_two_dentries()
` [PATCH v5 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v5 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v5 14/14] VFS: introduce end_creating_keep()
` [syzbot ci] Re: Create and use APIs to centralise locking for directory ops
[PATCH] Documentation/landlock: Make docs in cred.h and domain.h visible
2025-11-12 17:04 UTC (2+ messages)
[PATCH] selftests/landlock: Fix makefile header list
2025-11-12 17:03 UTC (2+ messages)
[PATCH 1/2] fs: add iput_not_last()
2025-11-12 9:48 UTC (4+ messages)
[PATCH v1] fs: Move might_sleep() annotation to iput_final()
2025-11-12 5:40 UTC (2+ messages)
少子化は追い風。次世代の教育ビジネス
2025-11-12 2:04 UTC
[PATCH v2] device_cgroup: Refactor devcgroup_seq_show to use seq_put* helpers
2025-11-12 0:47 UTC (2+ messages)
Module signing and post-quantum crypto public key algorithms
2025-11-11 18:38 UTC (12+ messages)
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;
as well as URLs for NNTP newsgroup(s).