Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2026 17:33:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 293301] Kernel panic on tty switch
Message-ID:  <bug-293301-227-Sn8S2EFbpw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-293301-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293301

John Baldwin <jhb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb@FreeBSD.org

--- Comment #4 from John Baldwin <jhb@FreeBSD.org> ---
My guess is that the drm driver is using a Linux work item that gets mapped
onto a taskqueue in its vd->vd_driver->vd_postswitch callback.  Maybe something
can be done to implement the emulation of work items to not use taskqueue, but
a simpler fix for this case might be to teach the atkbd driver to defer the
actual VT switch to a task instead of running it directly from the ithread? 
That last bit is probably simple to do at least.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293301-227-Sn8S2EFbpw>