Re: pcb mutex userland

2022-03-18 Thread Alexander Bluhm
On Thu, Mar 17, 2022 at 12:47:15AM +0100, Alexander Bluhm wrote: > My previous atempt to add a mutex to in_pcb.h was reverted as it > broke userland build. This diff passes make release and regress test. I would like to commit it to proceed with pcb locking. Generally fixing sysctl includes is ou

Re: refcount btrace

2022-03-18 Thread Alexander Bluhm
On Thu, Mar 17, 2022 at 07:25:27AM +, Visa Hankala wrote: > On Thu, Mar 17, 2022 at 12:42:13AM +0100, Alexander Bluhm wrote: > > I would like to use btrace to debug refernce counting. The idea > > is to a a tracepoint for every type of refcnt we have. When it > > changes, print the actual obj

Re: initial 11ac support for iwm(4)

2022-03-18 Thread Stefan Sperling
On Fri, Mar 18, 2022 at 01:39:01PM +0100, Marcus MERIGHI wrote: > Hello, > > s...@stsp.name (Stefan Sperling), 2022.03.17 (Thu) 21:09 (CET): > > On Thu, Mar 17, 2022 at 07:02:06PM +0100, Marcus MERIGHI wrote: > > > s...@stsp.name (Stefan Sperling), 2022.03.16 (Wed) 16:11 (CET): > > > > This patch

Re: initial 11ac support for iwm(4)

2022-03-18 Thread Stefan Sperling
On Fri, Mar 18, 2022 at 05:25:42AM +0100, Landry Breuil wrote: > interestingly, when associated over ac to the livebox the background > scans only shows the 5ghz channels from both APs, but when im associated > to my regular AP the background scans shows both 2ghz and 5ghz chans. > not sure that ma

Re: pcb mutex userland

2022-03-18 Thread Mark Kettenis
> Date: Thu, 17 Mar 2022 15:14:51 +0100 > From: Alexander Bluhm > > On Thu, Mar 17, 2022 at 02:09:39PM +0100, Mark Kettenis wrote: > > I fear the fundamental problem is that we should not expose data > > structures internal to the kernel to userland. What I don't > > understand though is how tha

Re: pcb mutex userland

2022-03-18 Thread Mark Kettenis
> From: "Ted Unangst" > Date: Fri, 18 Mar 2022 05:04:23 -0400 > > On 2022-03-17, Alexander Bluhm wrote: > > On Thu, Mar 17, 2022 at 01:07:12AM +0100, Mark Kettenis wrote: > > > > Date: Thu, 17 Mar 2022 01:01:46 +0100 (CET) > > > > From: Mark Kettenis > > > > > > > > > Date: Thu, 17 Mar 2022 00:

Re: pcb mutex userland

2022-03-18 Thread Ted Unangst
On 2022-03-17, Alexander Bluhm wrote: > On Thu, Mar 17, 2022 at 01:07:12AM +0100, Mark Kettenis wrote: > > > Date: Thu, 17 Mar 2022 01:01:46 +0100 (CET) > > > From: Mark Kettenis > > > > > > > Date: Thu, 17 Mar 2022 00:47:15 +0100 > > > > From: Alexander Bluhm > > > > > > > > Hi, > > > > > > >

Re: refcount btrace

2022-03-18 Thread Visa Hankala
On Thu, Mar 17, 2022 at 06:16:51PM +0100, Alexander Bluhm wrote: > On Thu, Mar 17, 2022 at 07:25:27AM +, Visa Hankala wrote: > > On Thu, Mar 17, 2022 at 12:42:13AM +0100, Alexander Bluhm wrote: > > > I would like to use btrace to debug refernce counting. The idea > > > is to a a tracepoint for