[PATCH] ARM: BUG() dies silently
From: Ramirez Luna, Omar <hidden>
Date: 2011-09-19 18:32:20
Also in:
lkml
From: Ramirez Luna, Omar <hidden>
Date: 2011-09-19 18:32:20
Also in:
lkml
Hi, On Mon, Sep 19, 2011 at 1:25 PM, Russell King - ARM Linux [off-list ref] wrote:
I think I'm going to have to drop the generic bug support for the time being.
In this case then my patch can targeted for 3.1 and -stable, right? I abandoned my change because the generic bug patch was the better solution in the long term, but if it is being delayed I can submit mine with your blessing. https://lkml.org/lkml/2011/3/31/490 It just forces the compiler to generate the right code through volatile, and while at it I could fix the other similar situations (also noted in the patch). Omar