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:	Wed, 6 Jan 2016 09:56:12 -0500
From:	Jon Mason <jdmason@...zu.us>
To:	Xiangliang Yu <Xiangliang.Yu@....com>
Cc:	Dave Jiang <dave.jiang@...el.com>,
	"Hubbe, Allen" <Allen.Hubbe@....com>, linux-ntb@...glegroups.com,
	linux-kernel <linux-kernel@...r.kernel.org>,
	SPG_Linux_Kernel@....com
Subject: Re: [PATCH V2 2/3] NTB: Add AMD NTB support in Kconfig and Makefile

On Wed, Dec 23, 2015 at 8:43 AM, Xiangliang Yu <Xiangliang.Yu@....com> wrote:
> This patch is to enable AMD NTB support in Kconfig and Makefile.
>
> Signed-off-by: Xiangliang Yu <Xiangliang.Yu@....com>
> ---
>  drivers/ntb/hw/Kconfig  | 1 +
>  drivers/ntb/hw/Makefile | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/drivers/ntb/hw/Kconfig b/drivers/ntb/hw/Kconfig
> index 4d5535c..0c5c2a6 100644
> --- a/drivers/ntb/hw/Kconfig
> +++ b/drivers/ntb/hw/Kconfig
> @@ -1 +1,2 @@
>  source "drivers/ntb/hw/intel/Kconfig"
> +source "drivers/ntb/hw/amd/Kconfig"
> diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile
> index 175d7c9..636be7d 100644
> --- a/drivers/ntb/hw/Makefile
> +++ b/drivers/ntb/hw/Makefile
> @@ -1 +1,2 @@
>  obj-$(CONFIG_NTB_INTEL)        += intel/
> +obj-$(CONFIG_NTB_AMD)  += amd/
> --
> 1.9.1
>

This should be part of the first patch.

Thanks,
Jon
--
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