]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdkfd: Fix improper NULL termination of queue restore SMI event string
authorBrian Kocoloski <brian.kocoloski@amd.com>
Thu, 20 Nov 2025 18:57:19 +0000 (13:57 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Dec 2025 19:17:32 +0000 (14:17 -0500)
commit969faea4e9d01787c58bab4d945f7ad82dad222d
tree20e62124387ed422d68b1f482a3aefaadf7b7542
parent7a372e214f6b814253e940334ab6eabb5181fc6f
drm/amdkfd: Fix improper NULL termination of queue restore SMI event string

Pass character "0" rather than NULL terminator to properly format
queue restoration SMI events. Currently, the NULL terminator precedes
the newline character that is intended to delineate separate events
in the SMI event buffer, which can break userspace parsers.

Signed-off-by: Brian Kocoloski <brian.kocoloski@amd.com>
Reviewed-by: Philip Yang <Philip.Yang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 6e7143e5e6e21f9d5572e0390f7089e6d53edf3c)
drivers/gpu/drm/amd/amdkfd/kfd_smi_events.c