linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-04 15:56:56 to 2025-09-24 12:40:24 UTC [more...]

[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
 2025-09-24 12:39 UTC 

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-09-24  7:48 UTC  (17+ 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

[PATCH v8 0/8] Add generated modalias to modules.builtin.modinfo
 2025-09-24  6:39 UTC  (14+ 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 0/6] module: enable force unloading of modules that have crashed during init
 2025-09-23  7:21 UTC  (8+ 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

[RFC PATCH 00/10] scalable symbol flags with __kflagstab
 2025-09-22 11:41 UTC  (6+ messages)

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

[RFC] crypto: support for a standalone FIPS 140 module
 2025-09-11  5:53 UTC  (91+ 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 026/104] crypto: fips140: convert lib/crypto/sha256.c to using crypto API wrappers
` [PATCH RFC 027/104] crypto: fips140: convert lib/crypto/sha512.c "
` [PATCH RFC 028/104] crypto: fips140: convert lib/crypto/utils.c "
` [PATCH RFC 029/104] crypto: fips140: convert crypto/aead.c "
` [PATCH RFC 030/104] crypto: fips140: convert crypto/aes_generic.c "
` [PATCH RFC 031/104] crypto: fips140: convert crypto/ahash.c "
` [PATCH RFC 032/104] crypto: fips140: convert crypto/akcipher.c "
` [PATCH RFC 033/104] crypto: fips140: convert crypto/algapi.c "
` [PATCH RFC 034/104] crypto: fips140: convert crypto/algboss.c "
` [PATCH RFC 035/104] crypto: fips140: convert crypto/api.c "
` [PATCH RFC 036/104] crypto: fips140: convert crypto/authenc.c "
` [PATCH RFC 037/104] crypto: fips140: convert crypto/authencesn.c "
` [PATCH RFC 038/104] crypto: fips140: convert crypto/cbc.c "
` [PATCH RFC 039/104] crypto: fips140: convert crypto/ccm.c "
` [PATCH RFC 040/104] crypto: fips140: convert crypto/cipher.c "
` [PATCH RFC 041/104] crypto: fips140: convert crypto/cmac.c "
` [PATCH RFC 042/104] crypto: fips140: convert crypto/cryptd.c "
` [PATCH RFC 043/104] crypto: fips140: convert crypto/ctr.c "
` [PATCH RFC 044/104] crypto: fips140: convert crypto/dh.c "
` [PATCH RFC 045/104] crypto: fips140: convert crypto/dh_helper.c "
` [PATCH RFC 046/104] crypto: fips140: convert crypto/drbg.c "
` [PATCH RFC 047/104] crypto: fips140: convert crypto/ecb.c "
` [PATCH RFC 048/104] crypto: fips140: convert crypto/ecc.c "
` [PATCH RFC 049/104] crypto: fips140: convert crypto/ecdh.c "
` [PATCH RFC 050/104] crypto: fips140: convert crypto/ecdh_helper.c "
` [PATCH RFC 051/104] crypto: fips140: convert crypto/ecdsa.c "
` [PATCH RFC 052/104] crypto: fips140: convert crypto/echainiv.c "
` [PATCH RFC 053/104] crypto: fips140: convert crypto/essiv.c "
` [PATCH RFC 054/104] crypto: fips140: convert crypto/gcm.c "
` [PATCH RFC 055/104] crypto: fips140: convert crypto/geniv.c "
` [PATCH RFC 056/104] crypto: fips140: convert crypto/ghash-generic.c "
` [PATCH RFC 057/104] crypto: fips140: convert crypto/hmac.c "
` [PATCH RFC 058/104] crypto: fips140: convert crypto/jitterentropy-kcapi.c "
` [PATCH RFC 059/104] crypto: fips140: convert crypto/kpp.c "
` [PATCH RFC 060/104] crypto: fips140: convert crypto/lskcipher.c "
` [PATCH RFC 061/104] crypto: fips140: convert crypto/pcrypt.c "
` [PATCH RFC 062/104] crypto: fips140: convert crypto/rng.c "
` [PATCH RFC 063/104] crypto: fips140: convert crypto/rsa.c "
` [PATCH RFC 064/104] crypto: fips140: convert crypto/rsa_helper.c "
` [PATCH RFC 065/104] crypto: fips140: convert crypto/seqiv.c "
` [PATCH RFC 066/104] crypto: fips140: convert crypto/sha1.c "
` [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] 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).