Re: RFC: PERCPU_LIST to fix PR kern/52515

2017-12-10 Thread Kengo NAKAHARA
Hi, On 2017/12/11 11:09, Taylor R Campbell wrote: >> Date: Mon, 11 Dec 2017 10:53:11 +0900 >> From: Kengo NAKAHARA >> >> Thank you for your reviewing. I see. Here is the updated patch. >> [...] >> If there is no problem, can I commit and pullup -8 the patch? > > LGTM,

Re: RFC: PERCPU_LIST to fix PR kern/52515

2017-12-10 Thread Taylor R Campbell
> Date: Mon, 11 Dec 2017 10:53:11 +0900 > From: Kengo NAKAHARA > > Thank you for your reviewing. I see. Here is the updated patch. > [...] > If there is no problem, can I commit and pullup -8 the patch? LGTM, please commit!

Re: RFC: PERCPU_LIST to fix PR kern/52515

2017-12-10 Thread Kengo NAKAHARA
Hi, On 2017/12/09 0:18, Taylor R Campbell wrote: >> Date: Fri, 8 Dec 2017 18:51:28 +0900 >> From: Kengo NAKAHARA >> >> However, it seems your patch has large diff... From the point of code >> stability, smaller diff SLIST version would be better for netbsd-8 branch >> to

Re: kernel condvars: how to use?

2017-12-10 Thread Taylor R Campbell
> Date: Fri, 8 Dec 2017 14:00:40 -0500 (EST) > From: Mouse > > > If anything, you should just test rather whether you changed from a > > state that would block a read to a state in which a read can make > > progress. > > That's kind-of what LPT_RF_WAITING records.