]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sparc: Remove console spam during kdump
authorDave Kleikamp <dave.kleikamp@oracle.com>
Fri, 17 Jun 2016 14:51:04 +0000 (09:51 -0500)
committerAllen Pais <allen.pais@oracle.com>
Tue, 8 Nov 2016 10:15:42 +0000 (15:45 +0530)
commitfb190e876705ea91fe2262d09aa4af6ebe21ee20
treeafff31f5926a5feeed6742e1ea4e607fb52a3ec2
parent776ac72999c50711af45587abade523c5238bf17
sparc: Remove console spam during kdump

Before executing the crash kernel, the panicking kernel cleans up the
irq state of the machine. This code contains a warning when cleaning up
unbound MSIs. Repeating this warning for each one floods the console and
can cause a waiting thread to time out before the other cpus have
completed.

This patch removes the warning and increases the time allowed for all
the cpus to complete the machine_capture_other_strands() function.

orabug: 23585248

Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
(cherry picked from commit 30e77b09b134b3ec049b01cfd8754c774da493b9)
(cherry picked from commit 67657418d64c3cee2945370614c38d4516fb0ea1)
Signed-off-by: Allen Pais <allen.pais@oracle.com>
arch/sparc/kernel/machine_kexec.c
arch/sparc/kernel/priq_sun4v.c