WSL2-Linux-Kernel/net/tls
Tariq Toukan 138559b9f9 net/tls: Fix wrong record sn in async mode of device resync
In async_resync mode, we log the TCP seq of records until the async request
is completed.  Later, in case one of the logged seqs matches the resync
request, we return it, together with its record serial number.  Before this
fix, we mistakenly returned the serial number of the current record
instead.

Fixes: ed9b7646b0 ("net/tls: Add asynchronous resync")
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Boris Pismenny <borisp@nvidia.com>
Link: https://lore.kernel.org/r/20201115131448.2702-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-11-17 14:41:20 -08:00
..
Kconfig
Makefile
tls_device.c net/tls: Fix wrong record sn in async mode of device resync 2020-11-17 14:41:20 -08:00
tls_device_fallback.c
tls_main.c net/tls: use semicolons rather than commas to separate statements 2020-10-13 17:11:52 -07:00
tls_proc.c
tls_sw.c net/tls: fix corrupted data in recvmsg 2020-11-16 17:11:02 -08:00
tls_toe.c
trace.c
trace.h