Build date: 1731711603 - Fri Nov 15 23:00:03 UTC 2024 Build cvs date: 1731701698 - Fri Nov 15 20:14:58 UTC 2024 Build id: 2024-11-16.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/arch/amd64/ddb ? regress/sys/kern/ptrace/xstate P lib/libcrypto/ec/ec_key.c P lib/libcrypto/ec/ec_mult.c P lib/libcrypto/man/ECDSA_SIG_new.3 P share/man/man4/tun.4 P sys/dev/pci/if_ice.c P sys/dev/pci/if_icevar.h P sys/dev/pci/drm/amd/amdgpu/amdgpu_acpi.c P sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c P sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h P sys/dev/pci/drm/amd/amdgpu/aqua_vanjaram.c P sys/uvm/uvm_amap.h P sys/uvm/uvm_map.h P usr.bin/tmux/layout.c P usr.bin/tmux/options-table.c P usr.bin/tmux/options.c P usr.bin/tmux/screen-redraw.c P usr.bin/tmux/screen-write.c P usr.bin/tmux/screen.c P usr.bin/tmux/server-client.c P usr.bin/tmux/server-fn.c P usr.bin/tmux/style.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/window.c commit XnA4EQpXsEhOoNrF Author: tb Date: 2024/11/15 20:14:58 Use a better curve and a better hash for the ECDSA_do_sign() example (Many examples in this directory are really bad. This is no exception.) lib/libcrypto/man/ECDSA_SIG_new.3 commit KAChBwYsE0iF07N0 Author: stsp Date: 2024/11/15 15:43:49 wait for ice(4) software interrupt to occur when flushing queue interrupts This codes runs under IPL_NET. Interrupt processing would get delayed until the ioctl handler was done which is probably not what the device is expecting. sys/dev/pci/if_ice.c commit wYIWB08TcB6U685Q Author: stsp Date: 2024/11/15 15:42:00 fix build without ICE_DEBUG sys/dev/pci/if_ice.c commit Gxgj8KKj9YN4TLYi Author: stsp Date: 2024/11/15 15:41:10 implement the ice(4) Rx interrupt handler sys/dev/pci/if_ice.c sys/dev/pci/if_icevar.h commit sP2Xecl3IycfOeNn Author: stsp Date: 2024/11/15 15:34:56 in ice(4), ensure that vsi->max_frame_size gets set dlg@ advised me that our drivers should always configure the largest frame size supported by hardware sys/dev/pci/if_ice.c commit 9lD3SDSS9XW7VKfv Author: tb Date: 2024/11/15 12:09:36 ec_mult: fix includes lib/libcrypto/ec/ec_mult.c commit enudVnwY2fg3Re61 Author: tb Date: 2024/11/15 08:49:07 EC_KEY_copy() don't leave stale private keys in place As most other objects, EC_KEYs can be as sparsely and invalidly populated as imagination permits and the competent designers of EC_KEY_copy() chose to just copy over what's available (yeah, what kind of copy is that?) and leave in place what happens to be there. In particular, if the dest EC key was used with a different group and has a private key, but the source key doesn't, the dest private key remains intact, as invalid, incompatible and unusable as it may be. Fix this by clearing said private key. ok jsing lib/libcrypto/ec/ec_key.c commit SqyCUZq1IDUVsHbT Author: jsg Date: 2024/11/15 04:26:33 add placeholder for GC 11.5.2 APU sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h commit oZHns3h2SRbij43g Author: jsg Date: 2024/11/15 01:22:44 drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported From Antonio Quartulli a613a392417532ca5aaf3deac6e3277aa7aaef2b in linux-6.6.y/6.6.61 a6dd15981c03f2cdc9a351a278f09b5479d53d2e in mainline linux sys/dev/pci/drm/amd/amdgpu/amdgpu_acpi.c commit nspjPB4wPySLoJa9 Author: jsg Date: 2024/11/15 01:19:33 drm/amdgpu: Fix DPX valid mode check on GC 9.4.3 From Lijo Lazar 3930715c1aefe8e5cbca94144081aa08b466d571 in linux-6.6.y/6.6.61 3ce3f85787352fa48fc02ef6cbd7a5e5aba93347 in mainline linux sys/dev/pci/drm/amd/amdgpu/aqua_vanjaram.c commit KGeNBwgjCjFWdzgu Author: jsg Date: 2024/11/15 01:17:57 drm/amdgpu: Adjust debugfs register access permissions From Alex Deucher e2574b57990d482cb4310f8d571e728741c711c8 in linux-6.6.y/6.6.61 b46dadf7e3cfe26d0b109c9c3d81b278d6c75361 in mainline linux sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c commit A9AcXnVlGvE9f3Ax Author: jsg Date: 2024/11/15 01:15:31 drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read() From Alex Deucher 8906728f2fbd6504cb488f4afdd66af28f330a7a in linux-6.6.y/6.6.61 4d75b9468021c73108b4439794d69e892b1d24e3 in mainline linux sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c commit 63Mbt0T1e3GYWw5R Author: jsg Date: 2024/11/15 01:13:20 drm/amdgpu: Adjust debugfs eviction and IB access permissions From Alex Deucher 5a8ae5fa576c3315c0b3ce0b0aec2e5d1aadebc9 in linux-6.6.y/6.6.61 f790a2c494c4ef587eeeb9fca20124de76a1646f in mainline linux sys/dev/pci/drm/amd/amdgpu/amdgpu_debugfs.c commit eivMZJKi1uCKrGU8 Author: jsg Date: 2024/11/15 00:32:04 compatibiliy -> compatibility share/man/man4/tun.4 commit HsqbrH1Rhkjc1Slo Author: matthieu Date: 2024/11/14 20:37:40 update 3RDPARTY MODULES