Page MenuHomeFreeBSD

Make page size dynamic in libkvm for arm64
ClosedPublic

Authored by andrew on Mar 14 2022, 2:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 16, 2:25 PM
Unknown Object (File)
Tue, Nov 11, 6:13 AM
Unknown Object (File)
Mon, Nov 10, 9:42 PM
Unknown Object (File)
Tue, Nov 4, 2:39 AM
Unknown Object (File)
Oct 24 2025, 12:31 AM
Unknown Object (File)
Oct 24 2025, 12:31 AM
Unknown Object (File)
Oct 24 2025, 12:31 AM
Unknown Object (File)
Oct 24 2025, 12:31 AM
Subscribers

Details

Summary

To allow for a future 16k or 64k page size we need to tell libkvm which
is being used. Add a flag field in unused space in minidumphdr and use
it to signal between the different options.

Test Plan

Kua tests pass & w -M <core> works

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44765
Build 41653: arc lint + arc unit

Event Timeline

lib/libkvm/kvm_minidump_aarch64.c
51

The line break doesn't seem to be needed.

108

Is it supposed to be vmst->hdr.version < 1?

188–190

Maybe define aarch64_trunc_page() to complement aarch64_round_page().

  • Remove a line break
  • Fix version check
  • Add aarch64_trunc_page
This revision is now accepted and ready to land.Mar 14 2022, 4:38 PM
This revision was automatically updated to reflect the committed changes.