[Public]
-----Original Message----- From: Greg Kroah-Hartman gregkh@linuxfoundation.org Sent: Monday, August 25, 2025 4:19 PM To: Deucher, Alexander Alexander.Deucher@amd.com Cc: stable@vger.kernel.org; patches@lists.linux.dev; Xiao, Jack Jack.Xiao@amd.com; Gao, Likun Likun.Gao@amd.com; Sasha Levin sashal@kernel.org Subject: Re: [PATCH 6.16 482/570] drm/amdgpu: fix incorrect vm flags to map bo
On Mon, Aug 25, 2025 at 02:04:11PM +0000, Deucher, Alexander wrote:
[Public]
-----Original Message----- From: Greg Kroah-Hartman gregkh@linuxfoundation.org Sent: Monday, August 18, 2025 8:48 AM To: stable@vger.kernel.org Cc: Greg Kroah-Hartman gregkh@linuxfoundation.org; patches@lists.linux.dev; Xiao, Jack Jack.Xiao@amd.com; Gao, Likun Likun.Gao@amd.com; Deucher, Alexander
Sasha Levin sashal@kernel.org Subject: [PATCH 6.16 482/570] drm/amdgpu: fix incorrect vm flags to map bo
6.16-stable review patch. If anyone has any objections, please let me know.
From: Jack Xiao Jack.Xiao@amd.com
[ Upstream commit 040bc6d0e0e9c814c9c663f6f1544ebaff6824a8 ]
It should use vm flags instead of pte flags to specify bo vm attributes.
Fixes: 7946340fa389 ("drm/amdgpu: Move csa related code to separate file")
I accidently tagged this with the wrong fixes tag. This patch should not go to
anything other than 6.17. Sorry for the confusion. Please revert for older kernels.
So no stable releases at all?
And can you send a revert, this is already in released kernels.
Turns out this was not supposed to go to 6.17 either. I'll just send the revert in my -fixes PR this week and let the revert flow back via the standard channels. Sorry for the noise.
Alex