Build date: 1769295603 - Sat Jan 24 23:00:03 UTC 2026 Build cvs date: 1769278640 - Sat Jan 24 18:17:20 UTC 2026 Build id: 2026-01-25.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 lib/libcrypto/sha/sha1_aarch64_ce.S P lib/libcrypto/sha/sha1_amd64_generic.S P lib/libcrypto/sha/sha1_amd64_shani.S P lib/libcrypto/sha/sha256_aarch64_ce.S P lib/libcrypto/sha/sha256_amd64_generic.S P lib/libcrypto/sha/sha256_amd64_shani.S P lib/libcrypto/sha/sha512_amd64_generic.S P sys/arch/arm64/dev/smmu_acpi.c P sys/arch/arm64/dev/smmu_fdt.c P sys/dev/ic/bcmgenet.c P sys/dev/pci/pcidevs P sys/dev/pci/pcidevs.h P sys/dev/pci/pcidevs_data.h M sys/dev/usb/uhidev.c M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/cert.c P usr.sbin/rpki-client/cms.c P usr.sbin/rpki-client/extern.h P usr.sbin/rpki-client/filemode.c commit MKh4Wttga8yR8EGI Author: kettenis Date: 2026/01/24 18:17:20 regen sys/dev/pci/pcidevs.h sys/dev/pci/pcidevs_data.h commit BgodRljU9rDWRTxe Author: kettenis Date: 2026/01/24 18:16:06 Add Qualcomm SC7280 PCIe. sys/dev/pci/pcidevs commit ySu5EdY3FFuJKoZJ Author: kettenis Date: 2026/01/24 16:07:09 The Qualcomm QCS6490/SC7280 SoC needs the SMMUv2 workaround as well. ok patrick@ sys/arch/arm64/dev/smmu_acpi.c sys/arch/arm64/dev/smmu_fdt.c commit ZaKl7KY64dppBSyp Author: jsing Date: 2026/01/24 14:20:52 Tidy instruction separators in SHA assembly. Remove unnecessary separators and add a few to macros that call other macros (instead of expecting them to exist). lib/libcrypto/sha/sha1_aarch64_ce.S lib/libcrypto/sha/sha1_amd64_generic.S lib/libcrypto/sha/sha1_amd64_shani.S lib/libcrypto/sha/sha256_aarch64_ce.S lib/libcrypto/sha/sha256_amd64_generic.S lib/libcrypto/sha/sha256_amd64_shani.S lib/libcrypto/sha/sha512_amd64_generic.S commit h8TllAqIbi9QubCl Author: tb Date: 2026/01/24 08:14:08 rpki-client: rename badcert label in cert.c to out no objection from claudio, job usr.sbin/rpki-client/cert.c commit RZy6TOV0mQjitcJu Author: tb Date: 2026/01/24 08:13:10 rpki-client: rename pk and opk to cert_pkey and tal_pkey Additionally swap the argument order in the calls to EVP_PKEY_cmp() since this looks nicer. ok claudio job usr.sbin/rpki-client/cert.c usr.sbin/rpki-client/filemode.c commit bgvPjJuKMcSJ1V7X Author: tb Date: 2026/01/24 08:11:26 rpki-client: remove cms_parse_validate_detached() Geofeed was the only consumer of detache signatures and there are no plans to support any other content type needing this. So remove this wrapper and drop the now no longer needed BIO. Also remove the NULL checks for res and resz in cms_extract_econtent() as the callers of cms_parse_validate() pass in &cmsz, and cms_parse_validate() itself passes a &res. ok claudio job usr.sbin/rpki-client/cms.c usr.sbin/rpki-client/extern.h commit pyEqlCyFVNXdYOTD Author: mvs Date: 2026/01/24 05:33:11 Do the TX ring space check before packet dequeue. The early check removes possible bus_dmamap_unload() and dequeue rollback in the output path. Also set the maximum TX segments count to 20. jmatthew@ pointed that existing value of 128 is too big. I checked others and found, that NetBSD uses 128 as we do and FreeBSD uses 20, so I used 20. May be this value is also too big, but it could be decreased at any moment. Tested on RPI4. ok jmatthew@ sys/dev/ic/bcmgenet.c P 3RDPARTY P MODULES commit lKF5Orqrq0JmNWIt Author: matthieu Date: 2026/01/24 13:55:57 update 3RDPARTY MODULES