Build date: 1786744802 - Fri Aug 14 22:00:02 UTC 2026 Build cvs date: 1786737114 - Fri Aug 14 19:51:54 UTC 2026 Build id: 2026-08-15.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/libssl/ssl_lib.c P sbin/dhcpleased/engine.c P sbin/isakmpd/log.h P sbin/isakmpd/monitor.c P share/man/man7/mdoc.7 P sys/arch/riscv64/dev/smtclock.c P sys/arch/riscv64/dev/smtcomphy.c P sys/dev/fdt/dwpcie.c P sys/dev/pci/dwiic_pci.c P sys/dev/pci/if_em.c P sys/dev/pci/if_em_hw.c P sys/dev/pci/if_em_hw.h 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 commit J6FEI0kgn5XZUh9g Author: kettenis Date: 2026/08/14 19:51:54 Add support for the Spacemit K3 PCIe controller. sys/dev/fdt/dwpcie.c commit SCmKL3RSiqAc8BmM Author: kettenis Date: 2026/08/14 19:50:28 Add support for the K3 PCIe/USB3 combo PHY. sys/arch/riscv64/dev/smtcomphy.c commit 981SCBuAQG5nvXTL Author: kettenis Date: 2026/08/14 19:49:34 Attach to the K3 PLL clock block. This doesn't enable any of the clocks (yet), but the associated regmap is needed for the K3 PCIe/USB combo PHY. sys/arch/riscv64/dev/smtclock.c commit mul5f3GFq0VCf5Ks Author: florian Date: 2026/08/14 15:57:30 Prevent read buffer overflow in verbose debug logging. When we receive more than 8 nameservers in a DHCP lease we would overread the nameservers buffer because the loop was not bounded by items in the array but the whole size. Pointed out by Stuart Thomas some time ago, thanks! sbin/dhcpleased/engine.c commit o0TNiI6zio174XHI Author: hshoexer Date: 2026/08/14 14:57:42 isakmpd: Handle malformed MONITOR_BIND message Using a stack allocated sockaddr_storage avoids the malloc(3) entirely. Add length checks for the payload sent by the child. When a malicious child sends us a malformed message the privsep protocol is out of sync. Thus terminate gracefully with log_fatalx(). While there, attribute log_fatalx() with __dead. Reported by Shibo, Hugo Systopia Team ok markus@ tb@ deraadt@ sbin/isakmpd/log.h sbin/isakmpd/monitor.c commit GUz4KeOOhDOCFeyx Author: jsg Date: 2026/08/14 07:21:33 disable dynamic power gating on Panther Lake and later described in Intel changes as known to cause hangs tested on 0x57b3 / E1000_DEV_ID_PCH_PTP_I219_LM25 partly from Intel's DPDK driver ok jmatthew@ sys/dev/pci/if_em_hw.c sys/dev/pci/if_em_hw.h commit LX2nzVvdhm6zxUF8 Author: jsg Date: 2026/08/14 07:07:12 change K1 exit timeout on Meteor Lake and later without this my Panther Lake machine could not receive non-broadcast packets tested on 0x57b3 / E1000_DEV_ID_PCH_PTP_I219_LM25 and 0x550b / E1000_DEV_ID_PCH_MTP_I219_V18 partly from Intel's DPDK driver ok jmatthew@ sys/dev/pci/if_em_hw.c sys/dev/pci/if_em_hw.h commit UXMjrksM9evpf0b1 Author: tb Date: 2026/08/14 06:44:53 SSL_CTX_new(): fix spelling of NULL lib/libssl/ssl_lib.c commit daS7gexfk0RXHyvm Author: jsg Date: 2026/08/14 06:40:25 match Panther Lake and Wildcat Lake tested on 0x57b3 / E1000_DEV_ID_PCH_PTP_I219_LM25 needs workarounds coming in another commit to be useable ok jmatthew@ sys/dev/pci/if_em.c sys/dev/pci/if_em_hw.c sys/dev/pci/if_em_hw.h commit G4VXgBbpzvoYCGTe Author: jsg Date: 2026/08/14 05:29:58 add a mac type for Meteor Lake needed for generation specific workarounds ok jmatthew@ sys/dev/pci/if_em.c sys/dev/pci/if_em_hw.c sys/dev/pci/if_em_hw.h commit xafYjIy1Yci6NquA Author: jsg Date: 2026/08/14 05:17:26 simplify mac type tests Reduces the number of places to change when adding mac types. Tested by bluhm@ in a machine full of em(4) cards, ok jmatthew@ sys/dev/pci/if_em.c sys/dev/pci/if_em_hw.c sys/dev/pci/if_em_hw.h commit 8V4wAY5d5Co6iZMy Author: jsg Date: 2026/08/14 03:36:11 match on Intel Wildcat Lake sys/dev/pci/dwiic_pci.c commit ZJZyZxRD0C6QQX9E Author: jsg Date: 2026/08/14 03:32:45 regen sys/dev/pci/pcidevs.h sys/dev/pci/pcidevs_data.h commit 2RS5VUsoC7plWepR Author: jsg Date: 2026/08/14 03:32:01 add Intel Wildcat Lake ids from: Intel Core Processor (Series 3) Datasheet, Volume 1 of 2, Doc. No.: 913965, Rev.: 001 sys/dev/pci/pcidevs commit XrMkUIQ17Wl9HNVm Author: jsg Date: 2026/08/14 03:29:07 SPECIFICATINS SPECIFACTIONS -> SPECIFICATIONS share/man/man7/mdoc.7