Re: [External] : pfsync mutex mpfloor

2022-04-13 Thread Alexandr Nedvedicky
On Wed, Apr 13, 2022 at 09:33:52PM +0200, Alexander Bluhm wrote: > Hi, > > Hrvoje has hit a witness issue in pfsync. > > panic: acquiring blockable sleep lock with spinlock or critical > section held (kernel_lock) &kernel_lock > > panic(81f45bb7) at panic+0xbf > witness_checkorder(ff

Re: rate limit uvn_flush warning

2022-04-13 Thread Theo de Raadt
I think we should fix the bug and/or DELETE the message entirely

pfsync mutex mpfloor

2022-04-13 Thread Alexander Bluhm
Hi, Hrvoje has hit a witness issue in pfsync. panic: acquiring blockable sleep lock with spinlock or critical section held (kernel_lock) &kernel_lock panic(81f45bb7) at panic+0xbf witness_checkorder(8246e970,9,0) at witness_checkorder+0xb61 __mp_lock(8246e768) at __mp_loc

rate limit uvn_flush warning

2022-04-13 Thread Alexander Bluhm
Hi, If /usr fills up during relinking kernel, the console spits out masses of these warnings. uvn_flush: obj=0x0, offset=0x476. error during pageout. uvn_flush: WARNING: changes to page may be lost! uvn_flush: obj=0x0, offset=0x476. error during pageout. uvn_flush: WARNING: changes to p

OpenBGPD 7.3 released

2022-04-13 Thread Claudio Jeker
We have released OpenBGPD 7.3, which will be arriving in the OpenBGPD directory of your local OpenBSD mirror soon. This release includes the following changes to the previous release: * Macro expansion in the config file is improved. It is now possible to expand 'set large-community $my

Re: const openpty et al.

2022-04-13 Thread Theo Buehler
On Thu, Apr 07, 2022 at 06:11:45PM -0500, Matthew Martin wrote: > const the termp and winp arguments for openpty and related. This matches > the prototypes for openpty and forkpty in glibc and musl libc. This looks correct to me. I ran this through an amd64 bulk with no fallout. ok tb