> Fri, May 08, 2009 at 09:57:22PM CEST,
davem@davemloft.net wrote:
>
>> From: Sachin Sant <sachinp@in.ibm.com>
>> Date: Fri, 08 May 2009 18:22:48 +0530
>>
>>
>>> Todays Next failed to boot on a Power6 JS22 blade with following oops.
>>>
>> Jiri, I suspect this might be your address list changes.
>>
>> Although that's just a guess. But please take a look.
>>
>
> Hmm, only thing I see might cause the problem would be if calling __hw_addr_add
> in dev_addr_init fails, then dev->dev_addr would contain zeroes (which looks
> this is not the case). But in this case the oops would appear earlier (in
> ibmveth_probe dev_addr memcpy).
>
> Will do the patch which checks the result to behave correctly in case of oom
> but this imho this wouldn't help. Strange, I will dig into this more tomorrow.
>