RE: [PATCH 1/2] drm/amdgpu/pptable: Fix __counted_by attribute

2024-06-14 Thread Deucher, Alexander
[Public] > -Original Message- > From: amd-gfx On Behalf Of Mario > Limonciello > Sent: Friday, June 14, 2024 1:06 PM > To: amd-gfx@lists.freedesktop.org > Cc: Limonciello, Mario ; Tasos Sahanidis > > Subject: [PATCH 1/2] drm/amdgpu/pptable: Fix __counted_by att

[PATCH 1/2] drm/amdgpu/pptable: Fix __counted_by attribute

2024-06-14 Thread Mario Limonciello
The attribute is not helpful if commented out. Cc: Tasos Sahanidis Fixes: c6c4dd540125 ("drm/amdgpu/pptable: Fix UBSAN array-index-out-of-bounds") Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/include/pptable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive