|
From: Arnd B. <ar...@ar...> - 2014-06-03 15:06:26
|
On Tuesday 03 June 2014 15:49:13 Ben Dooks wrote: > On 05/05/14 22:20, Alexander Duyck wrote: > > On 05/05/2014 01:38 PM, Thomas Petazzoni wrote: > > > > Glad to hear that this is working on your ARM platform as expected. > > > > I believe the issue Shiv is having is due to a problem with the specific > > platform as the IGB device is reporting a Data Link Protocol error via > > AER and I believe this is what is causing his platform issues. On > > enabling BME the device is likely signalling a Fatal Error message in > > response to the DLP error. The original error he was seeing was: > > > > Unhandled fault: imprecise external abort (0x1406) at 0x00000000 > > I should sort out making these errors non-fatal to the system, there's > not really much point in killing a process that may not have been the > initiator of the problem. We really shouldn't catch those errors system-wide, it belongs into the specific host bridge driver, but Shiv refuses to say which one that is, so we can't fix it. Arnd |