OpenBSD cvs log

created 2024-02-25T03:16:07Z
begin 2024-02-20T00:00:00Z
end 2024-02-21T00:00:00Z
path src/sys
commits 4

date 2024-02-20T08:06:19Z
author jsg
files src/sys/dev/pci/drm/i915/gt/uc/intel_gsc_uc_heci_cmd_submit.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_gsc_uc_heci_cmd_submit.h log diff annotate
src/sys/dev/pci/drm/i915/pxp/intel_pxp_gsccs.c log diff annotate
src/sys/dev/pci/drm/i915/pxp/intel_pxp_gsccs.h log diff annotate
message drm/i915/pxp/mtl: Update pxp-firmware response timeout

From Alan Previn
8ae272348153ed2fa423f739047a592d9bd55ba2 in mainline linux

Fixes a LG UltraFine 5K display not lighting up on a Comet Lake machine.
Regression reported by Kirill A. Korinsky who tracked the problem down
to a timeout in pxp.

date 2024-02-20T11:42:36Z
author stsp
files src/sys/dev/ic/qwx.c log diff annotate
message fix a double-free in qwx(4) that occurred when removing a peer from firmware

It was not yet possible to hit this code path outside of an error path.
But upcoming changes would easily trigger this and crash the kernel.

date 2024-02-20T11:44:15Z
author stsp
files src/sys/dev/ic/qwx.c log diff annotate
message implement qwx_dp_reo_cmd_list_cleanup()

date 2024-02-20T11:48:19Z
author stsp
files src/sys/dev/ic/qwx.c log diff annotate
message implement disassociation (RUN->AUTH/INIT) in the qwx(4) driver state machine