diff options
author | Michael J. Ruhl <michael.j.ruhl@intel.com> | 2025-06-27 17:35:11 +0300 |
---|---|---|
committer | Andi Shyti <andi.shyti@kernel.org> | 2025-06-30 20:57:08 +0300 |
commit | 3d30048958e0d43425f6d4e76565e6249fa71050 (patch) | |
tree | d61dee69d5ed1961945b4cca4028e61d654f19a6 /scripts/lib/kdoc/kdoc_files.py | |
parent | d0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af (diff) | |
download | linux-3d30048958e0d43425f6d4e76565e6249fa71050.tar.xz |
i2c/designware: Fix an initialization issue
The i2c_dw_xfer_init() function requires msgs and msg_write_idx from the
dev context to be initialized.
amd_i2c_dw_xfer_quirk() inits msgs and msgs_num, but not msg_write_idx.
This could allow an out of bounds access (of msgs).
Initialize msg_write_idx before calling i2c_dw_xfer_init().
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Fixes: 17631e8ca2d3 ("i2c: designware: Add driver support for AMD NAVI GPU")
Cc: <stable@vger.kernel.org> # v5.13+
Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20250627143511.489570-1-michael.j.ruhl@intel.com
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions