public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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
       [not found] <167006662820424@kroah.com>
@ 2022-12-03 11:36 ` Greg KH
  2022-12-03 18:58   ` SeongJae Park
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2022-12-03 11:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, sj, stable-commits

On Sat, Dec 03, 2022 at 12:23:48PM +0100, gregkh@linuxfoundation.org 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 <stable@vger.kernel.org> know about it.
> 

Nope, breaks the build, now dropped.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* 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
  2022-12-03 11:36 ` 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 Greg KH
@ 2022-12-03 18:58   ` SeongJae Park
  2022-12-03 19:01     ` SeongJae Park
  0 siblings, 1 reply; 3+ messages in thread
From: SeongJae Park @ 2022-12-03 18:58 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, akpm, sj, stable-commits

Hi Greg,

On Sat, 3 Dec 2022 12:36:39 +0100 Greg KH <gregkh@linuxfoundation.org> wrote:

> On Sat, Dec 03, 2022 at 12:23:48PM +0100, gregkh@linuxfoundation.org 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 <stable@vger.kernel.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* 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
  2022-12-03 18:58   ` SeongJae Park
@ 2022-12-03 19:01     ` SeongJae Park
  0 siblings, 0 replies; 3+ messages in thread
From: SeongJae Park @ 2022-12-03 19:01 UTC (permalink / raw)
  To: SeongJae Park
  Cc: Greg KH, linux-kernel, akpm, stable-commits, yajun.deng, damon

Cc-ing Yajun Deng (author of the commit that this patch depends on for build)
and damon@lists.linux.dev.

On Sat, 3 Dec 2022 18:58:54 +0000 SeongJae Park <sj@kernel.org> wrote:

> Hi Greg,
> 
> On Sat, 3 Dec 2022 12:36:39 +0100 Greg KH <gregkh@linuxfoundation.org> wrote:
> 
> > On Sat, Dec 03, 2022 at 12:23:48PM +0100, gregkh@linuxfoundation.org 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 <stable@vger.kernel.org> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-03 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <167006662820424@kroah.com>
2022-12-03 11:36 ` 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 Greg KH
2022-12-03 18:58   ` SeongJae Park
2022-12-03 19:01     ` SeongJae Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox