Le 24/08/2018 à 08:35, Rin Okuyama a écrit :
Hi,
RPI2 kernel from -current does not boot anymore on Raspberry Pi 3B+.
I reached this commit by bisection.
Kernel (evbearmv7hf) silently freezes just after exec init(8).
I can enter to ddb, but backtrace does not give useful information
due to bad frame pointer.
Can you please disable POOL_REDZONE on DIAGNOSTIC at the moment,
unless it is specified explicitly?
Thanks,
rin
Not sure what's going on, I've replaced panic->printf, maybe the panic is
hit and it deadlocks.
If there is still a problem, I will disable POOL_REDZONE until further
investigation.