Merge branch 'tls-splice_read-fixes'
authorJakub Kicinski <kuba@kernel.org>
Fri, 26 Nov 2021 03:28:20 +0000 (19:28 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 26 Nov 2021 03:28:21 +0000 (19:28 -0800)
commit49573ff7830b1186011f5f2e9c08935ec5fc39b6
tree447e509a9cc5e22b97df783478176c7d9fdf608d
parent9dbe33cf371bd70330858370bdbc35c7668f00c3
parentf884a3426291b3f368231c0ac0e50a6a061f6aca
Merge branch 'tls-splice_read-fixes'

Jakub Kicinski says:

====================
tls: splice_read fixes

As I work my way to unlocked and zero-copy TLS Rx the obvious bugs
in the splice_read implementation get harder and harder to ignore.
This is to say the fixes here are discovered by code inspection,
I'm not aware of anyone actually using splice_read.
====================

Link: https://lore.kernel.org/r/20211124232557.2039757-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>