summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-10-26 09:18:09 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-10-26 09:18:09 -0400
commit3f831a879994231763c4c639d1be39351b838644 (patch)
tree4cf0bde52509b5011137527d2b105b4a82afed20 /kernel.spec
parent78ef95d1929b11d2bf2fd082a4106e7597415f30 (diff)
downloadkernel-3f831a879994231763c4c639d1be39351b838644.tar.gz
kernel-3f831a879994231763c4c639d1be39351b838644.tar.xz
kernel-3f831a879994231763c4c639d1be39351b838644.zip
Add patch to fix XFS memory corruption (rhbz 749166)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index a4834e745..5fd6f976f 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 3
+%global baserelease 4
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -762,6 +762,9 @@ Patch21021: 0002-mm-Abort-reclaim-compaction-if-compaction-can-procee.patch
Patch21030: be2net-non-member-vlan-pkts-not-received-in-promisco.patch
Patch21031: benet-remove-bogus-unlikely-on-vlan-check.patch
+#rhbz 749166
+Patch21050: xfs-Fix-possible-memory-corruption-in-xfs_readlink.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1262,6 +1265,7 @@ ApplyPatch arm-smsc-support-reading-mac-address-from-device-tree.patch
# ext4
# xfs
+ApplyPatch xfs-Fix-possible-memory-corruption-in-xfs_readlink.patch
# btrfs
@@ -2114,6 +2118,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Oct 26 2011 Josh Boyer <jwboyer@redhat.com>
+- Add patch to fix XFS memory corruption (rhbz 749166)
+
* Tue Oct 25 2011 Josh Boyer <jwboyer@redhat.com>
- CVE-2011-3347: be2net: promiscuous mode and non-member VLAN packets DoS (rhbz 748691)
- CVE-2011-1083: excessive in kernel CPU consumption when creating large nested epoll structures (rhbz 748668)