[kernel/f17] forgot to add kernel.spec

Justin M. Forbes jforbes at fedoraproject.org
Mon Nov 12 18:28:32 UTC 2012


commit 42b0632bc665de6b263446b21143c92f5c41a161
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Mon Nov 12 12:24:17 2012 -0600

    forgot to add kernel.spec

 kernel.spec |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 935b726..243ac06 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,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
@@ -768,6 +768,11 @@ Patch22092: net-fix-divide-by-zero-in-tcp-algorithm-illinois.patch
 
 Patch22100: uprobes-upstream-backport.patch
 
+#rhbz 871078
+Patch22110: usb-audio-fix-crash-at-re-preparing-the-PCM-stream.patch
+Patch22111: USB-EHCI-urb-hcpriv-should-not-be-NULL.patch
+Patch22112: USB-report-submission-of-active-URBs.patch
+
 # END OF PATCH DEFINITIONS
 
 %endif
@@ -1485,6 +1490,11 @@ ApplyPatch net-fix-divide-by-zero-in-tcp-algorithm-illinois.patch
 
 ApplyPatch uprobes-upstream-backport.patch
 
+#rhbz 871078
+ApplyPatch usb-audio-fix-crash-at-re-preparing-the-PCM-stream.patch
+ApplyPatch USB-EHCI-urb-hcpriv-should-not-be-NULL.patch
+ApplyPatch USB-report-submission-of-active-URBs.patch
+
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2348,6 +2358,9 @@ fi
 #    '-'      |  |
 #              '-'
 %changelog
+* Mon Nov 12 2012 Justin M. Forbes <jforbes at redhat.com>
+- fix list_del corruption warning on USB audio with twinkle (rhbz 871078)
+
 * Mon Nov 05 2012 Justin M. Forbes <jforbes at redhat.com> 3.6.6-1
 - Linux 3.6.6
 


More information about the scm-commits mailing list