Re: amap: introduce amap_adjref_anons()

2020-11-12 Thread Jonathan Matthew
On Fri, Oct 30, 2020 at 08:46:20PM +0100, Martin Pieuchot wrote: > On 23/10/20(Fri) 10:31, Martin Pieuchot wrote: > > More refactoring. This time let's introduce a helper to manipulate > > references. The goal is to reduce the upcoming diff adding locking. > > > > This is extracted from a bigger

Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*

2020-11-12 Thread Greg Steuck
I tested this with 'sysctl net' before and after and compared the outputs (using GENERIC.MP). OK? >From c9e0001650e156434f63ba69f4f266115fcf4a35 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Thu, 12 Nov 2020 19:47:46 -0800 Subject: [PATCH] Replace sysctl_rdint with sysctl_bounded_args entries

find -exec util {} arg + confusion

2020-11-12 Thread Paul de Weerd
Hi all, I misread find(1) and did: [weerdpom] $ find path/to/cam -name \*.JPG -exec cp {} path/to/store + find: -exec no terminating ";" or "+" That was somewhat surprising - there is a terminating "+". The error really is that the "+" doesn't follow immediately after the "{}" (which the manpag

Re: fix off by one in amdgpu_vm_handle_fault

2020-11-12 Thread Benjamin Baier
On Fri, 13 Nov 2020 00:16:12 +1100 Jonathan Gray wrote: > On Thu, Nov 12, 2020 at 01:48:05PM +0100, Benjamin Baier wrote: > > Hi > > > > this fixes the VM_L2_PROTECTION_FAULT_STATUS I was getting. > > (and maybe also some of the bug reports, reporting L2 protection faults) > > It was reproduceab

rpki-client 6.8p1 released

2020-11-12 Thread Sebastian Benoit
rpki-client 6.8p1 has just been released and will be available in the rpki-client directory of any OpenBSD mirror soon. rpki-client is a FREE, easy-to-use implementation of the Resource Public Key Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of the Route Origin of a BGP

Re: uvm_fault: split out handling of case 1

2020-11-12 Thread Theo Buehler
On Fri, Nov 06, 2020 at 10:12:27AM -0300, Martin Pieuchot wrote: > Diff below moves the logic dealing with faults of case 1A & 1B to its > own function. > > With this, the logic in uvm_fault() now only deals with case 2 and the > various if/else/goto dances can be simplified. > > As for the previ

Re: fix off by one in amdgpu_vm_handle_fault

2020-11-12 Thread Jonathan Gray
On Thu, Nov 12, 2020 at 01:48:05PM +0100, Benjamin Baier wrote: > Hi > > this fixes the VM_L2_PROTECTION_FAULT_STATUS I was getting. > (and maybe also some of the bug reports, reporting L2 protection faults) > It was reproduceable by running > piglit run quick -t "spec@glsl-1.30@execution@texelfet

fix off by one in amdgpu_vm_handle_fault

2020-11-12 Thread Benjamin Baier
Hi this fixes the VM_L2_PROTECTION_FAULT_STATUS I was getting. (and maybe also some of the bug reports, reporting L2 protection faults) It was reproduceable by running piglit run quick -t "spec@glsl-1.30@execution@texelfetch fs sampler2d 1x281-501x281" out > drm:pid57901:gmc_v9_0_process_interru

Re: Document art locking fields

2020-11-12 Thread Jonathan Matthew
On Wed, Nov 11, 2020 at 05:25:25AM -0300, Martin Pieuchot wrote: > While discussing the new source address mechanism with denis@, I figured > those ought to be documented. > > Note that `ar_rtableid' is unused and can die. The ART code is actually > free from any network knowledge. > > ok? ok j