OpenBSD cvs log

created 2020-12-20T00:28:37Z
begin 2020-12-14T00:00:00Z
end 2020-12-15T00:00:00Z
path src/sys
commits 4

date 2020-12-14T02:34:53Z
author jsg
files src/sys/dev/pci/drm/include/linux/interrupt.h log diff annotate
message remove unused (and wrong) disable_irq() and enable_irq() defines

date 2020-12-14T10:08:17Z
author jsg
files src/sys/dev/pci/drm/include/linux/Attic/dma_remapping.h log diff annotate
message remove unused include linux no longer has

date 2020-12-14T13:29:18Z
author mpi
files src/sys/uvm/uvm_km.c log diff annotate
src/sys/uvm/uvm_swap.c log diff annotate
src/sys/uvm/uvmexp.h log diff annotate
message Grab the KERNEL_LOCK() or ensure it's held when poking at swap data structures.

This will allow uvm_fault_upper() to enter swap-related functions without
holding the KERNEL_LOCK().

ok jmatthew@

date 2020-12-14T20:20:06Z
author tobhe
files src/sys/net/pfkeyv2.c log diff annotate
src/sys/net/pfkeyv2.h log diff annotate
src/sys/net/pfkeyv2_convert.c log diff annotate
message Make sure that the address families of a flow's source address,
destination address and their netmasks match, otherwise return EINVAL.

ok bluhm@ patrick@