2024-04-09 19:01:10

by Ho-Ren (Jack) Chuang

[permalink] [raw]
Subject: Re: [External] Re: [PATCH v11 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types

Hi Jonathan,

On Fri, Apr 5, 2024 at 6:56 AM Jonathan Cameron
<[email protected]> wrote:
>
> On Fri, 5 Apr 2024 00:07:05 +0000
> "Ho-Ren (Jack) Chuang" <[email protected]> wrote:
>
> > Since different memory devices require finding, allocating, and putting
> > memory types, these common steps are abstracted in this patch,
> > enhancing the scalability and conciseness of the code.
> >
> > Signed-off-by: Ho-Ren (Jack) Chuang <[email protected]>
> > Reviewed-by: "Huang, Ying" <[email protected]>
> Reviewed-by: Jonathan Cameron <[email protected]>
>
Thank you for reviewing and for adding your "Reviewed-by"!
I was wondering if I need to send a v12 and manually add
this to the commit description, or if this is sufficient.

--
Best regards,
Ho-Ren (Jack) Chuang
莊賀任


2024-04-09 21:50:33

by Andrew Morton

[permalink] [raw]
Subject: Re: [External] Re: [PATCH v11 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types

On Tue, 9 Apr 2024 12:00:06 -0700 "Ho-Ren (Jack) Chuang" <[email protected]> wrote:

> Hi Jonathan,
>
> On Fri, Apr 5, 2024 at 6:56 AM Jonathan Cameron
> <[email protected]> wrote:
> >
> > On Fri, 5 Apr 2024 00:07:05 +0000
> > "Ho-Ren (Jack) Chuang" <[email protected]> wrote:
> >
> > > Since different memory devices require finding, allocating, and putting
> > > memory types, these common steps are abstracted in this patch,
> > > enhancing the scalability and conciseness of the code.
> > >
> > > Signed-off-by: Ho-Ren (Jack) Chuang <[email protected]>
> > > Reviewed-by: "Huang, Ying" <[email protected]>
> > Reviewed-by: Jonathan Cameron <[email protected]>
> >
> Thank you for reviewing and for adding your "Reviewed-by"!
> I was wondering if I need to send a v12 and manually add
> this to the commit description, or if this is sufficient.

I had added Jonathan's r-b to the mm.git copy of this patch.

2024-04-09 23:10:13

by Ho-Ren (Jack) Chuang

[permalink] [raw]
Subject: Re: [External] Re: [PATCH v11 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types

On Tue, Apr 9, 2024 at 2:50 PM Andrew Morton <akpm@linux-foundationorg> wrote:
>
> On Tue, 9 Apr 2024 12:00:06 -0700 "Ho-Ren (Jack) Chuang" <[email protected]> wrote:
>
> > Hi Jonathan,
> >
> > On Fri, Apr 5, 2024 at 6:56 AM Jonathan Cameron
> > <[email protected]> wrote:
> > >
> > > On Fri, 5 Apr 2024 00:07:05 +0000
> > > "Ho-Ren (Jack) Chuang" <[email protected]> wrote:
> > >
> > > > Since different memory devices require finding, allocating, and putting
> > > > memory types, these common steps are abstracted in this patch,
> > > > enhancing the scalability and conciseness of the code.
> > > >
> > > > Signed-off-by: Ho-Ren (Jack) Chuang <[email protected]>
> > > > Reviewed-by: "Huang, Ying" <[email protected]>
> > > Reviewed-by: Jonathan Cameron <[email protected]>
> > >
> > Thank you for reviewing and for adding your "Reviewed-by"!
> > I was wondering if I need to send a v12 and manually add
> > this to the commit description, or if this is sufficient.
>
> I had added Jonathan's r-b to the mm.git copy of this patch.

Got it~ Thank you Andrew!

--
Best regards,
Ho-Ren (Jack) Chuang
莊賀任