uvm_meter: remove wakeup of proc0 (marc.info)
from tedu to openbsd on 01 Aug 2023 18:06
https://azorius.net/p/HZzQ66kY43t2L5VxK1-uvmmeter-remove-wakeup-of-proc0

A small fix to remove a legacy workaround that discovered still more newly introduced bugs.

From https://marc.info/?l=openbsd-cvs&m=169087658917322&w=2

In inteldrm the function intel_dp_wait_source_oui() can be called before last_oui_write is set and so the code requires a positive initial jiffies value. On linux this is the case for 64bit systems (but not for 32bit) and because of this idiosyncracy this bug was introduced in upstream intel code. Instead of adding another OpenBSD specific quirk to drm code alter our jiffies initalisation.

#openbsd

threaded - newest