Re: panic: "wakeup: p_stat is 2" using btrace(8) & vmd(8)

2024-03-27 Thread Claudio Jeker
On Sun, Mar 24, 2024 at 11:03:24AM +0100, Martin Pieuchot wrote: > On 22/02/24(Thu) 17:24, Claudio Jeker wrote: > > On Thu, Feb 22, 2024 at 04:16:57PM +0100, Martin Pieuchot wrote: > > > On 21/02/24(Wed) 13:05, Claudio Jeker wrote: > > > > On Tue, Feb 20, 2024 at 09:34:12PM +0100, Martin Pieuchot

Re: dwqe ifconfig down panic

2024-03-27 Thread Stefan Sperling
On Tue, Mar 26, 2024 at 11:05:49PM +0100, Patrick Wildt wrote: > On Fri, Mar 01, 2024 at 12:00:29AM +0100, Alexander Bluhm wrote: > > Hi, > > > > When doing flood ping transmit from a machine and simultaneously > > ifconfig down/up in a loop, dwqe(4) interface driver crashes. > * Don't run

Re: FW: ls -l Segmentation fault

2024-03-27 Thread Denis Fondras
Le Tue, Mar 26, 2024 at 01:58:37PM -0600, Todd C. Miller a écrit : > On Tue, 26 Mar 2024 12:45:09 -0700, guent...@openbsd.org wrote: > > > Someone want to craft a diff for ls to handle that (and scan the tree for > > other unchecked localtime() calls)? Not sure if > > POSIX's ls spec has an

Re: dwqe ifconfig down panic

2024-03-27 Thread Mark Kettenis
> Date: Tue, 26 Mar 2024 23:05:49 +0100 > From: Patrick Wildt > > On Fri, Mar 01, 2024 at 12:00:29AM +0100, Alexander Bluhm wrote: > > Hi, > > > > When doing flood ping transmit from a machine and simultaneously > > ifconfig down/up in a loop, dwqe(4) interface driver crashes. > > > >

Re: dwqe ifconfig down panic

2024-03-27 Thread Patrick Wildt
On Fri, Mar 01, 2024 at 12:00:29AM +0100, Alexander Bluhm wrote: > Hi, > > When doing flood ping transmit from a machine and simultaneously > ifconfig down/up in a loop, dwqe(4) interface driver crashes. > > dwqe_down() contains an interrupt barrier, but somehow it does not > work. Immediately

ifconfig freezes the operating system

2024-03-27 Thread Petteri Reunamo
system user kernel i386 Synopsis: OS freezes when user runs ifconfig after suspend or hibernate Category: >Environment: System : OpenBSD 7.4 Details : OpenBSD 7.4 (GENERIC) #875: Tue Oct 10 08:58:08 MDT 2023

Re: pcidevs_data.h relies on pcireg.h despite not including it.

2024-03-27 Thread Theo de Raadt
Gibson Pilconis wrote: > I'm working on a project that supports OpenBSD and I noticed that > pcidevs_data.h uses > structures defined in pcireg.h but doesn't include the file. As a result, > pcireg.h has > to be included before pcidevs_data.h or else the compiler will throw an > error. > >