OpenBSD cvs log

created 2024-10-20T04:40:58Z
begin 2024-10-18T00:00:00Z
end 2024-10-19T00:00:00Z
path src/sys
commits 7

date 2024-10-18T00:00:40Z
author jsg
files src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp1_execution.c log diff annotate
message drm/amd/display: Remove a redundant check in authenticated_dp

From Wenjing Liu
b505e4fc411c1015ff5114b0cca8c9b20ae2f679 in linux-6.6.y/6.6.57
4b22869f76563ce1e10858d2ae3305affa8d4a6a in mainline linux

date 2024-10-18T00:02:32Z
author jsg
files src/sys/dev/pci/drm/amd/display/modules/hdcp/hdcp1_execution.c log diff annotate
message drm/amd/display: Revert "Check HDCP returned status"

From Alex Hung
939b4b2c008d4c620b8127bfd12cb22e40447141 in linux-6.6.y/6.6.57
bc2fe69f16c7122b5dabc294aa2d6065d8da2169 in mainline linux

date 2024-10-18T00:06:16Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/core/amdgpu_dc.c log diff annotate
message drm/amd/display: Check null pointer before dereferencing se

From Alex Hung
65b2d49e55fe13ae56da3a7685bdccadca31134a in linux-6.6.y/6.6.57
ff599ef6970ee000fa5bc38d02fa5ff5f3fc7575 in mainline linux

date 2024-10-18T00:08:23Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_hdcp.c log diff annotate
message drm/i915/hdcp: fix connector refcounting

From Jani Nikula
55f2bd90b9fba95e929d4c407ffc422597152323 in linux-6.6.y/6.6.57
4cc2718f621a6a57a02581125bb6d914ce74d23b in mainline linux

date 2024-10-18T05:52:32Z
author miod
files src/sys/isofs/cd9660/cd9660_vnops.c log diff annotate
src/sys/isofs/udf/udf_vnops.c log diff annotate
src/sys/kern/spec_vnops.c log diff annotate
src/sys/kern/vfs_subr.c log diff annotate
src/sys/kern/vfs_sync.c log diff annotate
src/sys/kern/vfs_vops.c log diff annotate
src/sys/miscfs/deadfs/dead_vnops.c log diff annotate
src/sys/miscfs/fifofs/fifo_vnops.c log diff annotate
src/sys/miscfs/fuse/fuse_vnops.c log diff annotate
src/sys/msdosfs/msdosfs_vfsops.c log diff annotate
src/sys/msdosfs/msdosfs_vnops.c log diff annotate
src/sys/nfs/nfs_vnops.c log diff annotate
src/sys/ntfs/ntfs_vnops.c log diff annotate
src/sys/tmpfs/tmpfs_vnops.c log diff annotate
message Put the bowels of the various VOP_PRINT routines under
defined(DEBUG) || defined(DIAGNOSTIC) || defined(VFSLCKDEBUG)
as they won't be used otherwise.

Shaves a few bytes off installation kernels.

ok kn@ semarie@

date 2024-10-18T05:52:33Z
author miod
files src/sys/ufs/mfs/mfs_vnops.c log diff annotate
src/sys/ufs/ufs/ufs_vnops.c log diff annotate
message Put the bowels of the various VOP_PRINT routines under
defined(DEBUG) || defined(DIAGNOSTIC) || defined(VFSLCKDEBUG)
as they won't be used otherwise.

Shaves a few bytes off installation kernels.

ok kn@ semarie@

date 2024-10-18T12:53:49Z
author tobhe
files src/sys/dev/i2c/ihidev.c log diff annotate
message Instead of always following up "power on" with a "reset", only
send a single reset during attach. We have discovered that some
devices such as the built-in keyboard on the Thinkpad T14s Gen 6
don't like getting more than one reset sent or they become
unresponsive.

This has been in snaps for a while and hasn't caused any major
regressions so we are confident the extra reset is not needed on
most hardware.

feedback from kettenis@
ok deraadt@ mlarkin@