OpenBSD/src kV35p0Cusr.bin/openssl s_cb.c

   Check HMAC() return value to avoid a later use of uninitialized data

   CID 25423

   ok tb@
VersionDeltaFile
1.23+7-3usr.bin/openssl/s_cb.c
+7-31 files

OpenBSD/src FxXW4lFinclude limits.h

   limits.h: bump _POSIX_THREAD_THREADS_MAX to 64

   This matches POSIX and the other BSDs. The mismatch was flagged by Sortix
   os-test.

   ok guenther@, asou@, deraadt@
VersionDeltaFile
1.20+2-2include/limits.h
+2-21 files

OpenBSD/src eEseEmhdistrib/sets/lists/base mi

   sync
VersionDeltaFile
1.1192+1-0distrib/sets/lists/base/mi
+1-01 files

OpenBSD/src odWS7uvsys/arch/amd64/pci acpipci.c, sys/dev/acpi acpidmar.c

   acpidmar(4): Store PCI domain in softc for segment mapping

   Ensure we get a valid segement and enforce use of the IOMMU.

   While there:
    - tweak printf to use segment instead of PCI domain
    - use ACPI provided segment instead of hardcoded 0 in ivhd_showpage()

   ok kettenis@
VersionDeltaFile
1.20+4-8sys/dev/acpi/acpidmar.c
1.13+8-4sys/arch/amd64/pci/acpipci.c
+12-122 files

OpenBSD/src j0hWlXJsbin/iked ca.c

   iked: avoid parameter overload

   Old ca_validate_cert() API interpreted data pointer as parsed X509
   structure if len == 0 and crashed if a zero size certificate buffer
   was passed instead.  Now we have an explicit certifcate and key
   parameter.

   from hshoexer@ markus@; ok bluhm@ tb@ tobhe@

   this is errata/7.9/009_iked.patch.sig
VersionDeltaFile
1.105.6.1+26-26sbin/iked/ca.c
+26-261 files

OpenBSD/src UJSBAIhsbin/iked ca.c

   iked: avoid parameter overload

   Old ca_validate_cert() API interpreted data pointer as parsed X509
   structure if len == 0 and crashed if a zero size certificate buffer
   was passed instead.  Now we have an explicit certifcate and key
   parameter.

   from hshoexer@ markus@; ok bluhm@ tb@ tobhe@

   this is errata/7.8/045_iked.patch.sig
VersionDeltaFile
1.105.2.1+26-26sbin/iked/ca.c
+26-261 files

OpenBSD/src vhr2C33usr.sbin/npppd/npppd lcp.c

   Fix LCP MRU option handing.  Pointed out by Arthur Chan.

   from yasuoka@; ok mvs deraadt

   this is errata/7.9/008_npppd.patch.sig
VersionDeltaFile
1.18.30.1+4-6usr.sbin/npppd/npppd/lcp.c
+4-61 files

OpenBSD/src o9NDaTrusr.sbin/npppd/npppd lcp.c

   Fix LCP MRU option handing.  Pointed out by Arthur Chan.

   from yasuoka@; ok mvs deraadt

   this in errata/7.8/044_npppd.patch.sig
VersionDeltaFile
1.18.26.1+4-6usr.sbin/npppd/npppd/lcp.c
+4-61 files

OpenBSD/src QRZsfRlsbin/iked ca.c

   iked: avoid parameter overload

   Old ca_validate_cert() API interpreted data pointer as parsed X509
   structure if len == 0 and crashed if a zero size certificate buffer
   was passed instead.  Now we have an explicit certifcate and key
   parameter.

   from markus@

   ok bluhm@ tb@
VersionDeltaFile
1.106+26-26sbin/iked/ca.c
+26-261 files

OpenBSD/src rGNNZnzusr.bin/mandoc mandoc.1

   manuel -> manual
VersionDeltaFile
1.201+3-3usr.bin/mandoc/mandoc.1
+3-31 files

OpenBSD/src 1UJVuHJsys/dev/pci/drm drm_fb_helper.c

   drm/fb-helper: Fix a locking bug in an error path

   From Bart Van Assche
   e7731507270c2c63f00cfbf210fe96b964e9b42e in linux-6.18.y/6.18.44
   bd64240dc88caaf7b96dd869f36f165f51b52039 in mainline linux
VersionDeltaFile
1.48+3-1sys/dev/pci/drm/drm_fb_helper.c
+3-11 files

OpenBSD/src Zy0b0pvsys/dev/pci/drm/i915/display intel_vrr.c

   drm/i915/vrr: require valid min/max vfreq for VRR

   From Jani Nikula
   df1582c0a101e2e2f133dd331d2a3258bb6a7518 in linux-6.18.y/6.18.44
   f8a9262c7a6fc2de9802e14b0228114f0333869e in mainline linux
VersionDeltaFile
1.10+4-0sys/dev/pci/drm/i915/display/intel_vrr.c
+4-01 files

OpenBSD/src LqhzSWjsys/dev/pci/drm/i915/display intel_vrr.c

   drm/i915/vrr: Check HAS_VRR() first in intel_vrr_is_capable()

   From Ville Syrjala
   894d4a7395662059d2c6009fd17e1598af06405e in linux-6.18.y/6.18.44
   4b274b0b61ab2a529e5c22e9aa033f3028e639fc in mainline linux
