[PATCH v2 0/7] Fix several issues in DTHEv2 driver

T Pratham posted 7 patches 1 month ago
There is a newer version of this series
drivers/crypto/ti/dthev2-aes.c    | 184 ++++++++++++++++++------------
drivers/crypto/ti/dthev2-common.c |  32 +++++-
drivers/crypto/ti/dthev2-common.h |   7 +-
3 files changed, 140 insertions(+), 83 deletions(-)
[PATCH v2 0/7] Fix several issues in DTHEv2 driver
Posted by T Pratham 1 month ago
This series fixes a handful of independent and mostly benign till now
issues in the DTHEv2 driver which were flagged by bots and AI agents.
Except for the fourth patch in this series which was found in an
internal testing.

The Sashiko review on DTHEv2 hashing driver patch series v5 pointed out
some pre-existing issues which needed to be fixed.
https://sashiko.dev/#/patchset/20260807110501.975130-1-t-pratham%40ti.com

One of the issues had already been flagged by kernel test bot and a fix
sent on the list by Mert:
https://lore.kernel.org/all/20260613085858.32580-1-mertsftl@gmail.com/
I included this patch in this series with minor edits. Then the Sashiko
review page for this had more comments:
https://sashiko.dev/#/patchset/20260613085858.32580-1-mertsftl%40gmail.com
Overall this resulted in a bunch of fixes patches which would have
deviated the DTHEv2 hashing driver series had they been included with
it. So I clubbed them together in a new patch series which is this.

Signed-off-by: T Pratham <t-pratham@ti.com>
---
Changelog:
v2:
 - Fixes based on Sashiko comments

Link to previous versions:
v1: https://lore.kernel.org/all/20260827105711.527182-1-t-pratham@ti.com/
---

Mert Seftali (1):
  crypto: ti - Use list_first_entry_or_null() in dthe_get_dev()

T Pratham (6):
  crypto: ti - Fix potential deadlock bug in DTHEv2
  crypto: ti - Fix potential memory corruption on highmem pages
  crypto: ti - Trim scatterlists to correct length in AES
  crypto: ti - Fix use-after-free of dev_data on DTHEv2 driver removal
  crypto: ti - Validate sg_nents_for_len() return value in DTHEv2 AES
  crypto: ti - Validate sg_nents_for_len() return value in DTHEv2 AEAD

 drivers/crypto/ti/dthev2-aes.c    | 184 ++++++++++++++++++------------
 drivers/crypto/ti/dthev2-common.c |  32 +++++-
 drivers/crypto/ti/dthev2-common.h |   7 +-
 3 files changed, 140 insertions(+), 83 deletions(-)

-- 
2.34.1