All of lore.kernel.org
 help / color / mirror / Atom feed
* {xen, dom0}_vga_console_info.u.vesa_lfb.lfb_base field too small
@ 2019-05-05 13:27 ` Marek Marczykowski-Górecki
  0 siblings, 0 replies; 10+ messages in thread
From: Marek Marczykowski-Górecki @ 2019-05-05 13:27 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 999 bytes --]

Hi,

I have a machine that allocate vesa LFB above 4GB, as reported by UEFI
GOP. At 0x4000000000 to be specific.
vga_console_info.u.vesa_lfb.lfb_base is a 32bit field, so it gets
truncated, leading to all kind of memory corruptions when something
writes there.
If that would be only about Xen, that wouldn't be that bad, but
unfortunately exactly the same structure is used as an interface for
dom0 start info (at least PV one).
My only idea is to introduce yet another entry in *_vga_console_info.u
union (efi_lfb64?) with a 64bit lfb_base field. And mark it in
video_type (XEN_VGATYPE_EFI_LFB64?). But I'm not sure how non-patched
Linux (or other supported OSes) would respond to this. xen_init_vga() in
Linux doesn't seem to bail on unknown video_type, so it may be fragile.

Any better ideas?

-- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-05-06 11:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-05 13:27 {xen, dom0}_vga_console_info.u.vesa_lfb.lfb_base field too small Marek Marczykowski-Górecki
2019-05-05 13:27 ` [Xen-devel] " Marek Marczykowski-Górecki
2019-05-06  8:04 ` Juergen Gross
2019-05-06  8:04   ` [Xen-devel] " Juergen Gross
2019-05-06  9:57   ` Jan Beulich
2019-05-06  9:57     ` [Xen-devel] " Jan Beulich
2019-05-06 10:29     ` Marek Marczykowski
2019-05-06 10:29       ` [Xen-devel] " Marek Marczykowski
2019-05-06 11:46       ` Jan Beulich
2019-05-06 11:46         ` [Xen-devel] " Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.