linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-18 09:04:00 to 2022-08-12 08:08:39 UTC [more...]

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

[PATCH] module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m
 2022-08-12  8:07 UTC  (11+ messages)

[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-08-09 15:20 UTC  (9+ messages)

[GIT PULL] Modules updates for v6.0-rc1
 2022-08-08 22:37 UTC  (2+ messages)

[PATCH bpf-next 1/3] mm/vmalloc: introduce vmalloc_exec which allocates RO+X memory
 2022-08-05  5:29 UTC  (16+ messages)

[RFC PATCH 0/6] Introduce "sysctl:" module aliases
 2022-07-27 17:11 UTC  (15+ messages)
` [RFC PATCH 1/6] modpost: factor out elf/arch-specific code from section_rel[a]()
` [RFC PATCH 2/6] modpost: deduplicate section_rel[a]()
` [RFC PATCH 3/6] sysctl, mod_devicetable: shadow struct ctl_table.procname for file2alias
` [RFC PATCH 4/6] module, modpost: introduce support for MODULE_SYSCTL_TABLE
` [RFC PATCH 5/6] netfilter: conntrack: use MODULE_SYSCTL_TABLE
` [RFC PATCH 6/6] sysctl: introduce /proc/sys/kernel/modprobe_sysctl_alias

[PATCH 0/7] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL()
 2022-07-25 16:42 UTC  (3+ messages)
` [PATCH 7/7] modpost: use null string instead of NULL pointer for default namespace

[PATCH v2] module: Replace kmap() with kmap_local_page()
 2022-07-20 21:29 UTC  (2+ messages)

[PATCH] module: Replace kmap() with kmap_local_page()
 2022-07-19 21:35 UTC  (5+ messages)

Issues in man pages of kmod
 2022-07-18 14:19 UTC 

[PATCH v2 0/3] module: Show the last unloaded module's taint flag(s)
 2022-07-15  0:43 UTC  (5+ messages)
` [PATCH v2 1/3] module: Modify module_flags() to accept show_state argument
` [PATCH v2 2/3] module: Use strscpy() for last_unloaded_module
` [PATCH v2 3/3] module: Show the last unloaded module's taint flag(s)

[PATCH v2] module: Move module's Kconfig items in kernel/module/
 2022-07-13  8:04 UTC  (3+ messages)

[PATCH] modules: move module symbols from init/Kconfig
 2022-07-13  7:12 UTC  (6+ messages)

[PATCH v6 bpf-next 0/5] bpf_prog_pack followup
 2022-07-13  1:00 UTC  (9+ messages)

[GIT PULL] Modules fixes for v5.19-rc7
 2022-07-11 20:02 UTC  (2+ messages)

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

[PATCH v3 -next 0/1] module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RT
 2022-07-11 17:32 UTC  (3+ messages)
` [PATCH v3 -next 1/1] "

[PATCH -next] module: Use vzalloc() instead of vmalloc()/memset(0)
 2022-07-11 16:09 UTC  (3+ messages)

[PATCH v3] modules: Ensure natural alignment for .altinstructions and __bug_table sections
 2022-07-11 16:07 UTC  (2+ messages)

[PATCH v2] module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RT
 2022-07-11 15:57 UTC  (6+ messages)

[PATCH v3 0/5] Rework KUnit test execution in modules
 2022-07-09  3:25 UTC  (13+ 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] modules: Ensure natural alignment for .altinstructions and __bug_table sections
 2022-07-07  0:48 UTC  (4+ messages)

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

[PATCH] module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RT
 2022-07-04 15:02 UTC  (2+ messages)

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

test suite failure for get_backoff_delta_msec()
 2022-07-02 18:41 UTC  (2+ messages)

[PATCH v1] module: Add support for default value for module async_probe
 2022-07-01 22:15 UTC  (4+ messages)

[PATCH v2 1/2] module: Fix ERRORs reported by checkpatch.pl
 2022-07-01 22:07 UTC  (3+ messages)
` [PATCH v2 2/2] module: Increase readability of module_kallsyms_lookup_name()

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

[PATCH] doc: module: update file references
 2022-07-01 21:49 UTC  (3+ 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] 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 0/8] Add --wait to modprobe -r
 2022-06-27 16:46 UTC  (3+ messages)

[PATCH 1/2] depmod: Fix writing over array length
 2022-06-27 16:42 UTC  (2+ messages)

[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  (8+ messages)
` [PATCH 3/5] thunderbolt: test: Use kunit_test_suite() macro
` [PATCH 4/5] nitro_enclaves: "
` [PATCH 5/5] mmc: sdhci-of-aspeed: "

[PATCH 2/5] kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
 2022-06-18 14:49 UTC  (3+ messages)

[PATCH 1/5] kunit: unify module and builtin suite definitions
 2022-06-18 12:47 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).