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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 19 Mar 2018 18:01:29 +0100
From:   Stefano Brivio <sbrivio@...hat.com>
To:     Atul Gupta <atul.gupta@...lsio.com>
Cc:     davem@...emloft.net, herbert@...dor.apana.org.au,
        davejwatson@...com, sd@...asysnail.net,
        linux-crypto@...r.kernel.org, netdev@...r.kernel.org,
        ganeshgr@...lsio.com
Subject: Re: [PATCH v12 net-next 10/12] crypto: chtls - Inline TLS record Rx

On Mon, 19 Mar 2018 19:25:43 +0530
Atul Gupta <atul.gupta@...lsio.com> wrote:

> +int chtls_recvmsg(struct sock *sk, struct msghdr *msg, size_t len,
> +		  int nonblock, int flags, int *addr_len)
> +{
>
> [...]
>
> +		if (likely(!(flags & MSG_TRUNC))) {
> +			if (skb_copy_datagram_msg(skb, offset,
> +						  msg, avail)) {
> +				if (!copied) {
> +					copied = -EFAULT;
> +					break;
> +				}

Why is this change not mentioned in the series changelog?

-- 
Stefano

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