summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2013-04-11 12:17:38 -0400
committerDave Jones <davej@redhat.com>2013-04-11 12:17:38 -0400
commit77c62fd3edec580e5d5cf064c98a49d1282d7fd8 (patch)
tree73836fe1f2c9a146504a0802d26d1c019bef3b58 /kernel.spec
parentc791ed47f0a267d3f511b2f19b18f679547eb0c0 (diff)
downloadkernel-77c62fd3edec580e5d5cf064c98a49d1282d7fd8.tar.gz
kernel-77c62fd3edec580e5d5cf064c98a49d1282d7fd8.tar.xz
kernel-77c62fd3edec580e5d5cf064c98a49d1282d7fd8.zip
Print out some extra debug information when we hit bad page tables.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 05452e07d..b0aa13f3f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -638,6 +638,9 @@ Patch100: taint-vbox.patch
Patch110: vmbugon-warnon.patch
+Patch200: debug-bad-pte-dmi.patch
+Patch201: debug-bad-pte-modules.patch
+
Patch390: defaults-acpi-video.patch
Patch391: acpi-video-dos.patch
Patch396: acpi-sony-nonvs-blacklist.patch
@@ -1292,6 +1295,9 @@ ApplyPatch taint-vbox.patch
ApplyPatch vmbugon-warnon.patch
+ApplyPatch debug-bad-pte-dmi.patch
+ApplyPatch debug-bad-pte-modules.patch
+
# Architecture patches
# x86(-64)
@@ -2275,6 +2281,9 @@ fi
# ||----w |
# || ||
%changelog
+* Thu Apr 11 2013 Dave Jones <davej@redhat.com>
+- Print out some extra debug information when we hit bad page tables.
+
* Thu Apr 11 2013 Justin M. Forbes <jforbes@redhat.com> - 3.9.0-0.rc6.git2.1
- Linux v3.9-rc6-115-g7ee32a6
- libsas: use right function to alloc smp response (rhbz 949875)