FreeBSD/src f4418cfsys/compat/linuxkpi/common/include/linux seq_file.h, sys/compat/linuxkpi/common/src linux_seq_file.c

LinuxKPI: Update seq_file to properly implement the iterator interface

The seq_file.rst documentation in the Linux kernel documents the
iterator interface for the seq_file structure.  In particular, the
ppos passed to seq_read is a logical offset into a seq_file managed by
the iterator interface, not an offset into the generated data.  For
example, if a seq_file outputs state for each node in a linked-list or
array, *ppos might be used as the index of the node to output, not a
byte offset.

Rewrite seq_read to honor this contract which fixes a few bugs:

- Treat *ppos as a logical iterator offset that is only updated by the
  next callback after outputting a single item via the show method.

- Use a loop to permit outputting descriptions of multiple items if
  the user buffer is large enough.

- Always invoke the stop method after terminating the loop to cleanup

    [9 lines not shown]
DeltaFile
+57-7sys/compat/linuxkpi/common/src/linux_seq_file.c
+2-0sys/compat/linuxkpi/common/include/linux/seq_file.h
+59-72 files

LLVM/project cf2b30alibc/utils/libctest format.py

[libc] Honor per-test timeout in lit test format (#193772)

The custom LibcTest format did not pass litConfig.maxIndividualTestTime
to executeCommand. This caused --timeout to be silently ignored, so
hanging tests like fdiv_test on AMDGPU blocked the entire suite until
the buildbot watchdog killed the process after 1200s.

Added timeout propagation and handling of ExecuteCommandTimeoutException
to return lit.Test.TIMEOUT. This follows the same pattern used by the
GoogleTest format in googletest.py.
DeltaFile
+14-5libc/utils/libctest/format.py
+14-51 files

FreeBSD/src 9b95cabcontrib/tzdata northamerica NEWS

contrib/tzdata: import tzdata 2026b

Changes: https://github.com/eggert/tz/blob/2026b/NEWS

MFC after:      3 days
DeltaFile
+55-1contrib/tzdata/northamerica
+45-8contrib/tzdata/NEWS
+3-0contrib/tzdata/zonenow.tab
+1-1contrib/tzdata/zone1970.tab
+1-1contrib/tzdata/version
+1-1contrib/tzdata/zone.tab
+106-126 files

FreeBSD/src 44e4f45sys/arm64/arm64 pmap.c, sys/arm64/include hypervisor.h pmap.h

arm64/vmm: Enable 16-bit VMIDs when in use by pmap

pmap_init always uses 16-bit VMIDs when supported, but we never enable
them in VTCR_EL2 (for ASIDs, locore enables them in TCR_EL1 and
pmap_init keys off whether they've been enabled, but the order in which
pmap_init and vmmops_modinit run is reversed). As a result, although the
full 16-bit value can be stored to VTTBR_EL2 and read back, the upper 8
bits are treated as 0, and so VMIDs that our VMID allocation believes
are distinct end up aliasing.

In future this interface may change such that vmm decides on the VMID
width and tells the pmap to use that, with appropriate support for
unloading and reloading vmm, but that can come as a follow-up change, as
this is a more minimal bug fix.

Reviewed by:    markj
Obtained from:  CheriBSD
Fixes:          47e073941f4e ("Import the kernel parts of bhyve/arm64")
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D55860
DeltaFile
+11-0sys/arm64/arm64/pmap.c
+2-0sys/arm64/include/hypervisor.h
+2-0sys/arm64/vmm/vmm_arm64.c
+1-0sys/arm64/include/pmap.h
+16-04 files

FreeNAS/freenas 95ce3c3

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

FreeNAS/freenas 72687b3src/freenas/usr/lib/systemd/network 10-vseries-internode.link, src/middlewared/middlewared/alert/source vseries_unstamped_spd.py

NAS-140741 / 26.0.0-BETA.2 / V-Series: DMI-gated X710 internode bond for v2.0 (NTG) controllers (by darkfiberiru) (#18793)

## Summary

Add middleware support for the new NTG V-Series switch board
(4IXGA_PEX89032). The NTG board replaces the older NTB board on v2.0
controllers, eliminates the external 10 GBaseT internode cable, and
provides the HA interconnect via a 2×10 GbE cross-connect over the
chassis backplane (dual X710-AT2 ports per controller). The freed-up 10
GBaseT port returns to the customer as a general-purpose interface.

## Why

Without this change, a v2.0 (NTG) controller returns `MANUAL` from
`failover.node` (new SES product string unrecognised) and HA won't come
up. This is a ship blocker for the NTG board.

## Behavior


    [67 lines not shown]
DeltaFile
+149-3src/middlewared/middlewared/plugins/failover_/internal_interface.py
+59-0src/middlewared/middlewared/alert/source/vseries_unstamped_spd.py
+51-0tests/unit/test_vseries_hw_rev.py
+27-2src/middlewared/middlewared/plugins/failover_/detect_utils.py
+23-0src/middlewared/middlewared/utils/version.py
+12-2src/freenas/usr/lib/systemd/network/10-vseries-internode.link
+321-71 files not shown
+329-97 files

LLVM/project 321db05llvm/test/CodeGen/AArch64 cpa-globalisel.ll popcount.ll, llvm/test/CodeGen/AArch64/GlobalISel localizer-arm64-tti.ll localizer-propagate-debug-loc.mir

Revert "[AArch64][GlobalISel] Do not run the Localizer at -O0 (#177359)" (#193781)

This reverts commit dur to one of the lldb-api tests failing.
DeltaFile
+177-239llvm/test/CodeGen/AArch64/GlobalISel/localizer-arm64-tti.ll
+79-87llvm/test/CodeGen/AArch64/cpa-globalisel.ll
+18-20llvm/test/CodeGen/AArch64/popcount.ll
+19-18llvm/test/CodeGen/AArch64/GlobalISel/localizer-propagate-debug-loc.mir
+11-11llvm/test/CodeGen/AArch64/GlobalISel/select-fp-anyext-crash.ll
+8-8llvm/test/CodeGen/AArch64/vararg.ll
+312-38319 files not shown
+365-43925 files

FreeNAS/freenas d718d92src/freenas/usr/lib/systemd/network 10-vseries-internode.link, src/middlewared/middlewared/alert/source vseries_unstamped_spd.py

NAS-140741 / 27.0.0-BETA.1 / V-Series: DMI-gated X710 internode bond for v2.0 (NTG) controllers (#18788)

## Summary

Add middleware support for the new NTG V-Series switch board
(4IXGA_PEX89032). The NTG board replaces the older NTB board on v2.0
controllers, eliminates the external 10 GBaseT internode cable, and
provides the HA interconnect via a 2×10 GbE cross-connect over the
chassis backplane (dual X710-AT2 ports per controller). The freed-up 10
GBaseT port returns to the customer as a general-purpose interface.

## Why

Without this change, a v2.0 (NTG) controller returns `MANUAL` from
`failover.node` (new SES product string unrecognised) and HA won't come
up. This is a ship blocker for the NTG board.

## Behavior


    [65 lines not shown]
DeltaFile
+149-3src/middlewared/middlewared/plugins/failover_/internal_interface.py
+59-0src/middlewared/middlewared/alert/source/vseries_unstamped_spd.py
+51-0tests/unit/test_vseries_hw_rev.py
+27-2src/middlewared/middlewared/plugins/failover_/detect_utils.py
+23-0src/middlewared/middlewared/utils/version.py
+12-2src/freenas/usr/lib/systemd/network/10-vseries-internode.link
+321-71 files not shown
+329-97 files

LLVM/project 7df5533libcxx/include algorithm, libcxx/include/__algorithm ranges_fold.h

[libc++] Implement `ranges::fold_left_first` and `ranges::fold_left_first_with_iter` (#180214)

- Part of #105208.
- Closes #174059.
- Closes #121558.

---------

Co-authored-by: JCGoran <jcgoran at protonmail.com>
Co-authored-by: A. Jiang <de34 at live.cn>
DeltaFile
+340-0libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/ranges.fold_left.pass.cpp
+0-340libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/left_folds.pass.cpp
+339-0libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/ranges.fold_left_first.pass.cpp
+61-0libcxx/include/__algorithm/ranges_fold.h
+21-0libcxx/include/algorithm
+15-4libcxx/test/benchmarks/algorithms/nonmodifying/fold.bench.cpp
+776-3445 files not shown
+792-34911 files

LLVM/project 023e2e6llvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp, llvm/test/CodeGen/AArch64 bswap-known-bits.ll

[DAGCombiner] Fold bswap of single-byte-known-nonzero value to a shift (#193473)

When computeKnownBits proves that a bswap operand has at most one byte
of possibly-nonzero bits at a known byte-aligned position, the bswap is
equivalent to a shift that moves that byte to the mirror position. This
is a producer-side known-bits rule; it fires in visitBSWAP regardless
of how the narrow-value provenance was established, covering shapes
such as
  bswap(and X, 0xFF)
  bswap(and X, 0xFF00)       ; all byte positions
  bswap(zext i8 X to iN)
  bswap(zext i16 X to i64)

Motivation. While investigating a RISCV codegen regression under
-combiner-topological-sorting (bswap-shift.ll), I traced the root cause
to the existing consumer-side rule in
TargetLowering::SimplifyDemandedBits
for ISD::BSWAP: when a consumer demands only one byte of the bswap
result, that rule rewrites the inner bswap as a shift. Under topological

    [33 lines not shown]
DeltaFile
+227-0llvm/test/CodeGen/RISCV/bswap-known-bits.ll
+150-4llvm/test/CodeGen/AArch64/bswap-known-bits.ll
+27-1llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+8-12llvm/test/CodeGen/X86/known-pow2.ll
+412-174 files

LLVM/project 1815df9llvm/lib/Target/SPIRV SPIRVEmitIntrinsics.cpp, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_memory_access_aliasing alias-load-store-atomic.ll

[SPIRV] Do not add aliasing decorations to OpAtomicStore/OpAtomicLoad
DeltaFile
+6-19llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
+4-9llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_memory_access_aliasing/alias-load-store-atomic.ll
+10-282 files

LLVM/project f782888llvm/test/CodeGen/X86 bitcnt-big-integer.ll bit-manip-i512.ll

[X86] Regenerate bit integer tests to show VPADD constant asm comments (#193763)
DeltaFile
+60-60llvm/test/CodeGen/X86/bitcnt-big-integer.ll
+9-9llvm/test/CodeGen/X86/bit-manip-i512.ll
+6-6llvm/test/CodeGen/X86/bit-manip-i256.ll
+75-753 files

LLVM/project d45d5b7llvm/test/CodeGen/SPIRV/transcoding store-atomic.ll load-atomic.ll

I forgot to update the tests
DeltaFile
+27-11llvm/test/CodeGen/SPIRV/transcoding/store-atomic.ll
+26-11llvm/test/CodeGen/SPIRV/transcoding/load-atomic.ll
+53-222 files

FreeBSD/ports e221ea2audio/libgme distinfo Makefile

audio/libgme: Update to 0.6.5

PR:             294675
DeltaFile
+3-3audio/libgme/distinfo
+2-2audio/libgme/Makefile
+1-1audio/libgme/pkg-plist
+6-63 files

FreeBSD/src 5cfcccfcontrib/tzcode NEWS version, contrib/tzdata northamerica zonenow.tab

Revert "Import tzdata 2026b"

This reverts commit 5417f0bbde91c148b3c3982eb2ab23a675b5e8d1.
DeltaFile
+1-55contrib/tzdata/northamerica
+8-45contrib/tzcode/NEWS
+0-3contrib/tzdata/zonenow.tab
+1-1contrib/tzcode/version
+1-1contrib/tzdata/zone.tab
+1-1contrib/tzdata/zone1970.tab
+12-1066 files

FreeBSD/ports d2443c1security/rage-encryption distinfo Makefile

security/rage-encryption: Update to 0.11.2
DeltaFile
+3-3security/rage-encryption/distinfo
+1-2security/rage-encryption/Makefile
+4-52 files

LLVM/project 602cc92llvm/include/llvm/IR RuntimeLibcalls.td, llvm/test/CodeGen/Hexagon safestack.ll

[Hexagon] Add SafeStack runtime libcall to HexagonSystemLibrary (#191673)

Register DefaultSafeStackGlobals for the Hexagon target so that the
SafeStack pass can locate the thread-local unsafe stack pointer during
codegen.

Without this, compiling with `-fsanitize=safe-stack` for Hexagon errors
with "no location available for safestack pointer address".
DeltaFile
+16-0llvm/test/CodeGen/Hexagon/safestack.ll
+2-1llvm/include/llvm/IR/RuntimeLibcalls.td
+18-12 files

FreeBSD/doc c79b665website/content/en/status/report-2026-01-2026-03 cppc.adoc sbom.adoc

Status/2026Q1: Fixes

- Change syntax of a numbered list to fix warnings (use actual numbers
instead of repeating "1."'s)
- URL encode "..." to ensure links do not break (replacing ... with …)
DeltaFile
+6-6website/content/en/status/report-2026-01-2026-03/cppc.adoc
+1-1website/content/en/status/report-2026-01-2026-03/sbom.adoc
+7-72 files

LLVM/project d6ebdf4clang/include/clang/Analysis/Analyses/LifetimeSafety Loans.h

[NFC][Clang][Analyses] Fix AccessPath to have deleted copy assignment (#193639)

Static analysis flagged AccessPath because it had a copy constructor but
did not declare a copy assignment. It appears the intent is not to allow
assignment, so declare it deleted.
DeltaFile
+1-0clang/include/clang/Analysis/Analyses/LifetimeSafety/Loans.h
+1-01 files

LLVM/project 37cd9adllvm/lib/Transforms/Instrumentation TypeSanitizer.cpp, llvm/test/Instrumentation/TypeSanitizer alloca-32bit.ll

[TySan] Fix size type mismatch in instrumentMemInst for 32-bit targets (#191601)

The outlined instrumentation path in instrumentMemInst passes Size
directly to the __tysan_instrument_mem_inst runtime call, which declares
its size parameter as uint64_t (i64). On 32-bit targets, Size is
IntptrTy (i32) for allocas and byval arguments, causing an assertion:

  Calling a function with a bad signature!

Add CreateZExtOrTrunc to widen Size to U64Ty before the call. This is a
no-op on 64-bit targets where IntptrTy is already i64.
DeltaFile
+39-0llvm/test/Instrumentation/TypeSanitizer/alloca-32bit.ll
+4-1llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
+43-12 files

LLVM/project 2d84862llvm/lib/CodeGen CodeGenPrepare.cpp, llvm/test/CodeGen/X86 indirect-br-gep-unmerge-flags.ll

[CodeGenPrepare] Drop nuw on gep unmerging if the new index is negative (#193488)

Fixes #193487.

Drop nuw if unmerging would result in gep with a negative index.
DeltaFile
+51-0llvm/test/CodeGen/X86/indirect-br-gep-unmerge-flags.ll
+11-7llvm/lib/CodeGen/CodeGenPrepare.cpp
+62-72 files

FreeBSD/src 5417f0bcontrib/tzcode NEWS version, contrib/tzdata northamerica zonenow.tab

Import tzdata 2026b
DeltaFile
+55-1contrib/tzdata/northamerica
+45-8contrib/tzcode/NEWS
+3-0contrib/tzdata/zonenow.tab
+1-1contrib/tzdata/zone1970.tab
+1-1contrib/tzdata/zone.tab
+1-1contrib/tzcode/version
+106-126 files

LLVM/project 98b3650llvm/test/CodeGen/AArch64 sve-intrinsics-matmul-bf16.ll sve-intrinsics-matmul-f16.ll

fixup! More small test fixes
DeltaFile
+1-3llvm/test/CodeGen/AArch64/sve-intrinsics-matmul-bf16.ll
+1-3llvm/test/CodeGen/AArch64/sve-intrinsics-matmul-f16.ll
+0-2llvm/test/CodeGen/AArch64/neon-matmul-f16f32mm.ll
+0-2llvm/test/CodeGen/AArch64/neon-matmul-f16.ll
+2-104 files

LLVM/project c201235clang/include/clang/Basic arm_neon.td, clang/lib/CodeGen/TargetBuiltins ARM.cpp

fixup! Address Kerry's PR comments
DeltaFile
+1-3clang/test/CodeGen/AArch64/v9.7a-neon-mmla-intrinsics.c
+2-2clang/include/clang/Basic/arm_neon.td
+1-2clang/utils/TableGen/NeonEmitter.cpp
+1-1clang/test/CodeGen/AArch64/sve-intrinsics/acle_sve_mmla-f16.c
+0-2clang/lib/CodeGen/TargetBuiltins/ARM.cpp
+0-2llvm/test/CodeGen/AArch64/sve-bfmmla-bf16.ll
+5-122 files not shown
+6-158 files

LLVM/project 71c7f36llvm/test/CodeGen/AArch64 neon-matmul-f16.ll neon-matmul-f16f32mm.ll

fixup! Rename files to be more logical
DeltaFile
+15-0llvm/test/CodeGen/AArch64/neon-matmul-f16.ll
+15-0llvm/test/CodeGen/AArch64/neon-matmul-f16f32mm.ll
+0-15llvm/test/CodeGen/AArch64/aarch64-matmul-f16f32mm.ll
+0-15llvm/test/CodeGen/AArch64/aarch64-matmul-f16mm.ll
+0-14llvm/test/CodeGen/AArch64/sve-bfmmla-bf16.ll
+0-14llvm/test/CodeGen/AArch64/sve-fmmla-f16.ll
+30-582 files not shown
+58-588 files

LLVM/project a62e766clang/test/CodeGen/AArch64 v9.7a-neon-mmla-intrinsics.c, clang/test/CodeGen/AArch64/sve-intrinsics acle_sve_mmla-bf16.c acle_sve_mmla-f16.c

[AArch64][clang][llvm] Add ACLE Armv9.7 MMLA intrinsics

Implement new ACLE matrix multiply-accumulate intrinsics for Armv9.7:

```c
  // 16-bit floating-point matrix multiply-accumulate.
  // Only if __ARM_FEATURE_SVE_B16MM
  // Variant also available for _f16 if (__ARM_FEATURE_SVE2p2 && __ARM_FEATURE_F16MM).
  svbfloat16_t svmmla[_bf16](svbfloat16_t zda, svbfloat16_t zn, svbfloat16_t zm);

  // Half-precision matrix multiply accumulating to single-precision
  // instruction from Armv9.7-A. Requires the +f16f32mm architecture extension.
  float32x4_t vmmlaq_f32_f16(float32x4_t r, float16x8_t a, float16x8_t b)

  // Non-widening half-precision matrix multiply instruction. Requires the
  // +f16mm architecture extension.
  float16x8_t vmmlaq_f16_f16(float16x8_t r, float16x8_t a, float16x8_t b)
```
DeltaFile
+47-0clang/test/CodeGen/AArch64/v9.7a-neon-mmla-intrinsics.c
+32-0clang/test/CodeGen/AArch64/sve-intrinsics/acle_sve_mmla-bf16.c
+32-0clang/test/CodeGen/AArch64/sve-intrinsics/acle_sve_mmla-f16.c
+32-0clang/test/Sema/AArch64/arm_sve_non_streaming_only_sve_AND_sve-b16mm.c
+32-0clang/test/Sema/AArch64/arm_sve_non_streaming_only_sve_AND_sve2p2_AND_f16mm.c
+16-0llvm/test/CodeGen/AArch64/sve-fmmla-f16.ll
+191-014 files not shown
+297-1220 files

LLVM/project 183168allvm/lib/Frontend/Atomic Atomic.cpp, mlir/test/Target/LLVMIR openmp-llvm.mlir

[OpenMP][OMPIRBuilder] Convert cmpxchg memory order to C ABI constants (#193536)

`EmitAtomicCompareExchangeLibcall` passed LLVM AtomicOrdering enum
values directly as the success/failure ordering arguments to
`__atomic_compare_exchange`. However, the C ABI expects the `__ATOMIC_*`
constants instead.

`EmitAtomicLoadLibcall` and `EmitAtomicStoreLibcall` already use
`toCABI()` for this conversion. Apply the same conversion in
`EmitAtomicCompareExchangeLibcall`.

This PR is a reland of #191857 which was closed incorrectly due to
parent branch deleted.
DeltaFile
+24-4mlir/test/Target/LLVMIR/openmp-llvm.mlir
+4-2llvm/lib/Frontend/Atomic/Atomic.cpp
+28-62 files

OPNSense/core b9b597bsrc/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes TextFieldTest.php AutoNumberFieldTest.php

mvc: BaseField: add count()
DeltaFile
+21-22src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes/TextFieldTest.php
+21-22src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes/AutoNumberFieldTest.php
+9-0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/BaseField.php
+51-443 files

LLVM/project a54364allvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp, llvm/test/CodeGen/X86 combine-bswap.ll

[DAGCombine] Relax restriction on (bswap shl(x,c)) combine (#193679)

We can still do the
(bswap shl(x,c)) -> (zext(bswap(trunc(shl(x,sub(c,bw/2))))))
combine if the shift amount is a multiple of 8 not just 16.

https://alive2.llvm.org/ce/z/crnSB6
DeltaFile
+20-0llvm/test/CodeGen/X86/combine-bswap.ll
+2-3llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+22-32 files

NetBSD/pkgsrc-wip 629c0a3gotop distinfo go-modules.mk

gotop: update upstream dependencies.
DeltaFile
+9-9gotop/distinfo
+2-2gotop/go-modules.mk
+1-1gotop/Makefile
+12-123 files