Linux Modules
[Prev Page][Next Page]
- Re: [PATCH v5 3/8] asm-generic: introduce text-patching.h, (continued)
- [PATCH v4 00/19] Implement DWARF modversions,
Sami Tolvanen
- [PATCH v4 01/19] scripts: move genksyms crc32 implementation to a common include, Sami Tolvanen
- [PATCH v4 02/19] tools: Add gendwarfksyms, Sami Tolvanen
- [PATCH v4 03/19] gendwarfksyms: Add address matching, Sami Tolvanen
- [PATCH v4 04/19] gendwarfksyms: Expand base_type, Sami Tolvanen
- [PATCH v4 05/19] gendwarfksyms: Add a cache for processed DIEs, Sami Tolvanen
- [PATCH v4 06/19] gendwarfksyms: Expand type modifiers and typedefs, Sami Tolvanen
- [PATCH v4 07/19] gendwarfksyms: Expand subroutine_type, Sami Tolvanen
- [PATCH v4 08/19] gendwarfksyms: Expand array_type, Sami Tolvanen
- [PATCH v4 09/19] gendwarfksyms: Expand structure types, Sami Tolvanen
- [PATCH v4 10/19] gendwarfksyms: Limit structure expansion, Sami Tolvanen
- [PATCH v4 11/19] gendwarfksyms: Add die_map debugging, Sami Tolvanen
- [PATCH v4 12/19] gendwarfksyms: Add symtypes output, Sami Tolvanen
- [PATCH v4 13/19] gendwarfksyms: Add symbol versioning, Sami Tolvanen
- [PATCH v4 14/19] gendwarfksyms: Add support for kABI rules, Sami Tolvanen
- [PATCH v4 15/19] gendwarfksyms: Add support for reserved and ignored fields, Sami Tolvanen
- [PATCH v4 16/19] gendwarfksyms: Add support for symbol type pointers, Sami Tolvanen
- [PATCH v4 17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols, Sami Tolvanen
- [PATCH v4 18/19] kbuild: Add gendwarfksyms as an alternative to genksyms, Sami Tolvanen
- [PATCH v4 19/19] Documentation/kbuild: Add DWARF module versioning, Sami Tolvanen
- Re: [PATCH v4 00/19] Implement DWARF modversions, Luis Chamberlain
- [PATCH v4 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- Re: [PATCH v2] vhost/vsock: specify module version,
Luis Chamberlain
- [GIT PULL] Modules changes for v6.12-rc1,
Luis Chamberlain
- [PATCH v5 00/16] Extended MODVERSIONS Support,
Matthew Maurer
- [PATCH v5 01/16] module: Take const arg in validate_section_offset, Matthew Maurer
- [PATCH v5 02/16] module: Factor out elf_validity_ehdr, Matthew Maurer
- [PATCH v5 03/16] module: Factor out elf_validity_cache_sechdrs, Matthew Maurer
- [PATCH v5 04/16] module: Factor out elf_validity_cache_secstrings, Matthew Maurer
- [PATCH v5 05/16] module: Factor out elf_validity_cache_index_info, Matthew Maurer
- [PATCH v5 06/16] module: Factor out elf_validity_cache_index_mod, Matthew Maurer
- [PATCH v5 07/16] module: Factor out elf_validity_cache_index_sym, Matthew Maurer
- [PATCH v5 08/16] module: Factor out elf_validity_cache_index_str, Matthew Maurer
- [PATCH v5 09/16] module: Group section index calculations together, Matthew Maurer
- [PATCH v5 10/16] module: Factor out elf_validity_cache_strtab, Matthew Maurer
- [PATCH v5 11/16] module: Additional validation in elf_validity_cache_strtab, Matthew Maurer
- [PATCH v5 12/16] module: Reformat struct for code style, Matthew Maurer
- [PATCH v5 13/16] export_report: Rehabilitate script, Matthew Maurer
- [PATCH v5 14/16] modules: Support extended MODVERSIONS info, Matthew Maurer
- [PATCH v5 15/16] modpost: Produce extended modversion information, Matthew Maurer
- [PATCH v5 16/16] export_report: Use new version info format, Matthew Maurer
- Re: [PATCH v5 00/16] Extended MODVERSIONS Support, Sami Tolvanen
- Re: [PATCH v5 00/16] Extended MODVERSIONS Support, Neal Gompa
- [PATCH v4 07/16] module: Factor out elf_validity_cache_index_sym, Matthew Maurer
- [PATCH v4 14/16] modules: Support extended MODVERSIONS info,
Matthew Maurer
- [PATCH v4 12/16] module: Reformat struct for code style, Matthew Maurer
- [PATCH v4 11/16] module: Additional validation in elf_validity_cache_strtab, Matthew Maurer
- [PATCH v4 10/16] module: Factor out elf_validity_cache_strtab, Matthew Maurer
- [PATCH v4 09/16] module: Group section index calculations together, Matthew Maurer
- [PATCH v4 08/16] module: Factor out elf_validity_cache_index_str, Matthew Maurer
- [PATCH v4 06/16] module: Factor out elf_validity_cache_index_mod, Matthew Maurer
- [PATCH v4 05/16] module: Factor out elf_validity_cache_index_info, Matthew Maurer
- [PATCH v4 04/16] module: Factor out elf_validity_cache_secstrings, Matthew Maurer
- [PATCH v4 03/16] module: Factor out elf_validity_cache_sechdrs, Matthew Maurer
- [PATCH v4 02/16] module: Factor out elf_validity_ehdr, Matthew Maurer
- [PATCH v4 01/16] module: Take const arg in validate_section_offset,
Matthew Maurer
- [PATCH v3 00/20] Implement DWARF modversions,
Sami Tolvanen
- [PATCH v3 01/20] scripts: import more list macros, Sami Tolvanen
- [PATCH v3 02/20] scripts: move genksyms crc32 implementation to a common include, Sami Tolvanen
- [PATCH v3 03/20] tools: Add gendwarfksyms, Sami Tolvanen
- [PATCH v3 04/20] gendwarfksyms: Add address matching, Sami Tolvanen
- [PATCH v3 05/20] gendwarfksyms: Expand base_type, Sami Tolvanen
- [PATCH v3 06/20] gendwarfksyms: Add a cache for processed DIEs, Sami Tolvanen
- [PATCH v3 07/20] gendwarfksyms: Expand type modifiers and typedefs, Sami Tolvanen
- [PATCH v3 08/20] gendwarfksyms: Expand subroutine_type, Sami Tolvanen
- [PATCH v3 09/20] gendwarfksyms: Expand array_type, Sami Tolvanen
- [PATCH v3 10/20] gendwarfksyms: Expand structure types, Sami Tolvanen
- [PATCH v3 11/20] gendwarfksyms: Limit structure expansion, Sami Tolvanen
- [PATCH v3 12/20] gendwarfksyms: Add die_map debugging, Sami Tolvanen
- [PATCH v3 13/20] gendwarfksyms: Add symtypes output, Sami Tolvanen
- [PATCH v3 14/20] gendwarfksyms: Add symbol versioning, Sami Tolvanen
- [PATCH v3 15/20] gendwarfksyms: Add support for kABI rules, Sami Tolvanen
- [PATCH v3 16/20] gendwarfksyms: Add support for reserved and ignored fields, Sami Tolvanen
- [PATCH v3 17/20] gendwarfksyms: Add support for symbol type pointers, Sami Tolvanen
- [PATCH v3 19/20] kbuild: Add gendwarfksyms as an alternative to genksyms, Sami Tolvanen
- [PATCH v3 18/20] export: Add __gendwarfksyms_ptr_ references to exported symbols, Sami Tolvanen
- [PATCH v3 20/20] Documentation/kbuild: Add DWARF module versioning, Sami Tolvanen
- Re: [PATCH v3 00/20] Implement DWARF modversions, Neal Gompa
- Re: [PATCH v2] drm: Ensure Proper Unload/Reload Order of MEI Modules for i915/Xe Driver,
Lucas De Marchi
- [PATCH v4 0/1] fix sysfs patch build warning and add fixes,
Chunhui Li
- [PATCH v2] module: Refine kmemleak scanned areas,
Vincent Donnefort
- [PATCH v3 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- [PATCH] module: Refine kmemleak scanned areas,
Vincent Donnefort
- [PATCH v3 0/1] fix module sysfs patch defect,
Chunhui Li
- [PATCH v2] module: abort module loading when sysfs setup suffer errors,
Chunhui Li
- [PATCH v2 0/6] page allocation tag compression,
Suren Baghdasaryan
- [PATCH v2] modpost: compile constant module information only once,
Thomas Weißschuh
- [PATCH] module: abort module loading when sysfs setup suffer errors,
Chunhui Li
- [syzbot] [modules?] kernel panic: stack is corrupted in call_usermodehelper_exec, syzbot
- [no subject], Unknown
- [PATCH v2 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- [PATCH v9 0/4] Generate address range data for built-in modules,
Kris Van Hees
- [PATCH v9 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects, Kris Van Hees
- [PATCH v9 4/4] module: add install target for modules.builtin.ranges, Kris Van Hees
- [PATCH v9 2/4] kbuild: generate offset range data for builtin modules, Kris Van Hees
- [PATCH v9 3/4] scripts: add verifier script for builtin module range data, Kris Van Hees
- <Possible follow-ups>
- [PATCH v9 0/4] Generate address range data for built-in modules, Kris Van Hees
- [PATCH v10 4/4] module: add install target for modules.builtin.ranges, Kris Van Hees
- Re: [PATCH v9 0/4] Generate address range data for built-in modules, Kris Van Hees
- Re: [PATCH v9 0/4] Generate address range data for built-in modules, Sami Tolvanen
- Re: [PATCH v9 0/4] Generate address range data for built-in modules, Masahiro Yamada
[PATCH] MAINTAINERS: scale modules with more reviewers,
Luis Chamberlain
[PATCH v7 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects,
Kris Van Hees
[PATCH 0/5] page allocation tag compression,
Suren Baghdasaryan
[PATCH v2] rust: add `module_params` macro,
Andreas Hindborg
[PATCH] build: Add mod-weakdep.ko to cache, Lucas De Marchi
[PATCH v2 00/19] Implement DWARF modversions,
Sami Tolvanen
- [PATCH v2 01/19] tools: Add gendwarfksyms, Sami Tolvanen
- [PATCH v2 02/19] gendwarfksyms: Add symbol list handling, Sami Tolvanen
- [PATCH v2 03/19] gendwarfksyms: Add address matching, Sami Tolvanen
- [PATCH v2 04/19] gendwarfksyms: Add support for type pointers, Sami Tolvanen
- [PATCH v2 05/19] gendwarfksyms: Expand base_type, Sami Tolvanen
- [PATCH v2 06/19] gendwarfksyms: Add a cache for processed DIEs, Sami Tolvanen
- [PATCH v2 07/19] gendwarfksyms: Expand type modifiers and typedefs, Sami Tolvanen
- [PATCH v2 08/19] gendwarfksyms: Expand subroutine_type, Sami Tolvanen
- [PATCH v2 09/19] gendwarfksyms: Expand array_type, Sami Tolvanen
- [PATCH v2 10/19] gendwarfksyms: Expand structure types, Sami Tolvanen
- [PATCH v2 11/19] gendwarfksyms: Limit structure expansion, Sami Tolvanen
- [PATCH v2 12/19] gendwarfksyms: Add die_map debugging, Sami Tolvanen
- [PATCH v2 13/19] gendwarfksyms: Add symtypes output, Sami Tolvanen
- [PATCH v2 14/19] gendwarfksyms: Add symbol versioning, Sami Tolvanen
- [PATCH v2 15/19] gendwarfksyms: Add support for declaration-only data structures, Sami Tolvanen
- [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields, Sami Tolvanen
- [PATCH v2 17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols, Sami Tolvanen
- [PATCH v2 18/19] x86/asm-prototypes: Include <asm/ptrace.h>, Sami Tolvanen
- [PATCH v2 19/19] kbuild: Add gendwarfksyms as an alternative to genksyms, Sami Tolvanen
- Re: [PATCH v2 00/19] Implement DWARF modversions, Sedat Dilek
- Re: [PATCH v2 00/19] Implement DWARF modversions, Greg Kroah-Hartman
- Re: [PATCH v2 00/19] Implement DWARF modversions, Jonathan Corbet
- Re: [PATCH v2 00/19] Implement DWARF modversions, Masahiro Yamada
[PATCH v6 0/4] Generate address range data for built-in modules,
Kris Van Hees
the prebuilt mod-weakdep.o is missing,
Marco d'Itri
[ANNOUNCE] kmod 33, Lucas De Marchi
[PATCH kmod] libkmod: avoid undefined behaviour in libkmod-builtin.c:get_string,
Eugene Syromiatnikov
[PATCH] driver core: Fix a null-ptr-deref in module_add_driver(),
Jinjie Ruan
[PATCH kmod 0/2] Couple of SPDX fixes,
Emil Velikov via B4 Relay
[PATCH v3 14/16] modules: Support extended MODVERSIONS info,
Matthew Maurer
[PATCH v3 12/16] module: Reformat struct for code style, Matthew Maurer
[PATCH v3 11/16] module: Additional validation in elf_validity_cache_strtab, Matthew Maurer
[PATCH v3 10/16] module: Factor out elf_validity_cache_strtab, Matthew Maurer
[PATCH v3 09/16] module: Group section index calculations together, Matthew Maurer
[PATCH v3 08/16] module: Factor out elf_validity_cache_index_str, Matthew Maurer
[PATCH v3 07/16] module: Factor out elf_validity_cache_index_sym, Matthew Maurer
[PATCH v3 06/16] module: Factor out elf_validity_cache_index_mod, Matthew Maurer
[PATCH v3 05/16] module: Factor out elf_validity_cache_index_info, Matthew Maurer
[PATCH v3 04/16] module: Factor out elf_validity_cache_secstrings, Matthew Maurer
[PATCH v3 03/16] module: Factor out elf_validity_cache_sechdrs, Matthew Maurer
[PATCH v3 02/16] module: Factor out elf_validity_ehdr, Matthew Maurer
[PATCH v3 01/16] module: Take const arg in validate_section_offset, Matthew Maurer
[no subject], Unknown
[PATCH] module: Add hard dependencies as syntactic sugar,
Dragan Simic
[PATCH v2 0/3] Use SPDX,
Lucas De Marchi
[GIT PULL] Modules changes for v6.11-rc1,
Luis Chamberlain
[PATCH 0/4] Add module_subinit{_noexit} and module_subeixt helper macros,
Youling Tang
[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue,
Zheng Yejian
[PATCH 0/2] module: Split modules_install compression and in-kernel decompression,
Petr Pavlu
[no subject], Unknown
[PATCH kmod] Use SPDX header for license,
Lucas De Marchi
[PATCH kmod 0/3] libkmod: misc ABI changes,
Emil Velikov via B4 Relay
[PATCH kmod] kmod: remove .alias config files for modprobe.d,
Emil Velikov via B4 Relay
[PATCH v5 0/4] Generate address range data for built-in modules,
Kris Van Hees
[PATCH] module: tracking: Extend format string of a seq_printf() call in unloaded_tainted_modules_seq_show(), Markus Elfring
[PATCH] module: Use seq_putc() in two functions, Markus Elfring
[PATCH 0/5] Add distros to github CI,
Lucas De Marchi
[PATCH] README: update to a decade+ later,
Lucas De Marchi
Re: [PATCH 0/3] Add {init, exit}_sequence_fs() helper function,
Christoph Hellwig
[PATCH v2 0/1] Use github-action for CI,
Lucas De Marchi
[PATCH 0/3] Use github-action for CI,
Lucas De Marchi
[PATCH kmod v2 00/17] man: minor improvements, post the scdoc conversion,
Emil Velikov via B4 Relay
- [PATCH kmod v2 01/17] man: add some extra bold/italic annotations, Emil Velikov via B4 Relay
- [PATCH kmod v2 03/17] man: misc punctuation fixes, Emil Velikov via B4 Relay
- [PATCH kmod v2 04/17] man: some options take an argument, mention that, Emil Velikov via B4 Relay
- [PATCH kmod v2 02/17] man: white space fixes, Emil Velikov via B4 Relay
- [PATCH kmod v2 08/17] man: depmod.d: factor out a CONFIGURATION FORMAT section, Emil Velikov via B4 Relay
- [PATCH kmod v2 07/17] man: depmod.d: document the config file order handling, Emil Velikov via B4 Relay
- [PATCH kmod v2 05/17] man: couple of grammar/language fixes, Emil Velikov via B4 Relay
- [PATCH kmod v2 09/17] man: depmod.d: rework the opening description sentence, Emil Velikov via B4 Relay
- [PATCH kmod v2 06/17] man: stop removing DISTCONFDIR lines, Emil Velikov via B4 Relay
- [PATCH kmod v2 11/17] man: modprobe.d: document the config file order handling, Emil Velikov via B4 Relay
- [PATCH kmod v2 14/17] man: modprobe: remove hard-coded /etc/modprobe.d references, Emil Velikov via B4 Relay
- [PATCH kmod v2 13/17] man: add few mentions about MODPROBE_OPTIONS, Emil Velikov via B4 Relay
- [PATCH kmod v2 12/17] man: modprobe.d: factor out a CONFIGURATION FORMAT section, Emil Velikov via B4 Relay
- [PATCH kmod v2 15/17] man: remove the "Maintained by" references, Emil Velikov via B4 Relay
- [PATCH kmod v2 16/17] man: rework AUTHORS section, Emil Velikov via B4 Relay
- [PATCH kmod v2 17/17] man: list options one per line, Emil Velikov via B4 Relay
- [PATCH kmod v2 10/17] man: depmod: remove hard-coded /etc/depmod.d references, Emil Velikov via B4 Relay
- Re: [PATCH kmod v2 00/17] man: minor improvements, post the scdoc conversion, Lucas De Marchi
[PATCH v3] init: staging: Fix missing warning/taint on builtin code,
Ágatha Isabelle Chris Moreira Guedes
[PATCH] rust: add `module_params` macro,
Andreas Hindborg
Re: [PATCH] rust: add `module_params` macro, Benno Lossin
[PATCH v2] init: staging: Fix missing warning/taint on builtin code,
Ágatha Isabelle Chris Moreira Guedes
[PATCH] staging: Fix missing warning/taint on builtin code,
Ágatha Isabelle Chris Moreira Guedes
[PATCH v3] module: Add log info for verifying module signature,
Yusong Gao
[PATCH] libkmod: fix result of comparison of unsigned enum in kmod_dump_index(),
yskelg
[PATCH kmod] libkmod: share code between softdep and weakdep functions, Jose Ignacio Tornos Martinez
[PATCH v2] module: Add log information for loading module failures,
Yusong Gao
[PATCH 00/15] Implement MODVERSIONS for Rust,
Sami Tolvanen
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]