Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm/damon: update email of SeongJae

Patch series "mm/damon: misc updates for 6.8".

Update comments, tests, and documents for DAMON.


This patch (of 6):

SeongJae is using his kernel.org account for DAMON development. Update
the old email addresses on the comments of DAMON source files.

Link: https://lkml.kernel.org/r/20231213190338.54146-1-sj@kernel.org
Link: https://lkml.kernel.org/r/20231213190338.54146-2-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

SeongJae Park and committed by
Andrew Morton
6ad59a38 f55afd95

+8 -8
+1 -1
include/linux/damon.h
··· 2 2 /* 3 3 * DAMON api 4 4 * 5 - * Author: SeongJae Park <sjpark@amazon.de> 5 + * Author: SeongJae Park <sj@kernel.org> 6 6 */ 7 7 8 8 #ifndef _DAMON_H_
+1 -1
mm/damon/core-test.h
··· 4 4 * 5 5 * Copyright 2019 Amazon.com, Inc. or its affiliates. All rights reserved. 6 6 * 7 - * Author: SeongJae Park <sjpark@amazon.de> 7 + * Author: SeongJae Park <sj@kernel.org> 8 8 */ 9 9 10 10 #ifdef CONFIG_DAMON_KUNIT_TEST
+1 -1
mm/damon/core.c
··· 2 2 /* 3 3 * Data Access Monitor 4 4 * 5 - * Author: SeongJae Park <sjpark@amazon.de> 5 + * Author: SeongJae Park <sj@kernel.org> 6 6 */ 7 7 8 8 #define pr_fmt(fmt) "damon: " fmt
+1 -1
mm/damon/dbgfs-test.h
··· 2 2 /* 3 3 * DAMON Debugfs Interface Unit Tests 4 4 * 5 - * Author: SeongJae Park <sjpark@amazon.de> 5 + * Author: SeongJae Park <sj@kernel.org> 6 6 */ 7 7 8 8 #ifdef CONFIG_DAMON_DBGFS_KUNIT_TEST
+1 -1
mm/damon/dbgfs.c
··· 2 2 /* 3 3 * DAMON Debugfs Interface 4 4 * 5 - * Author: SeongJae Park <sjpark@amazon.de> 5 + * Author: SeongJae Park <sj@kernel.org> 6 6 */ 7 7 8 8 #define pr_fmt(fmt) "damon-dbgfs: " fmt
+1 -1
mm/damon/modules-common.c
··· 2 2 /* 3 3 * Common Primitives for DAMON Modules 4 4 * 5 - * Author: SeongJae Park <sjpark@amazon.de> 5 + * Author: SeongJae Park <sj@kernel.org> 6 6 */ 7 7 8 8 #include <linux/damon.h>
+1 -1
mm/damon/vaddr-test.h
··· 4 4 * 5 5 * Copyright 2019 Amazon.com, Inc. or its affiliates. All rights reserved. 6 6 * 7 - * Author: SeongJae Park <sjpark@amazon.de> 7 + * Author: SeongJae Park <sj@kernel.org> 8 8 */ 9 9 10 10 #ifdef CONFIG_DAMON_VADDR_KUNIT_TEST
+1 -1
mm/damon/vaddr.c
··· 2 2 /* 3 3 * DAMON Primitives for Virtual Address Spaces 4 4 * 5 - * Author: SeongJae Park <sjpark@amazon.de> 5 + * Author: SeongJae Park <sj@kernel.org> 6 6 */ 7 7 8 8 #define pr_fmt(fmt) "damon-va: " fmt