linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-13 23:22:16 to 2023-02-10 20:10:52 UTC [more...]

[PATCH 0/8] MODULE_LICENSE removals, first tranche
 2023-02-10 20:10 UTC  (14+ messages)
` [PATCH 1/8] kbuild, PCI: generic,versatile: comment out MODULE_LICENSE in non-modules
` [PATCH 2/8] kbuild, PCI: mobiveil: "
` [PATCH 3/8] kbuild, ARM: tegra: "
` [PATCH 4/8] kbuild, PCI: endpoint: "
` [PATCH 5/8] kbuild, PCI: hip: "
` [PATCH 6/8] kbuild, shpchp: "
` [PATCH 7/8] kbuild, PCI: dwc: histb: "
` [PATCH 8/8] kbuild, PCI: microchip: "

[PATCH 1/2] testsuite: Move setup-rootfs logic from Makefile to script
 2023-02-10 11:16 UTC  (3+ messages)
` [PATCH 2/2] testsuite: Handle different sysconfdir

[PATCH] module: Remove the unused function within
 2023-02-10  6:42 UTC 

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-02-09 23:53 UTC  (4+ messages)

[PATCH] libkmod: error out on unknown hash algorithm
 2023-02-09 20:09 UTC  (2+ messages)

[PATCH] module: clean-up for module_memory
 2023-02-09 19:43 UTC  (2+ messages)

[PATCH 0/4] kmod: Various papercuts
 2023-02-09 19:20 UTC  (8+ messages)
` [PATCH 1/4] treewide: add some static const notations
` [PATCH 2/4] testsuite: add function declarations for __xstat family
` [PATCH 3/4] testsuite: fixup KMOD_SYSCONFDIR_NOT_ETC tests
` [PATCH 4/4] testsuite/depmod: use defines for the rootfs/lib_modules

[PATCH v10] module: replace module_layout with module_memory
 2023-02-09 17:28 UTC  (10+ messages)

[PATCH v2] depmod: Introduce outdir option
 2023-02-09 15:13 UTC  (4+ messages)

[PATCH] man/rmmod: explain why modprobe -r is more useful
 2023-02-08 17:15 UTC  (3+ messages)

[PATCH v9] module: replace module_layout with module_memory
 2023-02-07 22:15 UTC  (6+ messages)

[PATCH 0/2] selftests: bump timeout for firmware and kmod
 2023-02-06 23:43 UTC  (3+ messages)
` [PATCH 1/2] selftests/kmod: increase the kmod timeout from 45 to 165
` [PATCH 2/2] selftests/firmware: increase timeout from 165 to 230

[PATCH v2] Document klp_modinfo using kdoc
 2023-02-06 17:09 UTC  (4+ messages)
` [PATCH v2 1/2] module.h: Document klp_modinfo struct "
` [PATCH v2 2/2] Documentation: livepatch: module-elf-format: Remove local klp_modinfo definition

[PATCH] module: make module_ktype structure constant
 2023-02-04  5:44 UTC 

[PATCH v11 1/2] x86/module: remove unused code in __apply_relocate_add
 2023-02-03 13:33 UTC  (7+ messages)
` [PATCH v11 2/2] livepatch,x86: Clear relocation targets on a module removal

[PATCH v8] module: replace module_layout with module_memory
 2023-02-02 19:49 UTC  (3+ messages)

[PATCH] module.h: Document klp_modinfo struct members
 2023-02-02 19:07 UTC  (3+ messages)

[PATCH] depmod: Introduce a outdir option
 2023-02-02  7:14 UTC  (2+ messages)

[PATCH v7] module: replace module_layout with module_memory
 2023-02-01 22:28 UTC  (3+ messages)

[PATCH v6] module: replace module_layout with module_memory
 2023-02-01 18:41 UTC  (3+ messages)

[PATCH v5] module: replace module_layout with module_memory
 2023-02-01 16:50 UTC  (3+ messages)

[PATCH v4] module: replace module_layout with module_memory
 2023-02-01  0:37 UTC  (12+ messages)

[PATCH v3] module: replace module_layout with module_memory
 2023-01-30  0:18 UTC  (9+ messages)

[PATCH v2] module: replace module_layout with module_memory
 2023-01-27 16:59 UTC  (8+ messages)

[PATCH v10 1/2] x86/module: remove unused code in __apply_relocate_add
 2023-01-25 17:14 UTC  (9+ messages)
` [PATCH v10 2/2] livepatch,x86: Clear relocation targets on a module removal

[GIT PULL] modules changes for v6.2-rc6
 2023-01-25  2:23 UTC  (2+ messages)

[PATCH v9] livepatch: Clear relocation targets on a module removal
 2023-01-24 22:32 UTC  (11+ messages)

[PATCH v2] module: Don't wait for GOING modules
 2023-01-24 19:58 UTC  (17+ messages)

[PATCH/RFC] module: replace module_layout with module_memory
 2023-01-24 18:01 UTC  (17+ messages)

[PATCH] module.h: Fix full name of the GPL
 2023-01-24 17:36 UTC  (5+ messages)

When adding a module, what does "Exec format error" / "Skipping invalid relocation target" mean, and how to fix it?
 2023-01-20 16:14 UTC  (4+ messages)
  ` [EXT]Re: "

[PATCHv3 bpf-next 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-20  1:30 UTC  (11+ messages)
` [PATCHv3 bpf-next 1/3] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCHv3 bpf-next 2/3] selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module tests
` [PATCHv3 bpf-next 3/3] bpf: Change modules resolving for kprobe multi link

[PATCH] modpost: support arbitrary symbol length in modversion
 2023-01-19 19:19 UTC  (11+ messages)

[PATCH v3] kallsyms: Remove the performance test from kallsyms_selftest.c
 2023-01-18  1:34 UTC  (3+ messages)

[PATCH 18/30] module: Use kstrtobool() instead of strtobool()
 2023-01-17 15:39 UTC  (4+ messages)

[PATCHv2 bpf-next 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-15 21:49 UTC  (4+ messages)
` [PATCHv2 bpf-next 2/3] selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module tests

[GIT PULL] modules changes for v6.2-rc4
 2023-01-14 16:21 UTC  (2+ messages)

[PATCH 0/2] Allow passing module files to modprobe
 2023-01-14  0:50 UTC  (3+ messages)
` [PATCH v2 0/3] "


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