From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (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 D2F6F26F29C for ; Tue, 26 May 2026 09:27:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779787676; cv=none; b=Pbjqo72C791IYv0npj0WIarvIsCzK2UJWk3cJFVdqdvoF+PZWFxDtWczbPnBScruCZwT7hhl6Hyogyil0M3bfBZ1HaJVeXgJlsZEh3z+aYda5RxHAGmOHQlszkH38V8PENWxj4d/UX+4+JvzhfYZ9yqgPB9WbYPUwibxQLJwTbI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779787676; c=relaxed/simple; bh=erknXrNTWv/hkXWkcG0eh7qq7ZS5MJgUVpQ8ARNZ7ZA=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=UaGJnL1TtTBArHT6/p9qMY9n59fhZQBEGTt2C//p3tfJMXtlUiRK/Wvlw+zLFi5UdG5z4xbPvSY+zGuUj5GNW5VpnbWbSO0f4tbnc73BQaqvV7lL7mq1HLwLHFOJY6oATSk8+IpiabBKW6Z+fX2SB26Jc7F35EPq2/A1XrIRoog= 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=tMbK8gxN; arc=none smtp.client-ip=95.215.58.182 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="tMbK8gxN" 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=1779787672; 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=4SIA4TDP/RdLsfPc+86cyPQViutU/65DRt9DZGevwm8=; b=tMbK8gxNlhx/wTI9NW074L7GGS3XrLE0lCOt77YfOkKRxmezA/MIHGbOgHq+x30k7SwMel xsiZv6yXnuzrao8Syve81HsOWo5PZPhZ5RyZwC/sXilfS9ckRlJnNxwvP6sYe4dCS1/tY+ jzd4oFaFGthPTgwdLb0QCqOY5rFklW4= From: Hao Ge To: Suren Baghdasaryan , Kent Overstreet , Andrew Morton Cc: linux-kernel@vger.kernel.org, Hao Ge Subject: [PATCH] MAINTAINERS: add Hao Ge as reviewer for codetag and alloc_tag Date: Tue, 26 May 2026 17:26:41 +0800 Message-Id: <20260526092641.299399-1-hao.ge@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 I've been contributing to the codetag and alloc_tag subsystems since 2024, Memory allocation profiling is indeed a great tool and I'd like to stay involved as a reviewer to keep up with ongoing development and not miss any of the details. I'm happy to help review patches and contribute to the ongoing development of this subsystem. Signed-off-by: Hao Ge --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b539be153f6a..c0ed14b4a926 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6349,6 +6349,7 @@ F: Documentation/process/code-of-conduct.rst CODE TAGGING M: Suren Baghdasaryan M: Kent Overstreet +R: Hao Ge S: Maintained F: include/asm-generic/codetag.lds.h F: include/linux/codetag.h @@ -16707,6 +16708,7 @@ F: tools/testing/memblock/ MEMORY ALLOCATION PROFILING M: Suren Baghdasaryan M: Kent Overstreet +R: Hao Ge L: linux-mm@kvack.org S: Maintained F: Documentation/mm/allocation-profiling.rst -- 2.25.1