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
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,
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