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, 9 Sep 2013 14:01:15 -0400
From:	Steven Rostedt <rostedt@...dmis.org>
To:	Ben Hutchings <ben@...adent.org.uk>
Cc:	linux-kernel@...r.kernel.org, stable@...r.kernel.org,
	akpm@...ux-foundation.org, Hauke Mehrtens <hauke@...ke-m.de>,
	Randy Dunlap <rdunlap@...radead.org>,
	"John W. Linville" <linville@...driver.com>
Subject: Re: [16/85] b43: ensue that BCMA is "y" when B43 is "y"

On Wed, Jul 24, 2013 at 03:02:45PM +0100, Ben Hutchings wrote:
> 3.2.49-rc1 review patch.  If anyone has any objections, please let me know.
> 
> ------------------
> 
> From: Hauke Mehrtens <hauke@...ke-m.de>
> 
> commit 693026ef2e751fd94d2e6c71028e68343cc875d5 upstream.
> 
> When b43 gets build into the kernel and it should use bcma we have to
> ensure that bcma was also build into the kernel and not as a module.
> In this patch this is also done for SSB, although you can not
> build b43 without ssb support for now.
> 
> This fixes a build problem reported by Randy Dunlap in
> 5187EB95.2060605@...radead.org

Hauke,

Just an FYI, if you find yourself adding message id's as references in
git commits, use the following tag:

Link: http://lkml.kernel.org/r/5187EB95.2060605@infradead.org

-- Steve

> 
> Reported-By: Randy Dunlap <rdunlap@...radead.org>
> Signed-off-by: Hauke Mehrtens <hauke@...ke-m.de>
> Signed-off-by: John W. Linville <linville@...driver.com>
> Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
> ---
>  drivers/net/wireless/b43/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- a/drivers/net/wireless/b43/Kconfig
> +++ b/drivers/net/wireless/b43/Kconfig
> @@ -28,12 +28,12 @@ config B43
>  
>  config B43_BCMA
>  	bool "Support for BCMA bus"
> -	depends on B43 && BCMA
> +	depends on B43 && (BCMA = y || BCMA = B43)
>  	default y
>  
>  config B43_SSB
>  	bool
> -	depends on B43 && SSB
> +	depends on B43 && (SSB = y || SSB = B43)
>  	default y
>  
>  # Auto-select SSB PCI-HOST support, if possible
> 
> --
> 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/
--
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