rpms/kernel/devel patch-2.6.23-rc4-git3.bz2.sign, NONE, 1.1 .cvsignore, 1.677, 1.678 git-wireless-dev.patch, 1.34, 1.35 kernel.spec, 1.140, 1.141 linux-2.6-utrace-tracehook.patch, 1.7, 1.8 sources, 1.640, 1.641 upstream, 1.562, 1.563 patch-2.6.23-rc4-git2.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Sat Sep 1 00:33:24 UTC 2007


Author: davej

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

Modified Files:
	.cvsignore git-wireless-dev.patch kernel.spec 
	linux-2.6-utrace-tracehook.patch sources upstream 
Added Files:
	patch-2.6.23-rc4-git3.bz2.sign 
Removed Files:
	patch-2.6.23-rc4-git2.bz2.sign 
Log Message:
* Fri Aug 31 2007 Dave Jones <davej at redhat.com>
- 2.6.23-rc4-git3



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

iD8DBQBG2GXryGugalF9Dw4RAudlAJ0cG+35KDaw26rUDzqZAdfJPIYTQQCfX3rm
lWU6c92/5zGPhNlbgpL6WX8=
=G6DG
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.677
retrieving revision 1.678
diff -u -r1.677 -r1.678
--- .cvsignore	31 Aug 2007 17:20:37 -0000	1.677
+++ .cvsignore	1 Sep 2007 00:32:49 -0000	1.678
@@ -6,4 +6,4 @@
 patch-2.6.23-rc4.bz2
 patch-2.6.23-rc4.bz2
 patch-2.6.23-rc3-git10.bz2
-patch-2.6.23-rc4-git2.bz2
+patch-2.6.23-rc4-git3.bz2

git-wireless-dev.patch:

Index: git-wireless-dev.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/git-wireless-dev.patch,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- git-wireless-dev.patch	30 Aug 2007 20:27:31 -0000	1.34
+++ git-wireless-dev.patch	1 Sep 2007 00:32:49 -0000	1.35
@@ -2428,7 +2428,7 @@
  BROADCOM BNX2 GIGABIT ETHERNET DRIVER
  P:	Michael Chan
  M:	mchan at broadcom.com
-@@ -2057,6 +2095,16 @@ L:	http://lists.sourceforge.net/mailman/
+@@ -2096,6 +2096,16 @@ L:	http://lists.sourceforge.net/mailman/
  W:	http://ipw2200.sourceforge.net
  S:	Supported
  
@@ -2442,7 +2442,7 @@
 +T:	git git://intellinuxwireless.org/repos/iwlwifi
 +S:	Supported
 +
- IOC3 DRIVER
+ IOC3 ETHERNET DRIVER
  P:	Ralf Baechle
  M:	ralf at linux-mips.org
 @@ -3012,6 +3060,15 @@ L:	kpreempt-tech at lists.sourceforge.net


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- kernel.spec	31 Aug 2007 22:08:01 -0000	1.140
+++ kernel.spec	1 Sep 2007 00:32:50 -0000	1.141
@@ -47,7 +47,7 @@
 # The rc snapshot level
 %define rcrev 4
 # The git snapshot level
-%define gitrev 2
+%define gitrev 3
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1786,6 +1786,9 @@
 
 %changelog
 * Fri Aug 31 2007 Dave Jones <davej at redhat.com>
+- 2.6.23-rc4-git3
+
+* Fri Aug 31 2007 Dave Jones <davej at redhat.com>
 - Fix booting on Dell I5150.
   Apparently some VESA BIOS implementations clobber registers when called.
 

linux-2.6-utrace-tracehook.patch:

Index: linux-2.6-utrace-tracehook.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-utrace-tracehook.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- linux-2.6-utrace-tracehook.patch	21 Aug 2007 19:42:55 -0000	1.7
+++ linux-2.6-utrace-tracehook.patch	1 Sep 2007 00:32:50 -0000	1.8
@@ -2906,7 +2906,7 @@
  	if (!thread_group_leader(p))
  		goto out;
  
--	if (p->real_parent == group_leader) {
+-	if (p->real_parent->tgid == group_leader->tgid) {
 +	if (p->parent == group_leader) {
  		err = -EPERM;
  		if (task_session(p) != task_session(group_leader))


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.640
retrieving revision 1.641
diff -u -r1.640 -r1.641
--- sources	31 Aug 2007 17:20:37 -0000	1.640
+++ sources	1 Sep 2007 00:32:50 -0000	1.641
@@ -1,3 +1,3 @@
 2e230d005c002fb3d38a3ca07c0200d0  linux-2.6.22.tar.bz2
 cb7b0d6e6424f31ba41b9ba304b69833  patch-2.6.23-rc4.bz2
-a2de401162c4ca56878b05ea3777b1f6  patch-2.6.23-rc4-git2.bz2
+549f9a03a741881b70a4bae593246b22  patch-2.6.23-rc4-git3.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.562
retrieving revision 1.563
diff -u -r1.562 -r1.563
--- upstream	31 Aug 2007 17:20:37 -0000	1.562
+++ upstream	1 Sep 2007 00:32:50 -0000	1.563
@@ -1,3 +1,3 @@
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc4.bz2
-patch-2.6.23-rc4-git2.bz2
+patch-2.6.23-rc4-git3.bz2


--- patch-2.6.23-rc4-git2.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list