[PATCH] MAINTAINERS: Add myself as reviewer for SWAP

Youngjun Park posted 1 patch 1 month, 1 week ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add myself as reviewer for SWAP
Posted by Youngjun Park 1 month, 1 week ago
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.

Signed-off-by: Youngjun Park <youngjun.park@lge.com>
---
 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 <shikemeng@huaweicloud.com>
 R:	Nhat Pham <nphamcs@gmail.com>
 R:	Baoquan He <bhe@redhat.com>
 R:	Barry Song <baohua@kernel.org>
+R:	Youngjun Park <youngjun.park@lge.com>
 L:	linux-mm@kvack.org
 S:	Maintained
 F:	Documentation/mm/swap-table.rst
-- 
2.34.1
Re: [PATCH] MAINTAINERS: Add myself as reviewer for SWAP
Posted by Baoquan He 1 month, 1 week ago
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 <bhe@redhat.com>

> 
> Signed-off-by: Youngjun Park <youngjun.park@lge.com>
> ---
>  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 <shikemeng@huaweicloud.com>
>  R:	Nhat Pham <nphamcs@gmail.com>
>  R:	Baoquan He <bhe@redhat.com>
>  R:	Barry Song <baohua@kernel.org>
> +R:	Youngjun Park <youngjun.park@lge.com>
>  L:	linux-mm@kvack.org
>  S:	Maintained
>  F:	Documentation/mm/swap-table.rst
> -- 
> 2.34.1
>
Re: [PATCH] MAINTAINERS: Add myself as reviewer for SWAP
Posted by Chris Li 1 month, 1 week ago
Hi Youngjun,

Welcome and thanks for your contributions. Looking forward to more
collaboration with you.

On Wed, Feb 25, 2026 at 5:08 PM Youngjun Park <youngjun.park@lge.com> 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.
>
> Signed-off-by: Youngjun Park <youngjun.park@lge.com>

Acked-by: Chris Li <chrisl@kernel.org>

Chris
Re: [PATCH] MAINTAINERS: Add myself as reviewer for SWAP
Posted by Kairui Song 1 month, 1 week ago
On Thu, Feb 26, 2026 at 9:09 AM Youngjun Park <youngjun.park@lge.com> 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.
>
> Signed-off-by: Youngjun Park <youngjun.park@lge.com>
> ---
>  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 <shikemeng@huaweicloud.com>
>  R:     Nhat Pham <nphamcs@gmail.com>
>  R:     Baoquan He <bhe@redhat.com>
>  R:     Barry Song <baohua@kernel.org>
> +R:     Youngjun Park <youngjun.park@lge.com>
>  L:     linux-mm@kvack.org
>  S:     Maintained
>  F:     Documentation/mm/swap-table.rst
> --
> 2.34.1

Youngjun has been very helpful on reviewing recent swap patches and
changes, and contributed a lot with fixes and ideas like tiering and
other proposals. I'm glad to have Youngjun help watching the swap
code!

Acked-by: Kairui Song <kasong@tencent.com>
Re: [PATCH] MAINTAINERS: Add myself as reviewer for SWAP
Posted by Barry Song 1 month, 1 week ago
On Thu, Feb 26, 2026 at 9:08 AM Youngjun Park <youngjun.park@lge.com> 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.
>
> Signed-off-by: Youngjun Park <youngjun.park@lge.com>

This is very welcome.
Reviewed-by: Barry Song <baohua@kernel.org>

Best Regards
Barry