]> git.itanic.dy.fi Git - linux-stable/commit
Merge branch 'tls-a-few-more-fixes-for-async-decrypt'
authorJakub Kicinski <kuba@kernel.org>
Thu, 29 Feb 2024 17:07:18 +0000 (09:07 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Feb 2024 17:07:19 +0000 (09:07 -0800)
commit8f5afe41148ce6a719864e23c2bf776c88e9212f
treeedca5dcec127fc1268a474167cafa13303931f9e
parent616d82c3cfa2a2146dd7e3ae47bda7e877ee549e
parent13114dc5543069f7b97991e3b79937b6da05f5b0
Merge branch 'tls-a-few-more-fixes-for-async-decrypt'

Sabrina Dubroca says:

====================
tls: a few more fixes for async decrypt

The previous patchset [1] took care of "full async". This adds a few
fixes for cases where only part of the crypto operations go the async
route, found by extending my previous debug patch [2] to do N
synchronous operations followed by M asynchronous ops (with N and M
configurable).

[1] https://patchwork.kernel.org/project/netdevbpf/list/?series=823784&state=*
[2] https://lore.kernel.org/all/9d664093b1bf7f47497b2c40b3a085b45f3274a2.1694021240.git.sd@queasysnail.net/
====================

Link: https://lore.kernel.org/r/cover.1709132643.git.sd@queasysnail.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>