On Fri, Sep 23, 2022 at 09:46:08AM -0700, Steve Kargl wrote:
> On Thu, Sep 22, 2022 at 03:00:53PM -0400, Mark Johnston wrote:
> >
> > I think this untested patch will address the panics. The bug was there
> > for a long time but some recent restructuring added an assertion which
> > caught it.
>
Dear FreeBSD Community,
The deadline for the next FreeBSD Quarterly Status update is
September, 30th 2022 for work done since the last round of Quarterly Reports:
July 2022 - September 2022.
I would like to remind you that reports are collected during the last
month of every quarter.
Status repor
On 9/23/22 23:33, Andriy Gapon wrote:
It seems that the problem may be related to different keyboard LED
states between the VTs. The system is a fresh stable/13. The panic
looks like an attempt to sleep while in an interrupt thread (a callout?).
Hi,
I suspect vt_switch_timer must have a
It seems that the problem may be related to different keyboard LED states
between the VTs. The system is a fresh stable/13. The panic looks like an
attempt to sleep while in an interrupt thread (a callout?).
panic: sleepq_add: td 0xf80006af to sleep on wchan 0xf802ea752e08
wit
On Thu, Sep 22, 2022 at 03:00:53PM -0400, Mark Johnston wrote:
>
> I think this untested patch will address the panics. The bug was there
> for a long time but some recent restructuring added an assertion which
> caught it.
>
> diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c
> index 9