Build date: 1777586403 - Thu Apr 30 22:00:03 UTC 2026 Build cvs date: 1777573379 - Thu Apr 30 18:22:59 UTC 2026 Build id: 2026-05-01.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/d1_both.c P sys/dev/pci/drm/i915/i915_driver.c M sys/dev/usb/uhidev.c P usr.bin/ssh/scp.c P usr.sbin/bgpctl/Makefile U usr.sbin/bgpctl/log.c P usr.sbin/bgpd/log.c P usr.sbin/bgpd/log.h P usr.sbin/bgpd/logmsg.c P usr.sbin/bgpd/rde.h P usr.sbin/bgpd/rde_attr.c P usr.sbin/bgpd/rde_filter.c P usr.sbin/bgpd/rtr_proto.c M usr.sbin/bgpd/session.c commit wPx5MGlrfcNAWGxx Author: claudio Date: 2026/04/30 18:22:59 In the rtr_reader_callback() make sure that the PDU length is not only smaller than RTR_MAX_PDU_SIZE but also larger than sizeof(struct rtr_header). Passing a too small value will trigger a fatal error later on which is not great. Also switch the type of len to size_t, there is no need for a signed value here. OK tb@ usr.sbin/bgpd/rtr_proto.c commit gdd9dRDEnYIlFXar Author: claudio Date: 2026/04/30 15:51:07 Add a bit of const to attr_writebuf(), aspath_get() and aspath_deflate(). OK tb@ usr.sbin/bgpd/rde.h usr.sbin/bgpd/rde_attr.c commit 6B2HMtLLHrsZRCxC Author: claudio Date: 2026/04/30 15:48:13 Convert logit() to either log_warnx() or log_info() depending on the log level. OK sthen@ tb@ usr.sbin/bgpd/logmsg.c commit wla2M82jOEvMqHva Author: jsing Date: 2026/04/30 15:38:52 Refactor dtls1_do_write_handshake_message(). If the call to dtls1_write_bytes() fails, handle the potential MTU update and return/continue, which allows for the remainder to be moved out of an else statement. ok kenjiro@ tb@ lib/libssl/d1_both.c commit xCBRDeTGR4sYaW8N Author: claudio Date: 2026/04/30 15:20:15 In rde_filter_free() release the referenc to the rde_filterset by calling rde_filterset_unref() for every rule. OK tb@ usr.sbin/bgpd/rde_filter.c commit tLUDAhgACpCM4iTx Author: claudio Date: 2026/04/30 13:52:59 Unexport vlog() from log.c nothing uses it outside of log.c. OK henning@ usr.sbin/bgpd/log.c usr.sbin/bgpd/log.h commit nCdWe0JFkxg6JfEm Author: tb Date: 2026/04/30 11:06:29 bgpctl: add log.c for bgpctl This provides log_{warn{,x},info,debug}() and fatal{,x}() implementations that wrap the err.h API. They are API compatile with bgpd's log.h and will help undo some contortions where we had to put log calls into weird spots because of code sharing between bgpd and bgpctl. ok claudio usr.sbin/bgpctl/Makefile usr.sbin/bgpctl/log.c commit iVz8Kfxqtci5eNZD Author: jsg Date: 2026/04/30 04:33:06 disable GuC submission for Raptor Lake-S volker@ reports it fails to init on a desktop machine with a i9-14900K sys/dev/pci/drm/i915/i915_driver.c commit y9qiXhTWOoFlvlyc Author: djm Date: 2026/04/29 22:22:10 fiddle with mask after umask call and not before; avoids fortify warnings on android. bz3954 usr.bin/ssh/scp.c