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:	Tue, 25 Feb 2014 20:16:56 +0800
From:	Herbert Xu <herbert@...dor.apana.org.au>
To:	Stanimir Varbanov <svarbanov@...sol.com>
Cc:	Kumar Gala <galak@...eaurora.org>, linux-kernel@...r.kernel.org,
	linux-arm-msm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] hwrng: msm: switch Kconfig to ARCH_QCOM depends

On Wed, Feb 12, 2014 at 11:33:14AM +0200, Stanimir Varbanov wrote:
> Hi,
> > We've split Qualcomm MSM support into legacy and multiplatform.  The RNG
> > driver is only relevant on the multiplatform supported SoCs so switch the
> > Kconfig depends to ARCH_QCOM.
> > 
> > CC: Herbert Xu <herbert@...dor.apana.org.au>
> > Signed-off-by: Kumar Gala <galak@...eaurora.org>
> > ---
> >  drivers/char/hw_random/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
> > index 2f2b084..289bd3a 100644
> > --- a/drivers/char/hw_random/Kconfig
> > +++ b/drivers/char/hw_random/Kconfig
> > @@ -343,7 +343,7 @@ config HW_RANDOM_TPM
> >  
> >  config HW_RANDOM_MSM
> >  	tristate "Qualcomm MSM Random Number Generator support"
> > -	depends on HW_RANDOM && ARCH_MSM
> > +	depends on HW_RANDOM && ARCH_QCOM
> >  	---help---
> >  	  This driver provides kernel-side support for the Random Number
> >  	  Generator hardware found on Qualcomm MSM SoCs.
> > 
> 
> IMO, after this change the "MSM" abbreviation in help clause is
> irrelevant, could you remove it?
> 
> Reviewed-by: Stanimir Varbanov <svarbanov@...sol.com>

Patch applied.
-- 
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
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