lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 18 Feb 2009 15:57:31 +0800
From:	Cheng Renquan <crquan@...il.com>
To:	Sam Ravnborg <sam@...nborg.org>,
	Roman Zippel <zippel@...ux-m68k.org>
Cc:	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
	Cheng Renquan <chengrq@....com.cn>
Subject: [PATCH] [KBUILD] add symbol value to help find the real depend

From: Cheng Renquan <chengrq@....com.cn>

kbuild-menuconfig-display-depend-value.patch

  ©°©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤ RF switch subsystem support ©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©´   
  ©¦ CONFIG_RFKILL:                                                        ©¦   
  ©¦                                                                       ©¦   
  ©¦ Say Y here if you want to have control over RF switches               ©¦   
  ©¦ found on many WiFi and Bluetooth cards.                               ©¦   
  ©¦                                                                       ©¦   
  ©¦ To compile this driver as a module, choose M here: the                ©¦   
  ©¦ module will be called rfkill.                                         ©¦   
  ©¦                                                                       ©¦   
  ©¦ Symbol: RFKILL [=m]                                                   ©¦   
  ©¦ Prompt: RF switch subsystem support                                   ©¦   
  ©¦   Defined at net/rfkill/Kconfig:4                                     ©¦   
  ©¦   Depends on: NET [=y]                                                ©¦   
  ©¦   Location:                                                           ©¦   
  ©¦     -> Networking support (NET [=y])                                  ©¦   
  ©¦   Selected by: IWLCORE [=n] && NETDEVICES [=y] && !S390 [=S390] && PC ©¦   
  ©¦                                                                       ©¦   
  ©À©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤( 99%)©¤©¤©È   
  ©¦                               < Exit >                                ©¦   
  ©¸©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¤©¼   

Signed-off-by: Cheng Renquan <chengrq@....com.cn>

---

Index: linux-2.6.29-rc5-lio/scripts/kconfig/expr.c
===================================================================
--- linux-2.6.29-rc5-lio.orig/scripts/kconfig/expr.c
+++ linux-2.6.29-rc5-lio/scripts/kconfig/expr.c
@@ -1098,6 +1098,8 @@ void expr_fprint(struct expr *e, FILE *o
 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str)
 {
 	str_append((struct gstr*)data, str);
+	if (sym)
+		str_printf((struct gstr*)data, " [=%s]", sym_get_string_value(sym));
 }
 
 void expr_gstr_print(struct expr *e, struct gstr *gs)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