Page MenuHomeFreeBSD

hyperv/vmbus: avoid crash, panic if vbe fb info is missing
ClosedPublic

Authored by bhughes on Dec 10 2020, 12:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2024, 12:50 PM
Unknown Object (File)
Dec 20 2023, 5:14 AM
Unknown Object (File)
Dec 3 2023, 2:35 PM
Unknown Object (File)
Dec 3 2023, 2:35 PM
Unknown Object (File)
Dec 3 2023, 2:35 PM
Unknown Object (File)
Dec 3 2023, 2:21 PM
Unknown Object (File)
Nov 20 2023, 10:15 AM
Unknown Object (File)
Nov 12 2023, 8:20 AM
Subscribers

Details

Summary

Do not assume that VBE framebuffer metadata can be used. Like with the EFI fb metadata, it may be null, so we should take care not to dereference the null vbefb pointer. This avoids a panic when booting -CURRENT on a gen1 VM in Azure.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bhughes retitled this revision from hyperv/vmbus: avoid crash, panic if vbe fb info is missing Do not assume that VBE framebuffer metadata can be used. Like with the EFI fb metadata, it may be null, so we should take care not to dereference the null vbefb pointer. This avoids a... to hyperv/vmbus: avoid crash, panic if vbe fb info is missing.Dec 10 2020, 12:26 PM
bhughes edited the summary of this revision. (Show Details)

Seems good, sorry about it:)

This revision is now accepted and ready to land.Dec 10 2020, 12:28 PM