messages from 2026-08-16 09:30:05 to 2026-09-04 05:12:34 UTC [more...]
[PATCH v3 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
2026-09-04 5:10 UTC (2+ messages)
` [PATCH v3 1/2] module: pull out add_taint_module() to be public
[PATCH v10 0/2] module: Extend module_blacklist parameter to built-in modules
2026-09-03 20:29 UTC (7+ messages)
` [PATCH v10 1/2] "
` [PATCH v10 2/2] module: Rename module_blacklist to module_denylist
[PATCH v7 0/4] alloc_tag and module codetag section fixes
2026-09-03 6:30 UTC (13+ messages)
` [PATCH v7 1/4] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v7 2/4] module: introduce SH_ENTSIZE_STANDALONE for separately allocated sections
` [PATCH v7 3/4] module: allocate codetag sections before the regular module layout
` [PATCH v7 4/4] alloc_tag: release the reservation when populate fails
[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
2026-09-02 17:23 UTC (22+ messages)
` [RFC PATCH 1/9] mm: execmem: Add API to split an existing execmem cache allocation
` [RFC PATCH 2/9] mm: execmem: Allow huge vmappings to be avoided for execmem caches
` [RFC PATCH 3/9] module: Place MOD_TEXT before MOD_INIT_TEXT in enumeration
` [RFC PATCH 4/9] module: Allocate MOD_INIT_TEXT from the MOD_TEXT ROX allocation
` [RFC PATCH 5/9] arm64: mm: Permit permissions changes on huge vmappings
` [RFC PATCH 6/9] arm64: Enable the execmem ROX cache for module text
` [RFC PATCH 7/9] arm64: ftrace: Revert "fix unreachable PLT for ftrace_caller ..."
` [RFC PATCH 8/9] arm64: module: Combine init and core PLT entries again
` [RFC PATCH 9/9] arm64: ftrace: Simplify PLT handling
[RFC PATCH v6 0/2] module: allocate codetag sections before the regular module layout
2026-09-02 7:28 UTC (8+ messages)
` [RFC PATCH v6 1/2] alloc_tag: move release_module_tags() above reserve_module_tags()
` [RFC PATCH v6 2/2] module: allocate codetag sections before the regular module layout
[PATCH v2] kstack_erase: suppress -grecord-gcc-switches for external module builds
2026-09-02 5:21 UTC (10+ messages)
` [PATCH v3] scripts/gcc-plugins: suppress recorded GCC switches for extmod builds
[PATCH v2 bpf-next 00/18] Support inline functions in BTF
2026-09-01 18:14 UTC (42+ messages)
` [PATCH v2 bpf-next 01/18] btf: Extend UAPI to support BTF location (inline site) info
` [PATCH v2 bpf-next 02/18] libbpf: Add support for BTF kinds LOC[_PARAM|_PROTO|SEC]
` [PATCH v2 bpf-next 03/18] libbpf: Support moving permuted BTF types into split BTF
` [PATCH v2 bpf-next 04/18] selftests/bpf: Test helper support for BTF_KIND_LOC[_PARAM|_PROTO|SEC]
` [PATCH v2 bpf-next 05/18] selftests/bpf: Add LOC_PARAM, LOC_PROTO, LOCSEC to field iter tests
` [PATCH v2 bpf-next 06/18] selftests/bpf: Add LOC_PARAM, LOC_PROTO, LOCSEC to dedup split tests
` [PATCH v2 bpf-next 07/18] selftests/bpf: BTF distill tests to ensure LOC[_PARAM|_PROTO] add to split BTF
` [PATCH v2 bpf-next 08/18] selftests/bpf: Validate that btf__permute transfer works
` [PATCH v2 bpf-next 09/18] bpftool: Handle multi-split BTF by supporting multiple base BTFs
` [PATCH v2 bpf-next 10/18] bpftool: Document support for multi-split BTF
` [PATCH v2 bpf-next 11/18] bpftool: Add ability to dump LOC_PARAM, LOC_PROTO and LOCSEC
` [PATCH v2 bpf-next 12/18] resolve_btfids: Extract inline BTF
` [PATCH v2 bpf-next 13/18] kbuild: Add support for BTF inline information
` [PATCH v2 bpf-next 14/18] btf: Make vmlinux, module inline info available in /sys/kernel/btf
` [PATCH v2 bpf-next 15/18] btf: Support CONFIG_DEBUG_INFO_BTF_INLINE=m
` [PATCH v2 bpf-next 16/18] btf: Relocate inline BTF for modules with distilled base BTF
` [PATCH v2 bpf-next 17/18] selftests/bpf: Test BTF sysfs inline representations
` [PATCH v2 bpf-next 18/18] selftests/bpf: Add a test verifying inline information
[PATCH v4 0/3] Ignore local labels and mapping symbols during module load
2026-09-01 12:30 UTC (7+ messages)
` [PATCH v4 1/3] module/kallsyms: Rename is_mapping_symbol() to is_ignored_kernel_symbol()
` [PATCH v4 2/3] module/kallsyms: Refactor current symbol filtering into is_core_symbol()
` [PATCH v4 3/3] module/kallsyms: Ignore local labels and mapping symbols during module load
[PATCH v9 0/2] module: Extend module_blacklist parameter to built-in modules
2026-09-01 1:21 UTC (9+ messages)
` [PATCH v9 1/2] "
[PATCH v2 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
2026-08-31 11:57 UTC (11+ messages)
` [PATCH v2 1/2] module: pull out add_taint_module() to be public
` [PATCH v2 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
[RFC] module: init-failure path can free a module with live try_module_get() users
2026-08-31 10:00 UTC (3+ messages)
[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
2026-08-31 7:38 UTC (10+ messages)
` [PATCH v5 2/2] "
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-08-30 23:09 UTC (19+ messages)
[PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
2026-08-27 14:30 UTC (20+ messages)
` [PATCH 1/2] module: pull out add_taint_module() to be public
` [PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
[PATCH v2] module: fix lost error code from codetag_load_module()
2026-08-27 3:17 UTC (2+ messages)
[PATCH] module: fix lost error code from codetag_load_module()
2026-08-27 3:15 UTC (9+ messages)
[PATCH] pkcs7: Check all signers before waiving authattrs rejection
2026-08-22 21:27 UTC
[GIT PULL] Modules changes for v7.3-rc1
2026-08-21 20:26 UTC (2+ messages)
[PATCH v3 0/3] Filter out local and mapping symbols during module load
2026-08-20 9:53 UTC (13+ messages)
` [PATCH v3 1/3] module/kallsyms: Rename is_mapping_symbol() to is_local_mapping_symbol()
` [PATCH v3 2/3] module/kallsyms: Refactor current symbol filtering into is_kept_symbol()
` [PATCH v3 3/3] module/kallsyms: Filter out local and mapping symbols during module load
[modules:ppavlu-module-include 35/37] error[E0609]: no field `__bindgen_anon_1` on type `bindings::kernel_param`
2026-08-20 7:36 UTC (2+ messages)
[modules:ppavlu-module-include 32/37] mm/page_alloc.c:6949:2: error: call to undeclared function 'DEFINE_DYNAMIC_DEBUG_METADATA'; ISO C99 and later do not support implicit function declarations
2026-08-19 23:58 UTC
[modules:ppavlu-module-include 32/37] mm/page_alloc.c:6949:9: error: implicit declaration of function 'DEFINE_DYNAMIC_DEBUG_METADATA'
2026-08-19 19:13 UTC
[RFC PATCH 0/3] alloc_tag: fix races and a leak around shutdown_mem_profiling()
2026-08-17 5:41 UTC (10+ messages)
` [RFC PATCH 1/3] alloc_tag: skip percpu counter allocation when profiling is disabled
` [RFC PATCH 2/3] module: move codetag section placement decision to layout_sections()
` [RFC PATCH 3/3] alloc_tag: remove /proc/allocinfo outside of mod_lock
[BUG] slab-use-after-free in idempotent() during concurrent finit_module [syzkaller] [ath10k_pci]
2026-08-16 9:30 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox