linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-29 21:45:07 to 2024-06-14 19:33:31 UTC [more...]

is_module()
 2024-06-14 19:33 UTC  (2+ messages)

[PATCH kmod] testsuite: add tests for weak dependencies
 2024-06-14 19:17 UTC  (2+ messages)

[PATCH v4 0/3] Generate address range data for built-in modules
 2024-06-14 18:57 UTC  (8+ messages)
` [PATCH v4 1/3] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v4 3/3] module: add install target for modules.builtin.ranges

[PATCH] lib/test_kmod: add missing MODULE_DESCRIPTION() macro
 2024-06-14 18:52 UTC  (2+ messages)

[PATCH kmod] .mailmap: Forward to my personal email
 2024-06-14 18:50 UTC  (2+ messages)

Current status and possible improvements in CONFIG_MODULE_FORCE_UNLOAD
 2024-06-14 18:48 UTC  (3+ messages)

[PATCH] module: Add log information for loading module failures
 2024-06-14  9:25 UTC 

[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-06-13 13:37 UTC  (7+ messages)
` [PATCH 1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc()
` [PATCH 2/6] kallsyms: Emit symbol at the holes in the text
` [PATCH 3/6] module: kallsyms: Determine exact function size
` [PATCH 4/6] ftrace: Skip invalid __fentry__ in ftrace_process_locs()
` [PATCH 5/6] ftrace: Fix possible out-of-bound issue "
` [PATCH 6/6] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround

[PATCH kmod 00/20] man: convert to scdoc and minor improvements
 2024-06-11 15:05 UTC  (21+ messages)
` [PATCH kmod 01/20] man: add script to generate/compare the xslt vs upcoming scdoc
` [PATCH kmod 02/20] man: add scdoc based man pages
` [PATCH kmod 03/20] man: build the "
` [PATCH kmod 04/20] man: remove no longer used XML files
` [PATCH kmod 05/20] man: add some extra bold/italic annotations
` [PATCH kmod 06/20] man: white space fixes
` [PATCH kmod 07/20] man: misc punctuation fixes
` [PATCH kmod 08/20] man: some options take an argument, mention that
` [PATCH kmod 09/20] man: couple of grammar/language fixes
` [PATCH kmod 10/20] man: stop removing DISTCONFDIR lines
` [PATCH kmod 11/20] man: depmod.d: document the config file order handling
` [PATCH kmod 12/20] man: depmod.d: factor out a CONFIGURATION FORMAT section
` [PATCH kmod 13/20] man: depmod.d: rework the opening description sentence
` [PATCH kmod 14/20] man: depmod: remove hard-coded /etc/depmod.d references
` [PATCH kmod 15/20] man: modprobe.d: document the config file order handling
` [PATCH kmod 16/20] man: modprobe.d: factor out a CONFIGURATION FORMAT section
` [PATCH kmod 17/20] man: modprobe.d: mention about MODPROBE_OPTIONS
` [PATCH kmod 18/20] man: modprobe: remove hard-coded /etc/modprobe.d references
` [PATCH kmod 19/20] man: remove the "Maintained by" references
` [PATCH kmod 20/20] man: list options one per line

[RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
 2024-06-11  9:36 UTC  (6+ messages)

[PATCH v3 0/6] Generate address range data for built-in modules
 2024-06-06 19:02 UTC  (12+ messages)
` [PATCH v3 1/6] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v3 2/6] trace: add CONFIG_BUILTIN_MODULE_RANGES option
` [PATCH v3 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH v3 4/6] module: script to generate offset ranges for builtin modules
` [PATCH v3 5/6] kbuild: generate modules.builtin.ranges when linking the kernel
` [PATCH v3 6/6] module: add install target for modules.builtin.ranges

[PATCH 6.10.0-rc2] kernel/module: avoid panic on loading broken module
 2024-06-06 13:31 UTC 

[PATCH v2 2/3] tracing/fprobe: Support raw tracepoint events on modules
 2024-06-04 18:03 UTC 

[PATCH] [v5] kallsyms: rework symbol lookup return codes
 2024-05-28 13:03 UTC  (2+ messages)

[PATCH 0/2] Deduplicate bin_attribute simple read() callbacks
 2024-05-23 14:23 UTC  (7+ messages)
` [PATCH 2/2] treewide: Use sysfs_bin_attr_simple_read() helper
      ` [PATCH] sysfs: Unbreak the build around sysfs_bin_attr_simple_read()

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (23+ messages)
` [PATCH RESEND v8 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH RESEND v8 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH RESEND v8 03/16] nios2: define virtual address space for modules
` [PATCH RESEND v8 04/16] sparc: simplify module_alloc()
` [PATCH RESEND v8 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH RESEND v8 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH RESEND v8 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH RESEND v8 08/16] mm/execmem, arch: convert remaining "
` [PATCH RESEND v8 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH RESEND v8 10/16] arm64: extend execmem_info "
` [PATCH RESEND v8 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH RESEND v8 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH RESEND v8 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH RESEND v8 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH RESEND v8 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v2 0/6] Generate address range data for built-in modules
 2024-05-16  2:56 UTC  (14+ messages)
