From 3f7ea9f387523b9b65a362aa9ce48aa6c26f70e5 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 18 May 2015 15:27:09 -0400 Subject: Linux v4.1-rc4 - Disable debugging options. --- watchdog-Disable-watchdog-on-virtual-machines.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'watchdog-Disable-watchdog-on-virtual-machines.patch') diff --git a/watchdog-Disable-watchdog-on-virtual-machines.patch b/watchdog-Disable-watchdog-on-virtual-machines.patch index b43454c31..70b3c3211 100644 --- a/watchdog-Disable-watchdog-on-virtual-machines.patch +++ b/watchdog-Disable-watchdog-on-virtual-machines.patch @@ -20,7 +20,7 @@ Signed-off-by: Dave Jones 1 file changed, 29 insertions(+) diff --git a/kernel/watchdog.c b/kernel/watchdog.c -index 2316f50b07a4..da39c565a03e 100644 +index 506edcc500c4..8b622b336b64 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c @@ -19,6 +19,7 @@ @@ -31,7 +31,7 @@ index 2316f50b07a4..da39c565a03e 100644 #include #include -@@ -146,6 +147,32 @@ static int __init softlockup_all_cpu_backtrace_setup(char *str) +@@ -148,6 +149,32 @@ static int __init softlockup_all_cpu_backtrace_setup(char *str) __setup("softlockup_all_cpu_backtrace=", softlockup_all_cpu_backtrace_setup); #endif @@ -64,7 +64,7 @@ index 2316f50b07a4..da39c565a03e 100644 /* * Hard-lockup warnings should be triggered after just a few seconds. Soft- * lockups can have false positives under extreme conditions. So we generally -@@ -873,6 +900,8 @@ out: +@@ -883,6 +910,8 @@ out: void __init lockup_detector_init(void) { -- cgit