> Perfect, I'll queue it for the next kernel release. I can get it into
> the current release if it's urgent.
Thanks, that's great. Not urgent, we can apply the patch manually anyway.
> The change that caused this was c608966f3f9c "ipmi: fix msg stack when
> IPMI is disconnected" and it came in
Hi Corey
I crashed a machine on 1st August after issuing 'ipmitool mc reset cold' to
reset a BMC. I got a crash dump from this event which I have been
analyzing. The crash occurred when the NMI watchdog detected a hard LOCKUP
in an interrupt handler:
[144482.968722] CPU: 1 PID: 96220 Comm: proc
> Thanks for the bug report and debugging info. I think I know what is
> going on, I've attached a patch that should hopefully fix it.
> Basically, it looks like the BMC is alive enough that it sort of
> responds to the host, but not alive enough to actually complete a
> transaction. The driver n
> > Thanks for the bug report and debugging info. I think I know what is
> > going on, I've attached a patch that should hopefully fix it.
> > Basically, it looks like the BMC is alive enough that it sort of
> > responds to the host, but not alive enough to actually complete a
> > transaction. Th