From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-100.freemail.mail.aliyun.com (out30-100.freemail.mail.aliyun.com [115.124.30.100]) (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 940E719005E for ; Mon, 6 Jul 2026 00:37:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.100 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783298257; cv=none; b=aa8DsQIi4EAIO4N9QbtusdkplE0sLdFHWXtbs5Z8wpJUPa8MyVJwGeh7qDTlInwXgHWfSXuQ/JNIr3SDLtncnRg6SyhWPEhHfMVG6+PwxVrqs5MJcaHn7oziOU+IAk0qM7iPC5Bx++bs5b+h0KiEQmgQbriRaseI1oqDomr2f7U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783298257; c=relaxed/simple; bh=UGGDRFbixnB0AE+vOLaS1Zn0UYLsaQfpzlFyIr7Cja4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=uhfnSdu4jFr0WJgtD5+aBwceK5DihXGDxFNjSeVG8+HwmODha9RI8tm/gP28UNaz5SkQwMiZjKla3FcD5woXVWoQYl4SOG55kTg9iFWigHIm6wt1/o0HR4rThG95CyZb64RmHhBeY/Lz4RpuymTPrdr1qJiBOuQXJE+d8Of1+RI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=UJKyN/wX; arc=none smtp.client-ip=115.124.30.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="UJKyN/wX" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1783298248; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=Nic156rZ5KaHtFFmLVAbbRmzxwCr/ZSy+ecuMWzZnlE=; b=UJKyN/wX/Lj8WBqIVUU37dIfoDmIfgwAAIqe8Mqd1wgZDDw2qt7Bw7R+8CkXKbrMFzc9KK9PQ3VeaYTvQoRWj2veBmJb5fTy8H4GX+t7akwYoX3XpCMR4Q3f/YM0v6ZE35bubekARajg/yDoQT/+jOc0jG14EeuxI2r0uslKkDU= X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R681e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=maildocker-contentspam033037026112;MF=baolin.wang@linux.alibaba.com;NM=1;PH=DS;RN=13;SR=0;TI=SMTPD_---0X6OpAFC_1783298246; Received: from 30.246.104.96(mailfrom:baolin.wang@linux.alibaba.com fp:SMTPD_---0X6OpAFC_1783298246 cluster:ay36) by smtp.aliyun-inc.com; Mon, 06 Jul 2026 08:37:27 +0800 Message-ID: <9df7e5cb-4f8f-4495-9d95-372c4b6f6fd7@linux.alibaba.com> Date: Mon, 6 Jul 2026 08:37:26 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/1] MAINTAINERS: add Usama as a THP reviewer To: Lance Yang , akpm@linux-foundation.org, david@kernel.org, ljs@kernel.org Cc: ziy@nvidia.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 References: <20260702140257.44780-1-lance.yang@linux.dev> From: Baolin Wang In-Reply-To: <20260702140257.44780-1-lance.yang@linux.dev> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 7/2/26 10:02 PM, 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 > --- > 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 Acked-by: Baolin Wang