From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta0.migadu.com (out-183.mta0.migadu.com [91.218.175.183]) (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 DE0EB47DF98 for ; Thu, 2 Jul 2026 14:03:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783001008; cv=none; b=DgAMuLfhcJ0XHBUgrY6TsgaM/ek6kEmUgykQssAcMTJ1pqJeVYsLw/u6qnhdz4khz8+rGhgXTl3EhwLZW8LgYXXXZjSIbp6kwWl8J8Pj5mo60Zc3bmGgR5S16jNXuh/08JNJj7Zpe9K4fmFW2c0bNdnDO/oZJy//ziShR4KXcjE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783001008; c=relaxed/simple; bh=x8yAI1FCfisO3DSCVAcSksGfY9hPEVTVNryrvIWspiU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=P7OJ2LDQzVArY+KI5w8+tu+tFKF6rk25nPtbBmSnCj4mCJfYitewFQdcCgjC8mCLSniuB9GDgZSpctikPYi7GvSxi149TBQbFOggvAPOAXzBLE7yTX1tKfAhWQfBY4c7fG4tDijzQl4ca8gacJEhHKKwkAWRL1ZsiJbJGpgaEYk= 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=aP7/c/IQ; arc=none smtp.client-ip=91.218.175.183 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="aP7/c/IQ" 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=1783001000; 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; bh=3mGo68W2ipQ4ZM1TRGV8LEelANMvzihg8NmVdjYM5ZE=; b=aP7/c/IQ+E/jzkvgSt/IKjWgxkZL7opt3Wjg+Rcb88Seyi2C/w8B6fOPLLC04bYUec3RT3 rsx3EqW81uz5tWiybZpj2Zxs2vnS20eteZRG6yukrHr0JfQbKJO/ZSf+y7QZMtGl4AZrZm ycJMsOIK/FTmnbvmrNHmw/zmpzu6iHg= From: Lance Yang To: akpm@linux-foundation.org, david@kernel.org, ljs@kernel.org Cc: 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, Lance Yang Subject: [PATCH 1/1] MAINTAINERS: add Usama as a THP reviewer Date: Thu, 2 Jul 2026 22:02:57 +0800 Message-ID: <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-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 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 -- 2.49.0