Re: sys_pselect assertion "timo || _kernel_lock_held()" failed

2023-02-14 Thread Vitaliy Makkoveev
On Tue, Feb 14, 2023 at 08:05:37AM +0100, Mark Kettenis wrote: > > Date: Tue, 14 Feb 2023 07:25:18 +0100 > > From: Anton Lindqvist > > > > On Tue, Feb 14, 2023 at 01:08:54AM +0100, Alexander Bluhm wrote: > > > Hi, > > > > > > Today I saw this panic on my i386 regress machine. > > > > > >

Re: sys_pselect assertion "timo || _kernel_lock_held()" failed

2023-02-14 Thread Theo de Raadt
It needs to be fixed in the next 8 hours, or it should be backed out.

Re: sys_pselect assertion "timo || _kernel_lock_held()" failed

2023-02-13 Thread Mark Kettenis
> Date: Tue, 14 Feb 2023 07:25:18 +0100 > From: Anton Lindqvist > > On Tue, Feb 14, 2023 at 01:08:54AM +0100, Alexander Bluhm wrote: > > Hi, > > > > Today I saw this panic on my i386 regress machine. > > > > panic: kernel diagnostic assertion "timo || _kernel_lock_held()" failed: > > file

Re: sys_pselect assertion "timo || _kernel_lock_held()" failed

2023-02-13 Thread Anton Lindqvist
On Tue, Feb 14, 2023 at 01:08:54AM +0100, Alexander Bluhm wrote: > Hi, > > Today I saw this panic on my i386 regress machine. > > panic: kernel diagnostic assertion "timo || _kernel_lock_held()" failed: file > "/usr/src/sys/kern/kern_synch.c", line 127 Same here on my amd64 and arm64

sys_pselect assertion "timo || _kernel_lock_held()" failed

2023-02-13 Thread Alexander Bluhm
Hi, Today I saw this panic on my i386 regress machine. panic: kernel diagnostic assertion "timo || _kernel_lock_held()" failed: file "/usr/src/sys/kern/kern_synch.c", line 127 Looks like src/regress/lib/libc/sys/ triggered it. Kernel was built from some 2023-02-13 source checkout. I will