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 F2C533C9EE8 for ; Thu, 23 Apr 2026 04:59:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776920361; cv=none; b=TIZIuDPltPnuvmXHtBAwEL9MSKALP8MGDrSU13ASEJQ2WptL/pWhPNxltVK3++5jynL4/ruaJoAJcxyOstpPGwNEhlUi0M7G/i65DG2w036XGprktLK3S0QRDrFPGwCA0SS8DVCk+cioSSvWDvlTLyNnJ1fBQtc4OBNW1nuzpCw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776920361; c=relaxed/simple; bh=MlhW2VJKxCQhQ9kEGa4PR0y/Qmll1sUW5SshdkP4nts=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iAxWnqbfybbL+BVAj9vQMXlbq3DBtD4NhmkZ9DHGxEhPeNtHTIk3cwe5eZNGJr9cCed0NhkHtWsFdq6DCQy8kk62cfTT3KnmHmTnDW7ZevXmHRcO2ELKflP1RnWTYY4qHOXPTKhcmkQf8AoUGI8EOsbKTotD4jQaw0WfTQXzLN8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=cTN3Pv+s; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="cTN3Pv+s" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 530EAC2BCB2; Thu, 23 Apr 2026 04:59:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776920360; bh=MlhW2VJKxCQhQ9kEGa4PR0y/Qmll1sUW5SshdkP4nts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cTN3Pv+sUftj2vloaE3x6zl+oOdvbZxgA3StyXm9YW57LhZdx4tFs5F/0in4gkFPN 1sJofgXW0kyW1WJFCVQ2scOmOjMa7a19zeJMxUVQ4T235mwXQyxQ3lyHr56oa9FycP ZCdgIeX8n1iywpWcCfhcXnjhYlvtFxB7I3PI5WYw= Date: Thu, 23 Apr 2026 06:59:18 +0200 From: Greg KH To: Thomas Sowell Cc: stable@vger.kernel.org Subject: Re: Please backport 3c863ff920b4 ("drm/amdgpu: replace PASID IDR with XArray") Message-ID: <2026042306-grappling-scholar-c837@gregkh> 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 Content-Disposition: inline In-Reply-To: On Wed, Apr 22, 2026 at 07:53:22PM -0800, Thomas Sowell wrote: > Hello, > > Please consider backporting mainline commit 3c863ff920b4 ("drm/amdgpu: replace > PASID IDR with XArray") to 6.18.y and 7.0.y. It fixes a regression introduced > in 14b81abe7bdc ("drm/amdgpu: prevent immediate PASID reuse case"). > > Using the reproduction steps below I've confirmed that both 6.18 and 7.0 are > affected by the regression and that 3c863ff920b4 resolves it in both. Also applied to 6.12.y now too. thanks, greg k-h