Page MenuHomeFreeBSD

pmap arm64: fixing pmap_invalidate_range
ClosedPublic

Authored by wma on Mar 7 2016, 11:25 AM.
Tags
None
Referenced Files
F107477015: D5569.diff
Tue, Jan 14, 6:11 PM
Unknown Object (File)
Dec 13 2024, 5:19 AM
Unknown Object (File)
Dec 1 2024, 8:36 AM
Unknown Object (File)
Nov 22 2024, 1:31 PM
Unknown Object (File)
Nov 18 2024, 11:50 PM
Unknown Object (File)
Nov 18 2024, 8:16 PM
Unknown Object (File)
Nov 18 2024, 7:47 PM
Unknown Object (File)
Nov 18 2024, 4:28 PM
Subscribers

Details

Summary

It seems that if range within one page is given this page will not be
invalidated at all.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

wma retitled this revision from to pmap arm64: fixing pmap_invalidate_range.
wma updated this object.
wma edited the test plan for this revision. (Show Details)
wma added reviewers: andrew, zbb, der_semihalf.com.
wma set the repository for this revision to rS FreeBSD src repository - subversion.
zbb edited edge metadata.
This revision is now accepted and ready to land.Mar 8 2016, 9:23 AM

Where are we calling pmap_invalidate_range where the end address is not a multiple of PAGE_SIZE?

Currently, nowhere. But that's not a reason for keeping the function broken. We wanted to use it for segfault debugging during buildworld and it's better to cleanup the code rather than workaround xxx_range function wherever is called.

This revision was automatically updated to reflect the committed changes.