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)
Sun, Jan 12, 6:04 PM
Unknown Object (File)
Dec 15 2024, 11:07 PM
Unknown Object (File)
Nov 28 2024, 11:04 PM
Unknown Object (File)
Nov 24 2024, 3:16 PM
Unknown Object (File)
Oct 30 2024, 1:32 AM
Unknown Object (File)
Sep 30 2024, 6:07 PM
Unknown Object (File)
Sep 24 2024, 4:20 AM
Unknown Object (File)
Sep 18 2024, 12:51 AM
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