Page MenuHomeFreeBSD

Handle concurrent pmap_kextract() and promotion/demotion on arm64
ClosedPublic

Authored by alc on Aug 6 2019, 3:15 PM.
Tags
None
Referenced Files
F85335585: D21169.id60507.diff
Tue, Jun 4, 3:45 PM
Unknown Object (File)
Thu, May 9, 8:30 AM
Unknown Object (File)
May 3 2024, 4:08 PM
Unknown Object (File)
Apr 28 2024, 3:48 AM
Unknown Object (File)
Apr 25 2024, 11:40 AM
Unknown Object (File)
Jan 25 2024, 10:49 PM
Unknown Object (File)
Dec 28 2023, 1:07 PM
Unknown Object (File)
Dec 23 2023, 1:43 AM

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

andrew added inline comments.
arm64/arm64/pmap.c
1134

This else is unneeded as the if will return.

This revision is now accepted and ready to land.Aug 7 2019, 10:20 AM

Deindent most of pmap_kextract().

Revise the comment in pmap_kextract() to refer to pmap_update_entry() rather than demotion and promotion because we also use pmap_update_entry() on L3 entries in pmap_change_attr_locked().

This revision now requires review to proceed.Aug 7 2019, 4:09 PM
alc marked an inline comment as done.Aug 7 2019, 4:10 PM
This revision is now accepted and ready to land.Aug 7 2019, 4:11 PM