]> git.proxmox.com Git - pve-kernel.git/commit
backport UBSAN fixes for amdgpu
authorFiona Ebner <f.ebner@proxmox.com>
Tue, 14 Nov 2023 12:14:43 +0000 (13:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 14 Nov 2023 15:15:22 +0000 (16:15 +0100)
commitdd086d18e34bd5506b952c6fafdb4893a95e3e27
treee96c7c9ebaf9b186995c4e41b20671139c47ecaa
parentde4af42cbd8643784a91a3542688096537149911
backport UBSAN fixes for amdgpu

to silence array-index-out-of-bounds warnings for dynamically-sized
arrays. All commits applied cleanly and just replace array[1] with
array[].

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
patches/kernel/0014-drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-SMU7.patch [new file with mode: 0644]
patches/kernel/0015-drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-Pola.patch [new file with mode: 0644]
patches/kernel/0016-drm-amd-Fix-UBSAN-array-index-out-of-bounds-for-Powe.patch [new file with mode: 0644]