diff options
author | Bastien Curutchet <[email protected]> | 2024-07-11 10:18:37 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2024-07-11 17:48:54 +0200 |
commit | 16198eef11c1929374381d7f6271b4bf6aa44615 (patch) | |
tree | 0f631006be8d9c0107dcfcccf79d1d027102b5e3 /scripts/gdb/linux/tasks.py | |
parent | 63d20a94f24fc1cbaf44d0e7c0e0a8077fde0aef (diff) |
mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's length
No check is done on the size of the data to be transmiited. This causes
a kernel panic when this size exceeds the sg_miter's length.
Limit the number of transmitted bytes to sgm->length.
Cc: [email protected]
Fixes: ed01d210fd91 ("mmc: davinci_mmc: Use sg_miter for PIO")
Signed-off-by: Bastien Curutchet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions