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)
Fri, May 22, 7:42 AM
Unknown Object (File)
Fri, May 22, 1:04 AM
Unknown Object (File)
Fri, May 22, 12:38 AM
Unknown Object (File)
Thu, May 21, 2:52 PM
Unknown Object (File)
Wed, May 20, 11:48 PM
Unknown Object (File)
Wed, May 20, 11:57 AM
Unknown Object (File)
Mon, May 4, 1:56 PM
Unknown Object (File)
Sun, May 3, 10:44 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.