rpms/kernel/devel patch-2.6.23-rc5-git1.bz2.sign, NONE, 1.1 .cvsignore, 1.680, 1.681 kernel.spec, 1.147, 1.148 linux-2.6-build-nonintconfig.patch, 1.10, 1.11 sources, 1.642, 1.643 upstream, 1.564, 1.565 linux-2.6-ata-via-fix-dma-mode.patch, 1.1, NONE linux-2.6-libata-terminate-list.patch, 1.1, NONE linux-2.6-net-oops.patch, 1.1, NONE

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Wed Sep 5 19:43:56 UTC 2007


Author: cebbert

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

Modified Files:
	.cvsignore kernel.spec linux-2.6-build-nonintconfig.patch 
	sources upstream 
Added Files:
	patch-2.6.23-rc5-git1.bz2.sign 
Removed Files:
	linux-2.6-ata-via-fix-dma-mode.patch 
	linux-2.6-libata-terminate-list.patch linux-2.6-net-oops.patch 
Log Message:
* Wed Sep 05 2007 Chuck Ebbert <cebbert at redhat.com>
- 2.6.23-rc5-git1



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

iD8DBQBG3avpyGugalF9Dw4RAiyrAJ9Sanwlphian9OKCBEtyrPnCYqgagCfe8fA
ClqxNm8hZwVxdOsNb4oqA8k=
=YXZA
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.680
retrieving revision 1.681
diff -u -r1.680 -r1.681
--- .cvsignore	4 Sep 2007 21:59:46 -0000	1.680
+++ .cvsignore	5 Sep 2007 19:43:23 -0000	1.681
@@ -4,3 +4,4 @@
 kernel-2.6.22
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc5.bz2
+patch-2.6.23-rc5-git1.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- kernel.spec	4 Sep 2007 22:06:22 -0000	1.147
+++ kernel.spec	5 Sep 2007 19:43:23 -0000	1.148
@@ -47,7 +47,7 @@
 # The rc snapshot level
 %define rcrev 5
 # The git snapshot level
-%define gitrev 0
+%define gitrev 1
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -623,8 +623,6 @@
 Patch630: linux-2.6-defaults-nonmi.patch
 Patch660: linux-2.6-libata-ali-atapi-dma.patch
 Patch661: linux-2.6-libata-acpi-enable.patch
-Patch662: linux-2.6-libata-terminate-list.patch
-Patch663: linux-2.6-ata-via-fix-dma-mode.patch
 Patch670: linux-2.6-ata-quirk.patch
 #Patch680: linux-2.6-wireless.patch
 Patch681: linux-2.6-wireless-pending.patch
@@ -669,7 +667,6 @@
 Patch1506: linux-2.6-xfs-fix-filestreams-free-func-cast.patch
 Patch1508: linux-2.6-firewire-multi-lun.patch
 Patch1515: linux-2.6-lirc.patch
-Patch1600: linux-2.6-net-oops.patch
 
 %endif
 
@@ -1119,10 +1116,6 @@
 ApplyPatch linux-2.6-ata-quirk.patch
 # Enable ACPI ATA objects
 ApplyPatch linux-2.6-libata-acpi-enable.patch
-# Terminate list in ata-piix
-ApplyPatch linux-2.6-libata-terminate-list.patch
-# fix DMA on vt6421
-ApplyPatch linux-2.6-ata-via-fix-dma-mode.patch
 
 # wireless patches headed for 2.6.23
 #ApplyPatch linux-2.6-wireless.patch
@@ -1197,9 +1190,6 @@
 # http://www.lirc.org/
 ApplyPatch linux-2.6-lirc.patch
 
-# Fix TCP oops.
-ApplyPatch linux-2.6-net-oops.patch
-
 
 # END OF PATCH APPLICATIONS
 
@@ -1792,6 +1782,9 @@
 
 
 %changelog
+* Wed Sep 05 2007 Chuck Ebbert <cebbert at redhat.com>
+- 2.6.23-rc5-git1
+
 * Tue Sep 04 2007 Chuck Ebbert <cebbert at redhat.com>
 - fix DMA mode on VIA 6421
 

linux-2.6-build-nonintconfig.patch:

Index: linux-2.6-build-nonintconfig.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-build-nonintconfig.patch,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- linux-2.6-build-nonintconfig.patch	26 Jul 2007 17:09:28 -0000	1.10
+++ linux-2.6-build-nonintconfig.patch	5 Sep 2007 19:43:23 -0000	1.11
@@ -33,10 +33,10 @@
  static const char *get_help(struct menu *menu)
  {
  	if (menu_has_help(menu))
-@@ -103,6 +107,14 @@ static void conf_askvalue(struct symbol 
+@@ -103,6 +107,16 @@ static void conf_askvalue(struct symbol 
  		fflush(stdout);
  		fgets(line, 128, stdin);
- 		return;
+ 		return 1;
 +	case dont_ask:
 +		if (!sym_has_value(sym)) {
 +			fprintf(stderr,"CONFIG_%s\n",sym->name);
@@ -44,10 +44,12 @@
 +		}
 +		/*FALLTHROUGH*/
 +	case dont_ask_dont_tell:
-+		return;
++		if (sym_has_value(sym))
++			return 0;
++		return 1;
  	case set_default:
  		printf("%s\n", def);
- 		return;
+ 		return 1;
 @@ -346,6 +358,11 @@ static int conf_choice(struct menu *menu
  			printf("?");
  		printf("]: ");


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.642
retrieving revision 1.643
diff -u -r1.642 -r1.643
--- sources	1 Sep 2007 16:29:55 -0000	1.642
+++ sources	5 Sep 2007 19:43:23 -0000	1.643
@@ -1,2 +1,3 @@
 2e230d005c002fb3d38a3ca07c0200d0  linux-2.6.22.tar.bz2
 8253467313749aee6065093cd3c5fd9c  patch-2.6.23-rc5.bz2
+4cfdcb5e00c1db78237b15e6ce955367  patch-2.6.23-rc5-git1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -r1.564 -r1.565
--- upstream	1 Sep 2007 16:29:55 -0000	1.564
+++ upstream	5 Sep 2007 19:43:23 -0000	1.565
@@ -1,2 +1,3 @@
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc5.bz2
+patch-2.6.23-rc5-git1.bz2


--- linux-2.6-ata-via-fix-dma-mode.patch DELETED ---


--- linux-2.6-libata-terminate-list.patch DELETED ---


--- linux-2.6-net-oops.patch DELETED ---




More information about the fedora-extras-commits mailing list