summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-01-28 10:03:12 -0500
committerJosh Boyer <jwboyer@redhat.com>2013-01-28 13:51:54 -0500
commit87df459c2b4b1790f272f6a6b766a687af7c90d8 (patch)
tree12c5814c68d2608b945ab800509976adf105a806 /kernel.spec
parent249d64d9283f4b93fb92fadfe20a5f9f7d68d4b2 (diff)
downloadkernel-87df459c2b4b1790f272f6a6b766a687af7c90d8.tar.gz
kernel-87df459c2b4b1790f272f6a6b766a687af7c90d8.tar.xz
kernel-87df459c2b4b1790f272f6a6b766a687af7c90d8.zip
Linux v3.8-rc5
- Add patches to fix issues with iwlwifi (rhbz 863424) - Enable CONFIG_PROVE_RCU
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec17
1 files changed, 15 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index 2e86914a7..e22264802 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -93,9 +93,9 @@ Summary: The Linux kernel
# The next upstream release sublevel (base_sublevel+1)
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
# The rc snapshot level
-%define rcrev 4
+%define rcrev 5
# The git snapshot level
-%define gitrev 5
+%define gitrev 0
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@@ -749,6 +749,10 @@ Patch21226: vt-Drop-K_OFF-for-VC_MUTE.patch
#rhbz 886946
Patch21227: iwlegacy-fix-IBSS-cleanup.patch
+#rhbz 863424
+Patch21228: iwlwifi-audit-single-frames-from-AGG-queue-in-RS.patch
+Patch21229: Revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1443,6 +1447,10 @@ ApplyPatch vt-Drop-K_OFF-for-VC_MUTE.patch
#rhbz 886946
ApplyPatch iwlegacy-fix-IBSS-cleanup.patch
+#rhbz 863424
+ApplyPatch iwlwifi-audit-single-frames-from-AGG-queue-in-RS.patch
+ApplyPatch Revert-iwlwifi-fix-the-reclaimed-packet-tracking-upon.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2298,6 +2306,11 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Jan 28 2013 Josh Boyer <jwboyer@redhat.com>
+- Linux v3.8-rc5
+- Add patches to fix issues with iwlwifi (rhbz 863424)
+- Enable CONFIG_PROVE_RCU
+
* Sun Jan 27 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Reenable perf on ARM (was suppose to be temporary)
- Build and package dtbs on ARM