FreeNAS/freenas dd6b235

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

FreeNAS/freenas 8e00011src/middlewared/middlewared/alembic/versions/26.0 2026-08-24_12-00_remove_tier_oneshot_alerts.py, src/middlewared/middlewared/alembic/versions/27.0 2026-08-24_22-22_merge.py

NAS-142542 / 27.0.0-BETA.1 / Make ZFS tier alerts normal alerts (#19540)

Creating oneshot alerts in the alert source is not how the rest of
TrueNAS alerts work. No other source does that, and it doesn't seem to
give us any benefit. I was able to simplify the code by rewriting
tiering alerts in a more idiomatic way.

I was also able to replace unit tests with integration tests with 99%
coverage.

While I am here, fix the bug that `zfs.tier.update` hardcoded
`ha_propagate=True` for reserve-pct changes, so on any licensed non-HA
box it failed with `EHOSTUNREACH`.
DeltaFile
+0-410tests/unit/test_zfs_tier_alert_source.py
+324-0tests/api2/zfs_tier/test_alerts.py
+122-199src/middlewared/middlewared/alert/source/zfs_tier.py
+26-0src/middlewared/middlewared/alembic/versions/26.0/2026-08-24_12-00_remove_tier_oneshot_alerts.py
+24-0src/middlewared/middlewared/alembic/versions/27.0/2026-08-24_22-22_merge.py
+4-1src/middlewared/middlewared/plugins/zfs/tier.py
+500-6106 files

FreeNAS/freenas f3dbc71src/middlewared/middlewared/api/base model.py, src/middlewared/middlewared/pytest/unit/api/base test_not_required_copy.py

Fix copying models that contain `NotRequired`
DeltaFile
+34-0src/middlewared/middlewared/pytest/unit/api/base/test_not_required_copy.py
+14-1src/middlewared/middlewared/api/base/model.py
+48-12 files

LLVM/project 16c3377llvm/lib/Target/M68k M68kInstrArithmetic.td M68kInstrInfo.cpp, llvm/test/CodeGen/M68k register-spills.ll

[M68k] Implement `CLR` instruction encoding and logic (#216636)

This adds instruction encoding for `CLR` and incorporates common uses of
the instruction into existing pseudo expansion functions.

- Storing 0 to memory will favor `clr` over storing an immediate.
- `buildClearRegister()` override is implemented, using `clr` to clear
byte/word, and `moveq` to clear long.
- `MOVI` pseudo will use `buildClearRegister()` if the immediate is
zero.
- `MOVZX` pseudo will, if possible, clear the destination first and then
move the source, rather than the other way around (which inefficiently
requires an `AND` mask).
- On 68000, an in-place i16/i32 zext is done via `swap -> clr.w -> swap`
which is more efficient than `and.l #$ffff`.
- Left-shifting an i32 by 16 bits lowers to `swap -> clr.w`.

There are so many tests in the diff because `MOVZX` and moving a zero
immediate are really common operations, so it's just a lot of single
instructions getting replaced by their more efficient counterparts.
DeltaFile
+96-44llvm/lib/Target/M68k/M68kInstrInfo.cpp
+98-1llvm/lib/Target/M68k/M68kInstrArithmetic.td
+38-38llvm/test/CodeGen/M68k/CodeModel/Large/Atomics/rmw.ll
+51-17llvm/test/CodeGen/M68k/register-spills.ll
+19-19llvm/test/CodeGen/M68k/Atomics/rmw.ll
+16-16llvm/test/CodeGen/M68k/CodeModel/Large/Atomics/load-store.ll
+318-13530 files not shown
+489-26936 files

LLVM/project 531cebbflang/include/flang/Semantics openmp-modifiers.h, flang/lib/Semantics check-omp-variant.cpp check-omp-structure.h

[flang][OpenMP] Remove OmpVerifyModifiers

Verification of clause modifiers is now done in a single place.
The OmpVerifyModifiers function was left in place, but was reduced
to always return "true".

Remove the definition and all calls to it.

The large amount of apparent changes is mostly due to unindenting
and reformatting previously indented code.
DeltaFile
+175-265flang/lib/Semantics/check-omp-structure.cpp
+44-49flang/lib/Semantics/check-omp-loop.cpp
+0-6flang/include/flang/Semantics/openmp-modifiers.h
+0-2flang/lib/Semantics/check-omp-variant.cpp
+0-2flang/lib/Semantics/check-omp-structure.h
+219-3245 files

LLVM/project b870887flang/include/flang/Parser openmp-utils.h parse-tree.h, flang/include/flang/Semantics openmp-modifiers.h

[flang][OpenMP] Move modifier verification out of header file

Since modifiers now have enum ids, verifying syntactical properties
of them no longer has to be type-based. Move the modifier verification
code out of a header file with some changes to use the numeric ids.

Some form of a connection between AST nodes for modifiers and the enum
ids is still required, now it's a static member of the modifier AST node.
DeltaFile
+2-366flang/include/flang/Semantics/openmp-modifiers.h
+250-44flang/lib/Semantics/check-omp-structure.cpp
+50-9flang/include/flang/Parser/parse-tree.h
+42-0flang/lib/Parser/openmp-utils.cpp
+41-0flang/include/flang/Parser/openmp-utils.h
+13-0flang/lib/Semantics/check-omp-structure.h
+398-4196 files not shown
+405-42412 files

LLVM/project a3aaa52flang/include/flang/Parser openmp-utils.h, flang/lib/Semantics check-omp-structure.cpp

[flang][OpenMP] Implement verification of modifier sets

Modifier sets and modifier groups are the modifier analogues of clause
sets and clause groups. In the OpenMP specification, modifier groups
have properties that are independent of the clause on which a member of
the group is specified, whereas modifier sets are local to clauses.

The implementation of modifier groups is identical to that of groups,
the only exception is that modifier sets don't have names that are
usable in diagnostic messages.
DeltaFile
+676-590llvm/lib/Frontend/OpenMP/OMPDescriptors.inc
+58-0flang/lib/Semantics/check-omp-structure.cpp
+47-0llvm/include/llvm/Frontend/OpenMP/OMPDescriptors.h
+32-1llvm/lib/Frontend/OpenMP/OMPDescriptors.cpp
+17-0llvm/include/llvm/Frontend/OpenMP/OMPDescriptors.h.inc
+10-1flang/include/flang/Parser/openmp-utils.h
+840-5921 files not shown
+841-5927 files

OPNSense/core 4489e19src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes SourceNatRuleField.php

Add use statements for BooleanField and ProtocolField
DeltaFile
+4-2src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes/SourceNatRuleField.php
+4-21 files

OPNSense/core 48e1c7asrc/opnsense/mvc/app/views/layout_partials form_input_tr.volt

mvc: advanced marker for fields POC

Also adds tooltip for it and help button.
DeltaFile
+4-1src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt
+4-11 files

NetBSD/pkgsrc qlZ0RcOsecurity/openssl Makefile PLIST

   openssl: updated to 3.6.4

   OpenSSL 3.6.4 is a security patch release. The most severe CVE fixed
   in this release is Moderate.

   This release incorporates the following bug fixes and mitigations:

   Fixed QUIC server being able to trigger double free when processing
   INITIAL packet.
   (CVE-2026-18798)

   Fixed heap buffer overflow in CMS key unwrapping.
   (CVE-2026-63072)

   Fixed invalid pointer dereference in CMP server via crafted protectionAlg.
   (CVE-2026-63076)

   Fixed unbounded memory growth in QUIC server incoming channel queue.
   (CVE-2026-14456)

    [27 lines not shown]
VersionDeltaFile
1.190+4-4security/openssl/distinfo
1.28+5-1security/openssl/PLIST
1.319+2-2security/openssl/Makefile
+11-73 files

NetBSD/pkgsrc 7m2dJbswww Makefile, www/wiki-tui DESCR distinfo

   Actually remove the package now
VersionDeltaFile
1.1934+1-2www/Makefile
1.23+1-1www/wiki-tui/distinfo
1.15+1-1www/wiki-tui/cargo-depends.mk
1.4+1-1www/wiki-tui/PLIST
1.29+1-1www/wiki-tui/Makefile
1.2+0-0www/wiki-tui/DESCR
+5-66 files

OPNSense/core dc9ac31src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes AliasNameField.php

Firewall: Alias: Update internally reserved pf keywords (#10794)

* Firewall: Alias: Update internally reserved pf keywords

* Also add missing sprintf() in validation
DeltaFile
+161-22src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes/AliasNameField.php
+161-221 files

OPNSense/core 5fd7ca6src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes AliasNameField.php

Also add missing sprintf() in validation
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes/AliasNameField.php
+1-11 files

LLVM/project ac888e7flang/include/flang/Common type-kinds.h, flang/include/flang/Evaluate type.h tools.h

cleanup

llvm_unreachable -> DIE

Cleanup

Cleanup

More cleanup

clang-format

clang-format
DeltaFile
+22-40flang/lib/Evaluate/fold-implementation.h
+0-41flang/unittests/Evaluate/logical.cpp
+19-12flang/lib/Evaluate/fold-integer.cpp
+29-1flang/include/flang/Evaluate/tools.h
+23-5flang/include/flang/Common/type-kinds.h
+1-25flang/include/flang/Evaluate/type.h
+94-12419 files not shown
+146-17525 files

LLVM/project fd0d827flang/lib/Evaluate real-value-impl.h integer-value-impl.h

Merge commit '4d08f9d2450b7ad0e23492a81a9b049ae55b4e0d' into HEAD
DeltaFile
+34-34flang/lib/Evaluate/integer-value-impl.cpp
+26-26flang/lib/Evaluate/real-value-impl.cpp
+24-24flang/lib/Evaluate/character-value-impl.cpp
+3-3flang/lib/Evaluate/character-value-impl.h
+2-2flang/lib/Evaluate/real-value-impl.h
+2-2flang/lib/Evaluate/integer-value-impl.h
+91-911 files not shown
+93-937 files

LLVM/project 4d08f9dflang/lib/Evaluate real-value-impl.h integer-value-impl.h

llvm_unreachable -> DIE

clang-format
DeltaFile
+34-34flang/lib/Evaluate/integer-value-impl.cpp
+26-26flang/lib/Evaluate/real-value-impl.cpp
+24-24flang/lib/Evaluate/character-value-impl.cpp
+3-3flang/lib/Evaluate/character-value-impl.h
+2-2flang/lib/Evaluate/real-value-impl.h
+2-2flang/lib/Evaluate/integer-value-impl.h
+91-912 files not shown
+94-948 files

LLVM/project 5620a26

Fix Bazel build for a037d2a (#218673)

Buildkite error link:
https://buildkite.com/llvm-project/upstream-bazel/builds?commit=a037d2ad7312adc58664358893c20927efae22cf

Co-authored-by: Google Bazel Bot <google-bazel-bot at google.com>
DeltaFile
+0-00 files

LLVM/project 629b819llvm/lib/IR AutoUpgrade.cpp, llvm/lib/Target/NVPTX NVPTXLowerAlloca.cpp

[IR] Remove unnecessary setDebugLoc calls. NFCI. (#218663)

If we are already calling copyMetadata to copy metadata including MD_dbg
from an old instruction to a newly created one then there is no need to
call setDebugLoc to copy the debug metadata again.
DeltaFile
+5-5llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
+0-2llvm/lib/IR/AutoUpgrade.cpp
+0-1llvm/lib/Transforms/Utils/Local.cpp
+0-1llvm/lib/Target/NVPTX/NVPTXLowerAlloca.cpp
+5-94 files

FreeBSD/ports 7857593devel/cl-cffi distinfo pkg-plist

devel/cl-cffi: Update to 0.24.1.

Build the documentation from the texinfo sources in the distfile
instead of fetching pre-generated HTML, text and PDF files from a
separate site, where the copies published for this release were all
zero bytes. The PDF build pulls in TeX, so it sits behind its own PDF
option that is off by default.

Install cffi-toolchain, which cffi-grovel now depends on, plus the new
src/c2ffi and toolchain modules and grovel/common.h, which grovel
includes in the C files it generates.
DeltaFile
+61-31devel/cl-cffi/Makefile
+19-3devel/cl-cffi/pkg-plist
+3-14devel/cl-cffi/distinfo
+83-483 files

FreeBSD/ports 37678d7devel/cl-alexandria pkg-plist Makefile

devel/cl-alexandria: Split the PDF documentation into its own option.

Building the PDF needs texi2pdf and pulls in TeX, which is a lot of
machinery for a small utility library, so it now lives behind a PDF
option that is off by default. The HTML and info files only need
makeinfo and are still built with DOCS.

Also install alexandria.info: DOCS_INFO pointed at doc/alexandria, but
nothing ever installed the file, so the port registered an info entry
it did not ship.
DeltaFile
+23-10devel/cl-alexandria/Makefile
+0-1devel/cl-alexandria/pkg-plist
+23-112 files

FreeBSD/ports 5460ab0net/cliproxyapi Makefile distinfo

net/cliproxyapi: Update to 7.2.121.
DeltaFile
+5-5net/cliproxyapi/distinfo
+1-1net/cliproxyapi/Makefile
+6-62 files

FreeBSD/ports 5c579d8net/croc Makefile distinfo

net/croc: Update to 11.3.0.
DeltaFile
+5-5net/croc/distinfo
+1-1net/croc/Makefile
+6-62 files

FreeBSD/ports f3646b6devel/cl-alexandria Makefile

devel/cl-alexandria: Limit portscout to the 1.x series.

Upstream has only ever tagged v1.1 through v1.4, and the archive
listing at gitlab.common-lisp.net now sits behind an anti-bot
challenge, so portscout was reporting a spurious 3.0 whose suggested
download was really alexandria-v1.4-<commit>.tar.bz2.
DeltaFile
+2-0devel/cl-alexandria/Makefile
+2-01 files

NetBSD/pkgsrc z2eFObLdoc CHANGES-2026

   doc: Updated net/croc to 11.3.2
VersionDeltaFile
1.5522+2-1doc/CHANGES-2026
+2-11 files

LLVM/project 07ebd45llvm/lib/Target/AArch64 AArch64InstrInfo.td, llvm/test/CodeGen/AArch64 complex-deinterleaving-fma.ll complex-deinterleaving-mixed-cases.ll

[AArch64] Generate fmls for fneg+fmul (#215338)

AArch64 has no vector FNMUL, so -(x * y) needs an FNEG after the FMUL.
FMLS with a -0.0 accumulator computes it in one instruction, and the
MOVI materializing -0.0 has no input dependency, so the FNEG leaves the
dependency chain.

The consumed FNEG/FMUL has to be single-use, otherwise it stays live and
the MOVI is added rather than substituted. Plain fmul only: the two
forms agree only when negation commutes with rounding, which fails for
the directed rounding modes constrained FP can run under.

Only f32 and f16 are covered; f64 -0.0 is not a MOVI immediate.
DeltaFile
+624-0llvm/test/CodeGen/AArch64/neon-fnmul.ll
+262-262llvm/test/CodeGen/AArch64/complex-deinterleaving-multiuses.ll
+74-78llvm/test/CodeGen/AArch64/complex-deinterleaving-uniform-cases.ll
+56-56llvm/test/CodeGen/AArch64/complex-deinterleaving-mixed-cases.ll
+82-0llvm/lib/Target/AArch64/AArch64InstrInfo.td
+11-11llvm/test/CodeGen/AArch64/complex-deinterleaving-fma.ll
+1,109-4076 files

NetBSD/pkgsrc gzWemZunet/croc Makefile go-modules.mk

   croc: Update to 11.3.2

   Highlights
   Automatically advertises and negotiates experimental-derp-attach-group-v1 in normal supported builds.
   Two v11.3.2 peers use eight striped streams over four raw-direct paths with no flags.
   Mixed-version peers remain compatible through one-stream legacy Attach.
   Raw setup retains one-stream manager fallback, with croc relay fallback in automatic mode.

   11.3.1

   Highlights
   Pins derphole to github.com/schollz/derphole v0.18.2-croc.1 while preserving its upstream module identity.
   Adds modular AttachGroup bundle and lifecycle support for the qualified eight-stream/four-path topology.
   Keeps automatic AttachGroup advertisement disabled in this release; peers continue using compatible legacy DERP Attach until activation is qualified separately.
   Reduces CI cost by avoiding duplicate branch-push validation and reserving full cross-platform builds for main and manual runs.

   What’s Changed
   DERP transport: connection bundles, client-local providers, clean group-close handling, and safe striped-sender teardown.
   Benchmarks: consolidated 8/4 qualification data and benchmark-only build tagging.

    [2 lines not shown]
VersionDeltaFile
1.10+9-9net/croc/distinfo
1.10+2-2net/croc/go-modules.mk
1.43+1-1net/croc/Makefile
+12-123 files

OPNSense/core b387630src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes AliasNameField.php

Firewall: Alias: Update internally reserved pf keywords
DeltaFile
+160-21src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes/AliasNameField.php
+160-211 files

OPNSense/plugins 751a6a2www/nginx/src/opnsense/mvc/app/views/OPNsense/Nginx tabbed_dialog.volt

www/nginx: fix spurious prefix

Dialogs are prefixed with dialog_ already now.
DeltaFile
+2-2www/nginx/src/opnsense/mvc/app/views/OPNsense/Nginx/tabbed_dialog.volt
+2-21 files

LLVM/project 3a969bbflang/lib/Lower Bridge.cpp PFTBuilder.cpp, flang/test/Lower assigned-goto-target-in-loop.f90

[flang][PFT] Mark ASSIGN'd labels as assigned GO TO targets

An assigned GO TO with an explicit label list only marked the listed
labels as branch targets.  Lowering is more permissive: genFIR for
AssignedGotoStmt in flang/lib/Lower/Bridge.cpp builds the switch from the
labels ASSIGN'd to the variable and ignores the list.

A construct holding an ASSIGN'd label that the list omits therefore
looked wrappable, was placed in an scf.execute_region, and the branch
then crossed a region boundary:

  error: 'fir.select' op branching to block of a different region

Mark both sets so the wrappability analysis sees every escape.
DeltaFile
+17-21flang/lib/Lower/PFTBuilder.cpp
+27-0flang/test/Lower/assigned-goto-target-in-loop.f90
+2-0flang/lib/Lower/Bridge.cpp
+46-213 files

LLVM/project d35d0e6llvm/lib/Analysis ConstantFolding.cpp, llvm/test/Transforms/InstSimplify/ConstProp active-lane-mask.ll

[ConstFold] Avoid overflows in folding fixed ALM (#218646)

Avoid overflows in folding fixed-vector get.active.lane.mask using
APInts and APInt::uadd_ov.
DeltaFile
+15-0llvm/test/Transforms/InstSimplify/ConstProp/active-lane-mask.ll
+6-4llvm/lib/Analysis/ConstantFolding.cpp
+21-42 files