summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-10-13 08:48:28 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-10-13 08:48:43 -0400
commitc681662fdabf47fcaab12919f7c2295a951cc630 (patch)
treea7951ba90cd696291886eef908713ae489f1f6be /kernel.spec
parentb2efe0138ea23e1f9d2e4b5b622f0863c239ca6d (diff)
downloadkernel-c681662fdabf47fcaab12919f7c2295a951cc630.tar.gz
kernel-c681662fdabf47fcaab12919f7c2295a951cc630.tar.xz
kernel-c681662fdabf47fcaab12919f7c2295a951cc630.zip
Add patch from Stanislaw Gruszka to fix iwlagn NULL dereference (rhbz 744155)
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 f9387e9c6..2a6bc954a 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 2
+%global baserelease 3
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -728,6 +728,8 @@ Patch13009: hvcs_pi_buf_alloc.patch
Patch13013: powerpc-Fix-deadlock-in-icswx-code.patch
+Patch13014: iwlagn-fix-ht_params-NULL-pointer-dereference.patch
+
Patch20000: utrace.patch
# Flattened devicetree support
@@ -1345,6 +1347,8 @@ ApplyPatch hvcs_pi_buf_alloc.patch
ApplyPatch powerpc-Fix-deadlock-in-icswx-code.patch
+ApplyPatch iwlagn-fix-ht_params-NULL-pointer-dereference.patch
+
#rhbz #722509
ApplyPatch mmc-Always-check-for-lower-base-frequency-quirk-for-.patch
@@ -2059,6 +2063,9 @@ fi
# ||----w |
# || ||
%changelog
+* Thu Oct 13 2011 Josh Boyer <jwboyer@redhat.com>
+- Add patch from Stanislaw Gruszka to fix iwlagn NULL dereference (rhbz 744155)
+
* Tue Oct 11 2011 Josh Boyer <jwboyer@redhat.com>
- Disable CONFIG_XEN_BALLOON_MEMORY_HOTPLUG (rhbz 744408)