Page MenuHomeFreeBSD

linuxkpi: Fix set_memory_*
ClosedPublic

Authored by tijl on May 2 2024, 9:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 10:52 AM
Unknown Object (File)
Mon, Sep 29, 11:42 PM
Unknown Object (File)
Sep 5 2025, 6:30 PM
Unknown Object (File)
Sep 4 2025, 11:34 AM
Unknown Object (File)
Aug 28 2025, 5:44 AM
Unknown Object (File)
Aug 6 2025, 10:30 AM
Unknown Object (File)
Aug 1 2025, 10:41 AM
Unknown Object (File)
Jul 10 2025, 4:52 PM

Details

Summary

set_memory_* is currently implemented using PHYS_TO_DMAP but not all
architectures have a DMAP. Looking at how this function is used the
given address isn't physical, but virtual so the PHYS_TO_DMAP call
can simply be removed.

Also cast numpages before shifting it to avoid overflow.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable