linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-04 15:59:38 to 2025-10-02 08:13:51 UTC [more...]

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02  8:12 UTC  (25+ 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 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  (53+ 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 067/104] crypto: fips140: convert crypto/sha256.c "
` [PATCH RFC 068/104] crypto: fips140: convert crypto/sha3_generic.c "
` [PATCH RFC 069/104] crypto: fips140: convert crypto/sha512.c "
` [PATCH RFC 070/104] crypto: fips140: convert crypto/shash.c "
` [PATCH RFC 071/104] crypto: fips140: convert crypto/sig.c "
` [PATCH RFC 072/104] crypto: fips140: convert crypto/simd.c "
` [PATCH RFC 073/104] crypto: fips140: convert crypto/skcipher.c "
` [PATCH RFC 074/104] crypto: fips140: convert crypto/tcrypt.c "
` [PATCH RFC 075/104] crypto: fips140: convert crypto/testmgr.c "
` [PATCH RFC 076/104] crypto: fips140: convert crypto/xts.c "
` [PATCH RFC 077/104] crypto: fips140: convert crypto/asymmetric_keys/asymmetric_type.c "
` [PATCH RFC 078/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_key_type.c "
` [PATCH RFC 079/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_parser.c "
` [PATCH RFC 080/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_trust.c "
` [PATCH RFC 081/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs7_verify.c "
` [PATCH RFC 082/104] crypto: fips140: convert crypto/asymmetric_keys/pkcs8_parser.c "
` [PATCH RFC 083/104] crypto: fips140: convert crypto/asymmetric_keys/public_key.c "
` [PATCH RFC 084/104] crypto: fips140: convert crypto/asymmetric_keys/selftest.c "
` [PATCH RFC 085/104] crypto: fips140: convert crypto/asymmetric_keys/signature.c "
` [PATCH RFC 086/104] crypto: fips140: convert crypto/asymmetric_keys/x509_cert_parser.c "
` [PATCH RFC 087/104] crypto: fips140: convert crypto/asymmetric_keys/x509_loader.c "
` [PATCH RFC 088/104] crypto: fips140: convert crypto/asymmetric_keys/x509_public_key.c "
` [PATCH RFC 089/104] crypto: fips140: manual fixups for include/keys/asymmetric-type.h
` [PATCH RFC 090/104] crypto: fips140: manual fixups for include/crypto/sha2.h
` [PATCH RFC 091/104] crypto: fips140: manual fixups for include/crypto/public_key.h
` [PATCH RFC 092/104] crypto: fips140: manual fixups for include/crypto/aes.h
` [PATCH RFC 093/104] crypto: fips140: manual fixups for crypto/internal.h
` [PATCH RFC 094/104] crypto: fips140: manual fixups for include/crypto/internal/ecc.h
` [PATCH RFC 095/104] crypto: fips140: manual fixups for include/crypto/internal/rsa.h
` [PATCH RFC 096/104] crypto: fips140: manual fixups for include/crypto/aes.h
` [PATCH RFC 097/104] crypto: fips140: manual fixups for lib/crypto/sha256.c
` [PATCH RFC 098/104] crypto: fips140: manual fixups for lib/crypto/sha512.c
` [PATCH RFC 099/104] crypto: fips140: add symlinks to kernel sources
` [PATCH RFC 100/104] crypto: fips140: add standalone FIPS 140 module
` [PATCH RFC 101/104] crypto: fips140: add FIPS 140 module loader
` [PATCH RFC 102/104] scripts/extract-fips140: new script
` [PATCH RFC 103/104] Documentation/crypto: add fips140.rst
` [PATCH RFC 104/104] MAINTAINERS: add myself as FIPS140 standalone module maintainer

[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 v7 0/8] Add generated modalias to modules.builtin.modinfo
 2025-09-18  4:08 UTC  (20+ 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 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).