OpenBSD/src K0Yn3rWregress/usr.bin/ssh Makefile

   disable pubkey-priority test until I can fix it to not pick up the
   user's keys from ~/.ssh
VersionDeltaFile
1.146+1-2regress/usr.bin/ssh/Makefile
+1-21 files

OpenBSD/src JHWjqibregress/usr.bin/ssh pubkey-priority.sh

   Fix expected output for implicit ordering test.  ok djm@
VersionDeltaFile
1.2+3-3regress/usr.bin/ssh/pubkey-priority.sh
+3-31 files

OpenBSD/src IU0zUBUlibexec/getty gettytab.5

   gettytab(5): man page fixes

   - add missing "ab" capability
   - "ps" is for a Develcon port selector, not MICOM port selector
   - the "uc" capability is still supported (kind of)
   - document the historical "td" capability
   - document the historical "he" capability
   - split the unsupported section into delay capabilities and others
   - since all the historical delay capabilities are unsupported we can
     delete the paragraph in BUGS that references them
   - for the same reason, the paragraph talking about delays being in
     milliseconds can also be deleted

   tweaks and ok jsg@
VersionDeltaFile
1.30+15-18libexec/getty/gettytab.5
+15-181 files

OpenBSD/src IGY7XnHinclude math.h

   math.h: replace a standards placeholder with an official version

   guenther@ also points out these are XSI extensions and so we should
   adjust from __POSIX_VISIBLE to __XPG_VISIBLE.

   ok guenther@ (some time ago), ok sthen@
VersionDeltaFile
1.37+3-3include/math.h
+3-31 files

OpenBSD/src AsnLcHvusr.bin/tmux cmd-join-pane.c

   Check for floating only for flags that require a floating pane, reported
   by Ilya Grigoriev.
VersionDeltaFile
1.74+12-14usr.bin/tmux/cmd-join-pane.c
+12-141 files

OpenBSD/src 9vq7sndusr.bin/tmux tmux.h control.c

   Do not let a stuck client prevent the server from exiting - give up
   after 10 seconds. GitHub issue 5444 from Ben Maurer.
VersionDeltaFile
1.501+46-3usr.bin/tmux/server-client.c
1.64+18-1usr.bin/tmux/control.c
1.1421+4-1usr.bin/tmux/tmux.h
+68-53 files

OpenBSD/src LoqZt3Nusr.sbin/ripd control.c ripe.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.33+4-6usr.sbin/ripd/rde.c
1.39+3-5usr.sbin/ripd/ripe.c
1.46+3-5usr.sbin/ripd/ripd.c
1.36+2-3usr.sbin/ripd/control.c
+12-194 files

OpenBSD/src MQ5HHTLusr.sbin/ospf6d control.c rde.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.99+3-5usr.sbin/ospf6d/rde.c
1.63+3-5usr.sbin/ospf6d/ospf6d.c
1.40+2-3usr.sbin/ospf6d/control.c
+8-133 files

OpenBSD/src TEJuQtBusr.sbin/ospfd control.c rde.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.121+3-5usr.sbin/ospfd/rde.c
1.127+3-5usr.sbin/ospfd/ospfd.c
1.56+2-3usr.sbin/ospfd/control.c
+8-133 files

OpenBSD/src 0HoDE0Nusr.sbin/ldpd control.c ldpd.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.81+3-5usr.sbin/ldpd/ldpd.c
1.86+3-5usr.sbin/ldpd/lde.c
1.40+2-3usr.sbin/ldpd/control.c
+8-133 files

OpenBSD/src jzQ0kHlusr.sbin/eigrpd control.c rde.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.35+3-5usr.sbin/eigrpd/rde.c
1.39+3-5usr.sbin/eigrpd/eigrpd.c
1.18+2-3usr.sbin/eigrpd/control.c
+8-133 files

OpenBSD/src pS3a3lxusr.sbin/dvmrpd rde.c dvmrpe.c

   imsgbuf_get() returns int, so adjust the type of 'n' to int.

   In most cases n is used for imsgbuf_get() and imsgbuf_read(), both
   calls return int.

   OK tb@ kirill@
VersionDeltaFile
1.32+3-5usr.sbin/dvmrpd/dvmrpe.c
1.36+3-5usr.sbin/dvmrpd/dvmrpd.c
1.41+2-3usr.sbin/dvmrpd/rde.c
+8-133 files

OpenBSD/src HLhTtJTsys/dev/fdt qcgpio_fdt.c

   Add SC7280 support.

   ok jsg@
VersionDeltaFile
1.8+6-3sys/dev/fdt/qcgpio_fdt.c
+6-31 files

