rpms/kernel/F-9 linux-2.6-alsa-hda-sigmatel-add-missing-terminators.patch, NONE, 1.1.2.1 patch-2.6.27.11.bz2.sign, NONE, 1.1.2.1 .cvsignore, 1.837, 1.837.2.1 kernel.spec, 1.891, 1.891.2.1 linux-2.6-upstream-reverts.patch, 1.15, 1.15.2.1 sources, 1.798, 1.798.2.1 upstream, 1.717, 1.717.2.1 linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch, 1.1, NONE patch-2.6.27.10.bz2.sign, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Fri Jan 16 19:23:53 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22813

Modified Files:
      Tag: private-fedora-9-2_6_27-branch
	.cvsignore kernel.spec linux-2.6-upstream-reverts.patch 
	sources upstream 
Added Files:
      Tag: private-fedora-9-2_6_27-branch
	linux-2.6-alsa-hda-sigmatel-add-missing-terminators.patch 
	patch-2.6.27.11.bz2.sign 
Removed Files:
      Tag: private-fedora-9-2_6_27-branch
	linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch 
	patch-2.6.27.10.bz2.sign 
Log Message:
Linux 2.6.27.11
  Dropped patches:
    linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch
  Reverted -stable patches:
    alsa-hda-add-missing-terminators-in-patch_sigmatel.c.patch
  Added patches:
    linux-2.6-alsa-hda-sigmatel-add-missing-terminators.patch

linux-2.6-alsa-hda-sigmatel-add-missing-terminators.patch:

--- NEW FILE linux-2.6-alsa-hda-sigmatel-add-missing-terminators.patch ---
From: Herton Ronaldo Krzesinski <herton at mandriva.com.br>
Date: Tue, 23 Dec 2008 18:53:00 +0000 (-0200)
Subject: ALSA: hda - Add missing terminators in patch_sigmatel.c
X-Git-Tag: v2.6.28~3^2
X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=574f3c4f5c55e99ea60f71fd98cc54931d4b2eae

ALSA: hda - Add missing terminators in patch_sigmatel.c

Signed-off-by: Herton Ronaldo Krzesinski <herton at mandriva.com.br>
Cc: stable at kernel.org
Signed-off-by: Takashi Iwai <tiwai at suse.de>
---

diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 596ceab..b77f330 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -859,6 +859,7 @@ static struct hda_verb stac92hd83xxx_core_init[] = {
 
 	/* power state controls amps */
 	{ 0x01, AC_VERB_SET_EAPD, 1 << 2},
+	{}
 };
 
 static struct hda_verb stac92hd71bxx_core_init[] = {
@@ -870,6 +871,7 @@ static struct hda_verb stac92hd71bxx_core_init[] = {
 	{ 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
 	{ 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
 	{ 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
+	{}
 };
 
 #define HD_DISABLE_PORTF 2
@@ -1667,6 +1669,7 @@ static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
 	/* SigmaTel reference board */
 	SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
 		      "DFI LanParty", STAC_92HD71BXX_REF),
+	{} /* terminator */
 };
 
 static unsigned int ref92hd71bxx_pin_configs[11] = {


--- NEW FILE patch-2.6.27.11.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBJbiX7yGugalF9Dw4RAkpDAJ4zICxaaY03/YsTYzzCqO2bseFtTwCfZoCj
zZ7bJBb/HWsipsF+gAGKtb0=
=ir7B
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/.cvsignore,v
retrieving revision 1.837
retrieving revision 1.837.2.1
diff -u -r1.837 -r1.837.2.1
--- .cvsignore	18 Dec 2008 22:04:28 -0000	1.837
+++ .cvsignore	16 Jan 2009 19:23:22 -0000	1.837.2.1
@@ -4,4 +4,4 @@
 temp-*
 kernel-2.6.27
 linux-2.6.27.tar.bz2
-patch-2.6.27.10.bz2
+patch-2.6.27.11.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/kernel.spec,v
retrieving revision 1.891
retrieving revision 1.891.2.1
diff -u -r1.891 -r1.891.2.1
--- kernel.spec	12 Jan 2009 03:30:33 -0000	1.891
+++ kernel.spec	16 Jan 2009 19:23:22 -0000	1.891.2.1
@@ -36,7 +36,7 @@
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 10
+%define stable_update 11
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -651,6 +651,7 @@
 Patch414: linux-2.6.27.9-alsa-hda-mark-dell-studio-1535-quirk.patch
 Patch415: linux-2.6-alsa-backport-beep-switch.patch
 Patch416: linux-2.6-defaults-alsa-hda-beep-off.patch
+Patch417: linux-2.6-alsa-hda-sigmatel-add-missing-terminators.patch
 
 # filesystem patches
 Patch421: linux-2.6-squashfs.patch
@@ -679,7 +680,6 @@
 Patch678: linux-2.6-libata-sata_nv-disable-swncq.patch
 
 # wireless
-Patch681: linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch
 Patch682: linux-2.6-iwl3945-ibss-tsf-fix.patch
 Patch684: linux-2.6-iwlwifi-use-GFP_KERNEL-to-allocate-Rx-SKB-memory.patch
 Patch685: linux-2.6-wireless-ath9k-dma-fixes.patch
@@ -1210,6 +1210,7 @@
 ApplyPatch linux-2.6.27.9-alsa-hda-mark-dell-studio-1535-quirk.patch
 ApplyPatch linux-2.6-alsa-backport-beep-switch.patch
 ApplyPatch linux-2.6-defaults-alsa-hda-beep-off.patch
+ApplyPatch linux-2.6-alsa-hda-sigmatel-add-missing-terminators.patch
 
 # block/bio
 #
@@ -1257,8 +1258,6 @@
 # disable swncq on sata_nv
 ApplyPatch linux-2.6-libata-sata_nv-disable-swncq.patch
 
-# make jarod's iwl4965 not panic near N APs, hopefully
-ApplyPatch linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch
 # iwl3945 fix for stable ad-hoc mode connections (#459401)
 ApplyPatch linux-2.6-iwl3945-ibss-tsf-fix.patch
 # iwlwifi: use GFP_KERNEL to allocate Rx SKB memory
@@ -1924,6 +1923,15 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Fri Jan 16 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.27.11-78
+- Linux 2.6.27.11
+  Dropped patches:
+    linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch
+  Reverted -stable patches:
+    alsa-hda-add-missing-terminators-in-patch_sigmatel.c.patch
+  Added patches:
+    linux-2.6-alsa-hda-sigmatel-add-missing-terminators.patch
+
 * Sun Jan 11 2009 Dave Jones <davej at redhat.com>
 - Don't use MAXSMP on x86-64
 

linux-2.6-upstream-reverts.patch:

Index: linux-2.6-upstream-reverts.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/linux-2.6-upstream-reverts.patch,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -r1.15 -r1.15.2.1
--- linux-2.6-upstream-reverts.patch	9 Nov 2008 22:29:17 -0000	1.15
+++ linux-2.6-upstream-reverts.patch	16 Jan 2009 19:23:22 -0000	1.15.2.1
@@ -382,3 +382,30 @@
  	int gap_count;
  	bool beta_repeaters_present;
  
+From 574f3c4f5c55e99ea60f71fd98cc54931d4b2eae Mon Sep 17 00:00:00 2001
+From: Herton Ronaldo Krzesinski <herton at mandriva.com.br>
+Date: Tue, 23 Dec 2008 16:53:00 -0200
+Subject: ALSA: hda - Add missing terminators in patch_sigmatel.c
+
+From: Herton Ronaldo Krzesinski <herton at mandriva.com.br>
+
+commit 574f3c4f5c55e99ea60f71fd98cc54931d4b2eae upstream.
+
+Signed-off-by: Herton Ronaldo Krzesinski <herton at mandriva.com.br>
+Signed-off-by: Takashi Iwai <tiwai at suse.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
+
+---
+ sound/pci/hda/patch_sigmatel.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/sound/pci/hda/patch_sigmatel.c
++++ b/sound/pci/hda/patch_sigmatel.c
+@@ -638,6 +638,7 @@ static struct hda_verb stac92hd71bxx_cor
+ 	{ 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
+ 	{ 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
+ 	{ 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
++	{}
+ };
+ 
+ #define HD_DISABLE_PORTF 3


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/sources,v
retrieving revision 1.798
retrieving revision 1.798.2.1
diff -u -r1.798 -r1.798.2.1
--- sources	18 Dec 2008 22:04:28 -0000	1.798
+++ sources	16 Jan 2009 19:23:22 -0000	1.798.2.1
@@ -1,2 +1,2 @@
 b3e78977aa79d3754cb7f8143d7ddabd  linux-2.6.27.tar.bz2
-82691ff96bff9b4fa19f91b69a9695f9  patch-2.6.27.10.bz2
+89e88096f5cee9334eb0d7a47d46191c  patch-2.6.27.11.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/upstream,v
retrieving revision 1.717
retrieving revision 1.717.2.1
diff -u -r1.717 -r1.717.2.1
--- upstream	18 Dec 2008 22:04:28 -0000	1.717
+++ upstream	16 Jan 2009 19:23:22 -0000	1.717.2.1
@@ -1,2 +1,2 @@
 linux-2.6.27.tar.bz2
-patch-2.6.27.10.bz2
+patch-2.6.27.11.bz2


--- linux-2.6-iwlagn-downgrade-BUG_ON-in-interrupt.patch DELETED ---


--- patch-2.6.27.10.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list