2022-12-03 12:12:35

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: Patch "mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()" has been added to the 6.0-stable tree

On Sat, Dec 03, 2022 at 12:23:48PM +0100, [email protected] wrote:
>
> This is a note to let you know that I've just added the patch titled
>
> mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()
>
> to the 6.0-stable tree which can be found at:
> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
>
> The filename of the patch is:
> mm-damon-sysfs-fix-wrong-empty-schemes-assumption-under-online-tuning-in-damon_sysfs_set_schemes.patch
> and it can be found in the queue-6.0 subdirectory.
>
> If you, or anyone else, feels it should not be added to the stable tree,
> please let <[email protected]> know about it.
>

Nope, breaks the build, now dropped.


2022-12-03 20:24:28

by SeongJae Park

[permalink] [raw]
Subject: Re: Patch "mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()" has been added to the 6.0-stable tree

Hi Greg,

On Sat, 3 Dec 2022 12:36:39 +0100 Greg KH <[email protected]> wrote:

> On Sat, Dec 03, 2022 at 12:23:48PM +0100, [email protected] wrote:
> >
> > This is a note to let you know that I've just added the patch titled
> >
> > mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()
> >
> > to the 6.0-stable tree which can be found at:
> > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> >
> > The filename of the patch is:
> > mm-damon-sysfs-fix-wrong-empty-schemes-assumption-under-online-tuning-in-damon_sysfs_set_schemes.patch
> > and it can be found in the queue-6.0 subdirectory.
> >
> > If you, or anyone else, feels it should not be added to the stable tree,
> > please let <[email protected]> know about it.
> >
>
> Nope, breaks the build, now dropped.

Thank you for letting me know this.

It needs commit f5a79d7c0c87 ("mm/damon: introduce struct
damos_access_pattern") to build. Sorry for not noticing this before. Could
you please add the commits together?


Thanks,
SJ

2022-12-03 20:24:34

by SeongJae Park

[permalink] [raw]
Subject: Re: Patch "mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()" has been added to the 6.0-stable tree

Cc-ing Yajun Deng (author of the commit that this patch depends on for build)
and [email protected].

On Sat, 3 Dec 2022 18:58:54 +0000 SeongJae Park <[email protected]> wrote:

> Hi Greg,
>
> On Sat, 3 Dec 2022 12:36:39 +0100 Greg KH <[email protected]> wrote:
>
> > On Sat, Dec 03, 2022 at 12:23:48PM +0100, [email protected] wrote:
> > >
> > > This is a note to let you know that I've just added the patch titled
> > >
> > > mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()
> > >
> > > to the 6.0-stable tree which can be found at:
> > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> > >
> > > The filename of the patch is:
> > > mm-damon-sysfs-fix-wrong-empty-schemes-assumption-under-online-tuning-in-damon_sysfs_set_schemes.patch
> > > and it can be found in the queue-6.0 subdirectory.
> > >
> > > If you, or anyone else, feels it should not be added to the stable tree,
> > > please let <[email protected]> know about it.
> > >
> >
> > Nope, breaks the build, now dropped.
>
> Thank you for letting me know this.
>
> It needs commit f5a79d7c0c87 ("mm/damon: introduce struct
> damos_access_pattern") to build. Sorry for not noticing this before. Could
> you please add the commits together?
>
>
> Thanks,
> SJ