Re: [RFC] acpi: add acpitimer_delay(), acpihpet_delay()

2022-09-12 Thread Scott Cheloha
On Thu, Sep 08, 2022 at 08:24:11AM -0500, Scott Cheloha wrote: > On Thu, Sep 08, 2022 at 05:52:43AM +0300, Pavel Korovin wrote: > > On 09/07, Scott Cheloha wrote: > > > Just to make sure that my changes to acpihpet(4) actually caused > > > the problem, I have a few more questions: > > > > > > 1.

Re: soreceive() with shared netlock for raw sockets

2022-09-12 Thread Alexander Bluhm
On Sat, Sep 10, 2022 at 10:49:40PM +0300, Vitaliy Makkoveev wrote: > As it was done for udp and divert sockets. I have no stess test for parallel receive yet. Diff looks reasonable. OK bluhm@ > Index: sys/netinet/ip_var.h > === >

Re: Change pru_rcvd() return type to the type of void

2022-09-12 Thread Alexander Bluhm
On Sat, Sep 10, 2022 at 10:18:15PM +0300, Vitaliy Makkoveev wrote: > We have no interest on pru_rcvd() return value. Also, we call pru_rcvd() > only if the socket's protocol have PR_WANTRCVD flag set. Such sockets > are route domain, tcp(4) and unix(4) sockets. > > This diff keeps the PR_WANTRCVD

Re: installboot: powerpc64: fix passing explicit stage files

2022-09-12 Thread Klemens Nanni
On Mon, Sep 12, 2022 at 12:37:53PM +, Klemens Nanni wrote: > This fixes installboot regress on powerpc64, forgot to send it earlier. > > The same diff already landed for macppc; efi already the same fix > md_init() but without the cleanup that entails for macppc and powerpc64. > > From

installboot: powerpc64: fix passing explicit stage files

2022-09-12 Thread Klemens Nanni
This fixes installboot regress on powerpc64, forgot to send it earlier. The same diff already landed for macppc; efi already the same fix md_init() but without the cleanup that entails for macppc and powerpc64. >From macppc_installboot.c r1.6 "Fix passing explicit stage files": Using

Re: acpihpet(4): acpihpet_delay: only use lower 32 bits of counter

2022-09-12 Thread Jonathan Gray
On Fri, Sep 09, 2022 at 07:32:58AM -0500, Scott Cheloha wrote: > On Fri, Sep 09, 2022 at 03:59:01PM +1000, Jonathan Gray wrote: > > On Thu, Sep 08, 2022 at 08:31:21PM -0500, Scott Cheloha wrote: > > > On Sat, Aug 27, 2022 at 09:28:06PM -0500, Scott Cheloha wrote: > > > > Whoops, forgot about the