Build date: 1786053603 - Thu Aug 6 22:00:03 UTC 2026 Build cvs date: 1786048871 - Thu Aug 6 20:41:11 UTC 2026 Build id: 2026-08-07.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/libc/rpc/rpc.3 P lib/libc/rpc/svc.c P sys/arch/hppa/hppa/pmap.c P sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c P sys/dev/pci/drm/i915/i915_driver.c U sys/dev/pci/drm/include/asm/rwonce.h P sys/dev/pci/drm/include/linux/acpi.h U sys/dev/pci/drm/include/linux/array_size.h U sys/dev/pci/drm/include/linux/cache.h P sys/dev/pci/drm/include/linux/dma-mapping.h P sys/dev/pci/drm/include/linux/export.h P sys/dev/pci/drm/include/linux/fb.h P sys/dev/pci/drm/include/linux/io.h P sys/dev/pci/drm/include/linux/jiffies.h P sys/dev/pci/drm/include/linux/kernel.h U sys/dev/pci/drm/include/linux/minmax.h P sys/dev/pci/drm/include/linux/mm_types.h U sys/dev/pci/drm/include/linux/panic.h P sys/dev/pci/drm/include/linux/rcupdate.h P sys/dev/pci/drm/include/linux/sched.h U sys/dev/pci/drm/include/linux/sprintf.h P sys/dev/pci/drm/include/linux/time.h P sys/dev/pci/drm/include/linux/workqueue.h U sys/dev/pci/drm/include/linux/workqueue_types.h M sys/dev/usb/uhidev.c P sys/kern/tty.c P sys/sys/tty.h P usr.bin/tmux/key-bindings.c P usr.bin/tmux/tmux.1 M usr.sbin/bgpd/session.c P usr.sbin/eigrpd/eigrpd.h P usr.sbin/eigrpd/kroute.c P usr.sbin/eigrpd/packet.c P usr.sbin/eigrpd/tlv.c P usr.sbin/eigrpd/util.c P usr.sbin/pstat/pstat.c P usr.sbin/rpki-client/rrdp_notification.c P usr.sbin/vmd/vmd.c commit Ai5HKLSKtFfwSfq5 Author: claudio Date: 2026/08/06 20:41:11 Adjust pstat(8) to the changed KERN_TTY_INFO struct itty. Also fix up the code path via kvm which requires an extra indirection and define __need_process. On top of this fix pstat to allow -t & -M to work together. OK deraadt@ kettenis@ usr.sbin/pstat/pstat.c commit oOtHrc8aomVDNVvY Author: claudio Date: 2026/08/06 20:38:02 Change struct itty and with it KERN_TTY_INFO to return the pid of the session leader process The t_session pointer is not very useful and only visible to root. Adjust this similar to a change done in ps(1) and pass the process id of the session leader instead. This is a ABI change but KERN_TTY_INFO is only used by pstat(8) and debian code search did not find any other use. OK deraadt@ kettenis@ sys/kern/tty.c sys/sys/tty.h commit uLeIXyoqD3nW5GON Author: dv Date: 2026/08/06 14:20:39 vmd(8): reject empty IMSG_VMDOP_LOAD messages from clients. Reject empty values (either zero bytes or a single NUL) to prevent zero-sized allocations, out-of-bounds write of a NUL byte, and incorrectly triggering a reload event. Report and original diff by Andrew Griffiths. ok hshoexer@, mlarkin@ usr.sbin/vmd/vmd.c commit 3m5MfOgTud9zjGdf Author: claudio Date: 2026/08/06 13:18:22 Limit the range of deltas added to the queue. Instead of storing all deltas larger then our minimum serial number store only deltas that are either in the range [min_serial ... min_serial + MAX_RRDP_DELTAS] or [current serial - MAX_RRDP_DELTAS ... current serial] where current serial is the newest announced RRDP serial. The two ranges normally overlap but if they don't then it limits the number of elements in the delta queue to 2 * MAX_RRDP_DELTAS. The first range is used to validate the hashes stored in the RRDP state file against the notification.xml contents. The second range covers the deltas we are willing to walk to sync the repo -- it also is the new set of delta hashes that will be stored in the state file. Reported by Xin Wang OK tb@ usr.sbin/rpki-client/rrdp_notification.c commit 2nPFgeBn4SxMcdvQ Author: claudio Date: 2026/08/06 13:06:23 Adjust bad_addr to also validate that the prefixlen uses a sensible value. Someone found a way to push a bad prefixlen into a eigrp datagram and that results in an overflow since the prefixlen is used to know how much data to use. This was sitting in my tree for too long usr.sbin/eigrpd/eigrpd.h usr.sbin/eigrpd/kroute.c usr.sbin/eigrpd/packet.c usr.sbin/eigrpd/tlv.c usr.sbin/eigrpd/util.c commit o7W4ixehqAmXZfvL Author: tb Date: 2026/08/06 10:58:09 rpc: fix the svc_request() dispatch() callback signature The prototype in rpc/svc.h already has the correct signature. Match this in the function definition, the sc_dispatch() member in struct svc_callout, and in the manual, fixing the documented return type from int to void in one place. ok claudio lib/libc/rpc/rpc.3 lib/libc/rpc/svc.c commit ENobrxovIlBs2C1Z Author: jsg Date: 2026/08/06 10:25:10 remove some include statements linux dropped sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c sys/dev/pci/drm/i915/i915_driver.c sys/dev/pci/drm/include/asm/rwonce.h sys/dev/pci/drm/include/linux/acpi.h sys/dev/pci/drm/include/linux/cache.h sys/dev/pci/drm/include/linux/dma-mapping.h sys/dev/pci/drm/include/linux/export.h sys/dev/pci/drm/include/linux/fb.h sys/dev/pci/drm/include/linux/io.h sys/dev/pci/drm/include/linux/jiffies.h sys/dev/pci/drm/include/linux/mm_types.h sys/dev/pci/drm/include/linux/rcupdate.h sys/dev/pci/drm/include/linux/sched.h sys/dev/pci/drm/include/linux/time.h commit H4SIf73OP34uUrSX Author: nicm Date: 2026/08/06 09:05:04 Add T key to change pane title, from Fouad Wahabi in GitHub issue 5461. usr.bin/tmux/key-bindings.c usr.bin/tmux/tmux.1 commit WQbJMmDGD1TFodzU Author: jsg Date: 2026/08/06 05:39:30 panic functions moved to panic.h in linux 5.14 sys/dev/pci/drm/include/linux/kernel.h sys/dev/pci/drm/include/linux/panic.h commit tM4pvPf9xIxS87rL Author: jsg Date: 2026/08/06 05:36:56 min/max functions moved to minmax.h in linux 5.10 sys/dev/pci/drm/include/linux/kernel.h sys/dev/pci/drm/include/linux/minmax.h commit 1dfHoixYGtO3XaBB Author: jsg Date: 2026/08/06 05:34:32 sprintf functions moved to sprintf.h in linux 6.6 sys/dev/pci/drm/include/linux/kernel.h sys/dev/pci/drm/include/linux/sprintf.h commit Iy4K3ymcnqrX7iu9 Author: jsg Date: 2026/08/06 05:31:03 struct work_struct moved to workqueue_types.h in linux 6.8 sys/dev/pci/drm/include/linux/workqueue.h sys/dev/pci/drm/include/linux/workqueue_types.h commit d5VF716gTQZoIAUe Author: jsg Date: 2026/08/06 05:26:58 ARRAY_SIZE moved to array_size.h in linux 6.7 sys/dev/pci/drm/include/linux/array_size.h sys/dev/pci/drm/include/linux/kernel.h commit adle63rC8aU8KE3G Author: daniel Date: 2026/08/06 01:53:57 fix encoding of hppa protection bits Restore the PTE_PROT() calls lost in pmap r1.181. ok deraadt@ sys/arch/hppa/hppa/pmap.c