[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200608.190213.2930972358973149.davem@davemloft.net>
Date: Mon, 08 Jun 2020 19:02:13 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: poojatrivedi@...il.com
Cc: borisp@...lanox.com, aviadye@...lanox.com,
john.fastabend@...il.com, daniel@...earbox.net, kuba@...nel.org,
vakul.garg@....com, netdev@...r.kernel.org,
linux-crypto@...r.kernel.org,
mallesham.jatharkonda@...convergence.com, josh.tway@...ckpath.com,
pooja.trivedi@...ckpath.com
Subject: Re: [PATCH net] net/tls(TLS_SW): Add selftest for 'chunked'
sendfile test
From: Pooja Trivedi <poojatrivedi@...il.com>
Date: Fri, 5 Jun 2020 16:01:18 +0000
> This selftest tests for cases where sendfile's 'count'
> parameter is provided with a size greater than the intended
> file size.
>
> Motivation: When sendfile is provided with 'count' parameter
> value that is greater than the size of the file, kTLS example
> fails to send the file correctly. Last chunk of the file is
> not sent, and the data integrity is compromised.
> The reason is that the last chunk has MSG_MORE flag set
> because of which it gets added to pending records, but is
> not pushed.
> Note that if user space were to send SSL_shutdown control
> message, pending records would get flushed and the issue
> would not happen. So a shutdown control message following
> sendfile can mask the issue.
>
> Signed-off-by: Pooja Trivedi <pooja.trivedi@...ckpath.com>
> Signed-off-by: Mallesham Jatharkonda <mallesham.jatharkonda@...convergence.com>
> Signed-off-by: Josh Tway <josh.tway@...ckpath.com>
Applied, thank you.
Powered by blists - more mailing lists