From: SJ Park <sj@kernel.org>
To: sashiko-bot@kernel.org
Cc: SJ Park <sj@kernel.org>, damon@lists.linux.dev
Subject: Re: [PATCH] MAINTAINERS: s/SeongJae/SJ/
Date: Sat, 27 Jun 2026 13:46:30 -0700 [thread overview]
Message-ID: <20260627204630.25614-1-sj@kernel.org> (raw)
In-Reply-To: <20260627200028.E75DF1F000E9@smtp.kernel.org>
On Sat, 27 Jun 2026 20:00:28 +0000 sashiko-bot@kernel.org wrote:
> Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
> - [Medium] Unintended Code Deletion / Copyright Removal
These are intended change. If someone thinks this is problematic or wants the
commit message to be updated for more clarification, please let me know.
> --
>
> commit 7824bc7fc9af6bcdbf6c2338af2a70179e7f0325
> Author: SJ Park <sj@kernel.org>
>
> MAINTAINERS: s/SeongJae/SJ/
>
> This commit changes instances of the author's name from "SeongJae" to the
> preferred name "SJ" to avoid confusion.
>
> > diff --git a/include/linux/damon.h b/include/linux/damon.h
> > index 6f7edb3590ef9..8bb28d5682dd8 100644
> > --- a/include/linux/damon.h
> > +++ b/include/linux/damon.h
> > @@ -1,8 +1,6 @@
> > /* SPDX-License-Identifier: GPL-2.0 */
> > /*
> > * DAMON api
> > - *
> > - * Author: SeongJae Park <sj@kernel.org>
> > */
> >
> > #ifndef _DAMON_H_
>
> [Severity: Medium]
> Was it intentional to completely delete the Author attribution here instead of
> updating it to SJ Park?
Yes, it is intentional. We can show who wrote it using 'git log'.
>
> [ ... ]
>
> > diff --git a/mm/damon/sysfs.c b/mm/damon/sysfs.c
> > index 2e95e3bac774d..a9e187158067d 100644
> > --- a/mm/damon/sysfs.c
> > +++ b/mm/damon/sysfs.c
> > @@ -1,8 +1,6 @@
> > // SPDX-License-Identifier: GPL-2.0
> > /*
> > * DAMON sysfs Interface
> > - *
> > - * Copyright (c) 2022 SeongJae Park <sj@kernel.org>
> > */
> >
> > #include <linux/pid.h>
>
> [Severity: Medium]
> Does this code intentionally drop the copyright notice rather than updating the
> name? The commit message only mentions substituting the name.
Ditto.
>
> [ ... ]
>
> > diff --git a/mm/damon/tests/core-kunit.h b/mm/damon/tests/core-kunit.h
> > index 1cfb8c176b873..fcf7c7fadb5fe 100644
> > --- a/mm/damon/tests/core-kunit.h
> > +++ b/mm/damon/tests/core-kunit.h
> > @@ -1,10 +1,6 @@
> > /* SPDX-License-Identifier: GPL-2.0 */
> > /*
> > * Data Access Monitor Unit Tests
> > - *
> > - * Copyright 2019 Amazon.com, Inc. or its affiliates. All rights reserved.
> > - *
> > - * Author: SeongJae Park <sj@kernel.org>
> > */
> >
> > #ifdef CONFIG_DAMON_KUNIT_TEST
>
> [Severity: Medium]
> Is it intended to remove the Amazon.com copyright notice entirely along with the
> Author line? It looks like this might have been an accidental deletion while
> searching and replacing the name.
Yes, intentional. People can find I was using amazon corporate email account
when I submitted the patch.
>
> [ ... ]
>
> > diff --git a/mm/damon/tests/vaddr-kunit.h b/mm/damon/tests/vaddr-kunit.h
> > index 563fbc7e3f448..61f844336ffb5 100644
> > --- a/mm/damon/tests/vaddr-kunit.h
> > +++ b/mm/damon/tests/vaddr-kunit.h
> > @@ -1,10 +1,6 @@
> > /* SPDX-License-Identifier: GPL-2.0 */
> > /*
> > * Data Access Monitor Unit Tests
> > - *
> > - * Copyright 2019 Amazon.com, Inc. or its affiliates. All rights reserved.
> > - *
> > - * Author: SeongJae Park <sj@kernel.org>
> > */
> >
> > #ifdef CONFIG_DAMON_VADDR_KUNIT_TEST
>
> [Severity: Medium]
> Similar to core-kunit.h, is it correct to delete the Amazon copyright notice
> here as well?
Ditto.
Thanks,
SJ
[...]
next prev parent reply other threads:[~2026-06-27 20:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-27 19:56 [PATCH] MAINTAINERS: s/SeongJae/SJ/ SJ Park
2026-06-27 20:00 ` sashiko-bot
2026-06-27 20:46 ` SJ Park [this message]
2026-06-27 20:00 ` SJ Park
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260627204630.25614-1-sj@kernel.org \
--to=sj@kernel.org \
--cc=damon@lists.linux.dev \
--cc=sashiko-bot@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.