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 48E90C83F2C for ; Mon, 4 Sep 2023 00:36:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349854AbjIDAgL (ORCPT ); Sun, 3 Sep 2023 20:36:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231361AbjIDAgJ (ORCPT ); Sun, 3 Sep 2023 20:36:09 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9438FD; Sun, 3 Sep 2023 17:36:06 -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 ams.source.kernel.org (Postfix) with ESMTPS id 713F3B80D3C; Mon, 4 Sep 2023 00:36:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2A3EC433CA; Mon, 4 Sep 2023 00:36:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693787764; bh=l/ZbviUAxVSkzWPyEeIQ9Fs+OkgtA7pgZqstVlvtbQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=evXDeLHRwiT4KgwYnIN2i5lcQIUcFDaUGlfkVPVf+PtZYoGITJ2Volm+tErbbpK10 WweMowunRx81+JswUwcqQPA2jAYr7jslTPKkKcB2FY2S1LoKBKPXt37SUJlJKqmav7 Qy+lNtKGClbdkFVJY+9yTY37Tkcuz0OXraOVJPZgPNnve6ho6odmEnZpcwfzC6NTmT TG0DJwCDaAxg+wdhgo2Lw16ebN2y8yLvX8LX96X9Tv9efh/aETy2PHWjexn3bxf/qW y3Xm82oFazw2fFIyrY50SeGEYi28Z0JvwQHN3n4SMpTDS6fPHZJEmYGtsGmsazWoqN 6NSxAcr9wl+rg== Date: Sun, 3 Sep 2023 20:36:02 -0400 From: Sasha Levin To: "Deucher, Alexander" Cc: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , "Kuehling, Felix" , "Koenig, Christian" , Mike Lothian , "Pan, Xinhui" , "airlied@gmail.com" , "daniel@ffwll.ch" , "amd-gfx@lists.freedesktop.org" , "dri-devel@lists.freedesktop.org" Subject: Re: [PATCH AUTOSEL 6.1 08/10] drm/amdkfd: ignore crat by default Message-ID: References: <20230822113628.3551393-1-sashal@kernel.org> <20230822113628.3551393-8-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 22, 2023 at 03:41:18PM +0000, Deucher, Alexander wrote: >[Public] > >> -----Original Message----- >> From: Sasha Levin >> Sent: Tuesday, August 22, 2023 7:36 AM >> To: linux-kernel@vger.kernel.org; stable@vger.kernel.org >> Cc: Deucher, Alexander ; Kuehling, Felix >> ; Koenig, Christian ; >> Mike Lothian ; Sasha Levin ; Pan, >> Xinhui ; airlied@gmail.com; daniel@ffwll.ch; amd- >> gfx@lists.freedesktop.org; dri-devel@lists.freedesktop.org >> Subject: [PATCH AUTOSEL 6.1 08/10] drm/amdkfd: ignore crat by default >> >> From: Alex Deucher >> >> [ Upstream commit a6dea2d64ff92851e68cd4e20a35f6534286e016 ] >> >> We are dropping the IOMMUv2 path, so no need to enable this. >> It's often buggy on consumer platforms anyway. > > >This is not needed for stable. Dropped this and the other ones you've pointed out, thanks! -- Thanks, Sasha