Re: hid_is_collection() sync with NetBSD

2021-01-11 Thread Marcus Glocker
On Sun, 10 Jan 2021 00:04:21 +0100 Marcus Glocker wrote: > On Sat, 9 Jan 2021 21:51:03 +0100 (CET) > Mark Kettenis wrote: > > > > Date: Sat, 9 Jan 2021 10:38:20 +0100 > > > From: Marcus Glocker > > > > > > I have not much clue about HID, but when we did some testing for > > > the new ujoy(4)

Wireguard: can't remove multiple peers at once.

2021-01-11 Thread Yuichiro NAITO
Hi. I have set up multiple peers in a wg0 interface, and tried to remove more than one peers at once. Ifconfig(1) only removes the first peer. Command line was like following. ``` # ifconfig wg0 -wgpeer -wgpeer -wgpeer ``` Only was removed. I think next peer pointer isn't calculated in c

Re: pf log user and group

2021-01-11 Thread Vitaliy Makkoveev
ok mvs@ > On 11 Jan 2021, at 19:49, Alexander Bluhm wrote: > > Hi, > > Sometimes an uid is logged in pflog(4) although the logopt of the > rule does not specify it. Check the option again for the log rule > in case another rule has triggered a socket lookup. Remove logopt > group, it is not d

Re: pf log user and group

2021-01-11 Thread Alexandr Nedvedicky
Hello, looks good to me. OK sashan On Mon, Jan 11, 2021 at 05:49:10PM +0100, Alexander Bluhm wrote: > Hi, > > Sometimes an uid is logged in pflog(4) although the logopt of the > rule does not specify it. Check the option again for the log rule > in case another rule has triggered a socket look

Re: pf log user and group

2021-01-11 Thread Klemens Nanni
On Mon, Jan 11, 2021 at 05:49:10PM +0100, Alexander Bluhm wrote: > Sometimes an uid is logged in pflog(4) although the logopt of the > rule does not specify it. Check the option again for the log rule > in case another rule has triggered a socket lookup. Remove logopt > group, it is not documente

pf log user and group

2021-01-11 Thread Alexander Bluhm
Hi, Sometimes an uid is logged in pflog(4) although the logopt of the rule does not specify it. Check the option again for the log rule in case another rule has triggered a socket lookup. Remove logopt group, it is not documented and cannot work as struct pfloghdr does not contain a gid. Rename

OpenBSD Errata: January 11th, 2021 (nd6)

2021-01-11 Thread Sebastian Benoit
Errata patches for the kernel have been released for OpenBSD 6.7 and 6.8. When an NDP entry is invalidated the associated layer 2 address is not invalidated. Binary updates for the amd64, i386, and arm64 platforms are available via the syspatch utility. Source code patches can be found on the res

Re: uvm_fault: amap & anon locking

2021-01-11 Thread Mark Kettenis
> Date: Mon, 11 Jan 2021 11:35:17 -0300 > From: Martin Pieuchot > > On 31/12/20(Thu) 22:35, Mark Kettenis wrote: > > > Date: Wed, 30 Dec 2020 11:19:41 -0300 > > > From: Martin Pieuchot > > > > > > Diff below adds some locking to UVM's amap & anon data structures that > > > should be enough to g

Re: uvm_fault: amap & anon locking

2021-01-11 Thread Martin Pieuchot
On 31/12/20(Thu) 22:35, Mark Kettenis wrote: > > Date: Wed, 30 Dec 2020 11:19:41 -0300 > > From: Martin Pieuchot > > > > Diff below adds some locking to UVM's amap & anon data structures that > > should be enough to get the upper part of the fault handler out of the > > KERNEL_LOCK(). > > > > Th