OPNSense/plugins 4d827e3www/caddy Makefile, www/caddy/src/opnsense/service/templates/OPNsense/Caddy/Config includeAuthProvider

www/caddy: fix authentik forward-auth Host header for #5712

Both the outpost passthrough (reverse_proxy) and forward_auth
directives sent the auth backend's own address as Host instead of
the original request's Host. authentik's shared outpost dispatches
by Host, so it could not tell which Provider/App a forward-auth
check was for and returned 404 instead of redirecting into the
login flow.

Hardcode header_up Host {http.request.host} on both directives,
unconditional of AuthToTls, since the original Host is always what
authentik needs regardless of how the auth backend itself is
reached.

Co-Authored-By: Claude Sonnet 5 <noreply at anthropic.com>
DeltaFile
+2-3www/caddy/src/opnsense/service/templates/OPNsense/Caddy/Config/includeAuthProvider
+1-0www/caddy/Makefile
+3-32 files

LLVM/project 28085c4clang/include/clang/StaticAnalyzer/Core/PathSensitive CallEvent.h

Apply formatting changes to the CallEvent header.
DeltaFile
+5-4clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
+5-41 files

LLVM/project e9d50d3clang/include/clang/StaticAnalyzer/Core/PathSensitive ExprEngine.h, clang/lib/StaticAnalyzer/Core ExprEngine.cpp

