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)
Sat, Jul 18, 4:48 PM
Unknown Object (File)
Jun 16 2026, 12:24 AM
Unknown Object (File)
Jun 13 2026, 1:26 PM
Unknown Object (File)
Jun 10 2026, 5:06 AM
Unknown Object (File)
Jun 9 2026, 8:02 PM
Unknown Object (File)
Jun 5 2026, 1:00 AM
Unknown Object (File)
Jun 4 2026, 11:48 PM
Unknown Object (File)
Jun 4 2026, 10:16 PM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.