On 9/25/20 10:01 PM, Dan Williams wrote: > On Fri, Sep 25, 2020 at 1:52 PM Joao Martins <joao.m.mart...@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!
- [PATCH v5 01/17] device-dax: make pgmap optional for instanc... Dan Williams
- [PATCH v5 08/17] drivers/base: make device_find_child_by_nam... Dan Williams
- [PATCH v5 13/17] device-dax: introduce 'mapping' devices Dan Williams
- [PATCH v5 02/17] device-dax/kmem: introduce dax_kmem_range() Dan Williams
- [PATCH v5 11/17] mm/memremap_pages: support multiple ranges ... Dan Williams
- [PATCH v5 10/17] mm/memremap_pages: convert to 'struct range... Dan Williams
- [PATCH v5 07/17] device-dax: introduce 'seed' devices Dan Williams
- [PATCH v5 17/17] device-dax: add a range mapping allocation ... Dan Williams
- Re: [PATCH v5 00/17] device-dax: support sub-dividing soft-r... Joao Martins
- Re: [PATCH v5 00/17] device-dax: support sub-dividing s... Dan Williams
- Re: [PATCH v5 00/17] device-dax: support sub-dividi... Joao Martins
- [PATCH v5 05/17] device-dax: add an allocation interface for... Dan Williams
- [PATCH v5 06/17] device-dax: introduce 'struct dev_dax' type... Dan Williams
- [PATCH v5 14/17] device-dax: make align a per-device propert... Dan Williams
- [PATCH v5 09/17] device-dax: add resize support Dan Williams
- [PATCH v5 12/17] device-dax: add dis-contiguous resource sup... Dan Williams
- Re: [PATCH v5 15/17] device-dax: add an 'align' attribute Andrew Morton