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 01A67EB64D9 for ; Wed, 12 Jul 2023 05:12:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230327AbjGLFMx (ORCPT ); Wed, 12 Jul 2023 01:12:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229987AbjGLFMu (ORCPT ); Wed, 12 Jul 2023 01:12:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2516410E3 for ; Tue, 11 Jul 2023 22:12:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B855B616D8 for ; Wed, 12 Jul 2023 05:12:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6CD4C433C8; Wed, 12 Jul 2023 05:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689138769; bh=CR/CPGiMoJyzAlRhQhFmyumoIdOCGsV+WvCfpWXXYoc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pzQph3h7aFDVVczXel9dS+nv+QSapvRcgABjM2FQWvGlT1Gt6hLHYqBOnfrl9Nkbu yNkfPBavm8LinXjMcdsHBVC0BIohFkACbkGSPENK585Fb8cMfSnH0tO3ug23F/148z leAvOoeAjnSsNsfQkEI6+48qlZ1UOgR8WlkT6DZ0= Date: Wed, 12 Jul 2023 07:12:46 +0200 From: Greg Kroah-Hartman To: Mario Limonciello Cc: Christian =?iso-8859-1?Q?K=F6nig?= , Guchun Chen , Mikhail Gavrilov , Alex Deucher , "stable@vger.kernel.org" Subject: Re: [PATCH 1/9] drm/amdgpu: make sure BOs are locked in amdgpu_vm_get_memory Message-ID: <2023071254-undermost-ipod-729b@gregkh> References: <20230707150734.746135-1-alexander.deucher@amd.com> 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 Tue, Jul 11, 2023 at 04:40:44PM -0500, Mario Limonciello wrote: > On 7/7/23 10:07, Alex Deucher wrote: > > From: Christian König > > > > We need to grab the lock of the BO or otherwise can run into a crash > > when we try to inspect the current location. > > > > Signed-off-by: Christian König > > Reviewed-by: Alex Deucher > > Acked-by: Guchun Chen > > Tested-by: Mikhail Gavrilov > > Signed-off-by: Alex Deucher > > (cherry picked from commit e2ad8e2df432498b1cee2af04df605723f4d75e6) > > Cc: stable@vger.kernel.org # 6.3.x > > --- > > Greg, > > Just want to make sure you saw these 9 commits as you're processing queues > since they don't stand out as being sent directly to stable. Thanks for the pointer, no, I had missed them in the flood of stable patches recently. I have many hundreds of other patches to still get to, and these are now in that review queue as well. greg k-h