From nobody Tue Apr 7 14:38:10 2026 Received: from lgeamrelo07.lge.com (lgeamrelo07.lge.com [156.147.51.103]) (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 8FD9229B204 for ; Thu, 26 Feb 2026 01:08:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.147.51.103 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772068124; cv=none; b=oi0NijviwOIwqpD9dc+Ddb0wuyuYR5avtdV0zF90ypVuGpuUX/mWPv8vknMNAdWbfaUHvkH62VhBM369acEzAEpoLY6XCfKTQjM7EU0UBNhOZ8cZHU0IU6gYwBHn9MQIQtVUx0nONXla2ycFAMoNlD28QUHQwtq6L8b9Wn5UZ/0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772068124; c=relaxed/simple; bh=nx4YTKMV9UMBVNxUGeKwFWelCH+ChkY3ddJK46az9SU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=O8kaRGy6+BUUvimsbwOb0C782ZAzWjych73CuVSB9ZeifsLiLYVr3o/+UWilByrdfVoZDPiw0vjuwRdx686qIEpU9OCVslEvljHV6EhkcqLBdQusw0nYYMY5MuIB4w7gij+0+ebR3ew8UYrjeWuRU9F8TbkoUe06C9CvVYR8vZ8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lge.com; spf=pass smtp.mailfrom=lge.com; arc=none smtp.client-ip=156.147.51.103 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lge.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lge.com Received: from unknown (HELO yjaykim-PowerEdge-T330.lge.net) (10.177.112.156) by 156.147.51.103 with ESMTP; 26 Feb 2026 10:08:32 +0900 X-Original-SENDERIP: 10.177.112.156 X-Original-MAILFROM: youngjun.park@lge.com From: Youngjun Park To: Andrew Morton , Chris Li , Kairui Song Cc: Kemeng Shi , Nhat Pham , Baoquan He , Barry Song , Youngjun Park , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH] MAINTAINERS: Add myself as reviewer for SWAP Date: Thu, 26 Feb 2026 10:07:39 +0900 Message-Id: <20260226010739.3773838-1-youngjun.park@lge.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Recently, I have been actively contributing to the swap subsystem through works such as swap-tier patches and flash friendly swap proposal. During th= is process, I have consistently reviewed swap table code, some other patches a= nd fixed several bugs. As I am already CC'd on many patches and maintaining active interest in ongoing developments, I would like to officially add myself as a reviewer. I am committed to contributing to the kernel community with greater responsibility. Signed-off-by: Youngjun Park Acked-by: Baoquan He Acked-by: Chris Li Acked-by: Kairui Song Reviewed-by: Barry Song --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e4572a36afd2..8fb7b70dfb47 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16913,6 +16913,7 @@ R: Kemeng Shi R: Nhat Pham R: Baoquan He R: Barry Song +R: Youngjun Park L: linux-mm@kvack.org S: Maintained F: Documentation/mm/swap-table.rst --=20 2.34.1