SerenityOS build: Sunday, June 09
Images 💾⌗
- serenity-x86_64-20240609-a4ca757.img.gz (Raw image, 218.01 MiB)
Last commit ⭐⌗
commit a4ca757db9cf17f9a7962f30746ae5392fa0ea07
Author: brody-qq <brody.47.qq@gmail.com>
AuthorDate: Sun Jun 2 01:51:14 2024 +0100
Commit: Tim Ledbetter <timledbetter@gmail.com>
CommitDate: Sat Jun 8 22:36:03 2024 +0100
Kernel: Add method to clean up remapping region loops
In the VMObject code there are multiple examples of loops over
the VMObject's regions (using for_each_region()) that call remap()
on each region.
To clean up usage of this pattern, this patch adds a method in
VMObject that does this remapping loop. VMObject code that needs
to remap its regions call the new method.
Other builds