Commit 6ad59a38 authored by SeongJae Park's avatar SeongJae Park Committed by Andrew Morton

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.orgSigned-off-by: default avatarSeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent f55afd95
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* DAMON api * DAMON api
* *
* Author: SeongJae Park <sjpark@amazon.de> * Author: SeongJae Park <sj@kernel.org>
*/ */
#ifndef _DAMON_H_ #ifndef _DAMON_H_
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
* Copyright 2019 Amazon.com, Inc. or its affiliates. All rights reserved. * 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 #ifdef CONFIG_DAMON_KUNIT_TEST
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Data Access Monitor * Data Access Monitor
* *
* Author: SeongJae Park <sjpark@amazon.de> * Author: SeongJae Park <sj@kernel.org>
*/ */
#define pr_fmt(fmt) "damon: " fmt #define pr_fmt(fmt) "damon: " fmt
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* DAMON Debugfs Interface Unit Tests * DAMON Debugfs Interface Unit Tests
* *
* Author: SeongJae Park <sjpark@amazon.de> * Author: SeongJae Park <sj@kernel.org>
*/ */
#ifdef CONFIG_DAMON_DBGFS_KUNIT_TEST #ifdef CONFIG_DAMON_DBGFS_KUNIT_TEST
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* DAMON Debugfs Interface * DAMON Debugfs Interface
* *
* Author: SeongJae Park <sjpark@amazon.de> * Author: SeongJae Park <sj@kernel.org>
*/ */
#define pr_fmt(fmt) "damon-dbgfs: " fmt #define pr_fmt(fmt) "damon-dbgfs: " fmt
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Common Primitives for DAMON Modules * Common Primitives for DAMON Modules
* *
* Author: SeongJae Park <sjpark@amazon.de> * Author: SeongJae Park <sj@kernel.org>
*/ */
#include <linux/damon.h> #include <linux/damon.h>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
* Copyright 2019 Amazon.com, Inc. or its affiliates. All rights reserved. * 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 #ifdef CONFIG_DAMON_VADDR_KUNIT_TEST
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* DAMON Primitives for Virtual Address Spaces * 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 #define pr_fmt(fmt) "damon-va: " fmt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment