[kernel] r20178 - dists/trunk/linux/debian/patches/features/all

Ben Hutchings benh at alioth.debian.org
Sun Jun 2 20:23:08 UTC 2013


Author: benh
Date: Sun Jun  2 20:23:07 2013
New Revision: 20178

Log:
Update verbose listnewconfig patch for 3.10

Modified:
   dists/trunk/linux/debian/patches/features/all/Kbuild-kconfig-Verbose-version-of-listnewconfig.patch

Modified: dists/trunk/linux/debian/patches/features/all/Kbuild-kconfig-Verbose-version-of-listnewconfig.patch
==============================================================================
--- dists/trunk/linux/debian/patches/features/all/Kbuild-kconfig-Verbose-version-of-listnewconfig.patch	Sun Jun  2 18:34:53 2013	(r20177)
+++ dists/trunk/linux/debian/patches/features/all/Kbuild-kconfig-Verbose-version-of-listnewconfig.patch	Sun Jun  2 20:23:07 2013	(r20178)
@@ -120,14 +120,18 @@
  int conf_write(const char *name)
  {
  	FILE *out;
-@@ -1155,6 +1163,7 @@ void conf_set_all_new_symbols(enum conf_
+@@ -1153,7 +1161,10 @@ void conf_set_all_new_symbols(enum conf_
+ 	}
+ 
  	for_all_symbols(i, sym) {
- 		if (sym_has_value(sym) || (sym->flags & SYMBOL_VALID))
- 			continue;
+-		if (sym_has_value(sym) || (sym->flags & SYMBOL_VALID))
++		if (sym_has_value(sym))
++			continue;
 +		sym->flags |= SYMBOL_NEW;
++		if (sym->flags & SYMBOL_VALID)
+ 			continue;
  		switch (sym_get_type(sym)) {
  		case S_BOOLEAN:
- 		case S_TRISTATE:
 --- a/scripts/kconfig/expr.h
 +++ b/scripts/kconfig/expr.h
 @@ -106,6 +106,8 @@ struct symbol {



More information about the Kernel-svn-changes mailing list