]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
powerpc64/modules: correctly iterate over stubs in setup_ftrace_ool_stubs
authorJoe Lawrence <joe.lawrence@redhat.com>
Fri, 12 Sep 2025 14:27:39 +0000 (10:27 -0400)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Mon, 15 Sep 2025 11:10:52 +0000 (16:40 +0530)
commitf6b4df37ebfeb47e50e27780500d2d06b4d211bd
treed7e20ba84c8638b46ba3303bc726ba7ed93ee544
parent5337609a314828aa2474ac359db615f475c4a4d2
powerpc64/modules: correctly iterate over stubs in setup_ftrace_ool_stubs

CONFIG_PPC_FTRACE_OUT_OF_LINE introduced setup_ftrace_ool_stubs() to
extend the ppc64le module .stubs section with an array of
ftrace_ool_stub structures for each patchable function.

Fix its ppc64_stub_entry stub reservation loop to properly write across
all of the num_stubs used and not just the first entry.

Fixes: eec37961a56a ("powerpc64/ftrace: Move ftrace sequence out of line")
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
Acked-by: Naveen N Rao (AMD) <naveen@kernel.org>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20250912142740.3581368-3-joe.lawrence@redhat.com
arch/powerpc/kernel/module_64.c