Build date: 1739314803 - Tue Feb 11 23:00:03 UTC 2025 Build cvs date: 1739312829 - Tue Feb 11 22:27:09 UTC 2025 Build id: 2025-02-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 sys/arch/arm64/arm64/cpu.c P sys/arch/arm64/arm64/fpu.c P sys/arch/arm64/arm64/machdep.c P sys/arch/arm64/arm64/trap.c P sys/arch/arm64/include/armreg.h P sys/arch/arm64/include/cpu.h P sys/arch/arm64/include/fpu.h P sys/arch/arm64/include/hypervisor.h P sys/arch/arm64/include/pcb.h P sys/dev/acpi/acpi.c P sys/dev/pci/drm/i915/intel_memory_region.c P sys/dev/pci/drm/i915/display/intel_display_device.c P sys/dev/pci/drm/include/generated/autoconf.h P sys/dev/pci/drm/include/linux/mm.h P sys/kern/kern_exec.c P usr.bin/ssh/servconf.c P usr.bin/ssh/ssh.c P usr.bin/ssh/sshd.c P usr.bin/tr/tr.1 P usr.sbin/bgpd/session.c P usr.sbin/rpki-client/rsync.c commit yCk2U87YN8zUuBJj Author: kettenis Date: 2025/02/11 22:27:09 Implement support for SVE (Scalable Vector Extension) on arm64. ok patrick@ sys/arch/arm64/arm64/cpu.c sys/arch/arm64/arm64/fpu.c sys/arch/arm64/arm64/machdep.c sys/arch/arm64/arm64/trap.c sys/arch/arm64/include/armreg.h sys/arch/arm64/include/cpu.h sys/arch/arm64/include/fpu.h sys/arch/arm64/include/hypervisor.h sys/arch/arm64/include/pcb.h commit gaNvL6JKBnP3Uslf Author: jmc Date: 2025/02/11 20:43:46 clarify behaviour of -s option; from jan stary ok millert usr.bin/tr/tr.1 commit kGWx6L4oPufYrjSZ Author: claudio Date: 2025/02/11 19:28:45 Make session_update take a struct peer pointer as first argument like all other functions in packet processing. While there also improve the "no such peer" error message so that it is clear which one was triggered. OK tb@ usr.sbin/bgpd/session.c commit PbwXP8wwDTE0TkeG Author: miod Date: 2025/02/11 16:22:37 Fix stupid bug in previous (handle _CID being a Package type) sys/dev/acpi/acpi.c commit 3xKrlzYEOENQd68x Author: anton Date: 2025/02/11 14:58:11 Keep the new p_pledge field struct proc in sync upon execve(2). Regression caught by regress/sys/kern/pledge/execpromise. ok deraadt@ sys/kern/kern_exec.c commit QPdIOhG8I2wagZdL Author: claudio Date: 2025/02/11 14:44:52 If rpki-client kills an rsync process via SIGTERM ignore the SIGTERM exit. Do not treat that SIGTERM as an unexpected program termination that should be reported and have rpki-client exit non-zero at the end of its run. rsync intercepts the SIGTERM and exits but openrsync does not so this only affects openrsync. Problem noticed by job@ OK tb@ usr.sbin/rpki-client/rsync.c commit F0JXXeXHZDDPzEvd Author: claudio Date: 2025/02/11 14:29:05 Clear the right memory in the RFC 8950 handling inside capa_neg_calc(). Obvious copy paste error which was harmless. OK tb@ usr.sbin/bgpd/session.c commit DTGlZrtXZFtB96od Author: jsg Date: 2025/02/11 12:55:05 bring back local change to disable panel self refresh should re-resolve display issues on Dell XPS 13 7390 reported by James Cook on bugs@ sys/dev/pci/drm/i915/display/intel_display_device.c commit qNmeRqcjlUgJ8lxs Author: miod Date: 2025/02/11 12:07:26 Handle _CID being a Package type, in which case we'll use the first item in the Package as the cid value to match against. This will allow pckbc@acpi to match on some chromebooks. ok kettenis@ sys/dev/acpi/acpi.c commit 4d5QeHPeyIPTw0FS Author: jsg Date: 2025/02/11 07:54:52 define CONFIG_FRAMEBUFFER_CONSOLE used in inteldrm when deciding if an fb is too big for stolen memory sys/dev/pci/drm/include/generated/autoconf.h commit J3UOlfoSiuQkRTSB Author: jsg Date: 2025/02/11 05:18:02 make totalram_pages() return long needed as callers shift the result left by PAGE_SHIFT without casting sys/dev/pci/drm/include/linux/mm.h commit 6Mtly4LwJhmQs51a Author: jsg Date: 2025/02/11 03:54:20 avoid %pR format strings in intel_memory_regions_hw_probe() debug sys/dev/pci/drm/i915/intel_memory_region.c commit DlIijOyRjwX5M2j7 Author: djm Date: 2025/02/10 23:19:26 include arguments the command was invoked with, and operating system name, version and architecture in startup debugging output; ok dtucker usr.bin/ssh/ssh.c usr.bin/ssh/sshd.c commit XnyUVEi0sboAWpAg Author: djm Date: 2025/02/10 23:16:51 include line number in Match debug messages, makes it a little easier to see what's going on usr.bin/ssh/servconf.c commit aqORnxtstfJAvUZM Author: djm Date: 2025/02/10 23:00:29 fix "Match invalid-user" from incorrectly being activated in initial configuration pass when no other predicates were present on the match line usr.bin/ssh/servconf.c