From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3C74CA0ECF for ; Tue, 12 Sep 2023 11:32:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234704AbjILLcF (ORCPT ); Tue, 12 Sep 2023 07:32:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235050AbjILLbx (ORCPT ); Tue, 12 Sep 2023 07:31:53 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2997C10EC for ; Tue, 12 Sep 2023 04:31:49 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45413C433C7; Tue, 12 Sep 2023 11:31:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694518308; bh=muFzVWE7/Pn8WOpl2g8Ur9UebZr9nl6F+cpwiGSAsU4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ssgALcrFyIqzhhNG6SJgV891MPCHPg59WF/GhSWjsyx6rW3rqQw/HvCxqZ0tvWL7x Ut0Y6+XOLYPIx8vcmickPxG7N+i9gmmoT23pYZavRxUuVV0DPdIiQHXeSvN+NKVF/P MsS9jYqVvzi3GfbCVNntOCCb0gawjus1BZ0eJJrA= Date: Tue, 12 Sep 2023 13:31:45 +0200 From: Greg Kroah-Hartman To: "Deucher, Alexander" Cc: "stable@vger.kernel.org" , "patches@lists.linux.dev" , "Koenig, Christian" , "Yu, Lang" , Sasha Levin , Bryan Jennings Subject: Re: [PATCH 5.15 015/139] drm/amdgpu: install stub fence into potential unused fence pointers Message-ID: <2023091236-renovator-bronchial-52c6@gregkh> References: <20230824145023.559380953@linuxfoundation.org> <20230824145024.239654518@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Sep 11, 2023 at 08:44:28PM +0000, Deucher, Alexander wrote: > [Public] > > > -----Original Message----- > > From: Greg Kroah-Hartman > > Sent: Thursday, August 24, 2023 10:49 AM > > To: stable@vger.kernel.org > > Cc: Greg Kroah-Hartman ; > > patches@lists.linux.dev; Koenig, Christian ; Yu, > > Lang ; Deucher, Alexander > > ; Sasha Levin > > Subject: [PATCH 5.15 015/139] drm/amdgpu: install stub fence into potential > > unused fence pointers > > > > From: Lang Yu > > > > [ Upstream commit 187916e6ed9d0c3b3abc27429f7a5f8c936bd1f0 ] > > > > When using cpu to update page tables, vm update fences are unused. > > Install stub fence into these fence pointers instead of NULL to avoid NULL > > dereference when calling dma_fence_wait() on them. > > > > Suggested-by: Christian König > > Signed-off-by: Lang Yu > > Reviewed-by: Christian König > > Signed-off-by: Alex Deucher > > Signed-off-by: Sasha Levin > > Please revert this from 5.15. This was autoselected for 5.15, but is not applicable to this branch. This is causing log spam on 5.15. It was included in 5.15.128 as commit 4921792e04f2125b5eadef9dbe9417a8354c7eff. See https://gitlab.freedesktop.org/drm/amd/-/issues/2820 Now reverted, thanks. greg k-h