OpenBSD/src upmbC8Wsys/dev/pci/drm drm_buddy.c buddy.c, sys/dev/pci/drm/amd/amdgpu amdgpu_vram_mgr.c

   gpu: Move DRM buddy allocator one level up (part two)

   From Joel Fernandes
   65677f7a20c48cf9ed02c56db389cc327d2b61b2 in linux-6.18.y/6.18.42
   ba110db8e1bc206c13fd7d985e79b033f53bfdea in mainline linux

   gpu/buddy: bail out of try_harder when alignment cannot be honoured

   From Arunpravin Paneer Selvam
   7185c5262435b93e5eeffa647008992256b9c51a in linux-6.18.y/6.18.42
   56bc6384314fb9ae98975fb2af8b143097ede3dc in mainline linux
VersionDeltaFile
1.1+1,366-0sys/dev/pci/drm/buddy.c
1.12+10-1,287sys/dev/pci/drm/drm_buddy.c
1.1+177-0sys/dev/pci/drm/include/linux/gpu_buddy.h
1.7+6-159sys/dev/pci/drm/include/drm/drm_buddy.h
1.16+40-39sys/dev/pci/drm/amd/amdgpu/amdgpu_vram_mgr.c
1.5+30-29sys/dev/pci/drm/i915/i915_ttm_buddy_manager.c
+1,629-1,51412 files not shown
+1,684-1,56718 files

OpenBSD/src 3OIHFS5sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn32 dcn32_clk_mgr.c, sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn35 dcn35_clk_mgr.c

   drm/amd/display: Fix DTB DTO updates breaking live pixel rate sources

   From Harry Wentland
   682a0066dde052d1841bcc614c3de917ac836be9 in linux-6.18.y/6.18.42
   76a2db58e95e328007043f54ac3c7336ccbee440 in mainline linux
VersionDeltaFile
1.9+8-1sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
1.8+8-1sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c
+16-22 files

OpenBSD/src q0JdqLysys/dev/pci/drm/amd/amdgpu amdgpu_gem.c amdgpu_hmm.c

   drm/amdgpu: fix check in amdgpu_hmm_invalidate_gfx

   From Christian Koenig
   15a7cb71a5748a718453f3b01e1da3b52349c043 in linux-6.18.y/6.18.42
   52f650963d8825e97a0ccdd2b616f8a01d9d3d38 in mainline linux
VersionDeltaFile
1.7+1-2sys/dev/pci/drm/amd/amdgpu/amdgpu_hmm.c
1.19+1-0sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c
+2-22 files

OpenBSD/src sVe1jFQsys/dev/pci/drm/amd/pm/swsmu/smu13 smu_v13_0_0_ppt.c smu_v13_0_7_ppt.c

   drm/amd/pm: fix smu13 power limit range calculation

   From Yang Wang
   ab7b40c638e0d65c7ed5062d9440a326f3d5a3ba in linux-6.18.y/6.18.42
   220f22e1d66c1cfb63387eb1c4210f92a357c2d9 in mainline linux
VersionDeltaFile
1.23+8-7sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
1.25+7-4sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
+15-112 files

OpenBSD/src anCacgFsys/dev/pci/drm/amd/amdgpu amdgpu_device.c amdgpu_ttm.c

   drm/amdgpu: fix aperture mapping leak

   From Asad Kamal
   6405c4e75b3bcf0e72bd7a0ff5f1ed0c475e23aa in linux-6.18.y/6.18.42
   ea772a440d56b285f4d491affac50ecd41f6b402 in mainline linux
VersionDeltaFile
1.34+20-25sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1.103+0-2sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
+20-272 files

OpenBSD/src WALyAyfsys/dev/pci/drm/amd/amdgpu amdgpu_acp.c

   drm/amdgpu: invoke pm_genpd_remove() before freeing genpd

   From Ce Sun
   08fee493e0261f9e4120a5c8e7e42e8a723574e8 in linux-6.18.y/6.18.42
   28c9b3c5dc35cc790d11e26ca3fc6e068be63998 in mainline linux
VersionDeltaFile
1.10+2-0sys/dev/pci/drm/amd/amdgpu/amdgpu_acp.c
+2-01 files

OpenBSD/src 5R9ixfgsys/dev/pci/drm/amd/amdgpu amdgpu_acp.c

   drm/amdgpu: fix resource leak on ACP reset timeout

   From Ce Sun
   68eab5a64ddbc0bb34f6241f7983fc03eb4aeaf2 in linux-6.18.y/6.18.42
   020da7c5aac5b86bad8a1571f6eda6b8cff9331d in mainline linux
VersionDeltaFile
1.9+7-4sys/dev/pci/drm/amd/amdgpu/amdgpu_acp.c
+7-41 files

OpenBSD/src xbYZYeusys/dev/pci/drm/amd/amdgpu amdgpu_uvd.c

   drm/amdgpu: fix division by zero with invalid uvd dimensions

   From Boyuan Zhang
   ffb33d466a68cea3e8a3dbed04d79037a3cbabd1 in linux-6.18.y/6.18.42
   0c01c811be47e6b146552dd59bfedbea8f09b8f4 in mainline linux
