summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-06-09 10:25:34 -0400
committerKyle McMartin <kyle@redhat.com>2011-06-09 10:25:34 -0400
commit490bb4b273450ce8872ec4c27c78336d963f5191 (patch)
treeac19d40e277f7a12ca3fba152ce5ec33a45ed2f2 /kernel.spec
parent99b6793a5de50335f9898a96e31016b206955aa7 (diff)
downloadkernel-490bb4b273450ce8872ec4c27c78336d963f5191.tar.gz
kernel-490bb4b273450ce8872ec4c27c78336d963f5191.tar.xz
kernel-490bb4b273450ce8872ec4c27c78336d963f5191.zip
rhbz#710921: revert-ftrace-remove-unnecessary-disabling-of-irqs.patch
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 42d3d404a..dff34c146 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
-%global baserelease 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -717,6 +717,8 @@ Patch12401: mm-slub-do-not-wake-kswapd-for-slubs-speculative-high-order-allocati
Patch12402: mm-slub-do-not-take-expensive-steps-for-slubs-speculative-high-order-allocations.patch
Patch12403: mm-vmscan-if-kswapd-has-been-running-too-long-allow-it-to-sleep.patch
+Patch12404: revert-ftrace-remove-unnecessary-disabling-of-irqs.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1323,6 +1325,9 @@ ApplyPatch mm-slub-do-not-wake-kswapd-for-slubs-speculative-high-order-allocatio
ApplyPatch mm-slub-do-not-take-expensive-steps-for-slubs-speculative-high-order-allocations.patch
ApplyPatch mm-vmscan-if-kswapd-has-been-running-too-long-allow-it-to-sleep.patch
+# rhbz#710921
+ApplyPatch revert-ftrace-remove-unnecessary-disabling-of-irqs.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -1931,6 +1936,9 @@ fi
# and build.
%changelog
+* Thu Jun 09 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc2.git0.2
+- rhbz#710921: revert-ftrace-remove-unnecessary-disabling-of-irqs.patch
+
* Wed Jun 08 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc2.git0.1
- Update to 3.0-rc2, rebase utsname fix.
- Build IPv6 into the kernel for a variety of reasons