Re: pci_sdhc: Intel eMMC controller fix

2019-11-21 Thread James Hastings
On 11/20/19, Patrick Wildt wrote: > > A bit late, but committed, thanks! By the way, now that we > have your glkgpio(4), does that make the SD controller work? > > Patrick > Thanks. The SD slot does not work yet. Needs ACPI gpio bits in pci frontend for card detect.

Re: iked(8): Don't change SA state before message is validated

2019-11-21 Thread Tobias Heider
On Thu, Nov 21, 2019 at 01:15:50PM +0100, Tobias Heider wrote: > Hi, > > this is a somewhat bigger diff that tries to separate the > state-changing message handling parts from the message parsing in iked. > > Touching the SA structure in the parser is generally a bad idea > as it means we're

Re: ptrace(2) errnos

2019-11-21 Thread Mark Kettenis
> Date: Wed, 20 Nov 2019 13:49:33 +0100 > From: Martin Pieuchot > > Two fixes to reduce difference with other BSDs and make NetBSD's > t_ptrace.c regress pass: > > - Return EBUSY when calling PT_TRACE_ME more than once, both FreeBSD and > NetBSD do that. fine > - Return EPERM instead of

Re: ldomctl, ldomd: Honour DEBUG in Makefile

2019-11-21 Thread Mark Kettenis
> From: "Theo de Raadt" > Date: Tue, 19 Nov 2019 22:32:39 -0700 > > Seems accidentally left over from development. As a rule we don't > ship with -g. Indeed. I don't see why these should be different. > Klemens Nanni wrote: > > > As of now, `export DEBUG=... ; make' will ignore my flags.

iked(8): Don't change SA state before message is validated

2019-11-21 Thread Tobias Heider
Hi, this is a somewhat bigger diff that tries to separate the state-changing message handling parts from the message parsing in iked. Touching the SA structure in the parser is generally a bad idea as it means we're changing global state before the message is fully validated (or

Re: sysupgrade: Allow to use another directory for the sets

2019-11-21 Thread Raimo Niskanen
On Wed, Nov 20, 2019 at 12:06:59PM +0100, Solene Rapenne wrote: > On Tue, Nov 12, 2019 at 07:02:56PM +0100, Renaud Allard wrote: > > > > > > On 12/11/2019 08:29, Theo de Raadt wrote: > > > > > > Renaud, please test it for me like this: > > > > > > sysupgrade -d / > > > > > > This

Re: XHCI support for bulk xfers >64k

2019-11-21 Thread sc . dying
On 2019/11/21 07:59, Patrick Wildt wrote: > On Thu, Nov 21, 2019 at 06:52:36AM +, sc.dy...@gmail.com wrote: >> Hi, >> >> On 2019/11/18 20:34, Marcus Glocker wrote: >>> On Sun, Nov 17, 2019 at 12:36:49PM +0100, Marcus Glocker wrote: >>> While recently testing UDL on XHCI I faced a lot of

Re: XHCI support for bulk xfers >64k

2019-11-21 Thread Patrick Wildt
On Thu, Nov 21, 2019 at 06:52:36AM +, sc.dy...@gmail.com wrote: > Hi, > > On 2019/11/18 20:34, Marcus Glocker wrote: > > On Sun, Nov 17, 2019 at 12:36:49PM +0100, Marcus Glocker wrote: > > > >> While recently testing UDL on XHCI I faced a lot of USB timeouts, and > >> therefore screen