[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
patchwork-bot+linux-riscv at kernel.org
patchwork-bot+linux-riscv at kernel.org
Thu Oct 9 12:07:06 AEDT 2025
Hello:
This series was applied to riscv/linux.git (for-next)
by Andrew Morton <akpm at linux-foundation.org>:
On Sun, 10 Aug 2025 17:57:44 +0500 you wrote:
> This patch series addresses the fragmentation in KASAN initialization
> across architectures by introducing a unified approach that eliminates
> duplicate static keys and arch-specific kasan_arch_is_ready()
> implementations.
>
> The core issue is that different architectures have inconsistent approaches
> to KASAN readiness tracking:
> - PowerPC, LoongArch, and UML arch, each implement own kasan_arch_is_ready()
> - Only HW_TAGS mode had a unified static key (kasan_flag_enabled)
> - Generic and SW_TAGS modes relied on arch-specific solutions
> or always-on behavior
>
> [...]
Here is the summary with links:
- [v6,1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
https://git.kernel.org/riscv/c/1e338f4d99e6
- [v6,2/2] kasan: call kasan_init_generic in kasan_init
https://git.kernel.org/riscv/c/e45085f2673b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
More information about the Linuxppc-dev
mailing list