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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 23 Jul 2007 18:01:46 +0200
From:	Borislav Petkov <bbpetkov@...oo.de>
To:	Adrian Bunk <bunk@...sta.de>
Cc:	linux-kernel@...r.kernel.org, greg@...ah.com,
	linux-usb-devel@...ts.sourceforge.net
Subject: Re: [PATCH] usb/atm: fix Kconfig garbage

On Mon, Jul 23, 2007 at 01:53:30PM +0200, Adrian Bunk wrote:
> On Mon, Jul 23, 2007 at 08:56:04AM +0200, Borislav Petkov wrote:
> > Hi there,
> > 
> > I don't know whether this is the proper Kconfig-way to fix this but it works ok here.
> > 
> > ----
> > When entered, the menu point "USB DSL modem support" in menuconfig, path [Device Drivers->USB
> > Support] shows no entries but "^@" instead. The following fixes it.
> > 
> > Signed-off-by: Borislav Petkov <bbpetkov@...oo.de>
> > 
> > --
> > --- linux-2.6.23-rc1/drivers/usb/atm/Kconfig.orig	2007-07-23 08:27:29.000000000 +0200
> > +++ linux-2.6.23-rc1/drivers/usb/atm/Kconfig	2007-07-23 08:50:55.000000000 +0200
> > @@ -7,7 +7,8 @@ menu "USB DSL modem support"
> >  
> >  config USB_ATM
> >  	tristate "USB DSL modem support"
> > -	depends on USB && ATM
> > +	depends on USB
> > +	select ATM
> >  	select CRC32
> >  	default n
> >  	help
> 
> This would break the compilation with CONFIG_NET=n.

Aha, so the logic behind it is that this submenu should be displayed in kconfig only if ATM 
is selected. Ok, I get it, thanks.

-- 
Regards/Gruß,
    Boris.
-
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