rpms/kernel/devel patch-2.6.27-rc8.bz2.sign, NONE, 1.1 .cvsignore, 1.933, 1.934 kernel.spec, 1.992, 1.993 linux-2.6-build-nonintconfig.patch, 1.14, 1.15 linux-2.6-utrace.patch, 1.98, 1.99 sources, 1.895, 1.896 upstream, 1.807, 1.808 patch-2.6.27-rc7-git5.bz2.sign, 1.1, NONE patch-2.6.27-rc7.bz2.sign, 1.1, NONE

Roland McGrath roland at fedoraproject.org
Tue Sep 30 03:25:01 UTC 2008


Author: roland

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1821

Modified Files:
	.cvsignore kernel.spec linux-2.6-build-nonintconfig.patch 
	linux-2.6-utrace.patch sources upstream 
Added Files:
	patch-2.6.27-rc8.bz2.sign 
Removed Files:
	patch-2.6.27-rc7-git5.bz2.sign patch-2.6.27-rc7.bz2.sign 
Log Message:
2.6.27-rc8


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

iD8DBQBI4V0KyGugalF9Dw4RAmHuAKCIEEDOfw6IJNJKsgBOY/CCBAw82wCfaipc
of3ykvEaHo5XH+QnfwgFh9c=
=kSk3
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.933
retrieving revision 1.934
diff -u -r1.933 -r1.934
--- .cvsignore	26 Sep 2008 16:43:28 -0000	1.933
+++ .cvsignore	30 Sep 2008 03:24:30 -0000	1.934
@@ -4,5 +4,4 @@
 temp-*
 kernel-2.6.26
 linux-2.6.26.tar.bz2
-patch-2.6.27-rc7.bz2
-patch-2.6.27-rc7-git5.bz2
+patch-2.6.27-rc8.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.992
retrieving revision 1.993
diff -u -r1.992 -r1.993
--- kernel.spec	29 Sep 2008 16:36:45 -0000	1.992
+++ kernel.spec	30 Sep 2008 03:24:30 -0000	1.993
@@ -43,9 +43,9 @@
 # The next upstream release sublevel (base_sublevel+1)
 %define upstream_sublevel %(expr %{base_sublevel} + 1)
 # The rc snapshot level
-%define rcrev 7
+%define rcrev 8
 # The git snapshot level
-%define gitrev 5
+%define gitrev 0
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1739,6 +1739,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Mon Sep 29 2008 Roland McGrath <roland at redhat.com>
+- 2.6.27-rc8
+
 * Mon Sep 29 2008 Dave Jones <davej at redhat.com>
 - Turn off CONFIG_USB_DEBUG. It's noisy, and of no real value right now.
 

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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- linux-2.6-build-nonintconfig.patch	28 Jul 2008 02:08:36 -0000	1.14
+++ linux-2.6-build-nonintconfig.patch	30 Sep 2008 03:24:30 -0000	1.15
@@ -18,7 +18,7 @@
 index fda6313..ed33b66 100644
 --- a/scripts/kconfig/conf.c
 +++ b/scripts/kconfig/conf.c
-@@ -22,6 +22,8 @@ enum {
+@@ -22,6 +22,8 @@
  	ask_all,
  	ask_new,
  	ask_silent,
@@ -27,7 +27,7 @@
  	set_default,
  	set_yes,
  	set_mod,
-@@ -38,6 +40,8 @@ static struct menu *rootEntry;
+@@ -39,6 +41,8 @@
  
  static char nohelp_text[] = N_("Sorry, no help available for this option yet.\n");
  
@@ -36,7 +36,7 @@
  static const char *get_help(struct menu *menu)
  {
  	if (menu_has_help(menu))
-@@ -358,7 +362,10 @@ static void conf(struct menu *menu)
+@@ -359,7 +363,10 @@
  
  		switch (prop->type) {
  		case P_MENU:
@@ -48,7 +48,7 @@
  				check_conf(menu);
  				return;
  			}
-@@ -416,12 +423,21 @@ static void check_conf(struct menu *menu
+@@ -417,12 +424,21 @@
  	if (sym && !sym_has_value(sym)) {
  		if (sym_is_changable(sym) ||
  		    (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) {
@@ -70,25 +70,18 @@
  
  	for (child = menu->list; child; child = child->next)
  		check_conf(child);
-@@ -433,7 +449,8 @@ static void conf_do_update(void)
- 	do {
- 		conf_cnt = 0;
- 		check_conf(&rootmenu);
--	} while (conf_cnt);
-+	} while (conf_cnt &&
-+		 (input_mode != dont_ask && input_mode != dont_ask_dont_tell));
- }
- 
- static int conf_silent_update(void)
-@@ -474,11 +491,17 @@ int main(int ac, char **av)
+@@ -438,7 +454,7 @@
  	bindtextdomain(PACKAGE, LOCALEDIR);
  	textdomain(PACKAGE);
  
 -	while ((opt = getopt(ac, av, "osdD:nmyrh")) != -1) {
-+	while ((opt = getopt(ac, av, "osbBdD:nmyrh")) != -1) {
++ 	while ((opt = getopt(ac, av, "osbBdD:nmyrh")) != -1) {
  		switch (opt) {
  		case 'o':
- 			input_mode = ask_new;
+ 			input_mode = ask_silent;
+@@ -447,6 +463,12 @@
+ 			input_mode = ask_silent;
+ 			sync_kconfig = 1;
  			break;
 +		case 'b':
 +			input_mode = dont_ask;
@@ -96,11 +89,11 @@
 +		case 'B':
 +			input_mode = dont_ask_dont_tell;
 +			break;
- 		case 's':
- 			input_mode = ask_silent;
- 			valid_stdin = isatty(0) && isatty(1) && isatty(2);
-@@ -543,6 +566,8 @@ int main(int ac, char **av)
- 		}
+ 		case 'd':
+ 			input_mode = set_default;
+ 			break;
+@@ -510,6 +532,8 @@
+ 	case ask_silent:
  	case ask_all:
  	case ask_new:
 +	case dont_ask:
@@ -108,18 +101,27 @@
  		conf_read(NULL);
  		break;
  	case set_no:
-@@ -585,6 +610,8 @@ int main(int ac, char **av)
- 	case set_default:
- 		conf_set_all_new_symbols(def_default);
- 		break;
+@@ -571,12 +595,16 @@
+ 		conf(&rootmenu);
+ 		input_mode = ask_silent;
+ 		/* fall through */
 +	case dont_ask:
 +	case dont_ask_dont_tell:
  	case ask_silent:
- 	case ask_new:
- 		if (conf_silent_update())
-@@ -607,5 +634,5 @@ int main(int ac, char **av)
- 		fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n"));
- 		return 1;
+ 		/* Update until a loop caused no more changes */
+ 		do {
+ 			conf_cnt = 0;
+ 			check_conf(&rootmenu);
+-		} while (conf_cnt);
++		} while (conf_cnt &&
++			 (input_mode != dont_ask &&
++			  input_mode != dont_ask_dont_tell));
+ 		break;
+ 	}
+ 
+@@ -598,5 +626,5 @@
+ 			exit(1);
+ 		}
  	}
 -	return 0;
 +	return return_value;

linux-2.6-utrace.patch:

Index: linux-2.6-utrace.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-utrace.patch,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- linux-2.6-utrace.patch	22 Sep 2008 20:10:55 -0000	1.98
+++ linux-2.6-utrace.patch	30 Sep 2008 03:24:30 -0000	1.99
@@ -4,13 +4,13 @@
  include/linux/ptrace.h            |   21 +
  include/linux/sched.h             |    6 +
  include/linux/tracehook.h         |   65 +-
- include/linux/utrace.h            |  706 +++++++++++
+ include/linux/utrace.h            |  705 ++++++++++
  init/Kconfig                      |   26 +
  kernel/Makefile                   |    1 +
  kernel/ptrace.c                   |  605 +++++++++-
  kernel/signal.c                   |   14 +-
  kernel/utrace.c                   | 2538 +++++++++++++++++++++++++++++++++++++
- 12 files changed, 4545 insertions(+), 8 deletions(-)
+ 12 files changed, 4544 insertions(+), 8 deletions(-)
 
 diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
 index 1615350..92ca631 100644  
@@ -906,10 +906,10 @@
  
 diff --git a/include/linux/utrace.h b/include/linux/utrace.h
 new file mode 100644
-index ...6c9c536 100644  
+index ...61ba640 100644  
 --- /dev/null
 +++ b/include/linux/utrace.h
-@@ -0,0 +1,706 @@
+@@ -0,0 +1,705 @@
 +/*
 + * utrace infrastructure interface for debugging user processes
 + *
@@ -1512,14 +1512,13 @@
 +
 +/**
 + * struct utrace_examiner - private state for using utrace_prepare_examine()
-+ * @state:		task's &struct task_struct.state value
-+ * @ncsw:		return value from wait_task_inactive()
 + *
 + * The members of &struct utrace_examiner are private to the implementation.
 + * This data type holds the state from a call to utrace_prepare_examine()
 + * to be used by a call to utrace_finish_examine().
 + */
 +struct utrace_examiner {
++/* private: */
 +	long state;
 +	unsigned long ncsw;
 +};


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.895
retrieving revision 1.896
diff -u -r1.895 -r1.896
--- sources	26 Sep 2008 16:43:28 -0000	1.895
+++ sources	30 Sep 2008 03:24:31 -0000	1.896
@@ -1,3 +1,2 @@
 5169d01c405bc3f866c59338e217968c  linux-2.6.26.tar.bz2
-711e4624185c1e229e9aa4c736b57e05  patch-2.6.27-rc7.bz2
-6edf7e62ca492245dd2e36286bb3636d  patch-2.6.27-rc7-git5.bz2
+47c60f9a78aa6bc36bb0fdaa1a0966fc  patch-2.6.27-rc8.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.807
retrieving revision 1.808
diff -u -r1.807 -r1.808
--- upstream	26 Sep 2008 16:43:28 -0000	1.807
+++ upstream	30 Sep 2008 03:24:31 -0000	1.808
@@ -1,3 +1,2 @@
 linux-2.6.26.tar.bz2
-patch-2.6.27-rc7.bz2
-patch-2.6.27-rc7-git5.bz2
+patch-2.6.27-rc8.bz2


--- patch-2.6.27-rc7-git5.bz2.sign DELETED ---


--- patch-2.6.27-rc7.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list