]> git.hungrycats.org Git - linux/commit
drm/amdgpu: validate RAS EEPROM tbl_size before record count
authorCandice Li <candice.li@amd.com>
Tue, 19 May 2026 09:31:54 +0000 (17:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2026 17:52:57 +0000 (13:52 -0400)
commitc83e4a45ff9a0b7aa1c48246102009a99ccef11b
tree935007c10c80646fb7543ec9203306bd567445fb
parente5565e7c3fada97f8b95c9704df80db85feafea4
drm/amdgpu: validate RAS EEPROM tbl_size before record count

Corrupt EEPROM data can set tbl_size below the table header size.
Guard the RAS_NUM_RECS macros against undersized tbl_size and reset
the table during init when tbl_size is below the minimum for the table
version instead of trusting the header.

Signed-off-by: Candice Li <candice.li@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c