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] [day] [month] [year] [list]
Date:	Wed, 5 Mar 2014 09:39:56 +0800
From:	Shawn Guo <shawn.guo@...aro.org>
To:	Evgeniy Polyakov <zbr@...emap.net>
CC:	Alexander Shiyan <shc_work@...l.ru>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Sascha Hauer <kernel@...gutronix.de>
Subject: Re: [PATCH 1/4] w1: Remove excess dependencies on W1 for masters and
 slaves

On Tue, Mar 04, 2014 at 11:57:17PM +0400, Evgeniy Polyakov wrote:
> Hi everyone
> 
> 22.02.2014, 11:30, "Alexander Shiyan" <shc_work@...l.ru>:
> > Configuration for masters and slaves is included only if W1 symbol
> > enabled, so no reason to check it once more.
> >
> > Signed-off-by: Alexander Shiyan <shc_work@...l.ru>
> > ---
> >  drivers/w1/masters/Kconfig | 3 +--
> >  drivers/w1/slaves/Kconfig  | 5 -----
> >  2 files changed, 1 insertion(+), 7 deletions(-)
> >
> > diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig
> > index efc7f07..6ffe120 100644
> > --- a/drivers/w1/masters/Kconfig
> > +++ b/drivers/w1/masters/Kconfig
> > @@ -36,13 +36,12 @@ config W1_MASTER_DS2482
> >
> >  config W1_MASTER_MXC
> >          tristate "Freescale MXC 1-wire busmaster"
> > - depends on W1 && ARCH_MXC
> > + depends on ARCH_MXC
> 
> I know nothing about this arch, so while this first patch looks good, I can not say anything about the others :)

Others look good to me.  So,

Acked-by: Shawn Guo <shawn.guo@...aro.org>

--
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