linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] module: Add compile-time check for embedded NUL characters
 2025-12-11 17:51 UTC  (14+ messages)
` [PATCH 3/3] "

[PATCH v3 0/4] Unload linux/kernel.h
 2025-12-09 15:58 UTC  (7+ messages)
` [PATCH v3 1/4] kernel.h: drop STACK_MAGIC macro
` [PATCH v3 2/4] moduleparam: include required headers explicitly
` [PATCH v3 3/4] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v3 4/4] tracing: move tracing declarations from kernel.h to a dedicated header

[PATCH V3] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
 2025-12-07 17:11 UTC  (2+ messages)

[GIT PULL] Modules changes for v6.19-rc1
 2025-12-06 17:22 UTC  (4+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-06  0:25 UTC  (45+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH v2 0/4] Unload linux/kernel.h
 2025-12-05 12:58 UTC  (14+ messages)
` [PATCH v2 1/4] kernel.h: drop STACK_MAGIC macro
` [PATCH v2 2/4] moduleparam: include required headers explicitly
` [PATCH v2 3/4] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v2 4/4] tracing: move tracing declarations from kernel.h to a dedicated header

[PATCH V2] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
 2025-12-05  1:13 UTC  (6+ messages)

[PATCH v3 0/2] lib/crypto: ML-DSA verification support
 2025-12-03 17:43 UTC  (8+ messages)
` [PATCH v3 1/2] lib/crypto: Add "
` [PATCH v3 2/2] lib/crypto: tests: Add KUnit tests for ML-DSA verification

[PATCH 0/3] Unload linux/kernel.h
 2025-12-03  7:40 UTC  (36+ messages)
` [PATCH 1/3] kernel.h: drop STACK_MAGIC macro
` [PATCH 2/3] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH 3/3] tracing: move tracing declarations from kernel.h to a dedicated header

[PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
 2025-12-02 10:18 UTC  (18+ messages)
            ` [PATCH V1] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-12-01  7:18 UTC  (5+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH] module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
 2025-12-01  3:06 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/4] lib/crypto: Add ML-DSA verification support
 2025-11-30 19:06 UTC  (19+ messages)
  ` [PATCH 0/4] lib/crypto: "

[PATCH v3 0/7] kallsyms: Prevent invalid access when showing module buildid
 2025-11-28 13:59 UTC  (8+ messages)
` [PATCH v3 1/7] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH v3 2/7] kallsyms: Clean up modname and modbuildid "
` [PATCH v3 3/7] module: Add helper function for reading module_buildid()
` [PATCH v3 4/7] kallsyms: Cleanup code for appending the module buildid
` [PATCH v3 5/7] kallsyms/bpf: Rename __bpf_address_lookup() to bpf_address_lookup()
` [PATCH v3 6/7] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH v3 7/7] kallsyms: Prevent module removal when printing module name and buildid

[linux-next:master 4806/10599] error[E0560]: struct `bindings::kernel_param_ops` has no field named `get`
 2025-11-27  9:26 UTC  (3+ messages)

[PATCH v2 0/2] lib/crypto: ML-DSA verification support
 2025-11-26 21:42 UTC  (5+ messages)
` [PATCH v2 1/2] lib/crypto: Add "
` [PATCH v2 2/2] lib/crypto: tests: Add KUnit tests for ML-DSA verification

[PATCH] gendwarfksyms: Fix build on 32-bit hosts
 2025-11-26 19:59 UTC  (4+ messages)

[PATCH v9 0/9] lib/crypto: Add ML-DSA signing
 2025-11-25 20:51 UTC  (9+ messages)
` [PATCH v9 2/9] crypto: Add ML-DSA/Dilithium verify support

[PATCH v10 5/8] crypto: Add ML-DSA crypto_sig support
 2025-11-24 20:43 UTC  (11+ messages)
` [PATCH v10 0/8] lib/crypto: Add ML-DSA signing [WIP]

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-11-24  9:41 UTC  (9+ messages)
` [PATCH v3 7/9] module: Move lockdown check into generic module loader


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).