On Sun, May 19, 2024 at 07:36:43PM +1200, Michael Schmitz wrote:
Paolo, please try adding 'initcall_debug' to the kernel command line.
I'm afraid that won't work - init/main.c: bool initcall_debug; core_param(initcall_debug, initcall_debug, bool, 0644); #ifdef TRACEPOINTS_ENABLED static void __init initcall_debug_enable(void); #else static inline void initcall_debug_enable(void) { } #endif and TRACING_SUPPORT: ... depends on TRACE_IRQFLAGS_SUPPORT depends on STACKTRACE_SUPPORT ... which are both missing on m68k, IIUIC. -- bye, p.