OpenBSD/src jZRnLwPusr.bin/tmux cmd-find.c

   While grouped sessions are being killed, it can leave session which are
   not really useful as targets (no active pane or current window) in the
   tree. Make cmd_find_best_session skip these. GitHub issue 5167.
VersionDeltaFile
1.85+17-1usr.bin/tmux/cmd-find.c
+17-11 files

OpenBSD/src MmwM4b0sys/dev/pci if_mwx.c

   A bit more cleanup, move mt7921_mcu_set_rts_thresh where it should probably be.
VersionDeltaFile
1.31+5-5sys/dev/pci/if_mwx.c
+5-51 files

OpenBSD/src CyA3lf6sys/dev/pci if_mwx.c

   Improve the channel setup in mwx_preinit(), add comments for 11n and 11ac
   modes. Also mark channels as passive in the DFS range.
VersionDeltaFile
1.30+16-5sys/dev/pci/if_mwx.c
+16-51 files

OpenBSD/src Wecvz5Gsys/dev/pci if_mwx.c if_mwxreg.h

   Implement mwx_mac_init for 7921 and 7925.

   Almost all is the same in mwx_mac_init() only the DCR0 and DCR1 registers
   live in different locations on 7925.

   Also make mwx_mac_wtbl_update() work on both chips. MT7925 uses a
   different register and register layout for MT_WTBL_UPDATE.
VersionDeltaFile
1.29+100-35sys/dev/pci/if_mwx.c
1.18+25-3sys/dev/pci/if_mwxreg.h
+125-382 files

OpenBSD/src HwB44wIsys/dev/pci if_mwx.c

   Make mwx_poll() a little bit less aggressive. Would be nice to not use
   delay here but that is a lot more complicated.
VersionDeltaFile
1.28+3-3sys/dev/pci/if_mwx.c
+3-31 files

