Re: [PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts

2025-03-03 Thread Andrew Morton
On Fri, 28 Feb 2025 14:42:40 +1100 Alistair Popple wrote: > This is essentially the same as what's currently in mm-unstable aside from > the two updates listed below. The main thing to note is it incorporates > Balbir's fixup which is currently in mm-unstable as c98612955016 > ("mm-allow-compound

Re: [PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts

2025-02-27 Thread Alistair Popple
Andrew, This is essentially the same as what's currently in mm-unstable aside from the two updates listed below. The main thing to note is it incorporates Balbir's fixup which is currently in mm-unstable as c98612955016 ("mm-allow-compound-zone-device-pages-fix-fix") - Alistair On Fri, Feb 28,

[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts

2025-02-27 Thread Alistair Popple
Main updates since v8: - Fixed reading of bad pgmap in migrate_vma_collect_pmd() as reported/fixed by Balbir. - Fixed bad warnings generated in free_zone_device_folio() when pgmap->ops isn't defined, even if it's not required to be. As reported by Gerald. Main updates since v7: - Rebas