Build date: 1743458401 - Mon Mar 31 22:00:01 UTC 2025 Build cvs date: 1743442528 - Mon Mar 31 17:35:28 UTC 2025 Build id: 2025-04-01.1 Build tags: amd64-regress sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-regress-usr.sbin-bgpd.diff /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 etc/daily P libexec/security/security P share/man/man8/security.8 P sys/conf/GENERIC P sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c P sys/dev/pci/drm/amd/amdgpu/gmc_v12_0.c P sys/dev/pci/drm/amd/amdgpu/nv.c P sys/dev/pci/drm/amd/amdgpu/soc15.c P sys/dev/pci/drm/amd/amdgpu/vi.c P sys/dev/pci/drm/amd/amdkfd/kfd_queue.c P sys/dev/pci/drm/amd/amdkfd/kfd_svm.c P sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c P sys/dev/pci/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c P sys/dev/pci/drm/amd/pm/amdgpu_pm.c P sys/dev/pci/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c P sys/dev/pci/drm/radeon/radeon_vce.c P sys/dev/pci/drm/scheduler/sched_entity.c P sys/dev/pv/pvclock.c P sys/sys/chio.h P usr.bin/tmux/session.c P usr.bin/tmux/tty-keys.c P usr.sbin/rpki-client/repo.c commit Q9l3Wd5VIG9NMKam Author: schwarze Date: 2025/03/31 17:35:28 Support setting the new variable PASSWDSKIP in /etc/daily.local to prevent security(8) from complaining about specific accounts that have no password, typically used for services like anoncvs and gotd. In addition to improving support for gotd, this also improves security for everyone because the exception will now only exist on machines where the admin explicitly enables it. Based on an idea from stsp@; OK stsp@. (Actually, sthen@ also mentioned a similar idea in 2009, and afresh1@ indicated potential support for the general direction in 2024.) etc/daily libexec/security/security share/man/man8/security.8 commit 56h2QNcWG6uZZWW5 Author: sf Date: 2025/03/31 15:40:22 pvclock: Use VM_PAGE_TO_PHYS as requested by kettenis@ sys/dev/pv/pvclock.c commit P8f0gogGCCwuTpbZ Author: sf Date: 2025/03/31 14:43:00 pvclock: Map page unencrypted If SEV is enabled, we need to map the pvclock page as unencrypted / shared with the hypervisor. ok bluhm@ looks good to me hshoexer@ sys/dev/pv/pvclock.c commit aXqx9lHf5YDlMFD3 Author: claudio Date: 2025/03/31 08:59:02 Use the more portable st_mtime instead of the newer st_mtim member. The latter is defined in POSIX 2024 but it seems not many systems (aka Linux) picked that up yet as a default. POSIX 2024 defines fallback macros for using st_mtime so 'this is fine'. OK tb@ usr.sbin/rpki-client/repo.c commit VMb3MGVLppn8V9rR Author: jsg Date: 2025/03/31 08:39:38 remove outdated note to drop O* ioctl defines, they were removed in 2003 sys/sys/chio.h commit IEvWdNqC6EdAhL4n Author: jsg Date: 2025/03/31 05:27:49 disable POOL_DEBUG for release ok deraadt@ sys/conf/GENERIC commit 3N4KvCdW8NaAfET4 Author: jsg Date: 2025/03/31 00:20:14 drm/amdkfd: Fix user queue validation on Gfx7/8 From Philip Yang 731eccbd65aac026770e78279d551e1895572bd0 in linux-6.12.y/6.12.21 542c3bb836733a1325874310d54d25b4907ed10e in mainline linux sys/dev/pci/drm/amd/amdkfd/kfd_queue.c commit G7GA0kXKpGZNoDLZ Author: jsg Date: 2025/03/31 00:18:29 drm/amdgpu: Fix JPEG video caps max size for navi1x and raven From David Rosca 3aa8e00fefcaadd33f40977225014b26ef3ae140 in linux-6.12.y/6.12.21 ec33964d9d88488fa954a03d476a8b811efc6e85 in mainline linux sys/dev/pci/drm/amd/amdgpu/nv.c sys/dev/pci/drm/amd/amdgpu/soc15.c commit f0KM8mmT8N9lkuqz Author: jsg Date: 2025/03/31 00:16:28 drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size From David Rosca a0a43a13337146f54060e7179c25bfbc8479c775 in linux-6.12.y/6.12.21 f0105e173103c9d30a2bb959f7399437d536c848 in mainline linux sys/dev/pci/drm/amd/amdgpu/nv.c sys/dev/pci/drm/amd/amdgpu/soc15.c sys/dev/pci/drm/amd/amdgpu/vi.c commit e0ZI9nYPgtxkw3FI Author: jsg Date: 2025/03/31 00:13:51 drm/amdgpu: Remove JPEG from vega and carrizo video caps From David Rosca 499d1adcac3e89841f284cf82e67583f34d73106 in linux-6.12.y/6.12.21 7fc0765208502e53297ce72c49ca43729f9d6ff3 in mainline linux sys/dev/pci/drm/amd/amdgpu/soc15.c sys/dev/pci/drm/amd/amdgpu/vi.c commit EcPlDBpjyY9rF2ws Author: jsg Date: 2025/03/31 00:12:02 drm/amdgpu/pm: wire up hwmon fan speed for smu 14.0.2 From Alex Deucher 97c2a78d29954015ce3f499fea2306fd83132e6c in linux-6.12.y/6.12.21 5ca0040ecfe8ba0dee9df1f559e8d7587f12bf89 in mainline linux sys/dev/pci/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c commit yXvbtyjM2y0fquh8 Author: jsg Date: 2025/03/31 00:09:44 drm/amdgpu/pm: Handle SCLK offset correctly in overdrive for smu 14.0.2 From Tomasz Pakula 4b8b7026fc3b4211c40ed26d88944a320d525ee4 in linux-6.12.y/6.12.21 d9d4cb224e4140f51847642aa5a4a5c3eb998af0 in mainline linux sys/dev/pci/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c commit LoMljW1YEZjiZZYG Author: jsg Date: 2025/03/31 00:07:09 drm/amdgpu: Restore uncached behaviour on GFX12 From David Belanger 8201c17e986e6c1ee7c6a9a781f881843d82ad47 in linux-6.12.y/6.12.21 35b6162bb790555ad56b7f0d120e307b8334d778 in mainline linux sys/dev/pci/drm/amd/amdgpu/gmc_v12_0.c sys/dev/pci/drm/amd/amdkfd/kfd_svm.c commit mobtdCAq4jgXAwUs Author: jsg Date: 2025/03/31 00:04:49 drm/amd/pm: add unique_id for gfx12 From Harish Kasiviswanathan eacbc9d28391be33cd47024aeb72e4fd33f2c646 in linux-6.12.y/6.12.21 19b53f96856b5316ee1fd6ca485af0889e001677 in mainline linux sys/dev/pci/drm/amd/pm/amdgpu_pm.c commit kFa08tVwOBhrvTXS Author: jsg Date: 2025/03/31 00:03:11 drm/amd/display: Use HW lock mgr for PSR1 when only one eDP From Mario Limonciello c58726d64d08050089335fe384bf3469d39ecc63 in linux-6.12.y/6.12.21 acbf16a6ae775b4db86f537448cc466288aa307e in mainline linux sys/dev/pci/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c commit SJmkP1dHfAKQ6tCo Author: jsg Date: 2025/03/31 00:01:23 drm/amd/display: Fix message for support_edp0_on_dp1 From Yilin Chen 1992e216fd3c5c5e32d8a565f31d632124b338cd in linux-6.12.y/6.12.21 35f0f9f421390f66cb062f4d79f4924af5f55b04 in mainline linux sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c commit GYUjewpCKZFUMdwR Author: jsg Date: 2025/03/31 00:00:00 drm/amdgpu/gfx12: correct cleanup of 'me' field with gfx_v12_0_me_fini() From Wentao Liang 7341e36e6513469f1a422418d07aa2df622b60be in linux-6.12.y/6.12.21 86730b5261d4d8dae3f5b97709d40d694ecf1ddf in mainline linux sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c commit Ax523ecCx9oX1QL5 Author: jsg Date: 2025/03/30 23:57:43 drm/sched: Fix fence reference count leak From qianyi liu 1135a9431160575466ea9ac37ebd756ecbe35fff in linux-6.12.y/6.12.21 a952f1ab696873be124e31ce5ef964d36bce817f in mainline linux sys/dev/pci/drm/scheduler/sched_entity.c commit v4rXugDIcWWHhXBE Author: jsg Date: 2025/03/30 23:55:42 drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse() From Nikita Zhandarovich dd1801aa01bba1760357f2a641346ae149686713 in linux-6.12.y/6.12.21 dd8689b52a24807c2d5ce0a17cb26dc87f75235c in mainline linux sys/dev/pci/drm/radeon/radeon_vce.c commit 9HPSy6OHIzSIFOiC Author: nicm Date: 2025/03/30 22:01:55 Do not try to trigger theme changed if session is NULL. usr.bin/tmux/session.c usr.bin/tmux/tty-keys.c