mm/damon: update email of SeongJae
authorSeongJae Park <sj@kernel.org>
Wed, 13 Dec 2023 19:03:33 +0000 (19:03 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Dec 2023 22:48:13 +0000 (14:48 -0800)
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>
include/linux/damon.h
mm/damon/core-test.h
mm/damon/core.c
mm/damon/dbgfs-test.h
mm/damon/dbgfs.c
mm/damon/modules-common.c
mm/damon/vaddr-test.h
mm/damon/vaddr.c

index 12510d8c51c620cbd79b477699530cf112fcf077..5881e4ac30be6a6e6985a006f1b7aeb309923b86 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * DAMON api
  *
- * Author: SeongJae Park <sjpark@amazon.de>
+ * Author: SeongJae Park <sj@kernel.org>
  */
 
 #ifndef _DAMON_H_
index 6e5e9502d648ca7c89a4af55f7fd281c62d8daf5..876e398557b006426139b8b17f2a42513554d1f9 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright 2019 Amazon.com, Inc. or its affiliates.  All rights reserved.
  *
- * Author: SeongJae Park <sjpark@amazon.de>
+ * Author: SeongJae Park <sj@kernel.org>
  */
 
 #ifdef CONFIG_DAMON_KUNIT_TEST
index 2c0cc65d041e7a6a1e6d28a81b0cf310967cde9e..36f6f1d21ff069de12575a4f0d932e0dfc316c11 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Data Access Monitor
  *
- * Author: SeongJae Park <sjpark@amazon.de>
+ * Author: SeongJae Park <sj@kernel.org>
  */
 
 #define pr_fmt(fmt) "damon: " fmt
index 0bb0d532b15905a0cb2f0ae04784355f6f476688..2d85217f5ba465b7efa7b48d185b28ee36fe8f3d 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * DAMON Debugfs Interface Unit Tests
  *
- * Author: SeongJae Park <sjpark@amazon.de>
+ * Author: SeongJae Park <sj@kernel.org>
  */
 
 #ifdef CONFIG_DAMON_DBGFS_KUNIT_TEST
index dc0ea1fc30ca5ff0b4377d91735f45be0f20ff8d..7dac24e69e3b95087edbaf236e755b64dc24e43e 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * DAMON Debugfs Interface
  *
- * Author: SeongJae Park <sjpark@amazon.de>
+ * Author: SeongJae Park <sj@kernel.org>
  */
 
 #define pr_fmt(fmt) "damon-dbgfs: " fmt
index b2381a8466ecf5d0f5b4ac02e7ecd42f26697654..7cf96574cde7585fedf7b0d9f3e4841aeda798e2 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Common Primitives for DAMON Modules
  *
- * Author: SeongJae Park <sjpark@amazon.de>
+ * Author: SeongJae Park <sj@kernel.org>
  */
 
 #include <linux/damon.h>
index dcf1ca6b31cc4f8ef86ffe7ab6ea77f81a221bde..83626483f82bfe3b164702c1d9462d65adf28539 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright 2019 Amazon.com, Inc. or its affiliates.  All rights reserved.
  *
- * Author: SeongJae Park <sjpark@amazon.de>
+ * Author: SeongJae Park <sj@kernel.org>
  */
 
 #ifdef CONFIG_DAMON_VADDR_KUNIT_TEST
index a4d1f63c5b233b4c90d94514015198137e793d9f..a67454b825dcd8b5ddac7ff75dcb9607aa30e60c 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * DAMON Primitives for Virtual Address Spaces
  *
- * Author: SeongJae Park <sjpark@amazon.de>
+ * Author: SeongJae Park <sj@kernel.org>
  */
 
 #define pr_fmt(fmt) "damon-va: " fmt