summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-08-29 17:26:05 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-08-29 17:26:21 -0400
commita3b7bc1c152ea359f9db676c0b85ada895db07a9 (patch)
treeefe3a2ed3fe982de6e6af60fa71a9bc8ac800f5f /kernel.spec
parent9745498bee1046f55a97ee19edf48c07c9a3f4fe (diff)
downloadkernel-a3b7bc1c152ea359f9db676c0b85ada895db07a9.tar.gz
kernel-a3b7bc1c152ea359f9db676c0b85ada895db07a9.tar.xz
kernel-a3b7bc1c152ea359f9db676c0b85ada895db07a9.zip
Add patch to fix USB audio regression (rhbz 851619)
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 d7a4c1aa3..187e2e2cb 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
@@ -753,6 +753,8 @@ Patch22066: virtio-scsi-Initialize-scatterlist-structure.patch
#rhbz 846037
Patch22067: selinux-Fix-sel_netnode_insert-suspicious-rcu-dereference.patch
+Patch30000: 0001-ALSA-snd-usb-Fix-URB-cancellation-at-stream-start.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1449,6 +1451,8 @@ ApplyPatch virtio-scsi-Initialize-scatterlist-structure.patch
#rhbz 846037
ApplyPatch selinux-Fix-sel_netnode_insert-suspicious-rcu-dereference.patch
+ApplyPatch 0001-ALSA-snd-usb-Fix-URB-cancellation-at-stream-start.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2311,6 +2315,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Aug 29 2012 Josh Boyer <jwboyer@redhat.com> - 3.6.0-0.rc3.git3.2
+- Add patch to fix USB audio regression (rhbz 851619)
+
* Wed Aug 29 2012 Josh Boyer <jwboyer@redhat.com> - 3.6.0-0.rc3.git3.1
- Linux v3.6-rc3-207-g318e151