OpenBSD cvs log

created 2022-03-14T08:27:18Z
begin 2022-03-12T06:54:05Z
end 2022-03-12T08:11:07Z
path src/sys
commits 1

date 2022-03-12T08:11:07Z
author mpi
files src/sys/uvm/uvm_extern.h log diff annotate
src/sys/uvm/uvm_glue.c log diff annotate
src/sys/uvm/uvm_io.c log diff annotate
src/sys/uvm/uvm_map.c log diff annotate
src/sys/uvm/uvm_map.h log diff annotate
message Revert holding a read lock on the map while copying out data during sysctl(2).

This introduced a lock ordering issue reported by naddy@, anton@ and syzkaller.

Reported-by: [email protected]