Build date: 1769036403 - Wed Jan 21 23:00:03 UTC 2026 Build cvs date: 1769010291 - Wed Jan 21 15:44:51 UTC 2026 Build id: 2026-01-22.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/pci/drm/amd/amdgpu/amdgpu_kms.c P sys/dev/pci/drm/amd/amdkfd/kfd_smi_events.c P sys/dev/pci/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c P sys/dev/pci/drm/amd/display/include/audio_types.h P sys/dev/pci/drm/radeon/pptable.h M sys/dev/usb/uhidev.c P sys/kern/uipc_socket.c P usr.bin/ssh/sftp.c P usr.bin/ssh/sntrup761.c P usr.bin/ssh/sntrup761.sh P usr.bin/tmux/server-client.c M usr.sbin/bgpd/session.c commit tHUxMc0glwx7oxTR Author: sthen Date: 2026/01/21 15:44:51 If editline has been switched to vi mode (i.e. via "bind -v" in .editrc), setup a keybinding so that command mode can be entered. Diff originally from Walter Alejandro Iglesias with tweaks. Feedback from Crystal Kolipe. ok djm usr.bin/ssh/sftp.c commit ZxH4Mxl49jGZahe4 Author: claudio Date: 2026/01/21 10:18:20 Revert revision 1.379 Rewrite m_getuio() to better align data in the mbufs ... Allowing m_getuio() to use m_clget() with sizes up to MAXMCLBYTES (64k) puts too much pressure on the pmemrange allocator. Right now the physical pages for mbufs need to be in a single contiguous segment. On top of this pool multiplies the size by 8 and in pool headers may add an additional alignment restriction on pysical memory on __HAVE_PMAP_DIRECT archs. For 64k clusters half a megabyte of contiguous physical memory is needed, for 12k clusters the use of in page headers result in a 128k allocation on a 128k boundary (so in the worst case a 252k area is needed). Both of those requests cause issues on landisk. With 64MB of RAM there is little room and after some time the physical memory is so fragmented that the allocations for such large contiguous segements fail. Even dropping the buffercache to its minimum and paging out all pageable memory does not help to recover. OK kettenis@ bluhm@ sys/kern/uipc_socket.c commit CZX5OHn2j8nwj1vz Author: jsg Date: 2026/01/21 03:00:09 drm/amdkfd: Fix improper NULL termination of queue restore SMI event string From Brian Kocoloski 47206d70d1fba05470a2bd00ae3d66d27487c195 in linux-6.12.y/6.12.66 969faea4e9d01787c58bab4d945f7ad82dad222d in mainline linux sys/dev/pci/drm/amd/amdkfd/kfd_smi_events.c commit HMtsAzLjzlP41OxG Author: jsg Date: 2026/01/21 02:58:26 drm/amd/display: Fix DP no audio issue From Charlene Liu f609041424d56f673e278f38ebbc71e05564b2ea in linux-6.12.y/6.12.66 3886b198bd6e49c801fe9552fcfbfc387a49fbbc in mainline linux sys/dev/pci/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c commit 3Cyc9oaKVptRhBgD Author: jsg Date: 2026/01/21 02:56:41 drm/amd/display: shrink struct members From Rosen Penev e83af97d5c3913c5d0bb81dcf0188f7c48731215 in linux-6.12.y/6.12.66 7329417fc9ac128729c3a092b006c8f1fd0d04a6 in mainline linux sys/dev/pci/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c sys/dev/pci/drm/amd/display/include/audio_types.h commit NKrwfXbCUr90TFGr Author: jsg Date: 2026/01/21 02:53:48 drm/radeon: Remove __counted_by from ClockInfoArray.clockInfo[] From Alex Deucher 7500ab83bad207341916950bb21248af0a1ee21e in linux-6.12.y/6.12.66 19158c7332468bc28572bdca428e89c7954ee1b1 in mainline linux sys/dev/pci/drm/radeon/pptable.h commit 6OTEJys5s2XCr8fj Author: jsg Date: 2026/01/21 02:51:44 drm/amdgpu: Fix query for VPE block_type and ip_count From Alan Liu 90b4b130a20d80decfc9b115c187f818ab83a30a in linux-6.12.y/6.12.66 72d7f4573660287f1b66c30319efecd6fcde92ee in mainline linux sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c commit 6PERKonpKaPhs6Oh Author: dtucker Date: 2026/01/20 22:56:11 Fill entropy in a single operation instead of hundreds. The sntrup761 code we use from SUPERCOP fills entropy arrays 4 bytes at a time. On some platforms each of these operations has a significant overhead, so instead fill it in a single operation and as a precaution zero that array after it's used. Analysis and code change is from Mike Frysinger via Github PR#621 with feedback from djm@ and sed-ification from me. ok djm@ beck@. This change was submitted by Mike to SUPERCOP upstream so hopefully future versions will already have it. usr.bin/ssh/sntrup761.c usr.bin/ssh/sntrup761.sh commit bejItXWW2KwlH0bY Author: nicm Date: 2026/01/20 22:50:08 Fix window-size=latest not resizing on switch-client in session groups. From Ilya Grigoriev in GitHub issue 4818. usr.bin/tmux/server-client.c