From a3b7bc1c152ea359f9db676c0b85ada895db07a9 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 29 Aug 2012 17:26:05 -0400 Subject: Add patch to fix USB audio regression (rhbz 851619) --- kernel.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index d7a4c1aa..187e2e2c 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 - 3.6.0-0.rc3.git3.2 +- Add patch to fix USB audio regression (rhbz 851619) + * Wed Aug 29 2012 Josh Boyer - 3.6.0-0.rc3.git3.1 - Linux v3.6-rc3-207-g318e151 -- cgit