[PATCH] drm/amdgpu: Move read of snoop register from guest to host

2025-04-10 Thread Masha Grinman
From: Masha Grinman Guest is reading/writing to snoop register which is a security violation We moved the code to the host driver And also added a validation on the guest side to check if it's guest Change-Id: I1d5773ffa6187a961994b3403d4cde5b1641369f Signed-off-by: Masha Grinman --- drivers/g

RE: [PATCH] drm/amdgpu: Move read of snoop register from guest to host

2025-04-10 Thread Kasiviswanathan, Harish
read of snoop register from guest to host From: Masha Grinman Guest is reading/writing to snoop register which is a security violation We moved the code to the host driver And also added a validation on the guest side to check if it's guestwq [HK]: guestwq <-- is this a typo? C

[PATCH] drm/amdgpu: Move read of snoop register from guest to host

2025-04-07 Thread Masha Grinman
From: Masha Grinman Guest is reading/writing to snoop register which is a security violation We moved the code to the host driver And also added a validation on the guest side to check if it's guestwq Change-Id: I1d5773ffa6187a961994b3403d4cde5b1641369f Signed-off-by: Masha Grinman --- drivers

[PATCH] drm/amdgpu: Move read of snoop register from guest to host

2025-04-03 Thread Masha Grinman
From: Masha Grinman Change-Id: I1d5773ffa6187a961994b3403d4cde5b1641369f --- drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c index a54e7b929295..6dc3896fd61f 100644 -