OpenBSD cvs log

created 2022-02-20T03:02:57Z
begin 2022-02-18T00:00:00Z
end 2022-02-19T00:00:00Z
path src/sys
commits 6

date 2022-02-18T00:46:42Z
author dlg
files src/sys/net/if_vxlan.c log diff annotate
message only unwind multicast when in learning mode.

found by bluhm@ when he ran the regress tests.

date 2022-02-18T01:27:39Z
author dlg
files src/sys/net/if_vxlan.c log diff annotate
message fix inverted check of running when changing tunnel rdomain.

you should only be able to change the tunnel rdomain when the
interface is down. i was accidentally make sure you could only
change the rdomain when the interface was up.

date 2022-02-18T02:21:24Z
author mlarkin
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c log diff annotate
message Extra whitespace removal. No code change.

ok jsg@

date 2022-02-18T03:22:27Z
author dlg
files src/sys/net/if_vxlan.c log diff annotate
message dont bother running ethernet multicast ioctl handlers.

while here turn ENETRESET into 0 in the ioctl path. there's no
hardware to reset.

date 2022-02-18T09:04:38Z
author kettenis
files src/sys/uvm/uvm_glue.c log diff annotate
src/sys/uvm/uvm_pager.c log diff annotate
message Convert KVA allocation to km_alloc(9).

ok mpi@

date 2022-02-18T10:51:43Z
author visa
files src/sys/arch/riscv64/conf/GENERIC log diff annotate
src/sys/arch/riscv64/conf/RAMDISK log diff annotate
src/sys/arch/riscv64/conf/files.riscv64 log diff annotate
src/sys/arch/riscv64/dev/mpfgpio.c log diff annotate
src/sys/arch/riscv64/riscv64/conf.c log diff annotate
message Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller.

Feedback and OK kettenis@