Page MenuHomeFreeBSD

Fix various places which cast a pointer to a vm_paddr_t or vice versa.
ClosedPublic

Authored by jhb on Sep 27 2022, 5:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 1:13 AM
Unknown Object (File)
Fri, Oct 10, 7:02 AM
Unknown Object (File)
Fri, Oct 10, 1:07 AM
Unknown Object (File)
Fri, Oct 10, 1:07 AM
Unknown Object (File)
Fri, Oct 10, 1:07 AM
Unknown Object (File)
Thu, Oct 9, 8:51 PM
Unknown Object (File)
Sat, Sep 27, 1:53 AM
Unknown Object (File)
Wed, Sep 17, 10:45 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Sep 27 2022, 5:34 PM
This revision is now accepted and ready to land.Sep 27 2022, 6:22 PM
sys/x86/xen/hvm.c
200

I suspect this is supposed to be (vm_paddr_t)((uintptr_t)&hypercall_page - KERNBASE).

This revision now requires review to proceed.Sep 29 2022, 10:11 PM
This revision is now accepted and ready to land.Sep 30 2022, 2:20 PM