Build date: 1742770802 - Sun Mar 23 23:00:02 UTC 2025 Build cvs date: 1742769567 - Sun Mar 23 22:39:27 UTC 2025 Build id: 2025-03-24.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P sys/dev/ic/dwhdmi.c P sys/uvm/uvm_fault.c P usr.bin/locate/locate/locate.c commit zDYng0N7nF4GAOVo Author: jmatthew Date: 2025/03/23 22:39:27 Provide no-op bus acquire and release functions for the builtin i2c adapter. The DRM code calls these unconditionally on systems where the HDMI DDC bus is not connected to an external i2c bus. ok kettenis@ sys/dev/ic/dwhdmi.c commit QQWQpSbJ9L9mQCCf Author: mpi Date: 2025/03/23 17:22:04 Revert 1.129 now that vslock(9) no longer call uvm_fault_unwire() directly. uvm_map_pageable() only calls uvm_fault_unwire_locked() for mapped entries whose wired refcount drops to 0. So there is no longer the need to deal with missing entries in a given address range at a deeper level. Tested by and ok bluhm@, ok kettenis@ sys/uvm/uvm_fault.c commit 5cl6ijml4nthR8f2 Author: jsg Date: 2025/03/23 01:53:49 remove prototypes for removed functions usr.bin/locate/locate/locate.c