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:   Fri, 11 Sep 2020 17:27:27 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     rohitm@...lsio.com
Cc:     netdev@...r.kernel.org, kuba@...nel.org, secdev@...lsio.com
Subject: Re: [net-next] crypto/chcr: move nic TLS functionality to
 drivers/net

From: Rohit Maheshwari <rohitm@...lsio.com>
Date: Thu, 10 Sep 2020 19:51:47 +0530

> This patch moves complete nic tls offload (kTLS) code from crypto
> directory to drivers/net/ethernet/chelsio/inline_crypto/ch_ktls
> directory. nic TLS is made a separate ULD of cxgb4.
> 
> Signed-off-by: Rohit Maheshwari <rohitm@...lsio.com>

Applied, but...

> diff --git a/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile b/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile
> new file mode 100644
> index 000000000000..aee3ee884799
> --- /dev/null
> +++ b/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile
> @@ -0,0 +1,7 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4
> +
> +obj-$(CONFIG_CHELSIO_TLS_DEVICE) += ch_ktls.o
> +ch_ktls-objs := chcr_ktls.o
> +
> +

Please avoid empty trailing lines in files.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