Build date: 1731279602 - Sun Nov 10 23:00:02 UTC 2024 Build cvs date: 1731274531 - Sun Nov 10 21:35:31 UTC 2024 Build id: 2024-11-11.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-ptrace-xstate.diff /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-newvers.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff /home/anton/tmp/robsd/src-tftpd-quirk.diff ? regress/sys/kern/ptrace/xstate P lib/libcrypto/ec/ec_mult.c P sys/arch/amd64/amd64/vector.S P sys/arch/amd64/amd64/vmm_machdep.c P sys/arch/arm64/arm64/autoconf.c P sys/arch/arm64/arm64/cpu.c P sys/arch/arm64/arm64/machdep.c P sys/arch/arm64/arm64/trap.c P sys/arch/riscv64/riscv64/autoconf.c P sys/arch/riscv64/riscv64/cpu.c P sys/arch/riscv64/riscv64/machdep.c P sys/dev/kcov.c P sys/dev/ic/psp.c P sys/dev/pci/drm/drm_gem_dma_helper.c P sys/dev/pci/drm/drm_gem_ttm_helper.c P sys/dev/pci/drm/include/linux/preempt.h P sys/kern/kern_fork.c P sys/kern/kern_resource.c P sys/kern/sys_socket.c commit an8znC90gqJKlq0E Author: jsg Date: 2024/11/10 22:35:31 remove vmx_pmap_find_pte_ept(), used by removed EPT mprotect ioctl ok mlarkin@ sys/arch/amd64/amd64/vmm_machdep.c commit UL5Xm9BNLNx0FPWx Author: bluhm Date: 2024/11/10 13:03:22 Lock send socket buffer for fstat syscall. In soo_stat() lock send socket buffer mutex around access to sb_state. Althoug not strictly necessary as this is only a single read access, make clear where parallel variable access happens. As this is not performance critical, use mutex instead of read once wrapper. This is also consistent to the receive socket buffer a few lines above. OK mvs@ sys/kern/sys_socket.c commit 1AznJJYi268A5eKK Author: jsg Date: 2024/11/10 10:04:33 all archs now have ci_idepth, remove ifdefs sys/dev/kcov.c sys/dev/pci/drm/include/linux/preempt.h commit l1S7YJWKpKznxTXl Author: jsg Date: 2024/11/10 06:51:59 replace uvm.h includes with uvm_extern.h where possible sys/arch/arm64/arm64/autoconf.c sys/arch/arm64/arm64/cpu.c sys/arch/arm64/arm64/machdep.c sys/arch/arm64/arm64/trap.c sys/arch/riscv64/riscv64/autoconf.c sys/arch/riscv64/riscv64/cpu.c sys/arch/riscv64/riscv64/machdep.c sys/dev/ic/psp.c sys/dev/pci/drm/drm_gem_dma_helper.c sys/dev/pci/drm/drm_gem_ttm_helper.c sys/kern/kern_fork.c commit smUCiLMQbJQDJ7Cy Author: jsg Date: 2024/11/10 06:45:36 no need to include both uvm.h and uvm_extern.h sys/kern/kern_resource.c commit NcXRWZ32VJLhKGCa Author: tb Date: 2024/11/10 05:59:35 Wrap comment badly mistreated by an autoformatter due to missing /*- lib/libcrypto/ec/ec_mult.c commit 73GOBSrsoErtf3Rd Author: jsg Date: 2024/11/10 05:59:27 Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). a change mpi@ committed to all architectures in 2015 sys/arch/arm64/arm64/machdep.c commit jElZLGL5jlmAm2l0 Author: jsg Date: 2024/11/10 03:02:43 remove unused XINTR() define sys/arch/amd64/amd64/vector.S commit iqDWjYYh85lCBIPe Author: tb Date: 2024/11/10 00:46:57 Garbage collect an unused variable lib/libcrypto/ec/ec_mult.c