Message ID | 160106109960.30709.7379926726669669398.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | device-dax: support sub-dividing soft-reserved ranges | expand |
Hey Dan, On 9/25/20 8:11 PM, Dan Williams wrote: > Changes since v4 [1]: > - Rebased on > device-dax-move-instance-creation-parameters-to-struct-dev_dax_data.patch > in -mm [2]. I.e. patches that did not need fixups from v4 are not > included. > > - Folded all fixes > Hmm, perhaps you missed the fixups before the above mentioned patch? From: https://www.ozlabs.org/~akpm/mmots/series under "mm/dax", I am listing those fixups here: x86-numa-add-nohmat-option-fix.patch acpi-hmat-refactor-hmat_register_target_device-to-hmem_register_device-fix.patch mm-memory_hotplug-introduce-default-phys_to_target_node-implementation-fix.patch acpi-hmat-attach-a-device-for-each-soft-reserved-range-fix.patch (in https://www.ozlabs.org/~akpm/mmots/broken-out/) [...] > --- > > Andrew, this series replaces > > device-dax-make-pgmap-optional-for-instance-creation.patch > > ...through... > > dax-hmem-introduce-dax_hmemregion_idle-parameter.patch > > ...in your stack. > > Let me know if there is a different / preferred way to refresh a bulk of > patches in your queue when only a subset need updates. >
On Fri, Sep 25, 2020 at 1:52 PM Joao Martins <joao.m.martins@oracle.com> wrote: > > Hey Dan, > > On 9/25/20 8:11 PM, Dan Williams wrote: > > Changes since v4 [1]: > > - Rebased on > > device-dax-move-instance-creation-parameters-to-struct-dev_dax_data.patch > > in -mm [2]. I.e. patches that did not need fixups from v4 are not > > included. > > > > - Folded all fixes > > > > Hmm, perhaps you missed the fixups before the above mentioned patch? > > From: > > https://www.ozlabs.org/~akpm/mmots/series > > under "mm/dax", I am listing those fixups here: > > x86-numa-add-nohmat-option-fix.patch > acpi-hmat-refactor-hmat_register_target_device-to-hmem_register_device-fix.patch > mm-memory_hotplug-introduce-default-phys_to_target_node-implementation-fix.patch > acpi-hmat-attach-a-device-for-each-soft-reserved-range-fix.patch > > (in https://www.ozlabs.org/~akpm/mmots/broken-out/) I left those for Andrew to handle. I actually should have started this set one more down in his stack because that's where my new changes start.
On 9/25/20 10:01 PM, Dan Williams wrote: > On Fri, Sep 25, 2020 at 1:52 PM Joao Martins <joao.m.martins@oracle.com> wrote: >> >> Hey Dan, >> >> On 9/25/20 8:11 PM, Dan Williams wrote: >>> Changes since v4 [1]: >>> - Rebased on >>> device-dax-move-instance-creation-parameters-to-struct-dev_dax_data.patch >>> in -mm [2]. I.e. patches that did not need fixups from v4 are not >>> included. >>> >>> - Folded all fixes >>> >> >> Hmm, perhaps you missed the fixups before the above mentioned patch? >> >> From: >> >> https://www.ozlabs.org/~akpm/mmots/series >> >> under "mm/dax", I am listing those fixups here: >> >> x86-numa-add-nohmat-option-fix.patch >> acpi-hmat-refactor-hmat_register_target_device-to-hmem_register_device-fix.patch >> mm-memory_hotplug-introduce-default-phys_to_target_node-implementation-fix.patch >> acpi-hmat-attach-a-device-for-each-soft-reserved-range-fix.patch >> >> (in https://www.ozlabs.org/~akpm/mmots/broken-out/) > > I left those for Andrew to handle. I actually should have started this > set one more down in his stack because that's where my new changes > start. > Ah, got it!