linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-08 13:43:32 to 2024-08-15 15:04:19 UTC [more...]

[PATCH v6 0/4] Generate address range data for built-in modules
 2024-08-15 15:03 UTC  (2+ messages)
` [PATCH v6 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects

[PATCH] rust: add `module_params` macro
 2024-08-15 13:11 UTC  (20+ messages)

the prebuilt mod-weakdep.o is missing
 2024-08-15  8:48 UTC 

[PATCH v5 0/4] Generate address range data for built-in modules
 2024-08-15  1:02 UTC  (14+ messages)
` [PATCH v5 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v5 3/4] scripts: add verifier script for builtin module range data
` [PATCH v5 4/4] module: add install target for modules.builtin.ranges

[PATCH v4 0/3] Generate address range data for built-in modules
 2024-08-14 14:26 UTC  (9+ messages)
` [PATCH v4 1/3] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules

[PATCH v2 2/3] tracing/fprobe: Support raw tracepoint events on modules
 2024-08-14  2:01 UTC  (2+ messages)

[ANNOUNCE] kmod 33
 2024-08-13 17:25 UTC 

[PATCH kmod] libkmod: avoid undefined behaviour in libkmod-builtin.c:get_string
 2024-08-13 17:19 UTC  (2+ messages)

[PATCH] driver core: Fix a null-ptr-deref in module_add_driver()
 2024-08-12 10:22 UTC  (3+ messages)

[PATCH kmod 0/2] Couple of SPDX fixes
 2024-08-10 16:09 UTC  (5+ messages)
` [PATCH kmod 1/2] m4: reinstate CC_CHECK_FLAG_APPEND summary
` [PATCH kmod 2/2] m4: remove verbose license exception clause
  ` [PATCH] "

[PATCH v3 01/16] module: Take const arg in validate_section_offset
 2024-08-06 21:20 UTC  (13+ messages)
` [PATCH v3 02/16] module: Factor out elf_validity_ehdr
` [PATCH v3 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v3 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v3 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v3 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v3 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v3 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v3 09/16] module: Group section index calculations together
` [PATCH v3 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v3 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v3 12/16] module: Reformat struct for code style
` [PATCH v3 14/16] modules: Support extended MODVERSIONS info

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-08-01 19:38 UTC  (10+ messages)

[PATCH 0/4] Add module_subinit{_noexit} and module_subeixt helper macros
 2024-07-29 18:57 UTC  (32+ messages)
` [PATCH 1/4] module: "
` [PATCH 2/4] btrfs: Use "
` [PATCH 3/4] ext4: Use module_{subinit, subexit} "
` [PATCH 4/4] f2fs: Use module_{subinit, subeixt} "

[PATCH 0/2] module: Split modules_install compression and in-kernel decompression
 2024-07-28  9:03 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] module: Clean up the description of MODULE_SIG_<type>

[PATCH v2 0/3] Use SPDX
 2024-07-26 17:56 UTC  (6+ messages)
` [PATCH v2 1/3] Use SPDX header for license
` [PATCH v2 2/3] Drop the one line short description on sources
` [PATCH v2 3/3] depmod: Remove license/copyright from the middle

[PATCH] module: Add hard dependencies as syntactic sugar
 2024-07-25 19:32 UTC  (7+ messages)

[MODALTS v0.1 4/4] add modules deps alternatives description
 2024-07-24 12:53 UTC  (7+ messages)

