FreeBSD/ports 8e96225net/samba422 Makefile

net/samba422: Remove redundant LDAP_CONFIGURE_* variables
DeltaFile
+0-2net/samba422/Makefile
+0-21 files

FreeBSD/ports 27af3e4devel/dragon distinfo Makefile

devel/dragon: update 1.5.5 -> 1.5.6

- change all int to unsigned, where signed is never needed
DeltaFile
+3-3devel/dragon/distinfo
+1-1devel/dragon/Makefile
+4-42 files

LLVM/project bb0f8d1llvm/lib/Analysis DependenceAnalysis.cpp, llvm/test/Analysis/DependenceAnalysis infer_affine_domain_ovlf.ll

[DA] Introduce OverflowSafeSignedAPInt to prevent potential overflow
DeltaFile
+146-41llvm/lib/Analysis/DependenceAnalysis.cpp
+1-1llvm/test/Analysis/DependenceAnalysis/infer_affine_domain_ovlf.ll
+147-422 files

LLVM/project 234c414llvm/utils/gn/secondary/llvm/include/llvm/Config BUILD.gn

[gn] "port" 8e999e3d7857 (LLVM_ENABLE_IO_SANDBOX)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn
+1-01 files

LLVM/project 66601d8llvm/utils/gn/secondary/clang/lib/Analysis/Scalable BUILD.gn, llvm/utils/gn/secondary/clang/unittests BUILD.gn

[gn] port 4c6aa8fd8abe7e4f0 (clang/Analysis/Scalable)
DeltaFile
+19-0llvm/utils/gn/secondary/clang/unittests/Analysis/Scalable/BUILD.gn
+18-0llvm/utils/gn/secondary/clang/lib/Analysis/Scalable/BUILD.gn
+1-0llvm/utils/gn/secondary/clang/unittests/BUILD.gn
+38-03 files

OPNSense/core 502c542src/opnsense/mvc/app/views/OPNsense/Diagnostics fw_log.volt

firewall: live view: add bigger table size options and simplify table update
DeltaFile
+7-5src/opnsense/mvc/app/views/OPNsense/Diagnostics/fw_log.volt
+7-51 files

LLVM/project 7d151cflldb/source/API SBFrame.cpp

