[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1223320455-9266-1-git-send-email-jason.wessel@windriver.com>
Date: Mon, 6 Oct 2008 14:14:13 -0500
From: Jason Wessel <jason.wessel@...driver.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, kgdb-bugreport@...ts.sourceforge.net
Subject: [git pull] kgdb 2.6.27-rc8 fixes
Linus, please pull the kgdb git tree fixes for 2.6.27-rc8
git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_linus
Summary:
Testing the kgdb with kvm has found 2 problems:
- NMI code has a race where it can be invoked twice
- The softlockup watchdog must be touched when running
with CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1, else
the kernel executes a reboot if debugged for too long.
Short log follows:
---
Jan Kiszka (1):
kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMI
Jason Wessel (1):
kgdb: call touch_softlockup_watchdog on resume
arch/x86/kernel/kgdb.c | 7 +------
kernel/kgdb.c | 3 +++
2 files changed, 4 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists