LLVM/project 6f98573orc-rt/include/orc-rt ScopeExit.h scope_exit.h, orc-rt/lib/executor AllocAction.cpp

[orc-rt] Rename scope_exit header, add nodiscard attribute. (#205030)

The rename brings the scope_exit type's header name into alignment with
other ORC runtime snake_case types.

The [[nodiscard]] attribute should help to prevent accidental misuse of
the type.
DeltaFile
+51-0orc-rt/unittests/scope_exit-test.cpp
+0-51orc-rt/unittests/ScopeExitTest.cpp
+0-44orc-rt/include/orc-rt/ScopeExit.h
+43-0orc-rt/include/orc-rt/scope_exit.h
+1-1orc-rt/unittests/CMakeLists.txt
+1-1orc-rt/lib/executor/AllocAction.cpp
+96-971 files not shown
+97-987 files

OpenBSD/src djQg1XWsys/dev/pci/drm/amd/amdgpu amdgpu_gmc.c

   drm/amdgpu: set noretry=1 as default for GFX 10.1.x (Navi10/12/14)

   From Vitaly Prosyak
   39b5397bf8de2c5f110a0599707a7b1e0dbc6bf3 in linux-6.18.y/6.18.36
   e47b0056a08dc70430ffc44bbf62197e7d1ff8ea in mainline linux
VersionDeltaFile
1.21+1-1sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c
+1-11 files

OpenBSD/src d0akD8Ysys/dev/pci/drm/amd/amdgpu amdgpu_cs.c

   drm/amdgpu: restart the CS if some parts of the VM are still invalidated

   From Christian Koenig
   fcd51a085e9a0d01315606e9d2dad1732563faf2 in linux-6.18.y/6.18.36
   40396ffdf6120e2380706c59e1a84d7e765a37b6 in mainline linux
VersionDeltaFile
1.28+3-1sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
+3-11 files

OpenBSD/src 7BC2FWMsys/dev/pci/drm/amd/amdgpu amdgpu_hmm.c

   drm/amdgpu: fix waiting for all submissions for userptrs

   From Christian Koenig
   68455b117258243e73b9697d15a570158ad93e1c in linux-6.18.y/6.18.36
   58bafc666c484b21839a2d27e923ae1b2727a1df in mainline linux
VersionDeltaFile
1.6+4-2sys/dev/pci/drm/amd/amdgpu/amdgpu_hmm.c
+4-21 files

NetBSD/src eEvd8YQtests/net/if_pppoe t_pppoe_keepalive.sh

   Added test case for PP_IFDOWN flag
VersionDeltaFile
1.3+103-1tests/net/if_pppoe/t_pppoe_keepalive.sh
+103-11 files

NetBSD/src PC2SkZ8tests/net/if_pppoe t_pppoe_keepalive.sh

   minor tweaks for t_pppoe_keepalive.sh
VersionDeltaFile
1.2+4-5tests/net/if_pppoe/t_pppoe_keepalive.sh
+4-51 files

NetBSD/src rD0evcVsys/net if_spppsubr.c if_spppvar.h

   Added a sysctl node to control the PP_IFDOWN flag
VersionDeltaFile
1.292+82-2sys/net/if_spppsubr.c
1.49+8-8sys/net/if_spppvar.h
+90-102 files

LLVM/project 72b891bclang/docs ReleaseNotes.rst, clang/lib/Sema SemaTemplate.cpp

[clang] Avoid assertion on invalid member template specialization (#201506)

fixes #201490 

It would be possible to have `PrevClassTemplate == false` when `SS` was
invalid.

Since it is already invalid, it would be safe to skip
`setMemberSpecialization` for `NewTemplate`. When the qualified scope
specifier is invalid, Sema may have already diagnosed the declaration
and marked it invalid. In that case there may be no previous class
template declaration, so the assertion is too strong. Avoid marking the
new declaration as a member specialization unless the previous class
template exists.
DeltaFile
+6-0clang/test/SemaTemplate/instantiate-member-template.cpp
+1-1clang/lib/Sema/SemaTemplate.cpp
+1-0clang/docs/ReleaseNotes.rst
+8-13 files

NetBSD/src E6XqnwLsys/net if_spppsubr.c

   Fix missing reconnection when calling if_down()
VersionDeltaFile
1.291+29-31sys/net/if_spppsubr.c
+29-311 files

LLVM/project b68b823llvm/lib/Target/Mips MipsInstrInfo.td, llvm/lib/Target/Mips/AsmParser MipsAsmParser.cpp

[Mips] Fix Clang crashes when assembling MIPS64r6 LDPC with non-8-byte-aligned offset (#204320)

Fix #184959.
DeltaFile
+4-1llvm/lib/Target/Mips/MipsInstrInfo.td
+3-0llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+1-0llvm/test/MC/Mips/mips64r6/invalid.s
+8-13 files

NetBSD/src XOWCmnusys/net if_spppsubr.c if_spppvar.h

   Merge PP_KEEPALIVE_IFDOWN and PP_LOOPBACK_IFDOWN into PP_IFDOWN
VersionDeltaFile
1.290+6-6sys/net/if_spppsubr.c
1.48+3-6sys/net/if_spppvar.h
+9-122 files

FreeBSD/ports 8851f4fmath/octave-forge-datatypes distinfo Makefile

math/octave-forge-datatypes: Update to 1.2.5.
DeltaFile
+3-3math/octave-forge-datatypes/distinfo
+1-1math/octave-forge-datatypes/Makefile
+4-42 files

OpenBSD/src JDllSq2sys/dev/pci/drm/amd/amdkfd kfd_mqd_manager_v11.c

   drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11

   From Andrew Martin
   d3efcadfe3eea5b4263b8f2d4463b15c9fc46a64 in linux-6.18.y/6.18.36
   352ea59028ea48a6fff77f19ae28f98f71946a80 in mainline linux
VersionDeltaFile
1.6+41-8sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c
+41-81 files

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

   drm/amdkfd: fix NULL dereference in get_queue_ids()

   From Muhammad Bilal
   72e259a32084c42816152c346096d2edd4213e23 in linux-6.18.y/6.18.36
   2bd550b547deabef98bd3b017ff743b7c34d3a6d in mainline linux
VersionDeltaFile
1.25+1-1sys/dev/pci/drm/amd/amdkfd/kfd_device_queue_manager.c
+1-11 files

OpenBSD/src ufNZBaPsys/dev/pci/drm drm_gem.c drm_ioctl.c

   drm/gem: Try to fix change_handle ioctl, attempt 4

   From Simona Vetter
   c0639ede2f24ac224b2079cd35ecd5fd8ad4e3cd in linux-6.18.y/6.18.36
   1a4f03d22fb655e5f192244fb2c87d8066fcfca2 in mainline linux
VersionDeltaFile
1.34+34-39sys/dev/pci/drm/drm_gem.c
1.30+2-1sys/dev/pci/drm/drm_ioctl.c
+36-402 files

NetBSD/pkgsrc QJZsQb8doc CHANGES-2026

   doc: Updated comms/asterisk23 to 23.4.0
VersionDeltaFile
1.3855+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc g55PIxscomms/asterisk23 distinfo Makefile, comms/asterisk23/patches patch-build__tools_make__xml__documentation

   Update to Asterisk 23.4.0:


   ## Change Log for Release asterisk-23.4.0

   ### Links:

    - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-23.4.0.html)
    - [GitHub Diff](https://github.com/asterisk/asterisk/compare/23.3.0...23.4.0)

   ### Summary:

   - Commits: 53
   - Commit Authors: 24
   - Issues Resolved: 43
   - Security Advisories Resolved: 0

   ### User Notes:


    [222 lines not shown]
VersionDeltaFile
1.5+14-14comms/asterisk23/distinfo
1.3+5-5comms/asterisk23/patches/patch-build__tools_make__xml__documentation
1.9+5-4comms/asterisk23/Makefile
1.5+6-1comms/asterisk23/PLIST
+30-244 files

OpenBSD/src FN0NoGAsys/dev/pci/drm/amd/display/dc/bios bios_parser2.c

   drm/amd/display: Reject gpio_bitshift >= 32 in bios_parser_get_gpio_pin_info()

   From Harry Wentland
   edabfe80e34efc468abb3ae5586d71830a1ae585 in linux-6.18.y/6.18.36
   49c3da65961fe9857c831d47fa1989084e87514a in mainline linux
VersionDeltaFile
1.17+4-2sys/dev/pci/drm/amd/display/dc/bios/bios_parser2.c
+4-21 files

OpenBSD/src R9RvqCDsys/dev/pci/drm/i915/gem i915_gem_phys.c

   drm/i915/gem: Fix phys BO pread/pwrite with offset

   From Joonas Lahtinen
   32d4c5d328a3ff995420f4f85163e1e403f43628 in linux-6.18.y/6.18.36
   d21ad938398bca695a511307de38a65889e3b354 in mainline linux
VersionDeltaFile
1.10+19-8sys/dev/pci/drm/i915/gem/i915_gem_phys.c
+19-81 files

OpenBSD/src wazS735sys/dev/pci/drm/i915/display intel_dp.c

   drm/i915/edp: Check supported link rates DPCD read

   From Nikita Zhandarovich
   dda720b2928d162ad76273cd35d881bc69b71600 in linux-6.18.y/6.18.36
   2673cefa99ca918e7ac5b0388ff578a83656c896 in mainline linux
VersionDeltaFile
1.35+9-2sys/dev/pci/drm/i915/display/intel_dp.c
+9-21 files

LLVM/project f571abaclang/include/clang/Basic riscv_sifive_vector.td, clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded sf_mm_e4m3_e4m3.c sf_mm_e4m3_e5m2.c

[llvm][RISCV] Revise xsfmm intrinsic interface. (#201527)

This patch does 2 things:
1. Change matmul interface to use newly defined OFP8 RVV types.
2. change all of matmul overloaded interfaces to only keep only widen
information and eliminate types information.
DeltaFile
+13-11clang/test/Sema/sifive-xsfmm.c
+7-6clang/include/clang/Basic/riscv_sifive_vector.td
+6-5clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/sf_mm_e4m3_e4m3.c
+6-5clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/sf_mm_e4m3_e5m2.c
+6-5clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/sf_mm_e5m2_e4m3.c
+6-5clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/sf_mm_e5m2_e5m2.c
+44-3712 files not shown
+95-6818 files

LLVM/project fc7bcd0clang/lib/CodeGen/Targets RISCV.cpp, clang/test/CodeGen/RISCV riscv-vector-callingconv-llvm-ir.c riscv-vector-callingconv-llvm-ir.cpp

[clang][RISCV] Handle VLS CC on unsupported primitive type in aggregate type (#203898)

We handled this for pure vector type before but missed the aggregate
types, this patch try to apply same mechanism on them where unsupported
vector types are converted to same size i8 vector types.
DeltaFile
+55-32clang/lib/CodeGen/Targets/RISCV.cpp
+23-0clang/test/CodeGen/RISCV/riscv-vector-callingconv-llvm-ir.c
+23-0clang/test/CodeGen/RISCV/riscv-vector-callingconv-llvm-ir.cpp
+101-323 files

OpenBSD/ports ZIkkqR6games/vegastrike/engine Makefile, games/vegastrike/engine/patches patch-CMakeLists_txt patch-src_gfx_aligned_h

   games/vegastrike: unbreak and migrate to Python 3
VersionDeltaFile
1.1+5,786-0games/vegastrike/utcs/pkg/PLIST
1.1+56-0games/vegastrike/engine/patches/patch-CMakeLists_txt
1.21+15-40games/vegastrike/engine/Makefile
1.1+50-0games/vegastrike/engine/patches/patch-src_gfx_aligned_h
1.1+38-0games/vegastrike/utcs/Makefile
1.4+10-25games/vegastrike/engine/patches/patch-src_cmd_unit_generic_cpp
+5,955-6551 files not shown
+6,043-12057 files

NetBSD/pkgsrc fK7YLizdoc CHANGES-2026

   doc: Updated comms/asterisk22 to 22.10.0
VersionDeltaFile
1.3854+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kdpzUMMcomms/asterisk22 distinfo Makefile, comms/asterisk22/patches patch-build__tools_make__xml__documentation

   Update to asterisk 22.10.0:

   ## Change Log for Release asterisk-22.10.0

   ### Links:

    - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.10.0.html)
    - [GitHub Diff](https://github.com/asterisk/asterisk/compare/22.9.0...22.10.0)

   ### Summary:

   - Commits: 53
   - Commit Authors: 24
   - Issues Resolved: 43
   - Security Advisories Resolved: 0

   ### User Notes:

   - #### res ari: Add attachable states to Channels and Bridges

    [221 lines not shown]
VersionDeltaFile
1.10+14-14comms/asterisk22/distinfo
1.4+5-5comms/asterisk22/patches/patch-build__tools_make__xml__documentation
1.23+5-4comms/asterisk22/Makefile
1.9+6-1comms/asterisk22/PLIST
+30-244 files

FreeBSD/ports 872444a. MOVED, misc Makefile

misc/air: Removed because the upstream has disappeared
DeltaFile
+0-427misc/air/distinfo
+0-251misc/air/Makefile
+0-4misc/air/pkg-descr
+1-0MOVED
+0-1misc/Makefile
+1-6835 files

FreeBSD/ports 2f3da96. MOVED

MOVED: Correction
DeltaFile
+1-1MOVED
+1-11 files

LLVM/project 75fbd79lld/MachO ICF.cpp, lld/test/MachO icf-safe-data-addrsig.s

[lld-macho] Relax safe ICF's keepUnique for ld64-coalesced data sections (#193125)

#188400 regressed data-section folding under --icf=safe{,_thunks}:
no-addrsig fallback, and over-broad compiler-emitted addrsig entries
covering data symbols, both caused markSymAsAddrSig to set keepUnique on
data sections, after which foldIdenticalSections refused to fold them.

ld64 coalesces __cfstring, __objc_classrefs and __objc_selrefs
unconditionally regardless of addrsig, so ignore keepUnique for them as
a workaround for the imprecise addrsig payload.
DeltaFile
+105-0lld/test/MachO/icf-safe-data-addrsig.s
+22-11lld/MachO/ICF.cpp
+127-112 files

FreeBSD/ports 23e3e0adatabases Makefile, databases/py-apache-arrow pkg-plist Makefile

py-apache-arrow: Remove in favor of databases/py-pyarrow
DeltaFile
+0-878databases/py-apache-arrow/pkg-plist
+0-43databases/py-apache-arrow/Makefile
+0-11databases/py-apache-arrow/files/patch-pyproject.toml
+0-5databases/py-apache-arrow/pkg-descr
+0-3databases/py-apache-arrow/distinfo
+0-1databases/Makefile
+0-9411 files not shown
+1-9417 files

LLVM/project bc047d4orc-rt/include/orc-rt ScopeExit.h, orc-rt/lib/executor AllocAction.cpp

[orc-rt]R Align scope-exit with LLVM (rename to scope_exit, use CTAD) (#205020)

This renames the orc_rt::detail::ScopeExitRunner class to
orc_rt::scope_exit and adds a class template argument deduction guide.
DeltaFile
+9-19orc-rt/include/orc-rt/ScopeExit.h
+4-4orc-rt/unittests/ScopeExitTest.cpp
+1-1orc-rt/lib/executor/AllocAction.cpp
+14-243 files