From 8a0ff60f7eeab3df34d475c952b9d75799de8975 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Thu, 29 May 2014 09:48:45 +0100 Subject: [PATCH] serial: kgdb_nmi: Switch from tasklets to real timers kgdb_nmi uses tasklets on the assumption they will not be scheduled until the next timer tick. This assumption is invalid and can lead to live lock, continually servicing the kgdb_nmi tasklet. This is fixed by using the timer API instead. Signed-off-by: Daniel Thompson Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed