https://bugzilla.kernel.org/show_bug.cgi?id=215217
Michael Ellerman ([email protected]) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Michael Ellerman ([email protected]) --- It's likely there's some 32-bit boot code that is being instrumented in a way that causes it to crash. We probably need to add some more uses of DISABLE_LATENT_ENTROPY_PLUGIN in arch/powerpc/kernel/Makefile. To start with you could try adding: CFLAGS_setup_32.o += $(DISABLE_LATENT_ENTROPY_PLUGIN) -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.
