[PATCH] MAINTAINERS: add me as reviewer for sched_ext

Changwoo Min posted 1 patch 1 year ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add me as reviewer for sched_ext
Posted by Changwoo Min 1 year ago
Add me as a reviewer for sched_ext. I have been actively working on
the project and would like to help review patches and address related
kernel issues/features.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1e930c7a58b1..788681fb209e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20902,6 +20902,7 @@ F:	kernel/sched/
 SCHEDULER - SCHED_EXT
 R:	Tejun Heo <tj@kernel.org>
 R:	David Vernet <void@manifault.com>
+R:	Changwoo Min <changwoo@igalia.com>
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 W:	https://github.com/sched-ext/scx
-- 
2.47.1
Re: [PATCH] MAINTAINERS: add me as reviewer for sched_ext
Posted by Tejun Heo 1 year ago
On Wed, Dec 11, 2024 at 05:39:45PM +0900, Changwoo Min wrote:
> Add me as a reviewer for sched_ext. I have been actively working on
> the project and would like to help review patches and address related
> kernel issues/features.
> 
> Signed-off-by: Changwoo Min <changwoo@igalia.com>

Applied to sched_ext/for-6.13-fixes.

Thanks.

-- 
tejun