FreeBSD/src 23aaa07. Makefile.inc1

Makefile.inc1: Force NO_ROOT for distribute* and package*

These targets are used to produce legacy dist sets for install media and
now always use NO_ROOT mode.  Extend existing logic that forces NO_ROOT
mode to these cases to ensure they do not run in the wrong mode.

Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50551

(cherry picked from commit 300aa267efaa08564337797e89590737a7cc6af0)
DeltaFile
+7-2Makefile.inc1
+7-21 files

OpenZFS/src 0c19435module/zfs zio.c, tests/runfiles common.run

Fix ddtprune causing space leak

In zio_ddt_free, if a pruned dde is still in ddt, it would do nothing
and cause space leak.

Reviewed-by: Rob Norris <robn at despairlabs.com>
Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Reviewed-by: Allan Jude <allan at klarasystems.com>
Signed-off-by: Chunwei Chen <david.chen at nutanix.com>
Closes #17982
Closes #17983
DeltaFile
+86-0tests/zfs-tests/tests/functional/dedup/dedup_prune_leak.ksh
+11-0module/zfs/zio.c
+2-1tests/runfiles/common.run
+1-0tests/zfs-tests/tests/Makefile.am
+100-14 files

LLVM/project c5995e2compiler-rt/test/sanitizer_common/TestCases/Posix popen.cpp

[sanitizer_common][test-only] Specify full path for sort executable in popen.cpp (#171622)

This test has begun failing on iossim with 'sh: sort: command not found'
in the stderr. I believe this may be due to the change to the lit
internal shell not having 'sort' in it's path.

This patch adds the full path /usr/bin/sort to work around this.
DeltaFile
+1-1compiler-rt/test/sanitizer_common/TestCases/Posix/popen.cpp
+1-11 files

LLVM/project 49324cdlldb/test/API/functionalities/breakpoint/jit_loader_rtdyld_elf TestJitBreakPoint.py

[lldb] Make TestJitBreakPoint.py use LLVM_TOOLS_DIR (#171656)

This seems the standard way to get the path to such tools within LLVM.
Calling findBuiltClang() has some annoying behavior like falling back to
CC when it cannot find anything else, which might point to anything or
not even be set.

We noticed this with our internal build system as the lli binary is not
in the same path as the clang binary.
DeltaFile
+6-3lldb/test/API/functionalities/breakpoint/jit_loader_rtdyld_elf/TestJitBreakPoint.py
+6-31 files

LLVM/project 28ff941bolt/include/bolt/Core BinaryFunction.h, bolt/lib/Core BinaryFunction.cpp

[BOLT][AArch64] Always cover veneers in lite mode (#171534)

If a veneer is not disassembled in lite mode, the veneer elimination
pass will not recognize it as such and the call to such veneer will
remain unchanged.

Later, we may need to insert a new veneer for such code ending up with a
double veneer.

To avoid such suboptimal code generation, always disassemble veneers and
guarantee that they are converted to direct calls in BOLT.
DeltaFile
+56-0bolt/test/AArch64/veneer-bolt.s
+1-5bolt/lib/Passes/VeneerElimination.cpp
+5-0bolt/lib/Rewrite/RewriteInstance.cpp
+5-0bolt/lib/Core/BinaryFunction.cpp
+4-0bolt/include/bolt/Core/BinaryFunction.h
+71-55 files

LLVM/project 3ece662mlir/lib/Dialect/XeGPU/Transforms XeGPUSubgroupDistribute.cpp, mlir/test/Dialect/XeGPU subgroup-distribute-unit.mlir

[mlir][xegpu] Add support for `vector.extract_strided_slice` XeGPU SIMT distribution with partial offsets.  (#171512)

`vector.extract_strided_slice` can have two forms when specifying
offsets.

Case 1:
```
%1 = vector.extract_strided_slice %0 { offsets = [8, 0], sizes = [8, 16], strides = [1, 1]}
      : vector<24x16xf32> to vector<8x16xf32>
```

Case 2:
```
%1 = vector.extract_strided_slice %0 { offsets = [8], sizes = [8], strides = [1]}
      : vector<24x16xf32> to vector<8x16xf32>
```

These two ops means the same thing, but case 2 is syntactic sugar to
avoid specifying offsets for fully extracted dims. Currently case 2
fails in XeGPU SIMT distribution. This PR fixes this issue.
DeltaFile
+46-0mlir/test/Dialect/XeGPU/subgroup-distribute-unit.mlir
+15-2mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp
+61-22 files

FreeBSD/ports c40c39bwww/librewolf distinfo Makefile, www/librewolf/files patch-libwebrtc-generated patch-third__party_libwebrtc_modules_portal_pipewire__utils.h

www/librewolf: Update 145.0.2-2 => 146.0-1

Release Notes:
https://www.firefox.com/en-US/firefox/146.0/releasenotes/

PR:     291554
MFH:    2025Q4
(cherry picked from commit 3a011636091913a45e90e323cf27098d693830a0)
DeltaFile
+70,298-70,797www/librewolf/files/patch-libwebrtc-generated
+19-0www/librewolf/files/patch-third__party_libwebrtc_modules_portal_pipewire__utils.h
+3-3www/librewolf/distinfo
+2-3www/librewolf/Makefile
+70,322-70,8034 files

FreeBSD/ports 2b3f782www/waterfox distinfo Makefile

www/waterfox: Update 6.6.5.1 => 6.6.6

Release Notes:
https://www.waterfox.net/docs/releases/6.6.6/

PR:     291547
MFH:    2025Q4
(cherry picked from commit c1497f65df9c66d8a565d04d8f580096abf312ed)
DeltaFile
+3-3www/waterfox/distinfo
+1-1www/waterfox/Makefile
+4-42 files

LLVM/project 097ac33lldb/source/Commands CommandObjectMultiword.cpp

[lldb] Stop emitting pointless newline (NFC) (#171531)

AppendError ends up trimming this "\n" from the end of the string, then
putting another on on. So there's no reason to keep appending the
newline in CommandObjectMultiword::Execute.
DeltaFile
+0-1lldb/source/Commands/CommandObjectMultiword.cpp
+0-11 files

OpenZFS/src ff47dd3config user-largefile.m4, include/sys zfs_file.h

Ensure 64-bit `off_t` is used in user space instead of `loff_t`

Use 64-bit POSIX off_t in user space instead of the Linux kernel type
loff_t. This is enforced at configure time via AC_SYS_LARGEFILE and
AC_CHECK_SIZEOF([off_t]). loff_t remains in shared headers where they
mirror Linux VFS interfaces, and on FreeBSD we typedef loff_t to off_t
in those headers since libc does not provide it.

Reviewed-by: Rob Norris <robn at despairlabs.com>
Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Signed-off-by: Alexander Moch <mail at alexmoch.com>
Closes #18020
DeltaFile
+12-11tests/zfs-tests/cmd/clonefile.c
+21-0config/user-largefile.m4
+0-15lib/libspl/include/sys/types.h
+11-0include/sys/zfs_file.h
+4-3tests/zfs-tests/cmd/clone_mmap_cached.c
+4-3tests/zfs-tests/cmd/clone_mmap_write.c
+52-323 files not shown
+55-349 files

LLVM/project f5c28bdmlir/lib/Transforms ViewOpGraph.cpp

[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in ViewOpGraph.cpp (NFC)
DeltaFile
+1-1mlir/lib/Transforms/ViewOpGraph.cpp
+1-11 files

LLVM/project 36a95a5libcxx/utils/ci/docker docker-compose.yml

[libc++][Github] Bump Runner Version to v2.330.0 (#168753)

Bumps the runner version to keep things up to date (and prevent us from
falling below the support horizon).
DeltaFile
+1-1libcxx/utils/ci/docker/docker-compose.yml
+1-11 files

LLVM/project 000279dllvm/include/llvm/Analysis TargetTransformInfo.h, llvm/lib/Analysis UniformityAnalysis.cpp TargetTransformInfo.cpp

[NFC][TTI] Introduce getInstructionUniformity API for uniformity analysis (#168903)

This patch introduces a new TargetTransformInfo hook
`getInstructionUniformity()`
that provides a unified interface for querying target-specific
uniformity
information about instructions and values.

The new hook returns an `InstructionUniformity` enum with three values:
- Default: Result is uniform if all operands are uniform (standard
propagation)
- AlwaysUniform: Result is always uniform regardless of operands
- NeverUniform: Result can never be assumed uniform

This API wraps the existing `isAlwaysUniform()` and
`isSourceOfDivergence()`
hooks, providing a single entry point for uniformity queries. Both LLVM
IR-level
(via TTI) and MIR-level (via TargetInstrInfo) uniformity analysis have

    [12 lines not shown]
DeltaFile
+9-10llvm/include/llvm/Analysis/TargetTransformInfo.h
+12-5llvm/lib/Analysis/UniformityAnalysis.cpp
+8-5llvm/lib/CodeGen/MachineUniformityAnalysis.cpp
+5-7llvm/lib/Analysis/TargetTransformInfo.cpp
+10-2llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
+11-0llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
+55-294 files not shown
+72-3810 files

FreeBSD/ports 3a01163www/librewolf distinfo Makefile, www/librewolf/files patch-libwebrtc-generated patch-third__party_libwebrtc_modules_portal_pipewire__utils.h

www/librewolf: Update 145.0.2-2 => 146.0-1

Release Notes:
https://www.firefox.com/en-US/firefox/146.0/releasenotes/

PR:     291554
MFH:    2025Q4
DeltaFile
+70,298-70,797www/librewolf/files/patch-libwebrtc-generated
+19-0www/librewolf/files/patch-third__party_libwebrtc_modules_portal_pipewire__utils.h
+3-3www/librewolf/distinfo
+2-3www/librewolf/Makefile
+70,322-70,8034 files

FreeBSD/src 17bc015sys/dev/irdma irdma_hw.c irdma_cm.c

irdma(4): fix potential memory leak on qhash cqp operation

It was found that in some circumstances when launching
non-waiting create qhash cqp operation the refcount on
the cqp_request may be not properly decremented leading to a memory
leak.

Signed-off-by: Bartosz Sobczak <bartosz.sobczak at intel.com>

Reviewed by:    anzhu_netapp.com
Tested by:      mateusz.moga_intel.com
Approved by:    kbowling (mentor)
Sponsored by:   Intel Corporation
Differential Revision:  https://reviews.freebsd.org/D53732

(cherry picked from commit 7b6644e160ed63b633e7c68a3cacf2c71d216cd5)
DeltaFile
+108-24sys/dev/irdma/irdma_hw.c
+2-36sys/dev/irdma/irdma_cm.c
+2-2sys/dev/irdma/icrdma.c
+2-1sys/dev/irdma/irdma_main.h
+114-634 files

LLVM/project deac791flang/lib/Frontend FrontendActions.cpp, flang/test/Lower memory-intrinsics-expansion.F90

[Flang][Pass]Disable memory intrinsics expansions

Patch disables memory intrinsics expansion, enabled by default in
https://github.com/llvm/llvm-project/pull/168622. This patch does the
same in clang, but not in flang.

The expansion causes massive perf regressions, up to 2x times in
fortran code.

Reviewers: jeanPerier, vzakhari

Reviewed By: vzakhari

Pull Request: https://github.com/llvm/llvm-project/pull/171650
DeltaFile
+33-0flang/test/Lower/memory-intrinsics-expansion.F90
+13-0flang/lib/Frontend/FrontendActions.cpp
+46-02 files

LLVM/project 4c6aa8fclang/include/clang/Analysis/Scalable/Model BuildNamespace.h, clang/lib/Analysis/Scalable ASTEntityMapping.cpp

[clang][ssaf] Introduce entity abstraction for SSAF (#169131)

Add core abstractions for identifying program entities across
compilation and link unit boundaries in the Scalable Static Analysis
Framework (SSAF).

Introduces three key components:
- BuildNamespace: Represents build artifacts (compilation units, link
units)
- EntityName: Globally unique entity identifiers across compilation
boundaries
- AST mapping: Functions to map Clang AST declarations to EntityNames

Entity identification uses Unified Symbol Resolution (USR) as the
underlying mechanism, with extensions for sub-entities (parameters,
return values) via suffixes. The abstraction allows whole-program
analysis by providing stable identifiers that persist across separately
compiled translation units.
DeltaFile
+352-0clang/unittests/Analysis/Scalable/ASTEntityMappingTest.cpp
+123-0clang/include/clang/Analysis/Scalable/Model/BuildNamespace.h
+97-0clang/unittests/Analysis/Scalable/BuildNamespaceTest.cpp
+83-0clang/lib/Analysis/Scalable/ASTEntityMapping.cpp
+73-0clang/lib/Analysis/Scalable/Model/BuildNamespace.cpp
+60-0clang/unittests/Analysis/Scalable/EntityNameTest.cpp
+788-07 files not shown
+966-013 files

LLVM/project 1267488flang/include/flang/Parser parse-tree.h, flang/lib/Parser openmp-parsers.cpp

[flang][OpenMP] Frontend support for DIMS modifier (#171454)

Add parsing and semantic checks for DIMS modifier on NUM_TEAMS,
NUM_THREADS, and THREAD_LIMIT.
DeltaFile
+93-0flang/test/Parser/OpenMP/dims-modifier.f90
+76-3flang/lib/Semantics/check-omp-structure.cpp
+51-0flang/include/flang/Parser/parse-tree.h
+34-0flang/lib/Semantics/openmp-modifiers.cpp
+30-3flang/lib/Parser/openmp-parsers.cpp
+26-0flang/test/Semantics/OpenMP/dims-modifier.f90
+310-66 files not shown
+358-1512 files

LLVM/project 6cacbdbclang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/CodeGen CIRGenBuiltin.cpp

[CIR][NFC] Rename AtomicFence to AtomicFenceOp (#171248)

This fixes missed suffix `Op` of `CIR_AtomicFence` defination and also
improves API `makeAtomicFenceValue`.
DeltaFile
+12-13clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp
+2-2clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+1-1clang/include/clang/CIR/Dialect/IR/CIROps.td
+15-163 files

LLVM/project 0ab6a63llvm/docs LangRef.rst, llvm/include/llvm/IR DataLayout.h

[LLVM][IR] Add support for address space names in DataLayout (#170559)

Add support for specifying the names of address spaces when specifying
pointer properties for an address space. Update LLVM's AsmPrinter and
LLParser to print and read these symbolic address space name.
DeltaFile
+87-20llvm/lib/IR/DataLayout.cpp
+47-29llvm/lib/IR/AsmWriter.cpp
+73-0llvm/test/Assembler/symbolic-addrspace-datalayout.ll
+33-1llvm/unittests/IR/DataLayoutTest.cpp
+15-4llvm/include/llvm/IR/DataLayout.h
+6-2llvm/docs/LangRef.rst
+261-561 files not shown
+265-577 files

LLVM/project 05ef57f.github/workflows libcxx-build-and-test.yaml

[libc++][Github] Bump Runners to Next Group (#168122)

To start using the more recently built containers.
DeltaFile
+8-8.github/workflows/libcxx-build-and-test.yaml
+8-81 files

FreeBSD/src bb69c09sys/dev/irdma irdma_hw.c irdma_cm.c

irdma(4): fix potential memory leak on qhash cqp operation

It was found that in some circumstances when launching
non-waiting create qhash cqp operation the refcount on
the cqp_request may be not properly decremented leading to a memory
leak.

Signed-off-by: Bartosz Sobczak <bartosz.sobczak at intel.com>

Reviewed by:    anzhu_netapp.com
Tested by:      mateusz.moga_intel.com
Approved by:    kbowling (mentor)
Sponsored by:   Intel Corporation
Differential Revision:  https://reviews.freebsd.org/D53732

(cherry picked from commit 7b6644e160ed63b633e7c68a3cacf2c71d216cd5)
DeltaFile
+108-24sys/dev/irdma/irdma_hw.c
+2-36sys/dev/irdma/irdma_cm.c
+2-2sys/dev/irdma/icrdma.c
+2-1sys/dev/irdma/irdma_main.h
+114-634 files

LLVM/project 16fbbacllvm/test/CodeGen/X86 shift-i512.ll

[X86] shift-i512.ll - add load test coverage (#171642)

DeltaFile
+825-0llvm/test/CodeGen/X86/shift-i512.ll
+825-01 files

OpenZFS/src 48842c0tests/runfiles common.run sanity.run, tests/zfs-tests/tests Makefile.am

ZTS: Add test for snapshot automount race

Add snapshot_019_pos to verify parallel snapshot automount operations
don't cause AVL tree panic. Regression test for commit 4ce030e025.

Reviewed-by: Tony Hutter <hutter2 at llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Signed-off-by: Ameer Hamza <ahamza at ixsystems.com>
Closes #18035
DeltaFile
+82-0tests/zfs-tests/tests/functional/snapshot/snapshot_019_pos.ksh
+1-1tests/runfiles/common.run
+1-1tests/runfiles/sanity.run
+1-0tests/zfs-tests/tests/Makefile.am
+85-24 files

LLVM/project 5aee752llvm/lib/Target/AMDGPU AMDGPURegBankLegalizeHelper.cpp AMDGPUGlobalISelUtils.cpp, llvm/test/CodeGen/AMDGPU/GlobalISel unmerge-sgpr-s16.ll

AMDGPU/GlobalISel: Regbanklegalize rules for G_UNMERGE_VALUES

Move G_UNMERGE_VALUES handling to AMDGPURegBankLegalizeRules.cpp.
Fix sgpr S16 unmerge by lowering using shift and using S32.
Previously sgpr S16 unmerge was selected using _lo16 and _hi16 subreg
indexes which are exclusive to vgpr register classes.
For remaing cases we do trivial mapping, assigns same reg bank
to all operands, vgpr or sgpr.
DeltaFile
+60-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp
+36-0llvm/test/CodeGen/AMDGPU/GlobalISel/unmerge-sgpr-s16.ll
+16-0llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp
+11-0llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+8-1llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.h
+4-0llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.h
+135-11 files not shown
+137-37 files

LLVM/project 5c98163lldb/source/Plugins/Process/gdb-remote ProcessGDBRemote.cpp

[lldb] Log when we use fallback register information

These fallback layouts are essentially guesses. Used when there is
no other way to query register information from the debug server.

Therefore there is a risk that LLDB and the debug server disagree,
which can produce strange effects.

I have added a log message here so we have a clue when triaging
these problems.

Note that it's not wrong to assume a layout in some situations.
It's how some debug servers were built. However if you end up
using the fallback when the server expected you to use XML,
you're likely going to have a bad time.
DeltaFile
+6-1lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+6-11 files

LLVM/project 9728db7llvm/test/tools/llvm-mca/AArch64/Neoverse V3AE-neon-instructions.s V3-neon-instructions.s

Merge branch 'main' into users/bwendling/negative-counted-by
DeltaFile
+780-1,347llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-neon-instructions.s
+780-1,347llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-neon-instructions.s
+780-1,347llvm/test/tools/llvm-mca/AArch64/Neoverse/V2-neon-instructions.s
+1,000-1,084llvm/test/tools/llvm-mca/AArch64/Neoverse/N3-neon-instructions.s
+1,000-1,084llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-neon-instructions.s
+1,000-1,084llvm/test/tools/llvm-mca/AArch64/Neoverse/N1-neon-instructions.s
+5,340-7,2931,356 files not shown
+40,179-29,3541,362 files

LLVM/project 7e69283clang/test/CodeGen attr-counted-by.c

Add testcases.
DeltaFile
+85-1clang/test/CodeGen/attr-counted-by.c
+85-11 files

FreeBSD/ports 8282713games/widelands distinfo Makefile, games/widelands/files patch-c0b44ccc04df35a9a23ca9be3e05f5d3a5428f6f patch-CMakeLists.txt

games/widelands: update 1.2 → 1.2.1
DeltaFile
+224-0games/widelands/files/patch-c0b44ccc04df35a9a23ca9be3e05f5d3a5428f6f
+15-15games/widelands/files/patch-CMakeLists.txt
+3-3games/widelands/distinfo
+1-2games/widelands/Makefile
+243-204 files

FreeBSD/ports 62a2f89textproc/miller pkg-descr Makefile

textproc/miller: Adopt port
DeltaFile
+11-4textproc/miller/pkg-descr
+1-1textproc/miller/Makefile
+12-52 files