summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2012-03-29 14:41:59 -0500
committerJustin M. Forbes <jforbes@redhat.com>2012-03-29 14:41:59 -0500
commit5e9e2f5b1611a0b2acd741e8dd9fb4bbf90106e2 (patch)
tree6336e47c0ac633948f072b26efdbd363ed709735 /kernel.spec
parent4f8c60a7f666e766619d44d836c3c1a42e753e36 (diff)
parent993b5199f8d24787786ef33da16097419ee9796d (diff)
downloadkernel-5e9e2f5b1611a0b2acd741e8dd9fb4bbf90106e2.tar.gz
kernel-5e9e2f5b1611a0b2acd741e8dd9fb4bbf90106e2.tar.xz
kernel-5e9e2f5b1611a0b2acd741e8dd9fb4bbf90106e2.zip
Merge cleanup
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 4b0bb261a..b4cff0f93 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -652,6 +652,7 @@ Patch09: linux-2.6-upstream-reverts.patch
Patch100: taint-vbox.patch
Patch160: linux-2.6-32bit-mmap-exec-randomization.patch
Patch161: linux-2.6-i386-nx-emulation.patch
+Patch162: nx-emu-remove-cpuinitdata-for-disable_nx-on-x86_32.patch
Patch390: linux-2.6-defaults-acpi-video.patch
Patch391: linux-2.6-acpi-video-dos.patch
@@ -1298,6 +1299,7 @@ ApplyPatch taint-vbox.patch
# x86(-64)
ApplyPatch linux-2.6-32bit-mmap-exec-randomization.patch
ApplyPatch linux-2.6-i386-nx-emulation.patch
+ApplyPatch nx-emu-remove-cpuinitdata-for-disable_nx-on-x86_32.patch
#
# ARM
@@ -2292,6 +2294,12 @@ fi
* Thu Mar 29 2012 Justin M. Forbes <jforbes@redhat.com> - 3.4.0-0.rc0.git4.1
- Linux v3.3-8839-gb5174fa
+* Thu Mar 29 2012 Josh Boyer <jwboyer@redhat.com>
+- Drop __cpuinitdata on disable_nx for x86_32 (rhbz 808075)
+
+* Wed Mar 28 2012 Josh Boyer <jwboyer@redhat.com>
+- Move 9p modules back to main package for KVM (rhbz 807733)
+
* Wed Mar 28 2012 Justin M. Forbes <jforbes@redhat.com> - 3.4.0-0.rc0.git3.1
- Linux v3.3-7919-g6658a69