Re: [PATCH] bpf is now blocking again with and without timeout

2015-01-24 Thread David Gwynne
> On 21 Jan 2015, at 5:50 am, Simon Mages wrote: > > Sorry, i did not test the Patch well enough. > > It is still broken, but in a different way. > > I think tedu forgot in his patch to reset d->bd_rdStart. From my point > of view it > should be zero after sleeping in this case. Because if you

spdmem(4) - print out correct tCAS of DDR2 DIMMs

2015-01-24 Thread David Vasek
Hello, this diff makes spdmem(4) print out CAS latencies of DDR2 SDRAM DIMMs instead of "random garbage". 1) "i" is not "1" 2) CAS latency can be up to 7 (CL6 and CL7 DDR2 SDRAMs are common). Regards, David Index: sys/dev/spdmem.c =

Re: syslogd TLS verify

2015-01-24 Thread Ted Unangst
On Sat, Jan 24, 2015 at 20:40, Alexander Bluhm wrote: > On Thu, Jan 22, 2015 at 12:54:46AM +0100, Alexander Bluhm wrote: >> With this diff, syslogd verifies the x509 certificate of the TLS >> server before sending any messages to it. >> >> Note that you also need Reyk's extensions to libtls and lib

Re: amd64 softlock and interlocking

2015-01-24 Thread Mark Kettenis
> Date: Sat, 24 Jan 2015 10:47:59 +1000 > From: David Gwynne > > Lots of other things would have to change when that happens too. Until then > I'll take any latency improvement I can get. The difference is noticable? Note that intr_disestablish() uses an atomic operation to clear bits. That one

Re: syslogd TLS verify

2015-01-24 Thread Alexander Bluhm
On Thu, Jan 22, 2015 at 12:54:46AM +0100, Alexander Bluhm wrote: > With this diff, syslogd verifies the x509 certificate of the TLS > server before sending any messages to it. > > Note that you also need Reyk's extensions to libtls and libssl to > use the CA file with privsep. So I will not commi