Linux-Modules Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-01 20:13:09 to 2024-01-29 19:26:50 UTC [more...]

[PATCH v2 0/3] modules: few of alignment fixes
 2024-01-29 19:26 UTC  (5+ messages)
` [PATCH v2 1/4] selftests: add new kallsyms selftests
` [PATCH v2 2/4] modules: Ensure 64-bit alignment on __ksymtab_* sections
` [PATCH v2 3/4] vmlinux.lds.h: add missing alignment for symbol CRCs
` [PATCH v2 4/4] modules: Add missing entry for __ex_table

[PATCH 0/4] Section alignment issues?
 2024-01-29 18:50 UTC  (31+ messages)
` [PATCH 1/4] linux/export: Fix alignment for 64-bit ksymtab entries
` [PATCH 2/4] modules: Ensure 64-bit alignment on __ksymtab_* sections
` [PATCH 3/4] vmlinux.lds.h: Fix alignment for __ksymtab*, __kcrctab_* and .pci_fixup sections
` [PATCH 4/4] modules: Add missing entry for __ex_table

[RESEND PATCH v2] modules: wait do_free_init correctly
 2024-01-29 17:53 UTC  (2+ messages)

[PATCH 0/2] Polish module_directory help string, install symlinks
 2024-01-29 17:23 UTC  (5+ messages)
` [PATCH 1/2] configure: tweak the module_directory help string
` [PATCH 2/2] make: install/uninstall tools symlinks to kmod

[PATCH RFC 00/12] x86 NUMA-aware kernel replication
 2024-01-29  7:51 UTC  (23+ messages)
` [PATCH RFC 01/12] mm: allow per-NUMA node local PUD/PMD allocation
` [PATCH RFC 02/12] mm: add config option and per-NUMA node VMS support
` [PATCH RFC 03/12] mm: per-NUMA node replication core infrastructure
` [PATCH RFC 04/12] x86: add support of memory protection for NUMA replicas
` [PATCH RFC 05/12] x86: enable memory protection for replicated memory
` [PATCH RFC 06/12] x86: align kernel text and rodata using HUGE_PAGE boundary
` [PATCH RFC 07/12] x86: enable per-NUMA node kernel text and rodata replication
` [PATCH RFC 08/12] x86: make kernel text patching aware about replicas
` [PATCH RFC 09/12] x86: add support of NUMA replication for efi page tables
` [PATCH RFC 10/12] mm: add replicas allocation support for vmalloc
` [PATCH RFC 11/12] x86: add kernel modules text and rodata replication support
` [PATCH RFC 12/12] mm: set memory permissions for BPF handlers replicas

[PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
 2024-01-21 19:54 UTC  (10+ messages)
      `  "

[GIT PULL] Modules changes for v6.8-rc1
 2024-01-11  2:24 UTC  (2+ messages)

[syzbot] [modules?] INFO: task hung in _vm_unmap_aliases (3)
 2024-01-09 18:18 UTC 

[PATCH v2] modules: wait do_free_init correctly
 2023-12-25  6:15 UTC 

[PATCH] modules: wait do_free_init correctly
 2023-12-25  4:07 UTC  (7+ messages)

[PATCH 1/3] init: Declare rodata_enabled and mark_rodata_ro() at all time
 2023-12-22 18:23 UTC  (6+ messages)
` [PATCH 2/3] modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabled
` [PATCH 3/3] powerpc: Simplify strict_kernel_rwx_enabled()

[PATCH] kernel/module: improve documentation for try_module_get()
 2023-12-21 18:26 UTC  (2+ messages)

[PATCH 1/3] module: Use set_memory_rox()
 2023-12-21  7:24 UTC  (3+ messages)
` [PATCH 2/3] module: Change module_enable_{nx/x/ro}() to more explicit names
` [PATCH 3/3] module: Don't ignore errors from set_memory_XX()

[PATCH] module: Remove redundant TASK_UNINTERRUPTIBLE
 2023-12-19 21:30 UTC  (2+ messages)

[PATCH kmod v4 0/4] kmod /usr support
 2023-12-19  8:37 UTC  (13+ messages)
` [PATCH kmod v5 0/5] "
  ` [PATCH kmod v5 5/5] libkmod, depmod, modprobe: Make directory for kernel modules configurable
      ` [PATCH 0/2] kmod /usr support
        ` [PATCH 1/2] libkmod, depmod, modprobe: Make directory for kernel modules configurable
        ` [PATCH 2/2] configure: Check that provided paths are absolute

[PATCH rebased] kbuild: rpm-pkg: Fix build with non-default MODLIB
 2023-12-18 14:16 UTC  (25+ messages)
              ` [PATCH v6 1/2] depmod: Handle installing modules under a different directory
              ` [PATCH v6 2/2] kbuild: rpm-pkg: Fix build with non-default MODLIB

[RFC/RFT,V2] CFI: Add support for gcc CFI in aarch64
 2023-12-13 19:35 UTC  (6+ messages)

[PATCH] kmod: Add FIPS 202 SHA-3 support
 2023-12-12 20:11 UTC  (3+ messages)

Building signed debs
 2023-12-11 18:15 UTC  (3+ messages)

[PATCH 0/6] Generate address range data for built-in modules
 2023-12-11 16:29 UTC  (9+ messages)
` [PATCH 1/6] kbuild: add modules.builtin.objs
` [PATCH 2/6] module: add CONFIG_BUILTIN_RANGES option
` [PATCH 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH 4/6] module: script to generate offset ranges for builtin modules
` [PATCH 5/6] kbuild: generate modules.builtin.ranges when linking the kernel
` [PATCH 6/6] module: add install target for modules.builtin.ranges

[PATCH] init: move THIS_MODULE from <linux/export.h> to <linux/init.h>
 2023-12-09 19:26 UTC  (5+ messages)

[PATCH] configure: set docdir in GTK_DOC_CHECK
 2023-12-08 22:45 UTC 

[PATCH kmod 1/3] Add kmod_new_flags() variant of kmod_new(), with abiver 32
 2023-12-06 20:37 UTC  (5+ messages)
` [PATCH kmod 2/3] Add KMOD_NEW_IGNORE_CMDLINE
` [PATCH kmod 3/3] Add modprobe -I/--ignore-cmdline

[PATCH v3 0/5] params: harden string ops and allocatio ops
 2023-12-01 19:05 UTC  (9+ messages)
` [PATCH v3 1/5] params: Introduce the param_unknown_fn type
` [PATCH v3 2/5] params: Do not go over the limit when getting the string length
` [PATCH v3 3/5] params: Use size_add() for kmalloc()
` [PATCH v3 4/5] params: Sort headers
` [PATCH v3 5/5] params: Fix multi-line comment style

[PATCH v2 0/5] MODVERSIONS + RUST Redux
 2023-11-28  8:44 UTC  (17+ messages)
` [PATCH v2 1/5] export_report: Rehabilitate script
` [PATCH v2 2/5] modules: Refactor + kdoc elf_validity_cached_copy
` [PATCH v2 3/5] modpost: Extended modversion support
` [PATCH v2 4/5] rust: Allow MODVERSIONS
` [PATCH v2 5/5] export_report: Use new version info format

[PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
 2023-11-22 15:08 UTC  (2+ messages)

[RFC PATCH 0/2] Enhancing Boot Speed and Security with Delayed Module Signature Verification
 2023-11-20 19:43 UTC  (11+ messages)
` [RFC PATCH 1/2] Modules: Introduce boot-time module signature flexibility
` [RFC PATCH 2/2] docs: Update kernel-parameters.txt for signature verification enhancement

[PATCH 2/3] modpost: Extended modversion support
 2023-11-16 17:12 UTC  (2+ messages)

[PATCH 3/3] rust: Require RUST_MODULES for module support
 2023-11-08  2:26 UTC 

[PATCH kmod] libkmod: remove pkcs7 obj_to_hash_algo()
 2023-11-07 20:13 UTC  (2+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-11-07 10:44 UTC  (7+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem

[PATCH] lib/test_kmod: fix kernel-doc warnings
 2023-11-04  4:20 UTC 

[GIT PULL] Modules changes for v6.7-rc1
 2023-11-02  8:19 UTC  (7+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).