linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-01 21:54:22 to 2022-08-31 16:48:38 UTC [more...]

[RFC PATCH 00/30] Code tagging framework and applications
 2022-08-31 16:48 UTC  (50+ messages)
` [RFC PATCH 01/30] kernel/module: move find_kallsyms_symbol_value declaration
` [RFC PATCH 02/30] lib/string_helpers: Drop space in string_get_size's output
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 04/30] scripts/kallysms: Always include __start and __stop symbols
` [RFC PATCH 05/30] lib: code tagging framework
` [RFC PATCH 06/30] lib: code tagging module support
` [RFC PATCH 07/30] lib: add support for allocation tagging
` [RFC PATCH 08/30] lib: introduce page "
` [RFC PATCH 09/30] change alloc_pages name in dma_map_ops to avoid name conflicts
` [RFC PATCH 10/30] mm: enable page allocation tagging for __get_free_pages and alloc_pages
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 12/30] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [RFC PATCH 13/30] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 15/30] lib: introduce slab allocation tagging
` [RFC PATCH 16/30] mm: enable slab allocation tagging for kmalloc and friends
` [RFC PATCH 17/30] lib/string.c: strsep_no_empty()
` [RFC PATCH 18/30] codetag: add codetag query helper functions
` [RFC PATCH 19/30] move stack capture functionality into a separate function for reuse
` [RFC PATCH 20/30] lib: introduce support for storing code tag context
` [RFC PATCH 21/30] lib: implement context capture support for page and slab allocators
` [RFC PATCH 22/30] Code tagging based fault injection
` [RFC PATCH 23/30] timekeeping: Add a missing include
` [RFC PATCH 24/30] wait: Clean up waitqueue_entry initialization
` [RFC PATCH 25/30] lib/time_stats: New library for statistics on events
` [RFC PATCH 26/30] bcache: Convert to lib/time_stats
` [RFC PATCH 27/30] Code tagging based latency tracking
` [RFC PATCH 28/30] Improved symbolic error names
` [RFC PATCH 29/30] dyndbg: Convert to code tagging
` [RFC PATCH 30/30] MAINTAINERS: Add entries for code tagging & related

[PATCH modules-next] module: Add debugfs interface to view unloaded tainted modules
 2022-08-31 10:19 UTC  (3+ messages)

Faster, incremental depmod when adding modules?
 2022-08-21 18:46 UTC 

[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-08-20 17:51 UTC  (17+ messages)
` [PATCH v6 02/10] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
  ` Build/boot problem with 7b4537199a4a (Re: [PATCH v6 02/10] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS)

Block module crash loading on 5.15.x kernel?
 2022-08-20  3:11 UTC  (2+ messages)

Thanks, your email was sent successfully! - TransTechnology
 2022-08-15  1:45 UTC 

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

[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  (3+ 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  (7+ 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  (12+ messages)
` [PATCH v11 09/14] module: Move kallsyms support into a separate file

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