Revision d966564fcdc19e13eb6ba1fbe6b8101070339c3d authored by Linus Torvalds on 09 February 2017, 02:08:29 UTC, committed by Linus Torvalds on 09 February 2017, 02:08:29 UTC
This reverts commit 020eb3daaba2857b32c4cf4c82f503d6a00a67de.

Gabriel C reports that it causes his machine to not boot, and we haven't
tracked down the reason for it yet.  Since the bug it fixes has been
around for a longish time, we're better off reverting the fix for now.

Gabriel says:
 "It hangs early and freezes with a lot RCU warnings.

  I bisected it down to :

  > Ruslan Ruslichenko (1):
  >       x86/ioapic: Restore IO-APIC irq_chip retrigger callback

  Reverting this one fixes the problem for me..

  The box is a PRIMERGY TX200 S5 , 2 socket , 2 x E5520 CPU(s) installed"

and Ruslan and Thomas are currently stumped.

Reported-and-bisected-by: Gabriel C <nix.or.die@gmail.com>
Cc: Ruslan Ruslichenko <rruslich@cisco.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@kernel.org   # for the backport of the original commit
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 3b802c9
History
File Mode Size
include
.gitignore -rw-r--r-- 62 bytes
Kconfig -rw-r--r-- 1.8 KB
Makefile -rw-r--r-- 2.6 KB
apparmorfs.c -rw-r--r-- 23.1 KB
audit.c -rw-r--r-- 4.4 KB
capability.c -rw-r--r-- 3.7 KB
context.c -rw-r--r-- 5.4 KB
crypto.c -rw-r--r-- 2.1 KB
domain.c -rw-r--r-- 21.9 KB
file.c -rw-r--r-- 12.8 KB
ipc.c -rw-r--r-- 3.0 KB
lib.c -rw-r--r-- 2.7 KB
lsm.c -rw-r--r-- 23.9 KB
match.c -rw-r--r-- 10.8 KB
path.c -rw-r--r-- 6.7 KB
policy.c -rw-r--r-- 35.4 KB
policy_unpack.c -rw-r--r-- 19.1 KB
procattr.c -rw-r--r-- 4.6 KB
resource.c -rw-r--r-- 4.4 KB
sid.c -rw-r--r-- 1.2 KB

back to top