Build date: 1757628003 - Thu Sep 11 22:00:03 UTC 2025 Build cvs date: 1757610275 - Thu Sep 11 17:04:35 UTC 2025 Build id: 2025-09-12.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 etc/root/root.mail P regress/usr.bin/ssh/sshsig.sh P sys/arch/arm64/arm64/cpu.c P sys/dev/ic/qwx.c P sys/dev/ic/qwxvar.h P sys/dev/pci/if_qwx_pci.c P sys/uvm/uvm_fault.c P sys/uvm/uvm_glue.c P sys/uvm/uvm_map.c P sys/uvm/uvm_map.h P usr.bin/ssh/ssh-add.1 P usr.bin/ssh/ssh-add.c M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/ccr.c P usr.sbin/rpki-client/extern.h P usr.sbin/rpki-client/mft.c P usr.sbin/rpki-client/rpki-asn1.h P usr.sbin/rpki-client/rpki-client.8 P usr.sbin/rpki-client/x509.c commit xrDqp543mPgfHVYC Author: mpi Date: 2025/09/11 17:04:35 Upgrade the vm lock instead of doing an unlock/relock dance before amap_copy(). Also do not restart the page fault handling when the copy succeeded. This slightly improves page fault performances. UVM amaps are bounded in size and require larger VM map entries to be split during page faults. This is why a write lock is necessary. Tested by sthen@ in bulks, inputs from mlarkin@, ok kettenis@ sys/uvm/uvm_fault.c sys/uvm/uvm_map.c sys/uvm/uvm_map.h commit e5KfZjCOjYbIx58E Author: mpi Date: 2025/09/11 15:28:40 Missing uvm_km_free() -> km_free() conversion related to KVA allocations. ok kettenis@ sys/uvm/uvm_glue.c commit QPGtIWBMDIDlLxQZ Author: stsp Date: 2025/09/11 11:18:29 show information about channels and rates in qwx(4) radiotap headers Makes tcpdump -y IEEE802_11_RADIO show more useful information on qwx(4). We only correctly report RSSI for management frames. It is not available for data frames without gathering peer statistics, which is not yet implemented. sys/dev/ic/qwx.c sys/dev/ic/qwxvar.h commit v40pFYdFCkysJ4pz Author: stsp Date: 2025/09/11 11:16:34 Tell qwx(4) firmware about the 11n SMPS configuration used by the peer. sys/dev/ic/qwx.c commit HprWGpFHE8MeFHSN Author: stsp Date: 2025/09/11 11:13:53 fix HT capabilites announced by qwx(4) for Rx performance Announce our ability to receive AMSDU frames which are 7935 bytes long. Announce that SMPS is disabled, which makes the peer send us MIMO frames. This doubles Rx throughput with my APs from 50 Mbit/s to 100 Mbit/s. sys/dev/pci/if_qwx_pci.c commit BgpV1hEwaT35rvOd Author: job Date: 2025/09/11 09:25:05 Refer to the internet-draft as reference for the CCR definition OK tb@ usr.sbin/rpki-client/ccr.c usr.sbin/rpki-client/rpki-client.8 commit 9ODGctCHUgE7pL92 Author: tb Date: 2025/09/11 08:21:00 rpki-client: add x509_get_generalized_time() helper Instead of having four stanzas of this code first in mft.c then copied to ccr.c, deduplicate all this by adding a helper. ok job usr.sbin/rpki-client/ccr.c usr.sbin/rpki-client/extern.h usr.sbin/rpki-client/mft.c usr.sbin/rpki-client/rpki-asn1.h usr.sbin/rpki-client/x509.c commit d0WvWpVss4SmWmF5 Author: djm Date: 2025/09/11 07:23:32 disable ssh-add autoexpiry of certificates when testing expired certificates regress/usr.bin/ssh/sshsig.sh commit HO93Tp1XHdHQN2b8 Author: djm Date: 2025/09/11 07:22:37 correct getopt() string usr.bin/ssh/ssh-add.c commit tJG3sqvjPIz5WDBi Author: jsg Date: 2025/09/11 05:54:08 recognise Arm C1 CPUs C1-Nano (Nevis), C1-Premium (Alto), C1-Pro (Gelas), C1-Ultra (Travis) ok kettenis@ sys/arch/arm64/arm64/cpu.c commit n71ywzcX1guegtEy Author: djm Date: 2025/09/11 03:29:58 need time.h for time(3) usr.bin/ssh/ssh-add.c commit 11X0b7xbFwjHHjxA Author: djm Date: 2025/09/11 02:54:42 When adding certificates to an agent, set the expiry to the certificate expiry time plus a short (5 min) grace period. This will cause the agent to automtically remove certificates shortly after they expire. A new ssh-add -N option disables this behaviour. Feedback/ok deraadt@ usr.bin/ssh/ssh-add.1 usr.bin/ssh/ssh-add.c commit ZlBSkJcvZejQC7oJ Author: tb Date: 2025/09/11 00:39:36 fix dow etc/root/root.mail