OpenBSD cvs log

created 2024-07-16T08:12:07Z
begin 2024-07-12T09:25:27Z
end 2024-07-12T10:01:28Z
path src/sys
commits 1

date 2024-07-12T10:01:28Z
author tobhe
files src/sys/dev/pci/drm/apple/apldcp.c log diff annotate
message Add pool to allocate individual rtkit task arguments instead of passing a
shared argument. This fixes a race condition where a message could overwrite
rtkep->msg of a previously scheduled task resulting in a refcounting error later
on causing the screen to stay dark after waking up from suspend.

ok kettenis@