Skip to content
Commit e539a105 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

net: tls: fix device-offloaded sendpage straddling records



Adrien reports that incorrect data is transmitted when a single
page straddles multiple records. We would transmit the same
data in all iterations of the loop.

Reported-by: default avatarAdrien Moulin <amoulin@corp.free.fr>
Link: https://lore.kernel.org/all/61481278.42813558.1677845235112.JavaMail.zimbra@corp.free.fr


Fixes: c1318b39 ("tls: Add opt-in zerocopy mode of sendfile()")
Tested-by: default avatarAdrien Moulin <amoulin@corp.free.fr>
Reviewed-by: default avatarTariq Toukan <tariqt@nvidia.com>
Acked-by: default avatarMaxim Mikityanskiy <maxtram95@gmail.com>
Link: https://lore.kernel.org/r/20230304192610.3818098-1-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 193250ac
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment