The patch titled Subject: mm/damon: update email of SeongJae has been added to the -mm mm-unstable branch. Its filename is mm-damon-update-email-of-seongjae.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-damon-update-email-of-seongjae.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: SeongJae Park <sj@xxxxxxxxxx> Subject: mm/damon: update email of SeongJae Date: Wed, 13 Dec 2023 19:03:33 +0000 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@xxxxxxxxxx Link: https://lkml.kernel.org/r/20231213190338.54146-2-sj@xxxxxxxxxx Signed-off-by: SeongJae Park <sj@xxxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/damon.h | 2 +- mm/damon/core-test.h | 2 +- mm/damon/core.c | 2 +- mm/damon/dbgfs-test.h | 2 +- mm/damon/dbgfs.c | 2 +- mm/damon/modules-common.c | 2 +- mm/damon/vaddr-test.h | 2 +- mm/damon/vaddr.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) --- a/include/linux/damon.h~mm-damon-update-email-of-seongjae +++ a/include/linux/damon.h @@ -2,7 +2,7 @@ /* * DAMON api * - * Author: SeongJae Park <sjpark@xxxxxxxxx> + * Author: SeongJae Park <sj@xxxxxxxxxx> */ #ifndef _DAMON_H_ --- a/mm/damon/core.c~mm-damon-update-email-of-seongjae +++ a/mm/damon/core.c @@ -2,7 +2,7 @@ /* * Data Access Monitor * - * Author: SeongJae Park <sjpark@xxxxxxxxx> + * Author: SeongJae Park <sj@xxxxxxxxxx> */ #define pr_fmt(fmt) "damon: " fmt --- a/mm/damon/core-test.h~mm-damon-update-email-of-seongjae +++ a/mm/damon/core-test.h @@ -4,7 +4,7 @@ * * Copyright 2019 Amazon.com, Inc. or its affiliates. All rights reserved. * - * Author: SeongJae Park <sjpark@xxxxxxxxx> + * Author: SeongJae Park <sj@xxxxxxxxxx> */ #ifdef CONFIG_DAMON_KUNIT_TEST --- a/mm/damon/dbgfs.c~mm-damon-update-email-of-seongjae +++ a/mm/damon/dbgfs.c @@ -2,7 +2,7 @@ /* * DAMON Debugfs Interface * - * Author: SeongJae Park <sjpark@xxxxxxxxx> + * Author: SeongJae Park <sj@xxxxxxxxxx> */ #define pr_fmt(fmt) "damon-dbgfs: " fmt --- a/mm/damon/dbgfs-test.h~mm-damon-update-email-of-seongjae +++ a/mm/damon/dbgfs-test.h @@ -2,7 +2,7 @@ /* * DAMON Debugfs Interface Unit Tests * - * Author: SeongJae Park <sjpark@xxxxxxxxx> + * Author: SeongJae Park <sj@xxxxxxxxxx> */ #ifdef CONFIG_DAMON_DBGFS_KUNIT_TEST --- a/mm/damon/modules-common.c~mm-damon-update-email-of-seongjae +++ a/mm/damon/modules-common.c @@ -2,7 +2,7 @@ /* * Common Primitives for DAMON Modules * - * Author: SeongJae Park <sjpark@xxxxxxxxx> + * Author: SeongJae Park <sj@xxxxxxxxxx> */ #include <linux/damon.h> --- a/mm/damon/vaddr.c~mm-damon-update-email-of-seongjae +++ a/mm/damon/vaddr.c @@ -2,7 +2,7 @@ /* * DAMON Primitives for Virtual Address Spaces * - * Author: SeongJae Park <sjpark@xxxxxxxxx> + * Author: SeongJae Park <sj@xxxxxxxxxx> */ #define pr_fmt(fmt) "damon-va: " fmt --- a/mm/damon/vaddr-test.h~mm-damon-update-email-of-seongjae +++ a/mm/damon/vaddr-test.h @@ -4,7 +4,7 @@ * * Copyright 2019 Amazon.com, Inc. or its affiliates. All rights reserved. * - * Author: SeongJae Park <sjpark@xxxxxxxxx> + * Author: SeongJae Park <sj@xxxxxxxxxx> */ #ifdef CONFIG_DAMON_VADDR_KUNIT_TEST _ Patches currently in -mm which might be from sj@xxxxxxxxxx are selftests-damon-implement-a-python-module-for-test-purpose-damon-sysfs-controls.patch selftests-damon-_damon_sysfs-implement-kdamonds-start-function.patch selftests-damon-_damon_sysfs-implement-updat_schemes_tried_bytes-command.patch selftests-damon-add-a-test-for-update_schemes_tried_regions-sysfs-command.patch selftests-damon-add-a-test-for-update_schemes_tried_regions-hang-bug.patch mm-damon-update-email-of-seongjae.patch mm-damon-core-test-test-max_nr_accesses-overflow-caused-divide-by-zero.patch docs-mm-damon-design-place-execution-model-and-data-structures-at-the-beginning.patch docs-admin-guide-mm-damon-usage-update-context-directory-section-label.patch docs-admin-guide-mm-damon-usage-add-links-to-sysfs-files-hierarchy.patch docs-admin-guide-mm-damon-usage-use-a-list-for-state-sysfs-file-input-commands.patch