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, 12 May 2021 11:07:57 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Guy Zadicario <guy.zadicario@...el.com>,
        gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Cc:     olof@...om.net, alexander.shishkin@...ux.intel.com,
        andriy.shevchenko@...el.com, yochai.shefi-simchon@...el.com
Subject: Re: [PATCH 02/15] misc: nnpi: Initialize NNP-I framework and PCIe
 modules

On 5/12/21 12:10 AM, Guy Zadicario wrote:
> diff --git a/drivers/misc/intel-nnpi/Kconfig b/drivers/misc/intel-nnpi/Kconfig
> new file mode 100644
> index 0000000..ccd39df
> --- /dev/null
> +++ b/drivers/misc/intel-nnpi/Kconfig
> @@ -0,0 +1,18 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +
> +#
> +# Copyright (C) 2019-2021 Intel Corporation
> +#
> +#
> +
> +config INTEL_NNPI
> +	tristate "Intel(R) PCIe NNP-I (AI accelerator for inference) device driver"
> +	depends on PCI
> +	select DMA_SHARED_BUFFER
> +	help
> +	  Device driver for Intel NNP-I PCIe accelerator card for AI inference.
> +
> +	  If unsure, say N.
> +
> +	  To compile this driver as a module, choose M here. Two modules will
> +          get generated intel_nnpi and intel_nnpi_pcie.

For the last help text line, use a tab + 2 spaces for indentation.
Also 2 more changes:  s/get generated/be generated:/


thanks.
-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