Page MenuHomeFreeBSD

Do nothing in vt_upgrade if no driver is available
ClosedPublic

Authored by emaste on Oct 16 2014, 5:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 6:37 AM
Unknown Object (File)
Sun, Dec 8, 12:33 PM
Unknown Object (File)
Sat, Dec 7, 7:00 PM
Unknown Object (File)
Nov 14 2024, 10:44 PM
Unknown Object (File)
Nov 14 2024, 8:43 AM
Unknown Object (File)
Nov 14 2024, 5:04 AM
Unknown Object (File)
Nov 6 2024, 12:38 PM
Unknown Object (File)
Oct 27 2024, 4:46 PM
Subscribers
None

Details

Summary

If no drivers are available we previously panicked with:

panic: vtbuf_fill_locked begin.tp_row 0 must be < screen height 0

PR 192248
https://bugs.freebsd.org/192248

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to Do nothing in vt_upgrade if no driver is available.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: ray, dumbbell.
ray edited edge metadata.

Correct

Thanks Ed!

This revision is now accepted and ready to land.Oct 17 2014, 12:15 PM
emaste updated this revision to Diff 2017.

Closed by commit rS273219 (authored by @emaste).