[analyzer] Resolve lambda captures for explicit object parameters (#219726)

Currently explicit object parameters are not modeled in the
`VisitCommonDeclRefExpr` function in `ExprEngine`. Because of this when
a lambda has an explicit object parameter and a possible division by
zero the `core.DivideZero` checker does not emit warning. This PR solves
that issue by deciding if the lambda has an explicit object parameter
and then records the binding (if the parameter has the reference type)
between the parameter and the argument's expression otherwise it returns
the captured field's lvalue.

This PR fixes #218708
DeltaFile
+53-27clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
+78-0clang/test/Analysis/explicit-lambda-capture.cpp
+7-0clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
+138-273 files

FreeBSD/ports 5122c9cnet/mcast-bridge Makefile distinfo

net/mcast-bridge: Update 1.6.0 => 1.7.0

Changelog:
https://github.com/dennypage/mcast-bridge/releases/tag/v1.7.0

PR:             298464
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3

(cherry picked from commit 42832f6735d3d33d73a84893aab633e712fdc201)
DeltaFile
+3-3net/mcast-bridge/distinfo
+1-1net/mcast-bridge/Makefile
+4-42 files

FreeBSD/ports 42832f6net/mcast-bridge Makefile distinfo

net/mcast-bridge: Update 1.6.0 => 1.7.0

Changelog:
https://github.com/dennypage/mcast-bridge/releases/tag/v1.7.0

PR:             298464
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q3
DeltaFile
+3-3net/mcast-bridge/distinfo
+1-1net/mcast-bridge/Makefile
+4-42 files

LLVM/project ae101b8libc/test/src/math/exhaustive cos.wc sin.wc, llvm/lib/Frontend/OpenMP OMPDescriptors.inc

Merge main into users/mariusz-sikora-at-amd/gfx13/v-cvt-scale-pk32-gc
DeltaFile
+1,091,085-0libc/test/src/math/exhaustive/sin.wc
+1,090,178-0libc/test/src/math/exhaustive/cos.wc
+2,066-2,066llvm/test/Analysis/CostModel/X86/shuffle-extract_subvector.ll
+840-839llvm/lib/Frontend/OpenMP/OMPDescriptors.inc
+1,173-489llvm/test/CodeGen/AArch64/sve-bf16-combines.ll
+1,482-0llvm/test/CodeGen/LoongArch/memory-barrier-opt.ll
+2,186,824-3,3941,934 files not shown
+2,257,372-32,6171,940 files

LLVM/project 27c38b8llvm/test/CodeGen/AMDGPU float-to-arbitrary-fp-widen.ll amdgcn.bitcast.512bit.ll

[AMDGPU] Select trunc(srl x, 16) as hi16 subregister on true16 (#221960)

Use the high 16 bits of a VGPR directly instead of shifting.

Before:
```
  v_lshrrev_b32_e32 v1, 16, v0
  v_add_f16_e32 v0.l, v0.l, v1.l
```
After:
```
  v_add_f16_e32 v0.l, v0.l, v0.h
```

Example: https://godbolt.org/z/c7bE46hzb
DeltaFile
+6,151-6,581llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+4,692-4,496llvm/test/CodeGen/AMDGPU/bf16.ll
+2,809-3,010llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
+2,809-3,010llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
+2,754-2,970llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+1,536-1,562llvm/test/CodeGen/AMDGPU/float-to-arbitrary-fp-widen.ll
+20,751-21,629127 files not shown
+30,996-47,561133 files

LLVM/project c46d8f2llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 logical-binops-booleanized-leaves.ll

[SLP]Booleanize logical and/or nodes in the wide leaf type

i1 and/or tree nodes with booleanized wide leaves (one-use truncs of
wide values, zero-tests of values from [0, 1]) are registered in MinBWs
and emitted in the wide type; bit 0 of the result is the final value.

Reviewers: bababuck

Pull Request: https://github.com/llvm/llvm-project/pull/223250
DeltaFile
+161-2llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+24-22llvm/test/Transforms/SLPVectorizer/X86/logical-binops-booleanized-leaves.ll
+185-242 files

LLVM/project 611db63llvm/lib/Transforms/Instrumentation DataFlowSanitizer.cpp, llvm/test/Instrumentation/DataFlowSanitizer origin_load_big_endian.ll

[dfsan] Fix big-endian origin mask (#223247)

Fix the mask used when loading wide shadows on big-endian targets.

The previous expression used a 32-bit integer for the shift, producing
an incorrect zero mask for 64-bit wide shadows. Changed the expression
to use 1ULL so that a 64-bit mask is constructed correctly. The
resulting mask keeps the upper 32 bits and clears the lower 32 bits.

Previously, the big-endian path generated:

```ll
%10 = load i64, ptr %6, align 1
%11 = and i64 %10, 0
```

With this change, it generates:

```ll

    [5 lines not shown]
DeltaFile
+13-0llvm/test/Instrumentation/DataFlowSanitizer/origin_load_big_endian.ll
+1-1llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
+14-12 files

LLVM/project 0d2974bclang/lib/StaticAnalyzer/Core CallEvent.cpp

Run clang-format to fix formatting issue.
DeltaFile
+3-3clang/lib/StaticAnalyzer/Core/CallEvent.cpp
+3-31 files

FreeBSD/src cbd730esys/dev/sound/pci emu10kx-pcm.c

snd_emu10kx: Make sure the block count and size cover the whole buffer

The playback voices always loop over the whole EMU_PLAY_BUFSZ buffer,
but emupchan_setblocksize() only recorded the new block size and left
the block count as it was set up by emu_vinit(). The blocks then no
longer covered the whole buffer, and the part they left out was played
without ever being written to, which became audible as distortion once
playback started going through a virtual channel.

Resize the buffer, so that the block count and size always cover it.

Fixes:          02d4eeabfd73 ("sound: Allocate vchans on-demand")
PR:             287687
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D59444

(cherry picked from commit a7258157e1a20957af23332814197ea723f5778d)
DeltaFile
+19-2sys/dev/sound/pci/emu10kx-pcm.c
+19-21 files

FreeBSD/ports 56f5e0cnet/mdns-bridge Makefile distinfo

net/mdns-bridge: Update 3.0.0 => 3.1.0

Changelog:
https://github.com/dennypage/mdns-bridge/releases/tag/v3.1.0

PR:             298463
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3net/mdns-bridge/distinfo
+1-1net/mdns-bridge/Makefile
+4-42 files

LLVM/project 9271a73llvm/lib/Target/AMDGPU SIInstrInfo.cpp, llvm/test/CodeGen/AMDGPU machine-sink-temporal-divergence-swdev407790.mir

[AMDGPU] Mark `SI_WATERFALL_LOOP` as divergent in `hasDivergentBranch` (#218969)

When a vector instruction takes an SGPR source operand, sinking it out
of a loop with divergent exit would cause the vector instruction to only
get the value from the last iteration in the SGPR. However, in a
divergent loop the value of the SGPR operand may vary across iterations,
so the instruction cannot be sink out of the loop as only using the last
value is incorrect. Before this change `SI_LOOP` was marked as divergent
but `SI_WATERFALL_LOOP` was not, allowing such incorrect sinking for
waterfall loops.

Assisted-by: Claude Code
DeltaFile
+2-1llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+1-1llvm/test/CodeGen/AMDGPU/machine-sink-temporal-divergence-swdev407790.mir
+3-22 files

LLVM/project f477555lldb/include/lldb/Target Memory.h, lldb/source/Plugins/Process/gdb-remote ProcessGDBRemote.cpp

[lldb] Memory cache: no overlap and read across cache entries (#222688)

The memory cache keeps two collections of cached bytes, L1 and L2, which
are named confusingly.  L2 holds cache lines at aligned addresses, but
each line size is less than or equal to the fixed line size.  L1 holds
pieces from arbitrary addresses with arbitrary lengths.  This caused two
problems:

1. A lookup had to find every byte it wanted inside a *single*
entry.  A range that spanned two adjacent entries missed even when the
two collections together already held every byte of it.  The lookup
rejected such a read rather than take part of it from each entry.

2. The pieces could also overlap each other, which made the lookup
incomplete as well as ambiguous.  It examined only the piece starting at
or below the address, so a short piece hid a longer one that covered the
whole read.  The read missed with the bytes resident.

This change fixes these problems by introducing these properties to the

    [43 lines not shown]
DeltaFile
+484-78lldb/unittests/Target/MemoryTest.cpp
+234-194lldb/source/Target/Memory.cpp
+120-32lldb/include/lldb/Target/Memory.h
+2-3lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+840-3074 files

FreeNAS/freenas 5caa455src/middlewared/middlewared/plugins/service_/services docker.py

Stop docker.socket before docker.service

## Problem
`DockerService.stop()` stopped `docker.service` first and `docker.socket` second, leaving the socket armed for the whole service teardown — around 11.5 seconds on a box with a couple of dozen containers. Anything connecting to `/var/run/docker.sock` in that window socket-activates the very service we are stopping. With the `StartLimitBurst=1` drop-in that phantom start gets refused, the unit latches `failed`, and `CollectMode=inactive` never garbage-collects a failed unit — so the rate-limit counter stays pinned and nothing short of a reboot recovers. That is what leaves an apps-pool migration reporting "Migration completed successfully" at 100% and `Docker service is not running` in the same job.

## Solution
Enqueue the stop on `docker.socket` first. This is not really a reordering of the teardown: systemd builds a two-job transaction and still takes the service down first per `After=`. What changes is that a stop job is pending on the socket, and systemd suppresses activation requests while that is true, so nothing can resurrect the service mid-teardown.

`super().stop()` moves into a `finally` so the service is still stopped if the socket stop raises. It becomes a near no-op in practice, since `docker.service` requires the socket and is already on its way down, but it is worth keeping as a defensive call in case that dependency ever changes upstream. One consequence for anyone reading a trace: the teardown wait now sits on the socket stop rather than on `super().stop()`.
DeltaFile
+7-2src/middlewared/middlewared/plugins/service_/services/docker.py
+7-21 files

LLVM/project aa0b824clang/lib/StaticAnalyzer/Core MemRegion.cpp

Rename Index to DeclParamIdx.
DeltaFile
+8-8clang/lib/StaticAnalyzer/Core/MemRegion.cpp
+8-81 files

LLVM/project eb6d5ddllvm/include/llvm/Analysis IVDescriptors.h, llvm/lib/Analysis IVDescriptors.cpp

[IVDescriptors] Address MonotonicDescriptor post-commit comments (NFC) (#223346)
DeltaFile
+19-20llvm/lib/Analysis/IVDescriptors.cpp
+6-6llvm/include/llvm/Analysis/IVDescriptors.h
+3-4llvm/unittests/Analysis/IVDescriptorsTest.cpp
+28-303 files

LLVM/project b628940flang/lib/Evaluate intrinsics.cpp fold-integer.cpp

Post-merge fixes

clang-format
DeltaFile
+3-3flang/lib/Evaluate/fold-integer.cpp
+3-3flang/lib/Evaluate/fold-implementation.h
+2-2flang/lib/Evaluate/intrinsics.cpp
+8-83 files

LLVM/project 1f87107llvm/test/Analysis/CostModel/X86 shuffle-extract_subvector.ll, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.832bit.ll amdgcn.bitcast.896bit.ll

Merge commit '6ceca51496b99630128f7a5755630fdbd299ede6' into HEAD
DeltaFile
+57,327-55,762llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+6,634-6,608llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+5,576-5,657llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+4,486-4,550llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+2,884-2,534llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+2,066-2,066llvm/test/Analysis/CostModel/X86/shuffle-extract_subvector.ll
+78,973-77,1771,508 files not shown
+140,859-114,2651,514 files

LLVM/project 5abeb55flang/lib/Lower ConvertVariable.cpp, flang/lib/Semantics resolve-names.cpp

[EXPERIMENT] Implicitly attribute ALLOCATABLE/POINTER components as managed

Extend the implicit managed attribution in resolve-names to derived-type components, instead of selecting the allocator index at the ALLOCATE site.
DeltaFile
+29-0flang/lib/Semantics/resolve-names.cpp
+12-2flang/lib/Lower/ConvertVariable.cpp
+41-22 files

LLVM/project 6ceca51llvm/test/Analysis/CostModel/X86 shuffle-extract_subvector.ll, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.832bit.ll amdgcn.bitcast.896bit.ll

Merge commit '2a7919ef03d3d389064a56531bcb3ce7a87afd4c' into HEAD
DeltaFile
+57,327-55,762llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+6,634-6,608llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+5,576-5,657llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+4,486-4,550llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+2,884-2,534llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+2,066-2,066llvm/test/Analysis/CostModel/X86/shuffle-extract_subvector.ll
+78,973-77,1771,508 files not shown
+140,859-114,2651,514 files

FreeNAS/freenas 6e090c5

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

LLVM/project 1b97c0dllvm/lib/ExecutionEngine/Orc/Debugging ELFDebugObjectPlugin.cpp

[ORC] Resolve JITLoaderGDB alloc actions via lookupAndApply (#223325)

ELFDebugObjectPlugin resolved its RegisterJITLoaderGDB alloc-action
address with EPC.getBootstrapSymbols. For consistency, switch to
lookupAndApply/recordAddr on the bootstrap JITDylib instead.
DeltaFile
+4-2llvm/lib/ExecutionEngine/Orc/Debugging/ELFDebugObjectPlugin.cpp
+4-21 files

FreeNAS/freenas 3adf58csrc/middlewared/middlewared/plugins/service/services docker.py

NAS-143607 / 27.0.0-BETA.1 / Stop docker.socket before docker.service (#19697)

## Problem
`DockerService.stop()` stopped `docker.service` first and
`docker.socket` second, leaving the socket armed for the whole service
teardown — around 11.5 seconds on a box with a couple of dozen
containers. Anything connecting to `/var/run/docker.sock` in that window
socket-activates the very service we are stopping. With the
`StartLimitBurst=1` drop-in that phantom start gets refused, the unit
latches `failed`, and `CollectMode=inactive` never garbage-collects a
failed unit — so the rate-limit counter stays pinned and nothing short
of a reboot recovers. That is what leaves an apps-pool migration
reporting "Migration completed successfully" at 100% and `Docker service
is not running` in the same job.

## Solution
Enqueue the stop on `docker.socket` first. This is not really a
reordering of the teardown: systemd builds a two-job transaction and
still takes the service down first per `After=`. What changes is that a

    [10 lines not shown]
DeltaFile
+7-2src/middlewared/middlewared/plugins/service/services/docker.py
+7-21 files

LLVM/project 59f4a86llvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 pseudo_cmov_lower-bf16.ll

[X86] Fix `"Cannot select"` for `bf16` vector selects on a scalar condition under `AVX10.2` (#222854)

Fixes #222673

A `select i1 %c, <8 x bfloat> %a, <8 x bfloat> %b` failed instruction
selection with `+avx10.2-512` on a `v8bf16 X86ISD::CMOV`. Selects on a
scalar condition are lowered to the `CMOV_VR*` pseudos and expanded to a
branch, but those pseudos only have patterns for integer and f16
vectors. Before #101603 bf16 vectors were treated as "soft" everywhere,
so `LowerSELECT` bitcast them to `v8i16` first and never produced a bf16
CMOV. That PR made bf16 non-soft under AVX10.2 to enable native
arithmetic, which silently removed the only bf16-aware path in
`LowerSELECT` without adding a replacement. `v16bf16` and `v32bf16` hit
the same thing.

`LowerSELECT` now takes the integer-bitcast path for every bf16 vector,
using the existing `isBF16orSoftF16` helper, so the select is lowered
exactly as it is on every other bf16 target and as `v8f16` is on FP16
targets. Scalar `bf16` is soft-promoted to `f32` before lowering, so it

    [2 lines not shown]
DeltaFile
+106-0llvm/test/CodeGen/X86/pseudo_cmov_lower-bf16.ll
+2-1llvm/lib/Target/X86/X86ISelLowering.cpp
+108-12 files

FreeNAS/freenas 9321e50src/middlewared/middlewared/pytest/unit/utils test_entitlements.py

NAS-143046 / 26.0.0 / Exempt TNC_SUB from the product matrix completeness check (by sonicaj) (#19695)
DeltaFile
+4-1src/middlewared/middlewared/pytest/unit/utils/test_entitlements.py
+4-11 files

LLVM/project 1a31493libcxx/include __config, libcxx/include/__condition_variable condition_variable.h

[libc++] Move _LIBCPP_HAS_COND_CLOCKWAIT into condition_variable.h (#222904)

`_LIBCPP_HAS_COND_CLOCKWAIT` is only used inside
`<__condition_variable/condition_variable.h>`, so we might as well move
it there.
DeltaFile
+0-8libcxx/include/__config
+8-0libcxx/include/__condition_variable/condition_variable.h
+8-82 files

LLVM/project d873afelibcxx/include module.modulemap.in CMakeLists.txt, libcxx/include/__utility assume.h

[libc++] Optimize string copy construction (#222021)

We know that the string size provided to `__init_copy_ctor_external` is
less than or equal to `max_size()`, so we don't need to do that check
again. Removing that check allows the compiler to ShrinkWrap the small
size path and also removes some unnecessary work in the allocating path.
DeltaFile
+32-0libcxx/include/__utility/assume.h
+0-11libcxx/include/__assert
+1-8libcxx/test/libcxx/assertions/single_expression.pass.cpp
+3-0libcxx/include/string
+1-0libcxx/include/module.modulemap.in
+1-0libcxx/include/CMakeLists.txt
+38-196 files

LLVM/project c4c4bbalibcxx/include/__charconv to_chars_integral.h

[libc++][NFC] Remove some unused functions from to_chars_integral.h (#223130)
DeltaFile
+0-10libcxx/include/__charconv/to_chars_integral.h
+0-101 files

NetBSD/pkgsrc-wip 1b1c8eb. TODO

TODO: + julia-1.13.
DeltaFile
+1-1TODO
+1-11 files