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, 29 May 2020 16:38:58 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     vinay.yadav@...lsio.com
Cc:     netdev@...r.kernel.org, edumazet@...gle.com, kuba@...nel.org,
        borisp@...lanox.com, jakub@...udflare.com, secdev@...lsio.com
Subject: Re: [PATCH net-next,v2] crypto/chtls: IPv6 support for inline TLS

From: Vinay Kumar Yadav <vinay.yadav@...lsio.com>
Date: Wed, 27 May 2020 11:23:52 +0530

> @@ -2110,6 +2110,7 @@ struct proto tcpv6_prot = {
>  #endif
>  	.diag_destroy		= tcp_abort,
>  };
> +EXPORT_SYMBOL(tcpv6_prot);

If you are going to do something which is so invasive and exposes
internals so deeply, you _MUST_ use EXPORT_SYMBOL_GPL().

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