]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, ioapic: Fix potential resume deadlock
authorDaniel J Blueman <daniel.blueman@gmail.com>
Wed, 18 May 2011 23:31:31 +0000 (16:31 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Jun 2011 01:34:06 +0000 (10:34 +0900)
commit2e05fd68447a2ab4205dbd316f086f0861fbc37c
tree1007752bf06bd4d68c25e7967b28d882c50b2329
parent6a50d53922bcf9185e5b0fef94936577916a6b8d
x86, ioapic: Fix potential resume deadlock

commit b64ce24daffb634b5b3133a2e411bd4de50654e8 upstream.

Fix a potential deadlock when resuming; here the calling
function has disabled interrupts, so we cannot sleep.

Change the memory allocation flag from GFP_KERNEL to GFP_ATOMIC.

TODO: We can do away with this memory allocation during resume
      by reusing the ioapic suspend/resume code that uses boot time
      allocated buffers, but we want to keep this -stable patch
      simple.

Signed-off-by: Daniel J Blueman <daniel.blueman@gmail.com>
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Link: http://lkml.kernel.org/r/20110518233157.385970138@sbsiddha-MOBL3.sc.intel.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/apic/io_apic.c