From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E47B9185C for ; Sat, 9 Dec 2023 06:55:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jaIueYZ7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BDDEEC433C7; Sat, 9 Dec 2023 06:55:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702104931; bh=RnX4tNfYphJ6n5jxx1Nyjlzq/Kx/ktZS4VIl6uBAn6w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jaIueYZ7b51WjtwHl1O7uqi4Z7vB9lnd24n43TLVPTb/T+SxboTZRdE2XDFu6Hmvp pooV2eP40w1SnYFNgiKuoRpER9qAnOkP/JWWVTUs3Rt2Z8XzkFw4s6kzf+gDGxhc6M RKDnMXEKBi5ABMzbh7h8yhTX3sz2YzKfVd6/008wFIUrEijucSTuq50xXEWoeN2TEk DzpbpG7gBrpB3ddzAVMJaQFSIg5vSVNDqcdfLr90jK0oNnld/CN840UBBYQy7oe/2T tJm/daVJfxXIF5RIn6eNlu1ANbeHcVh3T6d+I/gR7DxG+lpk8fSGZHyB3cnsPTHtV9 NeeuH0bSs+dRQ== Date: Sat, 9 Dec 2023 01:55:17 -0500 From: Sasha Levin To: Alex Deucher Cc: Greg KH , stable@vger.kernel.org Subject: Re: amdgpu fixes for 6.6 stable Message-ID: References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: On Fri, Dec 08, 2023 at 12:40:17PM -0500, Alex Deucher wrote: >Hi Greg, Sasha, > >Please pick up the following upstream commits for 6.6.x stable: >commit 04cef5f58395 ("drm/amd/amdgpu/amdgpu_doorbell_mgr: Correct >misdocumented param 'doorbell_index'") >commit 367a0af43373 ("drm/amdkfd: get doorbell's absolute offset based >on the db_size") > >They fix the following reported issue: >Link: https://gitlab.freedesktop.org/drm/amd/-/issues/3007 >Fixes: c31866651086 ("drm/amdgpu: use doorbell mgr for kfd kernel doorbells") Queued up, thanks! -- Thanks, Sasha