From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 8FE573AA510 for ; Wed, 8 Jul 2026 08:23:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783499033; cv=none; b=oGs8gphXzEFJZUR3TCAt2L448NC+1HmSQuFP9kvScZLsT2ikRzXe1bR9Mg5SlKYdM2cEaMkKfgn2SnSgNxDORZa9xLK2zp7XjieRNvpbX26N5Vkv4s4bhR278zQPwwZNDG4wOJZclhaIU2yLi0/qy9xUSs7+j9rVt3mM5SCjGAU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783499033; c=relaxed/simple; bh=+RV/dMmkkmSHt2vwdVHOTWIbaMitNlvzdrXwoP14Ul0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iEftljDDnd8/8/0uwxGjPDswUB0A1irw+PgihbGcDJShEnr7ECJA0wIpDwGPaVJva0KtiRbnMrhXwsBexAcaObXm1NBwVcrWe3Dne/xFNaUoFTaPqX3TtAuToevGxG84Efxf6sx7rdLqmNH6yIN1cLjmbE4CtQ/ByzGqEc0yIYM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XbnXMFl/; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XbnXMFl/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 716DF1F000E9; Wed, 8 Jul 2026 08:23:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783499030; bh=+RV/dMmkkmSHt2vwdVHOTWIbaMitNlvzdrXwoP14Ul0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=XbnXMFl/gbvHei4pp1M4jXdPw5ckw6YBScH0CfKy/g55mZrunJGqDOFETswW8yFZT uw+NF5wnKu8uQvkHR3GCqsOzZFp34NrfN422s9YcqKxt+q8VWdAuI1uDz8Wy/PQ8rF 5WnaD4rEFn8Vx6nXeWmStiv0cL7z4wiVpCiRUSORNwMh83eQh6/CtbCsq1KdMF+Rgo Hcbu8eYmCmMg0LfsttDo37fj/i3rq84kP4e4kjn/jHRLcUGvViewg13McPPlgKvzDn ajapWABeZfiJ4ByBb3ANWaNMaVyLL3PbHoF40XADVczxy5bdQbSlA1Jeu7BFC3ssWW PU546EDiSZGsQ== Date: Wed, 8 Jul 2026 09:23:36 +0100 From: Lorenzo Stoakes To: Usama Arif Cc: Andrew Morton , apopple@nvidia.com, baohua@kernel.org, baolin.wang@linux.alibaba.com, byungchul@sk.com, david@kernel.org, dev.jain@arm.com, gourry@gourry.net, jannh@google.com, joshua.hahnjy@gmail.com, lance.yang@linux.dev, liam@infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, matthew.brost@intel.com, npache@redhat.com, rakie.kim@sk.com, ryan.roberts@arm.com, vbabka@kernel.org, ying.huang@linux.alibaba.com, ziy@nvidia.com, shakeel.butt@linux.dev, hannes@cmpxchg.org, Balbir Singh Subject: Re: [PATCH 0/3] mm: handle device-private PMDs in walk callbacks Message-ID: References: <20260707135255.292870-1-usama.arif@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@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 Tue, Jul 07, 2026 at 03:12:11PM +0100, Usama Arif wrote: > I think maybe we should modify get_maintainers.pl so that if there is > a "Fixes" in commit message, than the author of that commit is also > in the output from that script? > I thought it did that already, but it's forbidden perl magic that I dare not look at so who knows :P Wasn't nagging per se about that (for once :P), often people who'd be good to cc- get missed anyway even doing all the right things, so just wanted to make sure Balbir was aware, also so we can make sure there's no other device private PMD stuff lurking! :) Cheers, Lorenzo