Build date: 1786658403 - Thu Aug 13 22:00:03 UTC 2026 Build cvs date: 1786655297 - Thu Aug 13 21:08:17 UTC 2026 Build id: 2026-08-14.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 distrib/notes/arm64/prep P sys/arch/amd64/amd64/aesni.c P sys/arch/arm64/arm64/cryptox.c P sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c M sys/dev/usb/uhidev.c P sys/net/fq_codel.c P sys/uvm/uvm_swap_encrypt.c P sys/uvm/uvm_swap_encrypt.h M usr.sbin/bgpd/session.c commit uRNgpjcMGZ1sjX7x Author: kettenis Date: 2026/08/13 21:08:17 Speed up swap encryption/decryption by using AES instructions on amd64 and arm64 when available. ok jsing@ sys/arch/amd64/amd64/aesni.c sys/arch/arm64/arm64/cryptox.c sys/uvm/uvm_swap_encrypt.c sys/uvm/uvm_swap_encrypt.h commit b79JJqiQG1anQexp Author: bket Date: 2026/08/13 09:01:49 fq_codel: fix CoDel drop scheduling Use drops - 1 as the codel_intervals index; the table starts at interval / sqrt(1) while cd->drops is one-based. Assert non-zero. Exclude the candidate packet from the non-starvation backlog check; the decision is about the backlog remaining after dequeue. Enter dropping when now equals cd->start, not only when it exceeds it. OK sashan@ sys/net/fq_codel.c commit IhXVCe8QbLDo4xPf Author: sthen Date: 2026/08/13 08:21:31 Add some notes about Pi 5 and the debug port, tweak suggestions about preferred storage, stop pointing at pftf UEFI files. Feedback kettenis@ distrib/notes/arm64/prep commit j9WvyqDo8vYSUkqk Author: jsg Date: 2026/08/13 00:46:08 revert 'drm/amd/display: Fix backlight max_brightness to match exported range' jmc@ reports this 6.18.42 change caused a very dim display on boot and with display.brightness values of 97-100 on a Dell Inspiron 5505 it looks like this patch will be reverted in linux stable branches https://gitlab.freedesktop.org/drm/amd/-/work_items/5562 sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c