summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2012-07-31 09:48:32 -0400
committerDave Jones <davej@redhat.com>2012-07-31 09:48:32 -0400
commitb37f31d7f9a0e1840f7c0cab17ce8c1d4a35bfdb (patch)
treec53a066a19679dde2f78e851014bc05f68cb2630 /kernel.spec
parent618d6ec8fe4e4babb5034e7ef82a61f74355c8ff (diff)
downloadkernel-b37f31d7f9a0e1840f7c0cab17ce8c1d4a35bfdb.tar.gz
kernel-b37f31d7f9a0e1840f7c0cab17ce8c1d4a35bfdb.tar.xz
kernel-b37f31d7f9a0e1840f7c0cab17ce8c1d4a35bfdb.zip
Change VM_BUG_ON's to be WARN_ONs instead.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 6e7030605..2b39e4a43 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -651,6 +651,8 @@ Patch09: linux-2.6-upstream-reverts.patch
Patch100: taint-vbox.patch
+Patch110: vmbugon-warnon.patch
+
Patch390: linux-2.6-defaults-acpi-video.patch
Patch391: linux-2.6-acpi-video-dos.patch
Patch394: linux-2.6-acpi-debug-infinite-loop.patch
@@ -1293,6 +1295,8 @@ ApplyOptionalPatch linux-2.6-upstream-reverts.patch -R
ApplyPatch taint-vbox.patch
+ApplyPatch vmbugon-warnon.patch
+
# Architecture patches
# x86(-64)
@@ -2284,6 +2288,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Jul 31 2012 Dave Jones <davej@redhat.com>
+- Change VM_BUG_ON's to be WARN_ONs instead.
+
* Tue Jul 31 2012 Josh Boyer <jwboyer@redhat.com>
- Move modules needed by Shorewall back to main kernel package (rhbz 844436)