Re: another go at bypass support for sparc64 iommu and BUS_DMA_64BIT

2019-06-19 Thread Kaashif Hymabaccus
This is great, thanks for the work. I have the new snapshot running on a T5220. I also have an Ultra 45 with some GPUs I use mainly for playing games and sending people bug reports about how their game doesn't work on sparc64, I'll try it there also. If there are any specific tests you want done, I

Re: another go at bypass support for sparc64 iommu and BUS_DMA_64BIT

2019-06-19 Thread David Gwynne
I'm mostly concerned that nothing that currently works breaks. This changes a fairly fundamental chunk of code in the guts of the platform, so having machines still work afterward would be nice. Glad your T5220 works, hopefully the u45 will be ok too. dlg > On 20 Jun 2019, at 08:52, Kaashif Hy

Re: another go at bypass support for sparc64 iommu and BUS_DMA_64BIT

2019-06-19 Thread Andrew Grillet
I have the snapshot running on a guest domain on a T1000 - see attached. I will test on the primary in a few days, and may be able to test on a T5220 primary towards the end of next week. Let me know if you want any specific test procedure run. On Tue, 18 Jun 2019 at 02:37, Theo de Raadt wrote:

Re: sftp(1) manual diff

2019-06-19 Thread Jason McIntyre
On Mon, Jun 17, 2019 at 02:47:09PM +0200, Tim van der Molen wrote: > sftp(1) has this: > > reput [-Ppr] [local-path] remote-path > Resume upload of [local-path]. Equivalent to put with the -a > flag set. > > remote-path should be marked optional, not local-path. Pr

Re: bgpd async nexthop update loop

2019-06-19 Thread Sebastian Benoit
ok! Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.06.17 23:08:37 +0200: > On Mon, Jun 17, 2019 at 10:20:57PM +0200, Sebastian Benoit wrote: > > Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.06.17 21:34:30 +0200: > > > Hi, > > > > > > Now that the community rewrite is in here another diff to m

Re: libcrypto: recognize HW acceleration support on arm64

2019-06-19 Thread Patrick Wildt
On Wed, Jun 19, 2019 at 09:25:27AM +0200, Mark Kettenis wrote: > > Date: Wed, 19 Jun 2019 07:13:19 +0200 > > From: Patrick Wildt > > > > Hi, > > > > this diff adds the necessary helpers to arm64 so that libcrypto knows > > which of the hardware crypto features are available on the machine. > > T

Re: libcrypto: recognize HW acceleration support on arm64

2019-06-19 Thread Mark Kettenis
> Date: Wed, 19 Jun 2019 07:13:19 +0200 > From: Patrick Wildt > > Hi, > > this diff adds the necessary helpers to arm64 so that libcrypto knows > which of the hardware crypto features are available on the machine. > Those helpers are used by the existing and matching armv7 code. > > ok? No obj