VersionDeltaFile
1.9+4-2sys/dev/pci/drm/i915/display/intel_vrr.c
+4-21 files

OpenBSD/src ofvs9Zysys/dev/pci/drm drm_gpuvm.c drm_exec.c, sys/dev/pci/drm/amd/amdgpu amdgpu_eviction_fence.c amdgpu_cs.c

   drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]

   From Thomas Hellstrom
   b8ad916ba4e18e428693ffd89ae66ac9754b5558 in linux-6.18.y/6.18.44
   ce44b78512e9102aea54ff6b6e521d6c8de9f31c in mainline linux
VersionDeltaFile
1.3+12-8sys/dev/pci/drm/include/drm/drm_exec.h
1.31+3-6sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
1.4+2-4sys/dev/pci/drm/drm_exec.c
1.5+1-2sys/dev/pci/drm/drm_gpuvm.c
1.2+1-2sys/dev/pci/drm/amd/amdgpu/amdgpu_eviction_fence.c
+19-225 files

OpenBSD/src fFWyyRhsys/dev/pci/drm/amd/display/amdgpu_dm amdgpu_dm.c

   drm/amd/display: Exit idle optimizations before programming

   From Leo Li
   3cb42a973f889f13204f220612eb0be89f90a661 in linux-6.18.y/6.18.44
   8419331e64d92a8de5fc4feef0e305f201fb8b33 in mainline linux
VersionDeltaFile
1.204+46-32sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+46-321 files

OpenBSD/src sMtK9QVsys/dev/pci/drm/amd/display/amdgpu_dm amdgpu_dm.c, sys/dev/pci/drm/amd/display/dc dc.h

   drm/amd/display: check GRPH_FLIP status before sending event

   From Leo Li
   dbbe08d73b8bcedf0eb8bacb4b3c43b09c92c032 in linux-6.18.y/6.18.44
   48ab86360af117123eb1b15e38f068acf3826400 in mainline linux
VersionDeltaFile
1.203+151-40sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1.3+45-0sys/dev/pci/drm/amd/display/dc/core/dc.c
1.23+1-0sys/dev/pci/drm/amd/display/dc/dc.h
+197-403 files

OpenBSD/src B433Oahsys/dev/pci/drm/amd/amdgpu amdgpu_gtt_mgr.c

   drm/amdgpu: Respect placement requirements in amdgpu_gtt_mgr functions

   From Timur Kristof
   30b2d0843a4101934109c1e7f9240b153d631c10 in linux-6.18.y/6.18.44
   8882f8897e554053af9e72f4c2da8b1e2cce56c7 in mainline linux
VersionDeltaFile
1.9+28-2sys/dev/pci/drm/amd/amdgpu/amdgpu_gtt_mgr.c
+28-21 files

OpenBSD/src 49xPsAbsys/dev/pci/drm/amd/amdgpu amdgpu_ctx.c

   drm/amdgpu: Fix context pstate override handling

   From Tvrtko Ursulin
   e06c39cc1c48dca68a5ffd971c23025a52d46634 in linux-6.18.y/6.18.4
   c1dc4ccb82c9e56325d8e7514ca4c90bd1efb351 in mainline linux
VersionDeltaFile
1.13+42-29sys/dev/pci/drm/amd/amdgpu/amdgpu_ctx.c
+42-291 files

OpenBSD/src jdsLMSnsys/dev/fdt rkdrm.c

   adjust for drm_fb_helper_alloc_info() removal
VersionDeltaFile
1.25+2-8sys/dev/fdt/rkdrm.c
+2-81 files

OpenBSD/src IDJSa9Isys/dev/pci/drm drm_fbdev_shmem.c drm_fbdev_dma.c, sys/dev/pci/drm/include/drm drm_fb_helper.h

   drm/fb-helper: Allocate and release fb_info in single place

   From Thomas Zimmermann
   3f58077457985c622c014f438d8e00dbd03db338 in linux-6.18.y/6.18.4
   63c971af40365ee706c7e24f6a7900d693518f09 in mainline linux
VersionDeltaFile
1.47+12-27sys/dev/pci/drm/drm_fb_helper.c
1.4+3-11sys/dev/pci/drm/drm_fbdev_ttm.c
1.7+1-12sys/dev/pci/drm/radeon/radeon_fbdev.c
1.11+0-12sys/dev/pci/drm/include/drm/drm_fb_helper.h
1.3+2-10sys/dev/pci/drm/drm_fbdev_shmem.c
1.8+2-10sys/dev/pci/drm/drm_fbdev_dma.c
+20-821 files not shown
+21-907 files

OpenBSD/src So1HmPTsys/dev/pci/drm/amd/amdkfd kfd_events.c

   drm/amdkfd: hold event_mutex while checkpointing CRIU events

   From William Palacek
   6a52f48157fa7fb81e0c146937fd6c8b0c1cfdbd in linux-6.18.y/6.18.44
   ff8bc5a68a9a70bdc38d61a72c7a49c56063f9d2 in mainline linux
