OpenBSD cvs log

created 2023-11-28T19:07:10Z
begin 2023-11-27T00:00:00Z
end 2023-11-28T00:00:00Z
path src/sys
commits 5

date 2023-11-27T00:39:42Z
author jsg
files src/sys/dev/acpi/pchgpio.c log diff annotate
message support Alder Lake-N and Alder Lake-S

Alder Lake-N tested by sthen@
Alder Lake-S tested by Laurence Tratt (on Raptor Lake-S)
feedback and ok kettenis@

date 2023-11-27T13:42:19Z
author jsg
files src/sys/arch/riscv64/dev/stfpcie.c log diff annotate
message additonal -> additional

date 2023-11-27T20:03:50Z
author miod
files src/sys/dev/usb/usbdevs log diff annotate
message New devices, support for which is coming soon.

date 2023-11-27T20:04:07Z
author miod
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message Regen

date 2023-11-27T20:37:15Z
author bluhm
files src/sys/netinet/tcp_input.c log diff annotate
src/sys/netinet/udp_usrreq.c log diff annotate
message Add NULL check before dereferencing inp_seclevel.

In some cases inp may be NULL, so check that before passing
inp->inp_seclevel to ipsp_spd_lookup() or ip_output().

Missed in previous commit.