OpenBSD/src Lt5iMH5sys/kern kern_prot.c

   Use temporary buffer to copyout login name within sys_getlogin_r().
   Load the session pointer to the `s' variable after new login name
   was copied from the userland within sys_setlogin().

   ok deraadt claudio
VersionDeltaFile
1.86+8-5sys/kern/kern_prot.c
+8-51 files

OpenBSD/src 2dazieUsys/kern kern_prot.c

   Use temporary buffer for thread name copying between kernel space and
   user land within sys_{get,set}thrname().

   ok claudio
VersionDeltaFile
1.85+13-11sys/kern/kern_prot.c
+13-111 files

OpenBSD/src hSV45zzsys/dev/pci/drm/i915 i915_driver.c

   In inteldrm_activate(), move the rasops_show_screen() call to before
   drm_client_dev_restore().  The same order as inteldrm_doswitch() and
   inteldrm_enter_ddb().
VersionDeltaFile
1.32+1-1sys/dev/pci/drm/i915/i915_driver.c
+1-11 files

OpenBSD/src 0nh3wXhlib/libcrypto/x509 x509_verify.c

   x509_verify: fix incorrect purpose check in the non-legacy path

   If a purpose is configured on the verify context (which it currently
   never is), this check would only accept certificates for which the
   purpose check fails. Also, this code is not currently reachable from
   public API since x509_verify() is only ever called with a legacy xsc
   set on the verify ctx, so x509_verify_ccert_extensions() takes the
   path returning 1 earlier.

   X509_check_purpose() is one of these strange legacy APIs. It returns -1
   on error, 0 if the cert fails the purpose check, 1 if it passes it and
   values between 2 and 5 indicate various legacy garbage meaning that the
   cert might possibly have been fit for this purpose until around a quarter
   century ago. While for CA certs the checks in "No we don't care about ..."
   exclude return values > 1, it is still possible for the S/MIME purpose
   to return 2 due to a workaround for some buggy NS certs, for example.

   In short: anything but 1 means unfit for the purpose or at best dubious,
   so reject such certs.

    [4 lines not shown]
VersionDeltaFile
1.77+3-2lib/libcrypto/x509/x509_verify.c
+3-21 files

OpenBSD/src DyaUUEGsys/dev/pci/drm/i915/display intel_psr.c intel_display_irq.c

   drm/i915/psr: Use DC_OFF wake reference to block DC6 on vblank enable

   From Jouni Hogander
   21bfa15a89d888d37e4881d64fc473cb85f4697a in linux-6.18.y/6.18.35
   3549a9649dc7c5fc586ab12f675279283cdcb2a7 in mainline linux
VersionDeltaFile
1.22+9-15sys/dev/pci/drm/i915/display/intel_psr.c
1.4+6-2sys/dev/pci/drm/i915/display/intel_display_irq.c
1.18+2-0sys/dev/pci/drm/i915/display/intel_display_types.h
1.6+1-0sys/dev/pci/drm/i915/display/intel_display_core.h
+18-174 files

OpenBSD/src 4UfcY7qsys/dev/pci/drm/amd/amdgpu amdgpu_gem.c

   drm/amdgpu: check num_entries in GEM_OP GET_MAPPING_INFO

   From Ziyi Guo
   f059b4c493df3e54fe3ffe4658009c31864275da in linux-6.18.y/6.18.35
   a1ba4594232c87c3b8defd6f89a2e40f8b08395d in mainline linux
VersionDeltaFile
1.15+5-0sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c
+5-01 files

OpenBSD/src BYJQGqIsys/dev/pci/drm/amd/amdgpu amdgpu_vm.c amdgpu_hmm.c

   drm/amdgpu: fix calling VM invalidation in amdgpu_hmm_invalidate_gfx

   From Christian Koenig
   fa372f4e8aeff6d0d3dd2f14b9165b4013e72a6d in linux-6.18.y/6.18.35
   1c824497d8acd3187d585d6187cedc1897dcc871 in mainline linux
VersionDeltaFile
1.35+5-2sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c
1.5+1-0sys/dev/pci/drm/amd/amdgpu/amdgpu_hmm.c
+6-22 files

OpenBSD/src TeonLbPsys/dev/pci/drm/amd/amdgpu amdgpu_gem.c

   drm/amdgpu: fix lock leak on ENOMEM in AMDGPU_GEM_OP_GET_MAPPING_INFO

   From Michael Bommarito
   1eb86334e391695d4a40743b114afc15df4dc506 in linux-6.18.y/6.18.35
   2e7f55eb408c3f72ee1957a0d0ad11d8648a6379 in mainline linux
VersionDeltaFile
1.14+4-2sys/dev/pci/drm/amd/amdgpu/amdgpu_gem.c
+4-21 files

OpenBSD/src jTxRRufsys/dev/pci/drm/amd/amdkfd kfd_chardev.c

   drm/amdkfd: Check for pdd drm file first in CRIU restore path

   From David Francis
   275396bf71c4d30a2a86ccf078f732cc9fe17e26 in linux-6.18.y/6.18.35
   6842b6a4b72da9b2906ffc5ca9d846ace2c54c14 in mainline linux
VersionDeltaFile
1.26+5-5sys/dev/pci/drm/amd/amdkfd/kfd_chardev.c
+5-51 files

OpenBSD/src ydW9L07sys/dev/pci/drm/amd/amdkfd kfd_device_queue_manager.c

   drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger

   From Eric Huang
   5cf4a41aa0d74e4c83f82d2ce233b5189ed4b43c in linux-6.18.y/6.18.35
   93f5534b35a05ef8a0109c1eefa800062fee810a in mainline linux
VersionDeltaFile
1.24+5-3sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.c
+5-31 files

OpenBSD/src 0cEabxcsys/dev/pci/drm/amd/amdkfd kfd_svm.c

   drm/amdkfd: fix NULL pointer bug in svm_range_set_attr

   From Eric Huang
   2f9c3c161692f5bf1436e869a651bed10936e071 in linux-6.18.y/6.18.35
   e984d61d92e702096058f0f828f4b2b8563b88ce in mainline linux
VersionDeltaFile
1.28+3-0sys/dev/pci/drm/amd/amdkfd/kfd_svm.c
+3-01 files

OpenBSD/src iVkosLIsys/dev/pci/drm/amd/pm/legacy-dpm si_dpm.c

   drm/amd/pm/si: Disregard vblank time when no displays are connected

   From Timur Kristof
   ffa7dce35b64fc5cfce56fe9f164c708a6b5ca54 in linux-6.18.y/6.18.35
   dd4f3ee535b3b0ac027f75dbf9dc5fc88733c765 in mainline linux
VersionDeltaFile
1.3+4-0sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
+4-01 files

OpenBSD/src q2URAHFsys/dev/pci/drm/i915/gem i915_gem_ttm.c

   drm/i915: Fix potential UAF in TTM object purge

   From Janusz Krzysztofik
   c9ae7e7e3bc98615364313b08d7acea5239ded0b in linux-6.18.y/6.18.35
   5c4063c87a619e4df954c179d24628636f5db15f in mainline linux
VersionDeltaFile
1.12+20-16sys/dev/pci/drm/i915/gem/i915_gem_ttm.c
+20-161 files

OpenBSD/src iSjHQCrsys/kern vfs_bio.c vfs_biomem.c, sys/sys buf.h mount.h

   Remove the buffer flipper

   This makes the buffer cache have only one clean cache,
   and to not care about where memory is allocated from.

   IO devices are expected to be able to handle IO from a
   buf at any physical address.

   ok kettenis@ deraadt@
VersionDeltaFile
1.218+45-314sys/kern/vfs_bio.c
1.55+1-77sys/kern/vfs_biomem.c
1.189+3-46sys/uvm/uvm_page.c
1.494+4-4sys/kern/kern_sysctl.c
1.121+2-5sys/sys/buf.h
1.154+1-6sys/sys/mount.h
+56-4523 files not shown
+59-4619 files

OpenBSD/src IoBvqBRsys/dev/pci/drm/i915/display intel_psr.c

   drm/i915/psr: Block DC states on vblank enable when Panel Replay supported

   From Jouni Hogander
   fed64e47a32f390fb3a0fc7c87b8ef96c8897333 in linux-6.18.y/6.18.35
   8bb9093df555f9e89fdbe1405118b11384c03e04 in mainline linux
VersionDeltaFile
1.21+10-9sys/dev/pci/drm/i915/display/intel_psr.c
+10-91 files

OpenBSD/src c2bjCMKsys/dev/pci/drm drm_gem.c

   drm/gem: fix race between change_handle and handle_delete

   From Zhenghang Xiao
   0dfa42cfe4dbe114533480503934f43e33c1e83d in linux-6.18.y/6.18.35
   7164d78559b0ff29931a366a840a9e5dd53d4b7c in mainline linux
VersionDeltaFile
1.33+2-0sys/dev/pci/drm/drm_gem.c
+2-01 files

OpenBSD/src WZ3kOo6sys/dev/pci/drm/i915/display intel_psr.c

   drm/i915/psr: Apply Intel DPCD workaround when SDP on prior line used

   From Jouni Hogander
   487393023feb57ce5305e00eaae21dd50520f3d0 in linux-6.18.y/6.18.35
   4703049f768fc1c1caac754134118bee1a3af189 in mainline linux
VersionDeltaFile
1.20+27-1sys/dev/pci/drm/i915/display/intel_psr.c
+27-11 files

OpenBSD/src DkMI8oYsys/dev/pci/drm/i915/display intel_psr.c intel_display_types.h

   drm/i915/psr: Read Intel DPCD workaround register

   From Jouni Hogander
   c058cf6b84c131c3f535f5fd08ec6eba1e9da9df in linux-6.18.y/6.18.35
   f30bece421a4ae34359254e1dc2a187a42b6af9b in mainline linux
VersionDeltaFile
1.19+7-0sys/dev/pci/drm/i915/display/intel_psr.c
1.17+1-0sys/dev/pci/drm/i915/display/intel_display_types.h
+8-02 files

OpenBSD/src xvAcJXYsys/dev/pci/drm/i915/display intel_dpcd.h

   drm/i915/psr: Add defininitions for INTEL_WA_REGISTER_CAPS DPCD register

   From Jouni Hogander
   dd4cbab2a446d87b94f8337e38653a0f9a679ded in linux-6.18.y/6.18.35
   fbceb39b536e40c2f7cc47ab42037bb7c2b7ced9 in mainline linux
VersionDeltaFile
1.1+15-0sys/dev/pci/drm/i915/display/intel_dpcd.h
+15-01 files

OpenBSD/src 9JX6P56usr.sbin/lpr/lpd printjob.c

   lpd: require data file path name to be in the spool dir

   When processing the control file, any file to be printed must be
   located in the spool directory (e.g. dfA000foobar) either as a
   regular file or a symbolic link to another file to be printed.  This
   matches the handling of the 'U' (unlink) directive.

   OK deraadt@
VersionDeltaFile
1.63+3-1usr.sbin/lpr/lpd/printjob.c
+3-11 files

OpenBSD/src yEMTnmAusr.bin/tmux cmd-display-panes.c

   Preserve the original text in the first line for display-panes.
VersionDeltaFile
1.51+5-4usr.bin/tmux/cmd-display-panes.c
+5-41 files

OpenBSD/src 8RSgeJrsys/dev/pci if_mwx.c if_mwxreg.h

   Inline mwx_mcu_init() into mwx_init_hardware() and add
   mt7925_mcu_set_eeprom() which must be called during hardware init.
   Tested on 7921 and 7925 (which now fails in mt7921_mac_init).
VersionDeltaFile
1.27+43-35sys/dev/pci/if_mwx.c
1.17+2-1sys/dev/pci/if_mwxreg.h
+45-362 files

OpenBSD/src 7FuAeUjusr.bin/tmux tty.c tty-draw.c

   Add a context for cell/palette/hyperlinks when drawing to tty to avoid
   passing so much in parameters.
VersionDeltaFile
1.471+45-56usr.bin/tmux/tty.c
1.11+22-16usr.bin/tmux/tty-draw.c
1.132+17-16usr.bin/tmux/screen-redraw.c
1.1341+17-12usr.bin/tmux/tmux.h
1.69+11-9usr.bin/tmux/popup.c
1.266+11-6usr.bin/tmux/screen-write.c
+123-1154 files not shown
+135-13510 files

OpenBSD/src ZGaljMpsys/dev/pci if_mwx.c

   Add various checks in mwx_load_firmware() to ensure that the buffer
   passed to mwx_mcu_send_firmware() does not move beyond the firmware
   image.  For regions flagged with FW_FEATURE_NON_DL don't forget to
   increase the offset.
VersionDeltaFile
1.26+42-8sys/dev/pci/if_mwx.c
+42-81 files

OpenBSD/src dKzvk85sys/dev/pci if_mwx.c

   Kill MWX_IS_CONNAC2 macro and just use sc->sc_hwtype != MWX_HW_MT7925
   like everywhere else.

   Right now only MT7925 is different from MT7920/21/22 so just use one
   common way to do these checks.
VersionDeltaFile
1.25+2-5sys/dev/pci/if_mwx.c
+2-51 files