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 9BAF136F42E; Mon, 6 Apr 2026 12:56:58 +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=1775480218; cv=none; b=BdS2JDtvyhQiOlVZ+iqBI/DyXFSUGCJYhYlH9uJ1wu+QBJm6x6rn6q7f7/+VAT8bDV6Y9ECBHwQov+4/hZ4pGUPsUC8aEGamA2MYCa0VebvcQhqPrWPmIkcbzco630wetSYoWP0Dru7de1MDohHlPFpSi3HkOhfBZwYnW0AqYKg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775480218; c=relaxed/simple; bh=/gqPBpHI/Dqnmm0q5zZtq8gfBWK8tRIWRdnPie5+/64=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lmIpE0sWI4sdkVWxPYclT63IQwUKd2QUlN54zBwFUul/6qL0meLx7dMOn2oPCgLRSdddT4B2FYZN75ZCBszSK3+VNnS6aKL4Y4WnI5g5S8HuYkP5YD4kR692UE2zS19H6jLXkv6uH3Ltku92ClrjsKWd6fkZMAzetfYmVPWIzpQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZxTdZpNP; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZxTdZpNP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A43DC4CEF7; Mon, 6 Apr 2026 12:56:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775480218; bh=/gqPBpHI/Dqnmm0q5zZtq8gfBWK8tRIWRdnPie5+/64=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZxTdZpNPlT24ktQ1DHuXs5pVEHWUtdLUhqp575cj5MBhhXOQT29+UPraloNK36Sm8 qWBbI5pTGRuKtx8qK7UdSRFNHz2mBeoiy4oSqAsEs/luTI8pp8Gk+GVMpca1GMU9TC t7DXEm18qQEN/RpF0RQ3SOgT9cb2Kss8jmeuuPQ+/oVlBwfcYJs6BB/d39KLD5xrxu 0lMIKwxBCu/8jPJHKFMim3AqQKJ2EAzgX/G2lJD2mOfuW+ltD4fbsXKRjgZun+ZqTm TUiYq/hxI9nYho8cYDtjdgn36W6z+QjdYBj18umTGufERACT2zTJW5zZuAhA8ppqlV PO8JKvoFaL+wg== Date: Mon, 6 Apr 2026 13:56:49 +0100 From: "Lorenzo Stoakes (Oracle)" To: Thomas =?utf-8?Q?Hellstr=C3=B6m?= Cc: intel-xe@lists.freedesktop.org, Alistair Popple , Ralph Campbell , Christoph Hellwig , Jason Gunthorpe , Jason Gunthorpe , Leon Romanovsky , Andrew Morton , Matthew Brost , John Hubbard , linux-mm@kvack.org, dri-devel@lists.freedesktop.org, stable@vger.kernel.org, linux-fsdevel@vger.kernel.org, David Hildenbrand , Zi Yan , Joshua Hahn , Rakie Kim , Byungchul Park , Gregory Price , Ying Huang , "Matthew Wilcox (Oracle)" , "Liam R. Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko Subject: Re: [PATCH v5] mm: Fix a hmm_range_fault() livelock / starvation problem Message-ID: References: <20260210115653.92413-1-thomas.hellstrom@linux.intel.com> 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: On Mon, Apr 06, 2026 at 01:54:13PM +0100, Lorenzo Stoakes (Oracle) wrote: > I see John gave a tag (and he's great so that gives me confidence here), > but we should really follow the procedure on this properly. Oh and just noticed Alastair also :) so that adds further confidence, so this is really a point about cc/M signoff requirement going forwards. Thanks, Lorenzo