commit | cbf3d60329c4e11edcecac0c8fc6767b0f05e3a7 | [log] [tgz] |
---|---|---|
author | Rohit Maheshwari <rohitm@chelsio.com> | Wed Nov 25 12:56:26 2020 +0530 |
committer | Jakub Kicinski <kuba@kernel.org> | Wed Nov 25 17:44:42 2020 -0800 |
tree | 539ba7fbf9d984b0aa17ed54a364878963cc3a46 | |
parent | 025cc2fb6a4e84e9a0552c0017dcd1c24b7ac7da [diff] |
ch_ktls: lock is not freed Currently lock gets freed only if timeout expires, but missed a case when HW returns failure and goes for cleanup. Fixes: efca3878a5fb ("ch_ktls: Issue if connection offload fails") Signed-off-by: Rohit Maheshwari <rohitm@chelsio.com> Link: https://lore.kernel.org/r/20201125072626.10861-1-rohitm@chelsio.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>