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 48F0F2248AF for ; Thu, 4 Sep 2025 16:23:35 +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=1757003016; cv=none; b=QTGE4KrjO2lMwmHkZTG7Rx0SUu1iUoeXETZpCjPRHu6xCF0Wu6OZVPDXzH4xkZk1XgSdnIfuBG2s70rmAd6cIPLQHBojmlr1QmS3j0EiDphrGnXRpQtJuFFN4v9Vw83K3v2w+3r7uJ+aLzM+A8V1xY1hP6mIaCnKzU9iKvhs4kw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757003016; c=relaxed/simple; bh=KrGYLpVHbqqiw3f6/nMp/V+ws+LxEGPVPZu4avylxv4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JqRTDFz5JiMJw+O5GvWoEuoscu0aH7z220DM+M1r3BOD6/jf8IAZTa0X0585hSQozlR0hRdBIvWW9Ibw1XEvw0FvrJN39kT4/Dd1SQqH22FVc/LyDazm3Kwgf8zwGnQ9EAlwOwhevUxLSedSNS7YbTXOBD12cWqj63ZJy44B5Do= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=f/tNhjGP; 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="f/tNhjGP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63758C4CEF0; Thu, 4 Sep 2025 16:23:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1757003015; bh=KrGYLpVHbqqiw3f6/nMp/V+ws+LxEGPVPZu4avylxv4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f/tNhjGPbPK3KwrN8OPyQ0ZGKn49NmQ2Ysu4CwFRjG4KVIqAlOO8PUNjwY/heajIC g6vAffrqyc9elRnRnXuyJZ10nsxkJjsU2iDagzZ0llFPJthDPaUS0IDdibdflv7N/d ovtoFstZBEUyMcSUAd3cLK7Hcm0gyMsyU1e4V6jk= Date: Thu, 4 Sep 2025 18:23:32 +0200 From: Greg Kroah-Hartman To: Jules Maselbas Cc: stable@vger.kernel.org Subject: Re: [PATCH 6.12 00/95] 6.12.45-rc1 review Message-ID: <2025090436-endearing-district-4d58@gregkh> References: <20250902131939.601201881@linuxfoundation.org> <2025090453-scorecard-entrust-fd1d@gregkh> 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: <2025090453-scorecard-entrust-fd1d@gregkh> On Thu, Sep 04, 2025 at 06:07:39PM +0200, Greg Kroah-Hartman wrote: > On Wed, Sep 03, 2025 at 03:34:02PM +0200, Jules Maselbas wrote: > > Hi Greg, > > > > Yesterday i experienced an issue with the amdgpu driver on v6.12.44, dmesg saying: > > [drm:amdgpu_job_submit [amdgpu]] *ERROR* Trying to push to a killed entity > > > > which causes the kernel to freeze/hang, not cool. > > > > I think this issue is fixed by this commit [1]: aa5fc4362fac ("drm/amdgpu: fix task hang from failed job submission during process kill") > > it has a Fixes for the commit: 71598a5a7797 ("drm/amdgpu: Avoid extra evict-restore process.") > > which is in the v6.12.44 tree (but not in v6.12.43) > > > > I am currently on v6.16.4 which include the fix above and i no longer have the issue. > > > > It would be great to include the fix in the v6.12.45 release. > > > > I am not subscribed to this mailing-list, please add me in CC in your reply. > > Odd subject line :) > > I've queued this up now, thanks. OOps, nope, now dropped. This fails to build, so how did you test this? Please send a working patch for this if you want it in 6.12.y. thanks, greg k-h