]> Gentwo Git Trees - linux/.git/commit
cleanup: Always inline everything
authorPeter Zijlstra <peterz@infradead.org>
Fri, 31 Oct 2025 11:02:12 +0000 (12:02 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 4 Nov 2025 07:35:58 +0000 (08:35 +0100)
commit323d93f0432edb5415c79bd35e15e5754a76e486
tree363823dedf092f5ad0850b42bbf87846f76b49c3
parent32034df66b5f49626aa450ceaf1849a08d87906e
cleanup: Always inline everything

KASAN bloat caused cleanup helper functions to not get inlined:

  vmlinux.o: error: objtool: irqentry_exit+0x323: call to class_user_rw_access_destructor() with UACCESS enabled

Force inline all the cleanup helpers like they already are on normal
builds.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://patch.msgid.link/20251031105435.GU4068168@noisy.programming.kicks-ass.net
include/linux/cleanup.h