OpenBSD cvs log

created 2023-04-15T20:28:28Z
begin 2023-04-09T00:00:00Z
end 2023-04-10T00:00:00Z
path src/sys
commits 2

date 2023-04-09T17:50:02Z
author jcs
files src/sys/dev/acpi/acpithinkpad.c log diff annotate
message don't attach temperature sensors for which there is no TMP# node in
the DSDT, and verify the result of the fetch when updating it later.

ok kn

date 2023-04-09T19:48:37Z
author kettenis
files src/sys/arch/arm64/arm64/pmap.c log diff annotate
src/sys/arch/arm64/conf/Makefile.arm64 log diff annotate
message So clang 13 miscompiles dev/usb/umass_scsi.c with the combination if -Oz
and -mbranch-protection=bti. So turn off the BTI protection in ramdisk
kernels for now.

ok deraadt@, miod@, phessler@