linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-11 11:01:51 to 2023-12-13 19:35:08 UTC [more...]

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

[PATCH rebased] kbuild: rpm-pkg: Fix build with non-default MODLIB
 2023-12-12 13:12 UTC  (27+ 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

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] module: Remove redundant TASK_UNINTERRUPTIBLE
 2023-12-08  8:29 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 kmod v4 0/4] kmod /usr support
 2023-12-06 18:36 UTC  (15+ 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 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 0/4] Section alignment issues?
 2023-11-22 22:18 UTC  (5+ 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

[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  (15+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations

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

[PATCH v2 00/39] Memory allocation profiling
 2023-10-28 17:21 UTC  (51+ messages)
` [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro
` [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h
` [PATCH v2 05/39] prandom: Remove unused include
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v2 12/39] lib: code tagging framework
` [PATCH v2 13/39] lib: code tagging module support
` [PATCH v2 14/39] lib: prevent module unloading if memory is not freed
` [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling
` [PATCH v2 16/39] lib: introduce support for page allocation tagging
` [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts
` [PATCH v2 19/39] mm: enable page allocation tagging
` [PATCH v2 20/39] mm: create new codetag references during page splitting
` [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v2 22/39] lib: add codetag reference into slabobj_ext
` [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v2 26/39] mempool: Hook up to memory allocation profiling
` [PATCH v2 27/39] xfs: Memory allocation profiling fixups
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency
` [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext
` [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging
` [PATCH v2 32/39] arm64: Fix circular header dependency
` [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling
` [PATCH v2 34/39] rhashtable: Plumb through alloc tag
` [PATCH v2 35/39] lib: add memory allocations report in show_mem()
` [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[PATCH v5] module: Add CONFIG_MODULE_DISABLE_INIT_FREE option
 2023-10-27 12:27 UTC  (4+ messages)

[PATCH] docs: module-signing: adjust guide after sha1 and sha224 support is gone
 2023-10-25 16:12 UTC  (3+ messages)

[PATCH 5/6] crypto: enable automatic module signing with FIPS 202 SHA-3
 2023-10-22 18:22 UTC 

[PATCH] module: main: Remove unnecessary ‘0’ values from err
 2023-10-20  8:27 UTC 

[PATCH] crypto: Limit MODULE_SIG_KEY_TYPE_ECDSA to SHA384 or SHA512
 2023-10-20  5:56 UTC  (3+ messages)

[PATCH] crypto: pkcs7: remove sha1 support
 2023-10-20  5:54 UTC  (2+ messages)

[PATCH] module: Do not offer sha224 for built-in module signing
 2023-10-20  5:54 UTC  (2+ messages)

[PATCH v5 05/12] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
 2023-10-19 18:11 UTC 

require EXPORT_SYMBOL_GPL symbols for symbol_get v2
 2023-10-18 18:25 UTC  (5+ messages)
` [PATCH 5/5] modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules

[PATCH v2] module: Add CONFIG_MODULE_LOAD_IN_SEQUENCE option
 2023-10-12 18:35 UTC  (5+ messages)

[PATCH v3] module: Add CONFIG_MODULE_DISABLE_INIT_FREE option
 2023-10-12 17:03 UTC  (3+ messages)

[PATCH v4] module: Add CONFIG_MODULE_DISABLE_INIT_FREE option
 2023-10-12 16:56 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).