PT-2026-61267
In the Linux kernel, the following vulnerability has been resolved: mm/rmap: initialize nr pages to 1 at loop start in try to unmap one Initialize nr pages to 1 at the start of each loop iteration, like folio referenced one does. Without this, nr pages computed by a previous folio unmap pte batch...