[LLDB][NFC] Remove redundant target/process checks in SBFrame (#153258)

This is a follow up to https://github.com/llvm/llvm-project/pull/152020,
continuing the removal of now-redundant `if(process && target)` checks.
Since this causes a diff in every line of the affected functions, this
commit also uses the opportunity to create some helper functions and
reduce nesting of the affected methods by rewriting all pre-condition
checks as early returns, while remaining strictly NFC.

This has exposed some odd behaviors:

1. `SBFrame::GetVariables` has a variable `num_produced` which is
clearly meant to be incremented on every iteration of the loop but it is
only incremented once, after the loop. So its value is always 0 or
   1. The variable now lives in `FetchVariablesUnlessInterrupted`.
2. `SBFrame::GetVariables` has an interruption mechanism for local
variables, but not for "recognized arguments". It's unclear if this is
by design or not, but it is now evident that there is a discrepancy
there.

    [4 lines not shown]
DeltaFile
+263-250lldb/source/API/SBFrame.cpp
+263-2501 files

FreeNAS/freenas 4a1d7e8src/middlewared/middlewared main.py, src/middlewared/middlewared/plugins/pool_ dataset.py

Type-safe middleware
DeltaFile
+199-8src/middlewared/middlewared/main.py
+161-28src/middlewared/middlewared/plugins/zfs/resource_crud.py
+80-61src/middlewared/middlewared/plugins/zfs/mount_unmount_impl.py
+50-50src/middlewared/middlewared/plugins/zfs/rename_promote_clone_impl.py
+45-38src/middlewared/middlewared/plugins/zfs/destroy_impl.py
+19-20src/middlewared/middlewared/plugins/pool_/dataset.py
+554-20523 files not shown
+688-32729 files

FreeBSD/ports 70a2850deskutils/cherrytree distinfo Makefile

deskutils/cherrytree: update the port to version 1.6.2

Reported by:    portscout
DeltaFile
+3-3deskutils/cherrytree/distinfo
+1-2deskutils/cherrytree/Makefile
+4-52 files

HardenedBSD/src a38f09asys/dts/arm/overlays spigen-rpi-b.dtso, sys/modules/dtb/rpi Makefile

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+0-30sys/dts/arm/overlays/spigen-rpi-b.dtso
+2-2tools/test/stress2/misc/pg_zero.sh
+0-1sys/modules/dtb/rpi/Makefile
+2-333 files

HardenedBSD/src 5eb6085lib/libc/stdlib recallocarray.c memalignment.3, lib/libopenbsd recallocarray.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+82-0lib/libc/stdlib/recallocarray.c
+0-82lib/libopenbsd/recallocarray.c
+53-0lib/libc/stdlib/memalignment.3
+27-17sys/kern/uipc_socket.c
+36-1lib/libc/stdlib/reallocarray.3
+28-0lib/libc/stdlib/memalignment.c
+226-1008 files not shown
+253-11014 files

HardenedBSD/ports 96221fdsecurity/vuxml/vuln 2025.xml, www/chromium/files patch-chrome_browser_about__flags.cc

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+46-46www/iridium/files/patch-chrome_browser_about__flags.cc
+46-46www/chromium/files/patch-chrome_browser_about__flags.cc
+66-0security/vuxml/vuln/2025.xml
+11-11www/ungoogled-chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc
+20-0www/py-dj52-django-treebeard/files/patch-pyproject.toml
+20-0www/py-django-treebeard/files/patch-pyproject.toml
+209-10377 files not shown
+479-29683 files

HardenedBSD/ports ae0ba35security/vuxml/vuln 2025.xml

security/vuxml: Add c-ares vulnerability

 * CVE-2025-62408

PR:             291503
Reported by:    polarian at polarian.dev
DeltaFile
+30-0security/vuxml/vuln/2025.xml
+30-01 files

FreeBSD/ports ae0ba35security/vuxml/vuln 2025.xml

security/vuxml: Add c-ares vulnerability

 * CVE-2025-62408

PR:             291503
Reported by:    polarian at polarian.dev
DeltaFile
+30-0security/vuxml/vuln/2025.xml
+30-01 files

LLVM/project e151434llvm/lib/Target/AMDGPU SIInsertWaitcnts.cpp

[AMDGPU][InsertWaitCnts][NFC] Merge VMEM_ACCESS and VMEM_READ_ACCESS into a single event type (#171973)

DeltaFile
+7-8llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
+7-81 files

LLVM/project 9d19f02llvm/lib/Analysis ValueTracking.cpp, llvm/test/Transforms/Attributor/AMDGPU nofpclass-amdgcn-rsq.ll

ValueTracking: Handle amdgcn.rsq intrinsic in computeKnownFPClass

We have other target intrinsics already in ValueTracking functions,
and no access to TTI.
DeltaFile
+56-56llvm/test/Transforms/Attributor/AMDGPU/nofpclass-amdgcn-rsq.ll
+38-0llvm/lib/Analysis/ValueTracking.cpp
+94-562 files

LLVM/project 87b3bf5llvm/test/Transforms/Attributor/AMDGPU nofpclass-amdgcn-rsq.ll

ValueTracking: Add baseline test for fpclass handling of amdgcn.rsq (#171836)

DeltaFile
+290-0llvm/test/Transforms/Attributor/AMDGPU/nofpclass-amdgcn-rsq.ll
+290-01 files

XigmaNAS/svn 10598trunk/etc/install zfsinstall.sh

Default to 4k alignment
DeltaFile
+3-3trunk/etc/install/zfsinstall.sh
+3-31 files

LLVM/project 07eb9famlir/include/mlir/Dialect/LLVMIR NVVMOps.td, mlir/lib/Dialect/LLVMIR/IR NVVMDialect.cpp

[MLIR][NVVM] Support for dense and sparse MMA with block scaling (#170566)

This change adds dense and sparse MMA with block scaling intrinsics to
MLIR -> NVVM IR -> NVPTX flow. NVVM and NVPTX implementation is based on
PTX ISA 9.0.
DeltaFile
+677-36mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
+637-0mlir/test/Dialect/LLVMIR/nvvm-mma-sparse-blockscale.mlir
+525-0mlir/test/Dialect/LLVMIR/nvvm-mma-blockscale.mlir
+458-35mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+48-48mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-sp-block-scale-shared.mlir
+48-48mlir/test/Target/LLVMIR/nvvm/tcgen05-mma-block-scale-shared.mlir
+2,393-1673 files not shown
+2,493-2679 files

HardenedBSD/src f14ca37sys/kern uipc_socket.c

splice: Fix leaks that can happen when initiating a splice

- change the state to SPLICE_EXCEPTION to allow so_unsplice() to work
  to cleanup failed splices (fixes socket reference leak)
- NULL out sp->dst when unsplicing from so_splice() before so2 has been
   been referenced.
- Deal with a null sp->dst / so2 in so_unsplice
- Fix asserts that talked about sp->state == SPLICE_INIT; that state
  is not possible here.

Differential Revision: https://reviews.freebsd.org/D54157
Reviewed by: markj
Sponsored by: Netflix
Fixes: c0c5d01e5374 ("so_splice: Synchronize so_unsplice() with so_splice()")
MFC after: 3 days

(cherry picked from commit a837d1fe49e0255d81c670dc271ff245ae960097)
DeltaFile
+27-17sys/kern/uipc_socket.c
+27-171 files

FreeBSD/src f14ca37sys/kern uipc_socket.c

splice: Fix leaks that can happen when initiating a splice

- change the state to SPLICE_EXCEPTION to allow so_unsplice() to work
  to cleanup failed splices (fixes socket reference leak)
- NULL out sp->dst when unsplicing from so_splice() before so2 has been
   been referenced.
- Deal with a null sp->dst / so2 in so_unsplice
- Fix asserts that talked about sp->state == SPLICE_INIT; that state
  is not possible here.

Differential Revision: https://reviews.freebsd.org/D54157
Reviewed by: markj
Sponsored by: Netflix
Fixes: c0c5d01e5374 ("so_splice: Synchronize so_unsplice() with so_splice()")
MFC after: 3 days

(cherry picked from commit a837d1fe49e0255d81c670dc271ff245ae960097)
DeltaFile
+27-17sys/kern/uipc_socket.c
+27-171 files

FreeNAS/freenas 94fc50bsrc/middlewared/middlewared main.py, src/middlewared/middlewared/plugins/pool_ dataset.py

Type-safe middleware
DeltaFile
+199-8src/middlewared/middlewared/main.py
+161-28src/middlewared/middlewared/plugins/zfs/resource_crud.py
+80-61src/middlewared/middlewared/plugins/zfs/mount_unmount_impl.py
+50-50src/middlewared/middlewared/plugins/zfs/rename_promote_clone_impl.py
+45-38src/middlewared/middlewared/plugins/zfs/destroy_impl.py
+19-20src/middlewared/middlewared/plugins/pool_/dataset.py
+554-20523 files not shown
+702-32429 files

FreeNAS/freenas 586b220src/middlewared/middlewared/plugins/docker migrate.py, src/middlewared/middlewared/plugins/pool_ snapshot.py dataset.py

NAS-138870 / 26.04 / converting some other legacy api snapshot calls to new ones (#17796)

This does 3 primary things:
1. convert the other internal calls to the legacy zfs.snapshot resources
to the one
2. fix some regressions in test_438_snapshots.py
3. remove dead code!
DeltaFile
+0-475tests/api2/test_438_snapshots.py
+184-48src/middlewared/middlewared/plugins/pool_/snapshot.py
+0-231src/middlewared/middlewared/plugins/zfs_/snapshot.py
+0-94src/middlewared/middlewared/plugins/zfs_/snapshot_actions.py
+2-37src/middlewared/middlewared/plugins/pool_/dataset.py
+11-6src/middlewared/middlewared/plugins/docker/migrate.py
+197-89114 files not shown
+231-92020 files

LLVM/project 8db99e9llvm/lib/Analysis DependenceAnalysis.cpp

[DA] Remove ExtraGCD from GCD MIV (NFC)
DeltaFile
+1-7llvm/lib/Analysis/DependenceAnalysis.cpp
+1-71 files

LLVM/project bcbab83llvm/lib/Analysis DependenceAnalysis.cpp, llvm/test/Analysis/DependenceAnalysis gcd-miv-overflow.ll

[DA] Add overflow check in GCD MIV
DeltaFile
+2-3llvm/test/Analysis/DependenceAnalysis/gcd-miv-overflow.ll
+3-1llvm/lib/Analysis/DependenceAnalysis.cpp
+5-42 files

LLVM/project 8a590f0llvm/test/Analysis/DependenceAnalysis gcd-miv-overflow.ll

[DA] Add test for GCD MIV misses dependency due to overflow (NFC)
DeltaFile
+84-0llvm/test/Analysis/DependenceAnalysis/gcd-miv-overflow.ll
+84-01 files

LLVM/project 26ec186llvm/test CMakeLists.txt lit.cfg.py, llvm/test/Examples lit.local.cfg

[𝘀𝗽𝗿] initial version

Created using spr 1.3.5-bogner
DeltaFile
+2-2llvm/test/CMakeLists.txt
+1-1llvm/test/Examples/lit.local.cfg
+1-1llvm/test/lit.cfg.py
+1-1llvm/test/lit.site.cfg.py.in
+5-54 files

LLVM/project df7b90bclang-tools-extra/clang-tidy/bugprone BranchCloneCheck.cpp

[clang-tidy][NFC] Refactor `bugprone-branch-clone` (#171849)

DeltaFile
+14-42clang-tools-extra/clang-tidy/bugprone/BranchCloneCheck.cpp
+14-421 files

NetBSD/src LYvh34Bsys/dev/sdmmc if_bwfm_sdio.c

   Match another chip version found in RPI zero 2 W.
   Fix frame parser and add more verbose checks.
   Handle transmit sequence counter.

   Work around transmit scheduler issue by always allowing
   a send space of 1 packet. This avoids a permanent stall on
   RPI zero 2 W.

   There is currently no way to correctly identify the
   chip used on RPI zero 2 W,
VersionDeltaFile
1.32+123-55sys/dev/sdmmc/if_bwfm_sdio.c
+123-551 files

LLVM/project 66ed329llvm/lib/Target/AMDGPU AMDGPUMachineLevelInliner.cpp, llvm/test/CodeGen/AMDGPU amdgpu-machine-level-inliner.ll amdgpu-machine-level-inliner.mir

Add liveins
DeltaFile
+7-0llvm/lib/Target/AMDGPU/AMDGPUMachineLevelInliner.cpp
+3-3llvm/test/CodeGen/AMDGPU/amdgpu-machine-level-inliner.ll
+3-3llvm/test/CodeGen/AMDGPU/amdgpu-machine-level-inliner.mir
+2-2llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/amdgpu-inlined-function.ll.expected
+15-84 files