linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-04 20:22:53 to 2025-10-03 06:56:12 UTC [more...]

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

[PATCH v7 0/8] Add generated modalias to modules.builtin.modinfo
 2025-10-02 16:37 UTC  (22+ messages)
` [PATCH v7 2/8] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v7 3/8] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v7 4/8] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v7 6/8] modpost: Add modname to mod_device_table alias
` [PATCH v7 8/8] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o

[PATCH 0/6] module: enable force unloading of modules that have crashed during init
 2025-09-30 15:51 UTC  (11+ messages)
` [PATCH 1/6] module: store init_pid and idempotent in module
` [PATCH 2/6] module: detect if init crashed and unload
` [PATCH 3/6] module: move freeinit allocation to avoid memory leak
` [PATCH 4/6] module: move idempotent allocation to heap
` [PATCH 5/6] module: store and complete idempotent upon force unloading
` [PATCH 6/6] module: comment describing new codepath

linux-6.17/kernel/module/sysfs.c:275: Always true test in for loop ?
 2025-09-30 10:25 UTC 

[RFC] crypto: support for a standalone FIPS 140 module
 2025-09-29  9:47 UTC  (17+ messages)
` [PATCH RFC 005/104] crypto: hide crypto_default_rng variable
` [PATCH RFC 006/104] KEYS: trusted: eat -ENOENT from the crypto API
` [PATCH RFC 019/104] module: add load_module_mem() helper
` [PATCH RFC 026/104] crypto: fips140: convert lib/crypto/sha256.c to using crypto API wrappers
` [PATCH RFC 097/104] crypto: fips140: manual fixups for lib/crypto/sha256.c
` [PATCH RFC 103/104] Documentation/crypto: add fips140.rst

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-09-29  8:56 UTC  (18+ messages)
` [PATCH 1/4] PCI: Support "
` [PATCH 2/4] PCI: Add KUnit tests for FIXUP quirks
` [PATCH 3/4] um: Select PCI_DOMAINS_GENERIC
` [PATCH 4/4] kunit: qemu_configs: Add PCI to arm, arm64

[RFC PATCH 00/10] scalable symbol flags with __kflagstab
 2025-09-26  0:11 UTC  (7+ messages)

[PATCH v8 0/8] Add generated modalias to modules.builtin.modinfo
 2025-09-24 16:17 UTC  (15+ messages)
` [PATCH v8 1/8] s390: vmlinux.lds.S: Reorder sections
` [PATCH v8 2/8] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v8 3/8] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v8 4/8] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v8 5/8] scsi: Always define blogic_pci_tbl structure
` [PATCH v8 6/8] modpost: Add modname to mod_device_table alias
` [PATCH v8 7/8] modpost: Create modalias for builtin modules
` [PATCH v8 8/8] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o

[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
 2025-09-24 12:39 UTC  (8+ messages)
` [PATCH v18 1/7] rust: sync: add `SetOnce`
` [PATCH v18 2/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v18 3/7] rust: introduce module_param module
` [PATCH v18 4/7] rust: module: use a reference in macros::module::module
` [PATCH v18 5/7] rust: module: update the module macro with module parameter support
` [PATCH v18 6/7] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v18 7/7] modules: add rust modules files to MAINTAINERS

[PATCH v4 0/5] ALSA: usb-audio: add module param device_quirk_flags
 2025-09-19 12:47 UTC  (11+ messages)
` [PATCH v4 1/5] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH v4 2/5] param: export param_array related functions
` [PATCH v4 3/5] ALSA: usb-audio: improve module param quirk_flags
` [PATCH v4 4/5] ALSA: usb-audio: make param quirk_flags change-able in runtime
` [PATCH v4 5/5] ALSA: doc: add docs about improved quirk_flags in snd-usb-audio

[PATCH v2 0/1] module: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-19  8:18 UTC  (3+ messages)
` [PATCH v2 1/1] module: replace use of system_wq with system_dfl_wq

[PATCH v3 0/4] ALSA: usb-audio: add module param device_quirk_flags
 2025-09-17 17:58 UTC  (9+ messages)
` [PATCH v3 1/4] ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
` [PATCH v3 2/4] param: export param_array related functions
` [PATCH v3 3/4] ALSA: usb-audio: add module param device_quirk_flags
` [PATCH v3 4/4] ALSA: doc: add docs about device_device_quirk_flags in snd-usb-audio

[PATCH v2] kernel/module: avoid panic when loading corrupt module
 2025-09-15 12:27 UTC  (2+ messages)

[PATCH] module : fix signature checker pointer arithmetic and bounds check
 2025-09-09 16:45 UTC  (4+ messages)

[PATCH 0/1] module: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-09 15:03 UTC  (4+ messages)
` [PATCH 1/1] module: replace use of system_wq with system_percpu_wq

[PATCH] tracing: Fix multiple issues in trace_printk module handling
 2025-09-09  9:46 UTC  (6+ messages)

[PATCH] tracing : Fix multiple issues in trace_printk module handling
 2025-09-07 19:10 UTC  (2+ messages)

[PATCH] Fixed the build warning in init_trace_printk_function_export():
 2025-09-07 18:33 UTC  (3+ messages)

[PATCH] kprobe_event_gen_test : Fix error handling and resource cleanup
 2025-09-07  1:23 UTC  (3+ messages)

[PATCH] cgroup: debug: Fix multiple issues in debug controller implementation
 2025-09-07  1:22 UTC  (2+ messages)

[PATCH] arm64/acpi : Fix multiple issues in ACPI boot support code
 2025-09-07  1:21 UTC  (2+ messages)

[PATCH] arm64/acpi: Fix multiple issues in ACPI boot support code
 2025-09-06 16:11 UTC  (2+ messages)

[PATCH] module: harden module signature checking
 2025-09-05 15:22 UTC 

[Question] Non-usage of PKEY_ID_PGP and PKEY_ID_X509 in module signing
 2025-09-05 15:09 UTC  (2+ messages)


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