messages from 2024-06-11 15:05:04 to 2024-07-23 08:33:26 UTC [more...]
[PATCH 0/4] Add module_subinit{_noexit} and module_subeixt helper macros
2024-07-23 8:32 UTC (5+ 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 v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-07-23 6:32 UTC (6+ 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
[PATCH kmod] Use SPDX header for license
2024-07-23 5:15 UTC (4+ messages)
[PATCH 0/2] module: Split modules_install compression and in-kernel decompression
2024-07-22 10:23 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] module: Clean up the description of MODULE_SIG_<type>
[PATCH 00/15] Implement MODVERSIONS for Rust
2024-07-22 8:20 UTC (33+ messages)
` [PATCH 01/15] tools: Add gendwarfksyms
` [PATCH 02/15] gendwarfksyms: Add symbol list input handling
` [PATCH 03/15] gendwarfksyms: Add CRC calculation
` [PATCH 04/15] gendwarfksyms: Expand base_type
` [PATCH 05/15] gendwarfksyms: Add a cache
` [PATCH 06/15] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH 07/15] gendwarfksyms: Add pretty-printing
` [PATCH 08/15] gendwarfksyms: Expand subroutine_type
` [PATCH 09/15] gendwarfksyms: Expand array_type
` [PATCH 10/15] gendwarfksyms: Expand structure types
` [PATCH 11/15] gendwarfksyms: Limit structure expansion
` [PATCH 12/15] gendwarfksyms: Add inline debugging
` [PATCH 13/15] modpost: Add support for hashing long symbol names
` [PATCH 14/15] module: Support hashed symbol names when checking modversions
` [PATCH 15/15] kbuild: Use gendwarfksyms to generate Rust symbol versions
[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-07-22 1:29 UTC (12+ 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 3/6] module: kallsyms: Determine exact function size
` [PATCH 4/6] ftrace: Skip invalid __fentry__ in ftrace_process_locs()
` [PATCH 5/6] ftrace: Fix possible out-of-bound issue "
` [PATCH 6/6] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround
[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] rust: add `module_params` macro
2024-07-18 17:15 UTC (8+ messages)
[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 0/3] Add {init, exit}_sequence_fs() helper function
2024-07-11 8:26 UTC
[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 (5+ 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 (26+ 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 08/20] man: some options take an argument, mention that
` [PATCH kmod 10/20] man: stop removing DISTCONFDIR lines
` [PATCH kmod 11/20] man: depmod.d: document the config file order handling
` [PATCH kmod 12/20] man: depmod.d: factor out a CONFIGURATION FORMAT section
` [PATCH kmod 13/20] man: depmod.d: rework the opening description sentence
` [PATCH kmod 14/20] man: depmod: remove hard-coded /etc/depmod.d references
` [PATCH kmod 15/20] man: modprobe.d: document the config file order handling
` [PATCH kmod 16/20] man: modprobe.d: factor out a CONFIGURATION FORMAT section
` [PATCH kmod 17/20] man: modprobe.d: mention about MODPROBE_OPTIONS
` [PATCH kmod 18/20] man: modprobe: remove hard-coded /etc/modprobe.d references
` [PATCH kmod 19/20] man: remove the "Maintained by" references
` [PATCH kmod 20/20] man: list options one per line
[MODALTS v0.1 4/4] add modules deps alternatives description
2024-07-03 14:27 UTC (6+ messages)
[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)
[PATCH v3] module: create weak dependecies
2024-06-18 19:53 UTC (3+ messages)
[PATCH v4 0/3] Generate address range data for built-in modules
2024-06-18 18:57 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 v4 3/3] module: add install target for modules.builtin.ranges
Current status and possible improvements in CONFIG_MODULE_FORCE_UNLOAD
2024-06-15 4:51 UTC (3+ messages)
is_module()
2024-06-14 19:33 UTC (2+ messages)
[PATCH] lib/test_kmod: add missing MODULE_DESCRIPTION() macro
2024-06-14 18:52 UTC (2+ messages)
[PATCH kmod] .mailmap: Forward to my personal email
2024-06-14 18:50 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).