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 C110230DD30 for ; Thu, 2 Jul 2026 15:17:31 +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=1783005452; cv=none; b=q38L3Dr4UcDN+0tNNXorB3D0MRmOJuy+a31URbxE+pamKnD79L+ZkExPqL4QjpPJPU3i9gBdz+I7H3WbhRO1laqL4tfpm18aW8z2Sas0e+DT15vSourd5XcHWdo/O/uTEnfzsPk6BkLrnbQEG3kJCNj44JYCeQ4QNmtWo+shjig= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783005452; c=relaxed/simple; bh=9lxW6a7wQ7E6FAOPgWSBVWOIFy8/DaFD6Sls9DDJ85w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=q36JcOazZeMdJckl4VnfyJviZYFHW9LPxFOahkiiEd368nsIkbSlY+f3qCovbfqY6k/7Ezye5RS22JDJLbQYB9Kwn1ocd/oNFW5naeSAYjyFdql91kLBuTJ+oYCQ6Ui2gACjVwqe0a784IgBT/RRRoupKDOtGfq6X2caGKcNxdI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PrlL1zVt; 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="PrlL1zVt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 734E61F00A3A; Thu, 2 Jul 2026 15:17:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783005451; bh=Y7IE1cTP8gYIjzStVQMnbcLaVaQwalgnaExPeatrYk4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=PrlL1zVtDvQS+Yqw7s4ZMpuYEnktktCRL9+9F0oyngH7XoCU9pBAqSsazkA15Muj5 3WuYYhl6+KwOle8yrBMwAWVl2HJ3IHAWJdYgBtwRoAnoKHikOpWLn2C8y2DWmEq/sk KmM0io/yeqDKjcOtg590ivRWr+q8BD7FWMZsS6jeznS4jSWw16nrRPLthbc9NfKD31 wDOltWqFRelFDZRCy7eCed17nDdzQJXu3HmEQL0U+rECZZvuE43MGOf/o4VcN9iKjO g0EcqrYF2ne/n3aasmeJ+RgRysjdpJJF1iZ5gbW1NLJabN/U3JcAXyTz68mJG+9L1y 08O/KzH7Hf2og== Date: Thu, 2 Jul 2026 16:17:21 +0100 From: Lorenzo Stoakes To: Lance Yang Cc: akpm@linux-foundation.org, david@kernel.org, ziy@nvidia.com, baolin.wang@linux.alibaba.com, liam@infradead.org, npache@redhat.com, ryan.roberts@arm.com, dev.jain@arm.com, baohua@kernel.org, usama.arif@linux.dev, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] MAINTAINERS: add Usama as a THP reviewer Message-ID: References: <20260702140257.44780-1-lance.yang@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: <20260702140257.44780-1-lance.yang@linux.dev> On Thu, Jul 02, 2026 at 10:02:57PM +0800, Lance Yang wrote: > From: Lance Yang > > Usama has been active around THP, really enjoys working on THPs, and tries > to review all the patches that come in. > > Let's invite him to the THP party as a reviewer to help with the ongoing > THP review load. > > Signed-off-by: Lance Yang Sounds good to me, thanks for your contributions Usama, this is very much earned :) So: Acked-by: Lorenzo Stoakes > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2acb019516eb..29c302e9c17b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17255,6 +17255,7 @@ R: Ryan Roberts > R: Dev Jain > R: Barry Song > R: Lance Yang > +R: Usama Arif > L: linux-mm@kvack.org > S: Maintained > W: http://www.linux-mm.org > -- > 2.49.0 > Cheers, Lorenzo