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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0A3FDEDB7E9 for ; Tue, 7 Apr 2026 10:10:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AF84310E3BA; Tue, 7 Apr 2026 10:10:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="nkumau9Z"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 70F4610E3B7; Tue, 7 Apr 2026 10:10:15 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 991BF600AC; Tue, 7 Apr 2026 10:10:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CF52C116C6; Tue, 7 Apr 2026 10:10:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775556614; bh=uJwhrCZ5DVi1XGiVE85l7GZb0X3pCioNotmsUsRYefE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nkumau9ZkicHGxV91qxYWjPubXMFULLZk3pPmXQ7EZvc6i+zLYpzG1V+ahiER9OHH BR5AHjlnw6nKN9it8TN9PvZR63KdbXLwqng9rQ+UGRcVw8LeYS/qsFHwfRFzJQ54w+ tYI+dvFq5PhS+fszRDxi4GsTLjolDl+T59NdJz/T7VqPArV9p/+waErCWpJZP8A1qc RqecKtM08KUOQRJihnsNRHncdPa1Th4gfCJZl3zKWr1gq/ZWljZIh3ouGYcehbBbto r2v6KzKZTzc5eTJTEOjYLm1TxZ6Wrbof2WBXKtY+FurfLniwKd/dPAW4Tpqi7LJXhV vGupcfnvlxl+g== Date: Tue, 7 Apr 2026 11:10:05 +0100 From: "Lorenzo Stoakes (Oracle)" To: Matthew Brost Cc: Thomas =?utf-8?Q?Hellstr=C3=B6m?= , intel-xe@lists.freedesktop.org, Alistair Popple , Ralph Campbell , Christoph Hellwig , Jason Gunthorpe , Jason Gunthorpe , Leon Romanovsky , Andrew Morton , 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Mon, Apr 06, 2026 at 12:11:28PM -0700, Matthew Brost wrote: > On Mon, Apr 06, 2026 at 01:56:49PM +0100, Lorenzo Stoakes (Oracle) wrote: > > 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. > > +1. > > Andrew did ACK this via DRM here [1]. > > When we take external subsystem patches through DRM, our merge script > requires ACKs from an external maintainer, as determined by > get_maintainers.pl. > > I’m not sure what happened here, but it looks like Andrew’s ACK was lost > on the patch, and somehow our merge tool allowed it to go in regardless. > We will be more diligent going forward. ACK on that... ack :), but please make sure to cc- at least the relevant maintainers on these series going forwards also. I realise mm has changed somewhat in its approach with this so forgiveable you missed it :>) but - at least for me - reading mailing lists is just out due to bandwidth limitations. > > Matt > > [1] https://patchwork.freedesktop.org/patch/703183/?series=161082&rev=3#comment_1294670 > > > Thanks, Lorenzo