OpenBSD cvs log

created 2022-02-05T23:25:39Z
begin 2022-02-03T00:00:00Z
end 2022-02-04T00:00:00Z
path src/sys
commits 6

date 2022-02-03T02:39:45Z
author jsg
files src/sys/arch/amd64/conf/Makefile.amd64 log diff annotate
message sync list of amdgpu files built with -msse -msse2 with linux 5.15.y

date 2022-02-03T04:45:01Z
author jsg
files src/sys/dev/pci/drm/files.drm log diff annotate
message inteldrm now requires ttm

date 2022-02-03T17:06:09Z
author kn
files src/sys/uvm/uvm_km.c log diff annotate
message Use UVM_KMF_TRYLOCK for consistency

No object change.
OK millert

date 2022-02-03T17:18:22Z
author guenther
files src/sys/sys/malloc.h log diff annotate
message Delete unused/obsolete M_* type values.

ok miod@ mpi@

date 2022-02-03T19:57:11Z
author guenther
files src/sys/uvm/uvm_fault.c log diff annotate
message The sparc64 pmap at least requires the fault access_type to be a
subset of the request permissions, so when forcing an initial RO
fault for CoW also clamp the access_type.

problem reported by bluhm@
based on a suggestion from miod@
ok kettenis@

date 2022-02-03T22:24:09Z
author jsg
files src/sys/dev/pci/drm/i915/i915_drv.c log diff annotate
message store root bridge data in softc before calling intel_init_stolen_res()
should fix panic on boot on x41 reported by Fred Crowson