linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-18 21:19:54 to 2024-08-02 17:12:07 UTC [more...]

[PATCH] rust: add `module_params` macro
 2024-08-02 17:11 UTC  (18+ messages)

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-08-01 19:38 UTC  (13+ 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 v5 0/4] Generate address range data for built-in modules
 2024-07-16  3:10 UTC  (5+ 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] 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

[PATCH v2] init: staging: Fix missing warning/taint on builtin code
 2024-07-05 14:25 UTC  (3+ messages)

[PATCH kmod 00/20] man: convert to scdoc and minor improvements
 2024-07-03 22:05 UTC  (18+ messages)
` [PATCH kmod 03/20] man: build the scdoc based man pages
` [PATCH kmod 05/20] man: add some extra bold/italic annotations
` [PATCH kmod 06/20] man: white space fixes
` [PATCH kmod 11/20] man: depmod.d: document the config file order handling
` [PATCH kmod 15/20] man: modprobe.d: "
` [PATCH kmod 17/20] man: modprobe.d: mention about MODPROBE_OPTIONS
` [PATCH kmod 19/20] man: remove the "Maintained by" references

[PATCH] staging: Fix missing warning/taint on builtin code
 2024-07-02 17:11 UTC  (4+ messages)

[PATCH] libkmod: fix result of comparison of unsigned enum in kmod_dump_index()
 2024-06-28 22:08 UTC  (5+ messages)

[MODALTS v0.1 2/4] kmod: add generation of modules.alternatives to depmod
 2024-06-28 21:48 UTC  (2+ messages)

[MODALTS v0.1 1/4] tools/depmod.c: use symbol alternatives for modules.dep
 2024-06-28 21:45 UTC  (2+ messages)

[PATCH 6.10.0-rc2] kernel/module: avoid panic on loading broken module
 2024-06-28 17:25 UTC  (4+ messages)

[PATCH v3] module: Add log info for verifying module signature
 2024-06-28 17:16 UTC  (2+ messages)

[PATCH kmod] libkmod: share code between softdep and weakdep functions
 2024-06-21  7:14 UTC 

[PATCH v2] module: Add log information for loading module failures
 2024-06-20 23:44 UTC  (2+ messages)

[PATCH] module: Add log information for loading module failures
 2024-06-19  7:37 UTC  (3+ 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).