summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2013-06-11 16:36:11 -0400
committerDave Jones <davej@redhat.com>2013-06-11 16:36:11 -0400
commit18e50ce8f8d390b47ed295bbe96566c6bccf7e6f (patch)
tree61cc9f9062d2fecff45ea574dd85a8d545e00976 /kernel.spec
parentd08f67e2b7e48a4065b37bc9b1e3bf7a5a056d55 (diff)
downloadkernel-18e50ce8f8d390b47ed295bbe96566c6bccf7e6f.tar.gz
kernel-18e50ce8f8d390b47ed295bbe96566c6bccf7e6f.tar.xz
kernel-18e50ce8f8d390b47ed295bbe96566c6bccf7e6f.zip
Disable soft lockup detector on virtual machines. (rhbz 971139)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 9e1d7daa6..50da9e506 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -694,6 +694,8 @@ Patch14000: hibernate-freeze-filesystems.patch
Patch14010: lis3-improve-handling-of-null-rate.patch
+Patch15000: nowatchdog-on-virt.patch
+
# ARM
Patch21000: arm-export-read_current_timer.patch
@@ -1418,6 +1420,9 @@ ApplyPatch efi-dont-map-boot-services-on-32bit.patch
ApplyPatch lis3-improve-handling-of-null-rate.patch
+# Disable watchdog on virtual machines.
+ApplyPatch nowatchdog-on-virt.patch
+
#rhbz 754518
ApplyPatch scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
@@ -2278,6 +2283,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Jun 11 2013 Dave Jones <davej@redhat.com>
+- Disable soft lockup detector on virtual machines. (rhbz 971139)
+
* Tue Jun 11 2013 Josh Boyer <jwboyer@redhat.com>
- Add patches to fix MTRR issues in 3.9.5 (rhbz 973185)
- Add two patches to fix issues with vhost_net and macvlan (rhbz 954181)