Build date: 1776636003 - Sun Apr 19 22:00:03 UTC 2026 Build cvs date: 1776628442 - Sun Apr 19 19:54:02 UTC 2026 Build id: 2026-04-20.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 libexec/login_chpass/Makefile P sys/arch/amd64/amd64/autoconf.c P sys/arch/amd64/amd64/bus_dma.c P sys/arch/amd64/amd64/cpu.c P sys/arch/amd64/include/bus.h P sys/arch/amd64/include/specialreg.h P sys/arch/arm64/stand/efiboot/efiboot.c P sys/arch/i386/i386/machdep.c P sys/arch/i386/include/specialreg.h P sys/dev/ic/com.c M sys/dev/usb/uhidev.c M usr.sbin/bgpd/session.c commit xMjylTQsUpBNoJPG Author: millert Date: 2026/04/19 19:54:02 login_chpass: No longer need to install this setuid root When the YP code was removed login_chpass became wrapper that just execs login_lchpass. OK deraadt@ libexec/login_chpass/Makefile commit g1NybjT12atLDzeR Author: kettenis Date: 2026/04/19 19:29:53 Terminate SMBIOS vendor/product matching at first match. ok jsg@, tobhe@, deraadt@ sys/arch/arm64/stand/efiboot/efiboot.c commit VAcYhIJIMXn0yjoL Author: kettenis Date: 2026/04/19 09:59:22 Extend the SEV bounce buffer implementation to make it usable for bouncing memory that isn't DMA reachable. ok deraadt@ sys/arch/amd64/amd64/autoconf.c sys/arch/amd64/amd64/bus_dma.c sys/arch/amd64/include/bus.h commit DNUrysLmQA2pDcPq Author: kettenis Date: 2026/04/19 09:36:56 Get rid of the COM_CONSOLE ifdef maze. This was introduced for sparc which is no longer with us. ok jsg@ sys/dev/ic/com.c commit yCcmTd337wQC0KSP Author: jsg Date: 2026/04/19 01:10:28 floating point state leakage can be observed on AMD Zen/Zen+ (Zen 1) This was discovered by the Rootsec research group at the CISPA Helmholtz Center for Information Security. Rootsec named the problem Floating Point Divider State Sampling (FP-DSS). Do AMD's suggested mitigation, setting a chicken bit in an MSR. https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7053.html https://roots.ec/blog/fpdss/ ok deraadt@ brynet@ sys/arch/amd64/amd64/cpu.c sys/arch/amd64/include/specialreg.h sys/arch/i386/i386/machdep.c sys/arch/i386/include/specialreg.h