[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-07-24  5:11 UTC  (8+ messages)
` [PATCH v2 1/5] kallsyms: Emit symbol at the holes in the text
` [PATCH v2 2/5] module: kallsyms: Determine exact function size
` [PATCH v2 3/5] ftrace: Skip invalid __fentry__ in ftrace_process_locs()
` [PATCH v2 4/5] ftrace: Fix possible out-of-bound issue "
` [PATCH v2 5/5] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround

[GIT PULL] Modules changes for v6.11-rc1
 2024-07-23 19:03 UTC  (2+ messages)

[PATCH 0/3] Add {init, exit}_sequence_fs() helper function
 2024-07-23 13:37 UTC  (3+ messages)

[PATCH kmod] Use SPDX header for license
 2024-07-23  5:15 UTC  (4+ messages)

[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-07-22  1:29 UTC  (8+ messages)
` [PATCH 1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc()
` [PATCH 2/6] kallsyms: Emit symbol at the holes in the text

[PATCH 0/5] Add distros to github CI
 2024-07-19 17:00 UTC  (7+ messages)
` [PATCH 1/5] ci: Replace package installation with local action
` [PATCH 2/5] ci: Use a container and expand versions
` [PATCH 3/5] ci: Add Archlinux
` [PATCH 4/5] ci: Add Fedora
` [PATCH 5/5] ci: Add Alpine

[PATCH kmod] kmod: remove .alias config files for modprobe.d
 2024-07-19 16:54 UTC  (2+ messages)

[PATCH kmod 0/3] libkmod: misc ABI changes
 2024-07-19 16:52 UTC  (7+ messages)
` [PATCH kmod 1/3] libkmod: document KMOD_INDEX_MODULES_BUILTIN_ALIAS in kmod_dump_index()
` [PATCH kmod 2/3] libkmod: correctly tag kmod_module_new_from_name_lookup
` [PATCH kmod 3/3] libkmod: move new weak API to separate section

[PATCH] README: update to a decade+ later
 2024-07-17 17:15 UTC  (2+ messages)

[PATCH] module: tracking: Extend format string of a seq_printf() call in unloaded_tainted_modules_seq_show()
 2024-07-14 11:51 UTC 

[PATCH] module: Use seq_putc() in two functions
 2024-07-14 11:17 UTC 

[PATCH v2 0/1] Use github-action for CI
 2024-07-12 12:55 UTC  (3+ messages)
` [PATCH v2 1/1] ci: Add github workflow

[PATCH v3] init: staging: Fix missing warning/taint on builtin code
 2024-07-10 13:22 UTC  (4+ messages)

[PATCH kmod] testsuite: add tests for weak dependencies
 2024-07-09  7:45 UTC  (4+ messages)

[PATCH kmod v2 00/17] man: minor improvements, post the scdoc conversion
 2024-07-09  5:20 UTC  (20+ messages)
` [PATCH kmod v2 01/17] man: add some extra bold/italic annotations
` [PATCH kmod v2 02/17] man: white space fixes
` [PATCH kmod v2 03/17] man: misc punctuation fixes
` [PATCH kmod v2 04/17] man: some options take an argument, mention that
` [PATCH kmod v2 05/17] man: couple of grammar/language fixes
` [PATCH kmod v2 06/17] man: stop removing DISTCONFDIR lines
` [PATCH kmod v2 07/17] man: depmod.d: document the config file order handling
` [PATCH kmod v2 08/17] man: depmod.d: factor out a CONFIGURATION FORMAT section
` [PATCH kmod v2 09/17] man: depmod.d: rework the opening description sentence
` [PATCH kmod v2 10/17] man: depmod: remove hard-coded /etc/depmod.d references
` [PATCH kmod v2 11/17] man: modprobe.d: document the config file order handling
` [PATCH kmod v2 12/17] man: modprobe.d: factor out a CONFIGURATION FORMAT section
` [PATCH kmod v2 13/17] man: add few mentions about MODPROBE_OPTIONS
` [PATCH kmod v2 14/17] man: modprobe: remove hard-coded /etc/modprobe.d references
` [PATCH kmod v2 15/17] man: remove the "Maintained by" references
` [PATCH kmod v2 16/17] man: rework AUTHORS section
` [PATCH kmod v2 17/17] man: list options one per line

[PATCH 0/3] Use github-action for CI
 2024-07-09  5:07 UTC  (5+ messages)
` [PATCH 1/3] ci: Add github workflow
` [PATCH 2/3] build: Add mod-weakdep.c to EXTRA_DIST
` [PATCH 3/3] build/ci: Add distcheck


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