VersionDeltaFile
1.12+8-0sys/dev/pci/drm/amd/amdgpu/amdgpu_uvd.c
+8-01 files

OpenBSD/src 9IPXp7Qsys/dev/pci/drm/display drm_dp_mst_topology.c

   drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()

   From Luca Coelho
   8c6d84a54823cd839e6ce22af559925f1320c310 in linux-6.18.y/6.18.42
   613059875958e7b217b250ed14c3b189f9488421 in mainline linux
VersionDeltaFile
1.25+3-1sys/dev/pci/drm/display/drm_dp_mst_topology.c
+3-11 files

OpenBSD/src QvKhIsZsys/dev/pci/drm/amd/amdgpu vcn_v4_0.c

   drm/amdgpu/vcn4: avoid rereading IB param length

   From Boyuan Zhang
   bd868c077f67589ed2a714307ceaade5f246e302 in linux-6.18.y/6.18.42
   3b4082fabc67c9780b06eb959e59dd92fa79c0f0 in mainline linux
VersionDeltaFile
1.14+9-6sys/dev/pci/drm/amd/amdgpu/vcn_v4_0.c
+9-61 files

OpenBSD/src 0oWMyYKsys/dev/pci/drm/amd/amdgpu amdgpu_vce.c

   drm/amdgpu/vce: fix integer overflow in image size

   From Boyuan Zhang
   7eebef042c12dfe0568593ee6a8926d16505925e in linux-6.18.y/6.18.42
   186bfdc4e26d019b2e7570cb121964a1d89b2e5b in mainline linux
VersionDeltaFile
1.14+14-3sys/dev/pci/drm/amd/amdgpu/amdgpu_vce.c
+14-31 files

OpenBSD/src DiCxGiAsys/dev/pci/drm/amd/amdgpu soc24.c

   drm/amdgpu/soc24: reset dGPU if suspend got aborted

   From Jakob Linke
   f7e9eeaccca54d1ee848bff4fb4374de8d0b0611 in linux-6.18.y/6.18.42
   aff079bdce65f6d085e4b0091fdf87fffa95b0d9 in mainline linux
VersionDeltaFile
1.3+28-0sys/dev/pci/drm/amd/amdgpu/soc24.c
+28-01 files

OpenBSD/src MMVsFyQsys/dev/pci/drm/amd/amdgpu sdma_v4_4_2.c

   drm/amdgpu/sdma4.4.2: replace BUG_ON() with WARN_ON()

   From Alex Deucher
   dc3f5da1ba8e280d31676ce15b937e4302235b03 in linux-6.18.y/6.18.42
   40cdbe9fa424cc6264a7aed93a04bd7d69109d9e in mainline linux
VersionDeltaFile
1.8+2-2sys/dev/pci/drm/amd/amdgpu/sdma_v4_4_2.c
+2-21 files

OpenBSD/src 9c0SxvBsys/dev/pci/drm/amd/amdgpu jpeg_v5_0_1.c

   drm/amdgpu/jpeg: fix jpeg_v5_0_1_is_idle detection

   From Boyuan Zhang
   76c977d396f12a460a9cd71e3b55c0952a070eb4 in linux-6.18.y/6.18.42
   efcedeececcf995fcf717b21e39aa7c446fa3bf7 in mainline linux
VersionDeltaFile
1.3+1-1sys/dev/pci/drm/amd/amdgpu/jpeg_v5_0_1.c
+1-11 files

OpenBSD/src A51BQvhsys/dev/pci/drm/amd/amdgpu jpeg_v4_0_3.c

   drm/amdgpu/jpeg: fix jpeg_v4_0_3_is_idle detection

   From Boyuan Zhang
   058373af59551b5b55d075b1baec1546f342b26e in linux-6.18.y/6.18.42
   c44af3810fc8b3adf6910a332038aa566560c8fa in mainline linux
VersionDeltaFile
1.8+1-1sys/dev/pci/drm/amd/amdgpu/jpeg_v4_0_3.c
+1-11 files

OpenBSD/src f6O3hLAsys/dev/pci/drm/amd/amdgpu gfx_v9_0.c

   drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON()

   From Alex Deucher
   042c047e8bc9c9ada7574028a8e4592102e2e1fd in linux-6.18.y/6.18.42
   6302be10b521f5106ce01eb5a724b9e7945a5061 in mainline linux
VersionDeltaFile
1.36+5-5sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
+5-51 files

OpenBSD/src 98ZFUqcsys/dev/pci/drm/amd/amdgpu gfx_v9_4_3.c

   drm/amdgpu/gfx9.4.3: replace BUG_ON() with WARN_ON()

   From Alex Deucher
   05aea3344c422fe95299bb1b21a04de30c7ea198 in linux-6.18.y/6.18.42
   00f4050f7c367d7bdce347ca279ce467c434cf15 in mainline linux
VersionDeltaFile
1.10+4-7sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
+4-71 files