Re: [PATCH v3 0/4] Support persistent memory as reserved type in e820/EFI

From: Toshi Kani
Date: Wed Mar 09 2016 - 14:42:27 EST


On Wed, 2016-03-09 at 11:30 -0800, Dan Williams wrote:
> On Wed, Mar 9, 2016 at 11:46 AM, Toshi Kani <toshi.kani@xxxxxxx> wrote:
Â:
> > Toshi Kani (4):
> > Â1/4 resource: Change __request_region to inherit from immediate parent
> > Â2/4 resource: Add remove_resource interface
> > Â3/4 resource: Export insert_resource and remove_resource
> > Â4/4 ACPI: Change NFIT driver to insert new resource
> >
> > ---
> > Âdrivers/acpi/nfit.cÂÂÂÂ| 48 ++++++++++++++++++++++++++++++++++++++++
> > Âinclude/linux/ioport.h |ÂÂ1 +
> > Âkernel/resource.cÂÂÂÂÂÂ| 60
> > +++++++++++++++++++++++++++++++++++++++++++-------
> > Â3 files changed, 101 insertions(+), 8 deletions(-)
>
> Hi Toshi, this looks good to me and passes my testing.
>
> I'll give it until the end of the day if there is any more feedback
> and otherwise merge it into the pending libnvdimm updates for 4.6.

Great! Thanks Dan!
-Toshi