From: Takashi Iwai Date: Tue, 6 May 2014 15:52:26 +0000 (+0200) Subject: pvpanic: Set high notifier priority X-Git-Tag: omap-for-v3.16/fixes-against-rc1~61^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7939831eacd81fccbd7a956b30c7bb3abb9079db;p=pandora-kernel.git pvpanic: Set high notifier priority We've observed the missing pvpanic call at panic, and it turned out that this was blocked by the broken notifier of drm_fb_helper, where scheduling may be called during switching to the fb console. It's fairly difficult to fix the drm_fb problem and a quick fix isn't foreseen, a simpler solution for the missing pvpanic call would be just to call this earlier. In order to assure that, this patch sets a higher priority to pvpanic notifier_block. Once when the issue of drm_fb is resolved, we can remove this priority again. Signed-off-by: Takashi Iwai Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed