OpenBSD cvs log

created 2024-06-30T10:13:41Z
begin 2024-06-28T00:00:00Z
end 2024-06-29T00:00:00Z
path src/sys
commits 5

date 2024-06-28T03:33:00Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_dp.c log diff annotate
message drm/i915/mso: using joiner is not possible with eDP MSO

From Jani Nikula
e7bda1f8ba8436266f7e49778009bf9995d1c801 in linux-6.6.y/6.6.36
49cc17967be95d64606d5684416ee51eec35e84a in mainline linux

date 2024-06-28T03:35:06Z
author jsg
files src/sys/dev/pci/drm/radeon/sumo_dpm.c log diff annotate
message drm/radeon: fix UBSAN warning in kv_dpm.c

From Alex Deucher
9e57611182a817824a17b1c3dd300ee74a174b42 in linux-6.6.y/6.6.36
a498df5421fd737d11bfd152428ba6b1c8538321 in mainline linux

date 2024-06-28T03:37:58Z
author jsg
files src/sys/dev/pci/drm/amd/pm/legacy-dpm/amdgpu_kv_dpm.c log diff annotate
message drm/amdgpu: fix UBSAN warning in kv_dpm.c

From Alex Deucher
b065d79ed06a0bb4377bc6dcc2ff0cb1f55a798f in linux-6.6.y/6.6.36
f0d576f840153392d04b2d52cf3adab8f62e8cb6 in mainline linux

date 2024-06-28T14:46:31Z
author jan
files src/sys/dev/pv/if_vio.c log diff annotate
message Cleanup control queue checks in vio(4).

Add missing newlines in prints while here.

ok sf@

date 2024-06-28T21:30:24Z
author mvs
files src/sys/kern/uipc_socket2.c log diff annotate
src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/miscfs/fifofs/fifo_vnops.c log diff annotate
message Restore original EPIPE and ENOTCONN errors priority in the uipc_send()
path changed in rev 1.206. At least acme-client(1) is not happy with
this change.

Reported by claudio. Tests and ok by bluhm.