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 276C8C4332F for ; Tue, 12 Dec 2023 00:28:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345423AbjLLA21 (ORCPT ); Mon, 11 Dec 2023 19:28:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230078AbjLLA2Y (ORCPT ); Mon, 11 Dec 2023 19:28:24 -0500 Received: from vps.thesusis.net (vps.thesusis.net [IPv6:2600:1f18:60b9:2f00:6f85:14c6:952:bad3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 643E29C for ; Mon, 11 Dec 2023 16:28:30 -0800 (PST) Received: by vps.thesusis.net (Postfix, from userid 1000) id 06F6714D25B; Mon, 11 Dec 2023 19:28:29 -0500 (EST) From: Phillip Susi To: Alex Deucher Cc: Luben Tuikov , Linux regressions mailing list , Christian =?utf-8?Q?K=C3=B6nig?= , linux-kernel@vger.kernel.org, "amd-gfx@lists.freedesktop.org" , dri-devel@lists.freedesktop.org, Alex Deucher , Christian =?utf-8?Q?K=C3=B6nig?= , Danilo Krummrich Subject: Re: Radeon regression in 6.6 kernel In-Reply-To: <87y1e05me4.fsf@vps.thesusis.net> References: <87edgv4x3i.fsf@vps.thesusis.net> <559d0fa5-953a-4a97-b03b-5eb1287c83d8@leemhuis.info> <96e2e13c-f01c-4baf-a9a3-cbaa48fb10c7@amd.com> <87jzq2ixtm.fsf@vps.thesusis.net> <95fe9b5b-05ce-4462-9973-9aca306bc44f@gmail.com> <9595b8bf-e64d-4926-9263-97e18bcd7d05@gmail.com> <87edg3koka.fsf@vps.thesusis.net> <87y1e05me4.fsf@vps.thesusis.net> Date: Mon, 11 Dec 2023 19:28:28 -0500 Message-ID: <87r0jsw9g3.fsf@vps.thesusis.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Phillip Susi writes: > And it works, but 6.7-rc5 does not, even though it includes that patch. > Here's the syslog from the attempt. I'll start bisecting again. I checked out the patch that got merged upstream and it also fails. I looked at the two commits, and I see what happened. Your original patch MOVED the call to amdgpu_ttm_set_buffer_funcs_status(). The one that got merged into Linus' tree instead DUPLICATES the call. Oops?