linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-11 22:25:19 to 2022-06-27 16:47:05 UTC [more...]

[PATCH 0/8] Add --wait to modprobe -r
 2022-06-27 16:46 UTC  (11+ messages)
` [PATCH 1/8] modprobe: Move -R to "Query options"
` [PATCH 2/8] libkmod: Allow to ignore log message on module removal
` [PATCH 3/8] module-playground: Add debugfs entry in mod-simple
` [PATCH 4/8] util: Add time-related functions from testsuite
` [PATCH 5/8] util: Add msec variants for time-related functions
` [PATCH 6/8] util: Add exponential backoff sleep
` [PATCH 7/8] testsuite: Add tests for sleep calculation
` [PATCH 8/8] modprobe: Add --wait

[PATCH 1/2] depmod: Fix writing over array length
 2022-06-27 16:42 UTC  (3+ messages)
` [PATCH 2/2] modprobe: re-use modname variable

[PATCH 1/2] module: Modify module_flags() to accept show_state argument
 2022-06-27 16:40 UTC  (2+ messages)
` [PATCH 2/2] module: Show the last unloaded module's taint flag(s)

[PATCH v3 0/5] Rework KUnit test execution in modules
 2022-06-25  5:08 UTC  (6+ messages)
` [PATCH v3 1/5] kunit: unify module and builtin suite definitions
` [PATCH v3 2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
` [PATCH v3 3/5] thunderbolt: test: Use kunit_test_suite() macro
` [PATCH v3 4/5] nitro_enclaves: "
` [PATCH v3 5/5] mmc: sdhci-of-aspeed: "

[PATCH v2 0/5] Rework KUnit test execution in modules
 2022-06-23 12:23 UTC  (12+ messages)
` [PATCH v2 1/5] kunit: unify module and builtin suite definitions
` [PATCH v2 2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
` [PATCH v2 3/5] thunderbolt: test: Use kunit_test_suite() macro
` [PATCH v2 4/5] nitro_enclaves: "
` [PATCH v2 5/5] mmc: sdhci-of-aspeed: "

[PATCH v2] module: Add support for default value for module async_probe
 2022-06-21 20:25 UTC  (3+ messages)

[PATCH 0/5] Rework KUnit test execution in modules
 2022-06-20  9:26 UTC  (14+ messages)
` [PATCH 1/5] kunit: unify module and builtin suite definitions
` [PATCH 2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
` [PATCH 3/5] thunderbolt: test: Use kunit_test_suite() macro
` [PATCH 4/5] nitro_enclaves: "
` [PATCH 5/5] mmc: sdhci-of-aspeed: "

[PATCH] kprobes: Enable tracing for mololithic kernel images
 2022-06-15 21:29 UTC  (31+ messages)

[PATCH 0/5] kallsyms: make kallsym APIs more safe with scnprintf
 2022-06-15  8:01 UTC  (11+ messages)
    ` [PATCH 1/5] kallsyms: pass buffer size in sprint_* APIs
    ` [PATCH 2/5] kallsyms: replace sprintf with scnprintf
    ` [PATCH 3/5] arch:hexagon/powerpc: use KSYM_NAME_LEN as array size
    ` [PATCH 4/5] kallsyms: pass buffer size argument in *lookup* APIs
    ` [PATCH 5/5] kallsyms: remove unsed API lookup_symbol_attrs

[PATCH v2] doc: module: update file references
 2022-06-14 21:33 UTC 

[PATCH] doc: module: update file references
 2022-06-14 21:32 UTC  (3+ messages)

[PATCH v2 1/2] module: Fix ERRORs reported by checkpatch.pl
 2022-06-13  6:02 UTC  (2+ messages)
` [PATCH v2 2/2] module: Increase readability of module_kallsyms_lookup_name()

[PATCH 1/2] module: Fix ERRORs reported by checkpatch.pl
 2022-06-12 19:35 UTC  (3+ messages)
` [PATCH 2/2] module: Increase readability of module_kallsyms_lookup_name()

[PATCH] module: Fix "warning: variable 'exit' set but not used"
 2022-06-12 15:33 UTC 

[PATCH v2] module: Fix selfAssignment cppcheck warning
 2022-06-12 15:21 UTC 

[PATCH] module: Fix selfAssignment cppcheck warning
 2022-06-12 15:21 UTC  (2+ messages)

[PATCH] module: Fix selfAssignment cppcheck warning
 2022-06-12 10:17 UTC 

[PATCH 0/7] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL()
 2022-06-11 18:56 UTC  (15+ messages)
` [PATCH 1/7] modpost: fix section mismatch check for exported init/exit sections
` [PATCH 2/7] modpost: put get_secindex() call inside sec_name()
` [PATCH 3/7] kbuild: generate struct kernel_symbol by modpost
` [PATCH 4/7] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH 5/7] checkpatch: warn if <asm/export.h> is included
` [PATCH 6/7] modpost: merge sym_update_namespace() into sym_add_exported()
` [PATCH 7/7] modpost: use null string instead of NULL pointer for default namespace

[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-06-07 14:34 UTC  (25+ messages)
` [PATCH v6 01/10] modpost: extract symbol versions from *.cmd files
` [PATCH v6 02/10] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v6 03/10] kbuild: stop merging *.symversions
` [PATCH v6 04/10] genksyms: adjust the output format to modpost
` [PATCH v6 05/10] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v6 06/10] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v6 07/10] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v6 08/10] kbuild: make *.mod "
` [PATCH v6 09/10] kbuild: add cmd_and_savecmd macro
` [PATCH v6 10/10] kbuild: rebuild multi-object modules when objtool is updated

Modules list
 2022-06-04  6:14 UTC  (14+ messages)
      ` Module failure on new install of Debian Bullseye

[PATCH v1] module: Add support for default value for module async_probe
 2022-06-03 23:16 UTC  (3+ messages)

[PATCH v12 01/14] module: Move all into module/
 2022-06-03  4:30 UTC  (11+ messages)
` [PATCH v1] module: Fix prefix for module.sig_enforce module param

[GIT PULL] Modules fixes for v5.19-rc1
 2022-05-27  0:32 UTC  (3+ messages)

[PATCH] fixup! kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
 2022-05-23 21:04 UTC  (3+ messages)

[PATCH modules-next 1/1] kallsyms: enhance %pS/s/b printing when KALLSYSMS is disabled
 2022-05-17 14:35 UTC  (6+ messages)

[PATCH v6 2/4] module: update dependencies at try_module_get()
 2022-05-15  8:22 UTC  (2+ messages)
` [module] a1f1245bef: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/mutex.c

[PATCH v5 00/12] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-13 11:40 UTC  (15+ messages)
` [PATCH v5 01/12] modpost: split the section mismatch checks into section-check.c
` [PATCH v5 03/12] modpost: extract symbol versions from *.cmd files
` [PATCH v5 11/12] kbuild: add cmd_and_savecmd macro
` [PATCH v5 12/12] kbuild: rebuild multi-object modules when objtool is updated

request_module DoS
 2022-05-12 17:43 UTC  (7+ messages)

[PATCH v4 00/14] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-12  4:36 UTC  (5+ messages)
` [PATCH v4 01/14] modpost: remove left-over cross_compile declaration
` [PATCH v4 02/14] modpost: change the license of EXPORT_SYMBOL to bool type


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