VersionDeltaFile
1.15+18-4sys/dev/pci/drm/amd/amdkfd/kfd_events.c
+18-41 files

OpenBSD/src 9BCFtSusys/dev/pci/drm/amd/amdkfd kfd_events.c

   drm/amdkfd: Handle invalid event type in CRIU event restore

   From David Francis
   6189ceca5ce75078743db456e133efbfa2dc6fce in linux-6.18.y/6.18.44
   a9cdc85839e4fe2c760aa4ca6cc341c31ad1918a in mainline linux
VersionDeltaFile
1.14+3-0sys/dev/pci/drm/amd/amdkfd/kfd_events.c
+3-01 files

OpenBSD/src WywiO4Lsys/dev/pci/drm/amd/amdkfd kfd_queue.c

   drm/amdkfd: fix uint32_t overflow in EOP ring buffer size alignment

   From William Palacek
   6dc0b4b39ed4f11ef70f76ecea8537e35f45342b in linux-6.18.y/6.18.44
   83463a96ea3c7d8ae636a4d6a0ba63c9ce410724 in mainline linux
VersionDeltaFile
1.11+1-1sys/dev/pci/drm/amd/amdkfd/kfd_queue.c
+1-11 files

OpenBSD/src dngAJNasys/dev/pci/drm/amd/amdkfd kfd_process_queue_manager.c

   drm/amdkfd: fix QID bit leak in pqm_create_queue()

   From Vladimir Marioukhine
   5f0f2ddeac738e2ca9d12cb76a1ff2904e85ecc3 in linux-6.18.y/6.18.44
   38b73293f38658a4685ffcea666462024f858ad9 in mainline linux
VersionDeltaFile
1.23+1-1sys/dev/pci/drm/amd/amdkfd/kfd_process_queue_manager.c
+1-11 files

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

   drm/amdkfd: Fix missing authorization check in KFD_IOC_DBG_TRAP_DISABLE

   From Gang Ba
   9e52212aff8ed1fd9087728f61243ce3efd9d0ac in linux-6.18.y/6.18.44
   99b2fe4f19e3be0a8d0a0b5ea98d855970889653 in mainline linux
VersionDeltaFile
1.29+7-3sys/dev/pci/drm/amd/amdkfd/kfd_chardev.c
+7-31 files

OpenBSD/src QUwMarusys/dev/pci/drm/amd/display/dc/dce dce_clock_source.c

   drm/amd/display: use proper context for logging

   From Jiri Slaby
   02647d98340738f918690ed227fdcf154db1b84a in linux-6.18.y/6.18.44
   114b42507b6a23d9d24e24e4ef165233332c64d4 in mainline linux
VersionDeltaFile
1.11+9-11sys/dev/pci/drm/amd/display/dc/dce/dce_clock_source.c
+9-111 files

OpenBSD/src U8mgclPsys/dev/pci/drm/amd/display/dc/hwss/dcn30 dcn30_hwseq.c

   drm/amd/display: Increase HDMI AV mute wait from 2 to 3 frames

   From Ray Wu
   3c2ae9509717c4a140ae6217dddb76d67ce947f4 in linux-6.18.y/6.18.44
   c216b39fbbc4b007fd6984cffd85039d49a55154 in mainline linux
VersionDeltaFile
1.3+11-5sys/dev/pci/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
+11-51 files

OpenBSD/src VmFzHdCsys/dev/pci/drm/amd/pm amdgpu_pm.c amdgpu_dpm.c, sys/dev/pci/drm/amd/pm/inc amdgpu_dpm.h

   drm/amd/pm: fix torn gpu metrics reads

   From Yang Wang
   1860818feb4dbe413af2d53ddd539e2d93e97ca2 in linux-6.18.y/6.18.44
   048f4541b71fb19645fb79d6e62e6e4da23a4035 in mainline linux
VersionDeltaFile
1.10+9-3sys/dev/pci/drm/amd/pm/amdgpu_dpm.c
1.24+1-7sys/dev/pci/drm/amd/pm/amdgpu_pm.c
1.8+2-1sys/dev/pci/drm/amd/pm/inc/amdgpu_dpm.h
+12-113 files

OpenBSD/src TzccvF2sys/dev/pci/drm/amd/amdgpu amdgpu_ttm.c

   drm/amdgpu: cap GTT size to physical RAM on APUs

   From Harkirat Gill
   45ba7f091abf4b3118da3c9d9646f8073f115a68 in linux-6.18.y/6.18.44
   5e70f6804b4d6256058c360b10e044ee04ea4a4e in mainline linux
VersionDeltaFile
1.35+12-0sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
+12-01 files

OpenBSD/src P3ukrI6sys/dev/pci/drm/amd/amdgpu amdgpu_drv.c

   drm/amdgpu: restore UMD profile pstate after runtime resume

   From Candice Li
   d330ac90d85f328dff61f9a11c44b35424dc3144 in linux-6.18.y/6.18.44
   f931c54b241ce2f36bfc34955aec43a188276b8d in mainline linux
VersionDeltaFile
1.76+15-0sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c
+15-01 files