Commit cb316b6
Steve Dunnagan
i2c: tegra: check msg length in SMBUS block read
JIRA: https://issues.redhat.com/browse/RHEL-89167
commit a6e04f0
Author: Akhil R <akhilrajeev@nvidia.com>
Date: Thu Apr 24 11:03:20 2025 +0530
i2c: tegra: check msg length in SMBUS block read
For SMBUS block read, do not continue to read if the message length
passed from the device is '0' or greater than the maximum allowed bytes.
Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20250424053320.19211-1-akhilrajeev@nvidia.com
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
(cherry picked from commit a6e04f0)
Signed-off-by: Steve Dunnagan <sdunnaga@redhat.com>1 parent 638423b commit cb316b6
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1397 | 1397 | | |
1398 | 1398 | | |
1399 | 1399 | | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
1400 | 1405 | | |
1401 | 1406 | | |
1402 | 1407 | | |
| |||
0 commit comments