x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
authorMike Rapoport (IBM) <rppt@kernel.org>
Sun, 5 May 2024 16:06:25 +0000 (19:06 +0300)
committerLuis Chamberlain <mcgrof@kernel.org>
Tue, 14 May 2024 07:31:44 +0000 (00:31 -0700)
commit14e56fb2ed1dbc3c3171d12ab435b0f691f6f215
tree7e18fa25186ef17a4bf931a0446dcf0355156339
parent0cc2dc4902f425e346d46deeea2352d9fba75375
x86/ftrace: enable dynamic ftrace without CONFIG_MODULES

Dynamic ftrace must allocate memory for code and this was impossible
without CONFIG_MODULES.

With execmem separated from the modules code, execmem_text_alloc() is
available regardless of CONFIG_MODULES.

Remove dependency of dynamic ftrace on CONFIG_MODULES and make
CONFIG_DYNAMIC_FTRACE select CONFIG_EXECMEM in Kconfig.

Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
arch/x86/Kconfig
arch/x86/kernel/ftrace.c