From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-173.mta0.migadu.com (out-173.mta0.migadu.com [91.218.175.173]) (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 6137B4C0434 for ; Thu, 2 Jul 2026 14:08:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783001311; cv=none; b=bIQDegcjN2KSbz8zeDfJ/k1DSqnWnU/qiz69RuqY7WI9sd9YPD21HuazppZjP7+5BPr5S2Neto3458djDBQgbR1XH7Ja385BuKyrGpCYLS1jQREuV5CvPdgcqd0Od8fW3h4UTosTYyM0S/+WZ8F3DrotPTSMqwv9GEUdkiXh0tA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783001311; c=relaxed/simple; bh=zFb6hGS/bU8LGT4DDer9miPWGtqktKJfe6xjYbSMp2I=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Lt7j1CyKSBpfMcECjALM7jzWZD81pSvYfnYxc0tglBn1dXIkOs6qg+KNc8gexyoKhNDxNGM7aPhDDIRfB8rnV08hQ30PLt93c4ZRVAcoRBk2lccjpn24Aq+9T3wRw1cl2lik+Dv1nEoMQfHh9b2T11FRqCMIrR5Y1YEW4B+e/JM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=WAfKEM80; arc=none smtp.client-ip=91.218.175.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="WAfKEM80" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1783001308; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=W3NoHid3jFgm1gPltAy1O52rtMQdmrGkhL4kEzHpkfM=; b=WAfKEM802EMEgTnr6mnPu9ShvfaR6ewwy54NYSxLbkjzfuMAMHtGeC5GsY/LM5eiP4n6iw UgKzHwyoskhA8pXlOUxmyVZWi6G3Z01l1WctDhujszYk9lhFzp60qpey5fEkflQq5bo3FO DdUaaCvszhxU58ss7gbrWcF7Im/ERD4= From: Usama Arif To: Lance Yang Cc: Usama Arif , akpm@linux-foundation.org, david@kernel.org, ljs@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, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] MAINTAINERS: add Usama as a THP reviewer Date: Thu, 2 Jul 2026 07:08:21 -0700 Message-ID: <20260702140822.3265830-1-usama.arif@linux.dev> In-Reply-To: <20260702140257.44780-1-lance.yang@linux.dev> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT On Thu, 2 Jul 2026 22:02:57 +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 > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) Thanks Lance! Really appreciate it! > > 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 > >