From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 4D969B665 for ; Fri, 27 Feb 2026 01:19:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772155186; cv=none; b=B7ZnNTn0J0NyBlwhmHfckVS7S5oudhyTFWM2prSGncujgQeUYneSAfsOflE/o9fug3j3AH9Q3NFXxf4VtS5sx+P4qm2pWns/eepEvyGoh4PdeEqSG0Ct5P1X/8R7jE8kk0VoxzOjJNktZygNe5RwKIoOmSHAuCk6sqw6KFBTYyE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772155186; c=relaxed/simple; bh=EJBIRtktbNuJdNbsbYrhSfnHHb9qVpQpCOgKY99xcZs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HrrvSEH/YhD/ew2F+pu8GOhcynJroVhA8ATliWzek/i5jHu8A6JNsGXXAWZrpqP17EgRjRocbuKS/gO79NZ6RMTNtMFi1w79KEdHg9G2NXeVf+slFiHP9yto913/4WQWzr3u1AHPCvZVb3oc9DRegG4h7xTdCma3/0fG5YDIecc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=PwroBQe+; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="PwroBQe+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1772155184; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gUW11Dbq3iA3yiXCGn+Rpmf15VH3xKFqfmeAFrkhss0=; b=PwroBQe+uqGsWMGwKbvo3dopB1xFBrhkBVrx8vG8WSTz+PoTi+9kPiZmLsRULThUMhXgOh Y4ZG1lIkNARbstiDTTTcLPU/kG4Ian/Bq4PU5k5VheVbBtun29jt6bSYNlS1U97d4XZbmH n02Ka08Gi1/eshaKpBQEwGu4bcOA66c= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-346-Yz2YZJwaMuSto-SpNxdbEA-1; Thu, 26 Feb 2026 20:19:38 -0500 X-MC-Unique: Yz2YZJwaMuSto-SpNxdbEA-1 X-Mimecast-MFC-AGG-ID: Yz2YZJwaMuSto-SpNxdbEA_1772155177 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id CBDDF19560B2; Fri, 27 Feb 2026 01:19:36 +0000 (UTC) Received: from localhost (unknown [10.72.112.89]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 4F5EA19560B5; Fri, 27 Feb 2026 01:19:33 +0000 (UTC) Date: Fri, 27 Feb 2026 09:19:24 +0800 From: Baoquan He To: Youngjun Park Cc: Andrew Morton , Chris Li , Kairui Song , Kemeng Shi , Nhat Pham , Barry Song , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Add myself as reviewer for SWAP Message-ID: References: <20260226010739.3773838-1-youngjun.park@lge.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260226010739.3773838-1-youngjun.park@lge.com> X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 On 02/26/26 at 10:07am, Youngjun Park wrote: > Recently, I have been actively contributing to the swap subsystem through > works such as swap-tier patches and flash friendly swap proposal. During this > process, I have consistently reviewed swap table code, some other patches and 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. Ack these and welcome. Acked-by: Baoquan He > > Signed-off-by: Youngjun Park > --- > 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 > -- > 2.34.1 >