linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-17 14:35:34 to 2022-07-01 21:54:22 UTC [more...]

[PATCH v2] module: Add support for default value for module async_probe
 2022-07-01 21:54 UTC  (4+ messages)

[PATCH] doc: module: update file references
 2022-07-01 21:49 UTC  (5+ messages)

[PATCH] module: Fix "warning: variable 'exit' set but not used"
 2022-07-01 21:45 UTC  (2+ messages)

[PATCH v2] module: Fix selfAssignment cppcheck warning
 2022-07-01 21:45 UTC  (2+ messages)

[ANNOUNCE] kmod 30
 2022-07-01 21:25 UTC  (6+ messages)

[PATCH v2] modules: Ensure natural alignment for .altinstructions and __bug_table sections
 2022-07-01 21:23 UTC  (2+ messages)

[PATCH 1/2] modules: Ensure natural alignment for .altinstructions and __bug_table sections
 2022-07-01 18:22 UTC  (4+ messages)
` [PATCH 2/2] MAINTAINERS: Update file list for module maintainers

[PATCH] libkmod: Support SM3 hash algorithm
 2022-06-30 15:08 UTC  (2+ messages)

Possible problem in check-local-export during the kernel build process (RCU torture)
 2022-06-28 23:35 UTC  (3+ messages)

[PATCH v11 00/14] module: core code clean up
 2022-06-28 16:24 UTC  (8+ messages)
` [PATCH v11 09/14] module: Move kallsyms support into a separate file
` [PATCH v11 10/14] module: kallsyms: Fix suspicious rcu usage

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

[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 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 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 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 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  (17+ messages)
` [PATCH v6 01/10] modpost: extract symbol versions from *.cmd files
` [PATCH v6 06/10] kbuild: check static EXPORT_SYMBOL* by script instead of modpost

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  (4+ 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).