` [PATCH v2 1/6] kbuild: add modules.builtin.objs
` [PATCH v2 2/6] trace: add CONFIG_BUILTIN_MODULE_RANGES option
` [PATCH v2 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH v2 4/6] module: script to generate offset ranges for builtin modules
` [PATCH v2 5/6] kbuild: generate modules.builtin.ranges when linking the kernel
` [PATCH v2 6/6] module: add install target for modules.builtin.ranges

[GIT PULL] Modules changes for v6.10-rc1
 2024-05-16  0:56 UTC  (2+ messages)

[PATCH v3] module: create weak dependecies
 2024-05-14 14:25 UTC  (2+ messages)

[PATCH] modules: Drop the .export_symbol section from the final modules
 2024-05-13 23:10 UTC  (5+ messages)

[MODALTS v0.1 1/4] tools/depmod.c: use symbol alternatives for modules.dep
 2024-05-10 11:21 UTC 

[MODALTS v0.1 4/4] add modules deps alternatives description
 2024-05-10 11:21 UTC 

[MODALTS v0.1 2/4] kmod: add generation of modules.alternatives to depmod
 2024-05-10 11:21 UTC 

[MODALTS v0.1 3/4] kmod: add modules.alternatives to modprobe
 2024-05-10 11:21 UTC 

[PATCH v2] module: create weak dependecies
 2024-05-10  8:54 UTC  (3+ messages)

[PATCH v2 0/2] livepatch, module: Delete the associated module of disabled livepatch
 2024-05-09 11:57 UTC  (23+ messages)
` [PATCH v2 1/2] module: Add a new helper delete_module()
` [PATCH v2 2/2] livepatch: Delete the associated module of disabled livepatch

[PATCH kmod] libkmod: add user soft dependecies
 2024-05-09  9:57 UTC  (4+ messages)
` [PATCH v2 patch] libkmod: add weak dependecies

[PATCH v2 patch] libkmod: add weak dependecies
 2024-05-09  4:22 UTC  (3+ messages)

[PATCH v8 00/17] mm: jit/text allocator
 2024-05-06 18:22 UTC  (21+ messages)
` [PATCH v8 01/17] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v8 02/17] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v8 03/17] nios2: define virtual address space for modules
` [PATCH v8 04/17] sparc: simplify module_alloc()
` [PATCH v8 05/17] module: make module_memory_{alloc,free} more self-contained
` [PATCH v8 06/17] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v8 07/17] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v8 08/17] mm/execmem, arch: convert remaining "
` [PATCH v8 09/17] riscv: extend execmem_params for generated code allocations
` [PATCH v8 10/17] arm64: extend execmem_info "
` [PATCH v8 11/17] powerpc: extend execmem_params for kprobes allocations
` [PATCH v8 12/17] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v8 13/17] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v8 14/17] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v8 15/17] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v8 16/17] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
` [PATCH v8 17/17] fixup: convert remaining archs: defaults handling

[PATCH] kernel/module: disable cfi for do_mod_ctors
 2024-05-06  6:27 UTC 

[PATCH v7 00/16] mm: jit/text allocator
 2024-05-03 10:40 UTC  (9+ messages)
` [PATCH v7 05/16] module: make module_memory_{alloc,free} more self-contained

[PATCH kmod 00/13] Load compressed modules with compression-less kmod
 2024-04-30 20:36 UTC  (35+ messages)
` [PATCH kmod 01/13] libkmod: use a dup()'d fd for zlib
` [PATCH kmod 02/13] libkmod: keep gzFile gzf local to load_zlib()
` [PATCH kmod 03/13] libkmod: remove kmod_file::{zstd,xz}_used flags
` [PATCH kmod 04/13] libkmod: clear file->memory if map fails
` [PATCH kmod 05/13] libkmod: nuke struct file_ops
` [PATCH kmod 06/13] libkmod: propagate {zstd,xz,zlib}_load errors
` [PATCH kmod 07/13] libkmod: move kmod_file_load_contents as applicable
` [PATCH kmod 08/13] libkmod: always detect the module compression
` [PATCH kmod 09/13] libkmod: swap alloca usage for a few assert_cc
` [PATCH kmod 10/13] libkmod: tidy-up kmod_file_open()
` [PATCH kmod 11/13] libkmod: move load_reg() further up
` [PATCH kmod 12/13] libkmod: keep KMOD_FILE_COMPRESSION_NONE/load_reg in comp_types
` [PATCH kmod 13/13] libkmod: always fallback to do_init_module()

[PATCH kmod] man: silence autoconf warnings
 2024-04-30 18:18 UTC  (5+ 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).