rpms/kernel/devel patch-2.6.24-rc7-git2.bz2.sign, NONE, 1.1 .cvsignore, 1.749, 1.750 kernel.spec, 1.350, 1.351 linux-2.6-net-silence-noisy-printks.patch, 1.3, 1.4 sources, 1.709, 1.710 upstream, 1.631, 1.632

Kyle McMartin (kyle) fedora-extras-commits at redhat.com
Thu Jan 10 14:52:30 UTC 2008


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2830

Modified Files:
	.cvsignore kernel.spec 
	linux-2.6-net-silence-noisy-printks.patch sources upstream 
Added Files:
	patch-2.6.24-rc7-git2.bz2.sign 
Log Message:
* Thu Jan 10 2008 Kyle McMartin <kmcmartin at redhat.com>
- 2.6.24-rc7-git2



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

iD8DBQBHhRscyGugalF9Dw4RAjygAJ9FJAHKwF/ekvWzc7doP0e7j8CLmACgh+qx
MmLTy3p8gElsP7Qj+9IWFpo=
=9/dO
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.749
retrieving revision 1.750
diff -u -r1.749 -r1.750
--- .cvsignore	6 Jan 2008 22:54:08 -0000	1.749
+++ .cvsignore	10 Jan 2008 14:51:34 -0000	1.750
@@ -5,3 +5,4 @@
 kernel-2.6.23
 linux-2.6.23.tar.bz2
 patch-2.6.24-rc7.bz2
+patch-2.6.24-rc7-git2.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -r1.350 -r1.351
--- kernel.spec	9 Jan 2008 17:16:13 -0000	1.350
+++ kernel.spec	10 Jan 2008 14:51:34 -0000	1.351
@@ -45,7 +45,7 @@
 # The rc snapshot level
 %define rcrev 7
 # The git snapshot level
-%define gitrev 0
+%define gitrev 2
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -620,7 +620,7 @@
 Patch610: linux-2.6-defaults-fat-utf8.patch
 Patch660: linux-2.6-libata-ali-atapi-dma.patch
 Patch670: linux-2.6-ata-quirk.patch
-Patch680: linux-2.6-wireless.patch
+#Patch680: linux-2.6-wireless.patch
 Patch681: linux-2.6-wireless-pending.patch
 Patch682: linux-2.6-wireless-pending-too.patch
 Patch690: linux-2.6-at76.patch
@@ -1116,7 +1116,7 @@
 ApplyPatch linux-2.6-ata-quirk.patch
 
 # wireless patches headed for 2.6.24
-ApplyPatch linux-2.6-wireless.patch
+#ApplyPatch linux-2.6-wireless.patch
 # wireless patches headed for 2.6.25
 ApplyPatch linux-2.6-wireless-pending.patch
 
@@ -1739,6 +1739,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Thu Jan 10 2008 Kyle McMartin <kmcmartin at redhat.com>
+- 2.6.24-rc7-git2
+
 * Wed Jan 09 2008 John W. Linville <linville at redhat.com>
 - A few more wireless bits destined for 2.6.25
 - Enable CONFIG_NL80211

linux-2.6-net-silence-noisy-printks.patch:

Index: linux-2.6-net-silence-noisy-printks.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-net-silence-noisy-printks.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-2.6-net-silence-noisy-printks.patch	17 Oct 2007 23:00:27 -0000	1.3
+++ linux-2.6-net-silence-noisy-printks.patch	10 Jan 2008 14:51:34 -0000	1.4
@@ -15,19 +15,3 @@
  		return NF_ACCEPT;
  	}
  	return nf_conntrack_in(PF_INET, hooknum, skb);
-
-Remove noisy, easy to trigger (as user even, with sfuzz) printk.
-
-Signed-off-by: Dave Jones <davej at redhat.com>
-
---- linux-2.6.20.noarch/net/irda/af_irda.c~	2007-04-19 19:07:21.000000000 -0400
-+++ linux-2.6.20.noarch/net/irda/af_irda.c	2007-04-19 19:07:28.000000000 -0400
-@@ -1143,8 +1143,6 @@ static int irda_create(struct socket *so
- 			self->max_sdu_size_rx = TTP_SAR_UNBOUND;
- 			break;
- 		default:
--			IRDA_ERROR("%s: protocol not supported!\n",
--				   __FUNCTION__);
- 			return -ESOCKTNOSUPPORT;
- 		}
- 		break;


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.709
retrieving revision 1.710
diff -u -r1.709 -r1.710
--- sources	6 Jan 2008 22:54:08 -0000	1.709
+++ sources	10 Jan 2008 14:51:34 -0000	1.710
@@ -1,2 +1,3 @@
 2cc2fd4d521dc5d7cfce0d8a9d1b3472  linux-2.6.23.tar.bz2
 0fdbfe1cf8df154e8efdb8b7907498b7  patch-2.6.24-rc7.bz2
+e8a8af4c5854f9b4059448781b78e8d6  patch-2.6.24-rc7-git2.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -r1.631 -r1.632
--- upstream	6 Jan 2008 22:54:08 -0000	1.631
+++ upstream	10 Jan 2008 14:51:34 -0000	1.632
@@ -1,2 +1,3 @@
 linux-2.6.23.tar.bz2
 patch-2.6.24-rc7.bz2
+patch-2.6.24-rc7-git2.bz2




More information about the fedora-extras-commits mailing list