On Thu, Oct 26, 2017 at 01:12:53PM +0200, Alexander Bluhm wrote: > On Thu, Oct 26, 2017 at 08:08:35PM +1100, Jonathan Gray wrote: > > No, cpu_reset() is MD this will break ddb on all non x86 archs besides > > landisk. > > Would it make sense to implement a boot(RB_RESET) that works > everywhere? > > Problem is that when adding MP locks to the kernel, ddb boot reboot > does not work reliably. We need something that does not run code > that may allocate locks. > > bluhm
What specifically? Skip if_downall() if rebooting from ddb? That could perhaps even be done for RB_NOSYNC.
