FreeBSD/doc 578fc00website/archetypes/release hardware.adoc

HW Relnotes template: Add wbwd
DeltaFile
+2-0website/archetypes/release/hardware.adoc
+2-01 files

FreeBSD/src b7d15dbshare/man/man4 wg.4

wg.4: Canonicalize SYNOPSIS + mechanical nits

While here:
+ tag SPDX
+ remove superflouous Nd quotes
+ add the usual missing blank comment line preceeding file

MFC after:      3 days
DeltaFile
+5-11share/man/man4/wg.4
+5-111 files

FreeBSD/src d58130dshare/man/man4 wdatwd.4

wdatdw.4: Canonicalize SYNOPSIS + tag SPDX

MFC after:      3 days
DeltaFile
+6-12share/man/man4/wdatwd.4
+6-121 files

FreeBSD/src e3ab040share/man/man4 xdma.4

xdma.4: Canonicalize SYNOPSIS

MFC after:      3 days
DeltaFile
+6-10share/man/man4/xdma.4
+6-101 files

FreeBSD/src eddc4e9share/man/man4 wbwd.4

wbwd.4: Canonicalize SYNOPSIS, HARDWARE + tag SPDX

MFC after:      3 days
DeltaFile
+17-13share/man/man4/wbwd.4
+17-131 files

FreeBSD/src 8abab45share/man/man4 bnxt.4

bnxt.4: Canonicalize SYNOPSIS

While here, tag SPDX.

MFC after:              3 days
Reviewed by:            kbowling
Differential Revision:  https://reviews.freebsd.org/D59258
DeltaFile
+23-12share/man/man4/bnxt.4
+23-121 files

FreeBSD/src 7199b61share/man/man4 wmt.4

wmt.4: Canonicalize SYNOPSIS

While here, tag SPDX.

MFC after:      3 days
DeltaFile
+9-13share/man/man4/wmt.4
+9-131 files

LLVM/project 4cbcc02mlir/lib/Dialect/XeGPU/Transforms XeGPUPropagateLayout.cpp XeGPULayoutImpl.cpp, mlir/test/Dialect/XeGPU resolve-layout-conflicts.mlir

[mlir][xegpu] Resolve layout conflict on scf.for init operands (#215911)

Extends XeGPU layout conflict resolution to cover values carried across
region boundaries. Previously
`ResolveLayoutConflicts::resolveVectorConsumer` skipped all
region-branch operands, so a mismatch between a loop-carried
value's own layout and the layout its loop position requires was never
reconciled and causing lowering issue.
  
  
  assisted-by-claude

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply at anthropic.com>
DeltaFile
+80-3mlir/test/Dialect/XeGPU/resolve-layout-conflicts.mlir
+63-0mlir/lib/Dialect/XeGPU/Transforms/XeGPULayoutImpl.cpp
+14-19mlir/lib/Dialect/XeGPU/Transforms/XeGPUPropagateLayout.cpp
+157-223 files

FreeBSD/src 2f095fasys/dev/e1000 if_em.h e1000_defines.h

e1000: Report corrected LAN management FIFO ECC errors

I350 and I354 report a corrected ECC error in the LAN transmit
management FIFO through LANPERRSTS bit 16.  Unlike the parity status in
the same register, this condition neither interrupts nor stops traffic.

Poll the latch with the other corrected error status, increment a
dedicated counter, and clear only its RW1C bit.  Expose it as
dev.igb.N.memory_errors.corrected_lan_mng_fifo.

Fatal error handling returns before the periodic statistics sweep and
may reset the device.  Drain all I350 and I354 corrected-error status in
the admin task before recovery so the reset does not discard pending
indications.

This follows section 6.21.16 of the Intel Atom Processor C2000 Product
Family Integrated GbE Controller Programmer's Reference Manual,
document 537426 revision 1.5.


    [2 lines not shown]
DeltaFile
+13-1sys/dev/e1000/if_em.c
+1-0sys/dev/e1000/if_em.h
+1-0sys/dev/e1000/e1000_defines.h
+15-13 files

FreeBSD/src 19c1fe2secure/lib/libcrypto/man/man3 NAME_CONSTRAINTS_check.3 OPENSSL_armcap.3

crypto/openssl: add manpages missed in related commit

MFC with:       78e936b2d
Fixes:          0d4d0f3a9 ("crypto/openssl: update generated content ...")
Reported by:    Jenkins CI
DeltaFile
+285-0secure/lib/libcrypto/man/man3/OPENSSL_armcap.3
+237-0secure/lib/libcrypto/man/man3/NAME_CONSTRAINTS_check.3
+522-02 files

FreeBSD/src 5b4a7fdsys/dev/e1000 e1000_defines.h if_em.c

e1000: Handle I354 internal memory errors

The Atom C2000 integrated GbE programming reference documents the I354
internal memory error architecture.  It shares the I350 PEIND and
ICR.FER routing, DMA and packet-buffer status, LAN parity status, and
required reset recovery.

Extend the existing I350 recovery and corrected error accounting paths
to I354.  Keep the PCIe corrected error mask family-specific.  C2000
PCIEECCSTS ends at the transmit write-data indication in bit 4 and does
not implement the I350 retry buffer indication in bit 5.  Do not expose
the corresponding retry counter on I354.

The PRM overview says a PCIe region failure requires a system reboot,
while the individual PCIEERRSTS fields prescribe CTRL.RST followed by
port reinitialization.  Use the register specific recovery, matching the
existing I350 path; failed reinitialization still leaves the port down.

This follows sections 5.6 and 6.21 of the Intel Atom Processor C2000

    [5 lines not shown]
DeltaFile
+40-35sys/dev/e1000/if_em.c
+10-8sys/dev/e1000/e1000_defines.h
+50-432 files

NetBSD/src C2pbHcNsys/dev/usb if_zyd.c if_urtw.c

   don't expose us to userland until things are fully initialized.

   Same class of bugs that run(4) had in other USB drivers.

   PR kern/60665: run: hot-plugging USB wifi crashes due to use of if_attach
VersionDeltaFile
1.79+8-3sys/dev/usb/if_atu.c
1.62+6-3sys/dev/usb/if_zyd.c
1.28+6-3sys/dev/usb/if_urtw.c
1.68+6-3sys/dev/usb/if_ural.c
1.34+6-3sys/dev/usb/if_upgt.c
1.46+6-3sys/dev/usb/if_otus.c
+38-181 files not shown
+44-217 files

FreeBSD/src 0d4d0f3secure/lib/libcrypto/man/man3 SSL_get_value_uint.3 ASN1_aux_cb.3, secure/lib/libcrypto/man/man7 provider-kem.7 openssl-quic-concurrency.7

crypto/openssl: update generated content to match 3.5.8 release

This contains 2 new manpages as well as some minor manpage content
changes.

MFC with:       78e936b2d
DeltaFile
+366-62secure/lib/libcrypto/man/man3/X509_verify_cert.3
+38-12secure/lib/libcrypto/man/man3/ASN1_aux_cb.3
+28-3secure/lib/libcrypto/man/man7/openssl-threads.7
+27-3secure/lib/libcrypto/man/man7/openssl-quic-concurrency.7
+19-4secure/lib/libcrypto/man/man3/SSL_get_value_uint.3
+12-9secure/lib/libcrypto/man/man7/provider-kem.7
+490-93898 files not shown
+1,514-1,048904 files

FreeBSD/src 78e936bcrypto/openssl/crypto/aes aes_x86core.c, crypto/openssl/doc/man3 X509_verify_cert.pod

crypto/openssl: update to 3.5.8

This is a security bugfix release. Please see the related merge commit
for more details.

Maintainer note:        `quic_ackm.h`'s conflict was resolved by taking
                        the upstream version of the file verbatim.

Conflicts:
        crypto/openssl/include/internal/quic_ackm.h

MFC after:      3 days
Merge commit '248da023ae5ea7292930ac5d715d88b87e2e6f46'
DeltaFile
+0-79,844crypto/openssl/test/recipes/30-test_evp_data/evprand.txt
+0-867crypto/openssl/crypto/aes/aes_x86core.c
+851-3crypto/openssl/test/evp_extra_test.c
+394-125crypto/openssl/test/evp_extra_test2.c
+476-32crypto/openssl/test/endecode_test.c
+439-61crypto/openssl/doc/man3/X509_verify_cert.pod
+2,160-80,932253 files not shown
+7,387-81,985259 files

FreeBSD/src 248da02test/recipes/30-test_evp_data evprand.txt

crypto/openssl: remove large test input file

This file was added between 3.5.7 and 3.5.8. Given that we don't yet leverage
the OpenSSL tests, there's no sense in merging this file to mainline branches..
DeltaFile
+0-79,987test/recipes/30-test_evp_data/evprand.txt
+0-79,9871 files

FreeBSD/src 108c7d5test/recipes/30-test_evp_data evprand.txt

Remove large test input file

This file was added between 3.0.21 and 3.0.22. Given that we don't yet leverage
the OpenSSL tests, there's no sense in merging this file to mainline branches.
DeltaFile
+0-79,537test/recipes/30-test_evp_data/evprand.txt
+0-79,5371 files

OpenBSD/ports iEGldcqdevel/crush Makefile modules.inc

   update to crush 0.89.0
VersionDeltaFile
1.2+552-538devel/crush/distinfo
1.2+178-172devel/crush/modules.inc
1.2+1-1devel/crush/Makefile
+731-7113 files

NetBSD/src exVwH8gsys/dev/usb if_run.c

   run: don't expose us to userland until things are fully initialized.

   Fixes crash seen when hot-plugging run(4) with a running wpa_supplicant.
   PR kern/60665: run: hot-plugging USB wifi crashes due to use of if_attach
VersionDeltaFile
1.43+6-3sys/dev/usb/if_run.c
+6-31 files

LLVM/project 2d8d8f4clang/lib/CIR/Lowering/DirectToLLVM LowerToLLVMOpenCLMetadata.cpp, flang/lib/Optimizer/OpenACC/Support FIROpenACCTypeInterfaces.cpp

Rebase, address comments

Created using spr 1.3.7
DeltaFile
+521-370llvm/test/Transforms/LoopVectorize/AArch64/bounded-load.ll
+301-0llvm/test/Transforms/LoopVectorize/VPlan/epilogue-vectorization-printing.ll
+285-0llvm/test/Transforms/LoopVectorize/bounded-load-scalable.ll
+175-0clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVMOpenCLMetadata.cpp
+83-21flang/lib/Optimizer/OpenACC/Support/FIROpenACCTypeInterfaces.cpp
+100-0llvm/test/CodeGen/AMDGPU/trans-bf16-omod.ll
+1,465-39147 files not shown
+2,275-67353 files

FreeBSD/ports 09cb03cmisc/gimp-help-en distinfo Makefile

misc/gimp-help-en: Update 3.0.0 => 3.0.2

- Fix warnings from portclippy.
- Remove unnecessary MKDIR in do-install.

PR:             298020
Sponsored by:   UNIS Labs
DeltaFile
+4-6misc/gimp-help-en/Makefile
+3-3misc/gimp-help-en/distinfo
+7-92 files

LLVM/project 48378dellvm/test/Transforms/SLPVectorizer/RISCV splat-gather-trim-combined.ll

[SLP][NFC]Add an extra test for throttled splats, NFC



Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/219607
DeltaFile
+92-0llvm/test/Transforms/SLPVectorizer/RISCV/splat-gather-trim-combined.ll
+92-01 files

FreeBSD/ports 5a2d663www/waterfox Makefile distinfo, www/waterfox/files patch-toolkit_library_moz.build

www/waterfox: Update 6.7.0-beta.3 => 6.7.1.1

Changelog:
https://github.com/BrowserWorks/waterfox/releases/tag/6.7.0
https://github.com/BrowserWorks/waterfox/releases/tag/6.7.1.1

PR:             298018
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit c15851b5d6fc3781f592602edc35589c21774938)
DeltaFile
+0-22www/waterfox/files/patch-toolkit_library_moz.build
+5-5www/waterfox/distinfo
+2-2www/waterfox/Makefile
+7-293 files

LLVM/project efaaff6clang/test/OpenMP parallel_for_codegen.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.icmp.w32.ll llvm.amdgcn.icmp.w64.ll

Rebase, address comments

Created using spr 1.3.7
DeltaFile
+0-2,905llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fcmp.w64.ll
+0-2,456llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fcmp.w32.ll
+1,049-1,049clang/test/OpenMP/parallel_for_codegen.cpp
+0-2,074llvm/test/CodeGen/AMDGPU/llvm.amdgcn.icmp.w64.ll
+0-1,719llvm/test/CodeGen/AMDGPU/llvm.amdgcn.icmp.w32.ll
+1,194-0orc-rt/test/unit/bedrock/SessionTest.cpp
+2,243-10,203916 files not shown
+38,163-34,943922 files

FreeBSD/ports c15851bwww/waterfox Makefile distinfo, www/waterfox/files patch-toolkit_library_moz.build

www/waterfox: Update 6.7.0-beta.3 => 6.7.1.1

Changelog:
https://github.com/BrowserWorks/waterfox/releases/tag/6.7.0
https://github.com/BrowserWorks/waterfox/releases/tag/6.7.1.1

PR:             298018
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+0-22www/waterfox/files/patch-toolkit_library_moz.build
+5-5www/waterfox/distinfo
+2-2www/waterfox/Makefile
+7-293 files

LLVM/project ce39ebamlir/test/Integration/GPU/CUDA/TensorCore wmma-matmul-f32.mlir wmma-matmul-f32-bare-ptr.mlir

[mlir][gpu] Drop the explicit sm_70 from the CUDA WMMA integration tests (#219373)

Let the three TensorCore WMMA tests compile for the default chip.

CUDA 13 dropped Volta, so its `ptxas` no longer knows `sm_70`:

  ptxas fatal : Value 'sm_70' is not defined for option 'gpu-name'

which fails all three tests on any machine with a current toolkit,
whatever GPU it has -- the arch is pinned in the RUN line and never
reached the hardware's own.

Nothing here needs the arch pinned. `sm_75` is already the default chip
of `gpu-lower-to-nvvm-pipeline`, of `nvvm-attach-target`, and of
`#nvvm.target`, and it is the oldest arch a current `ptxas` accepts; the
WMMA shapes these tests use are available there. Every other CUDA
integration test that doesn't need a specific arch takes that default,
so take it here too, and these tests follow the one place the minimum
supported arch is written down rather than pinning their own copy of it

    [2 lines not shown]
DeltaFile
+1-1mlir/test/Integration/GPU/CUDA/TensorCore/wmma-matmul-f32.mlir
+1-1mlir/test/Integration/GPU/CUDA/TensorCore/wmma-matmul-f32-bare-ptr.mlir
+1-1mlir/test/Integration/GPU/CUDA/TensorCore/wmma-matmul-f16.mlir
+3-33 files

FreeBSD/src 7dc4284sys/geom/stripe g_stripe.h g_stripe.c

gstripe: Increase children I/O sizes

Originally gstripe created a separate child I/O for every accessed
stripe, making it very inefficient for small stripe sizes.  Later
introduced "fast" mode reduced that count for read/write requests
by copying the data to/from temporary contiguous buffers, wasting
memory bandwidth and CPU time.  This commit implements alternative
method, utilizing unmapped I/O mechanism to assemble children I/Os
from pages of the original I/O, avoiding any copying.  This method
though has some limitations, such as stripe size can not be smaller
than CPU page size, or buffer and offset page phases should match
(may be page aligned, but not necessarily).  But those limitations
are not an issue in many cases, since ZFS, for example, can often
align its buffers (BTW, dd doesn't).  Plus, unlike "fast" method,
this one can receive (and even prefers) unmapped I/Os.

While there, re-implement also BIO_DELETE.  Since they don't have
any data, there is no any reason to create more than one child I/O
per disk.  It also dramatically improves performance there.

    [3 lines not shown]
DeltaFile
+280-36sys/geom/stripe/g_stripe.c
+2-0sys/geom/stripe/g_stripe.h
+282-362 files

LLVM/project 9a6c60corc-rt/include/orc-rt/support BitmaskEnum.h Math.h, orc-rt/lib/bedrock ExecutorProcessInfo.cpp

[orc-rt] Replace Math.h in favor of bit.h. (#219390)

Replace isPowerOf2 with has_single_bit, and nextPowerOf2 with bit_width
(plus necessary arithmetic at the call sites, and a guard on the long
from sysconf in detectPageSize, which only excluded -1).

Bitmask enums must now have an unsigned underlying type (STL <bit> APIs
require it, and "bit.h" matches the STL).
DeltaFile
+0-78orc-rt/test/unit/support/MathTest.cpp
+0-35orc-rt/include/orc-rt/support/Math.h
+19-3orc-rt/test/unit/support/BitmaskEnumTest.cpp
+13-3orc-rt/include/orc-rt/support/BitmaskEnum.h
+13-0orc-rt/test/unit/support/bit-test.cpp
+3-3orc-rt/lib/bedrock/ExecutorProcessInfo.cpp
+48-1223 files not shown
+50-1269 files

FreeBSD/src f4b7be7sys/dev/sound/pci hdsp.h hdsp.c

snd_hdsp: Avoid allocation in the interrupt handler

Cache PCM children instead of calling device_get_children() from the
interrupt handler.  Drain callbacks before child detach so cached
pointers cannot outlive the PCM softc.  Allocate the parent softc by
its actual size.

This mirrors snd_hdspe's interrupt dispatch and detach lifecycle.

Reported by:    christos

(cherry picked from commit 74db53d5d7657d0508940d1193f05a39df85434a)
DeltaFile
+74-29sys/dev/sound/pci/hdsp-pcm.c
+13-13sys/dev/sound/pci/hdsp.c
+9-0sys/dev/sound/pci/hdsp.h
+96-423 files

LLVM/project 5224a6cllvm/test/Transforms/LoopVectorize/VPlan predicator.ll

Extra tests for mask/phi re-use
DeltaFile
+149-0llvm/test/Transforms/LoopVectorize/VPlan/predicator.ll
+149-01 files

LLVM/project 078262allvm/lib/Transforms/Vectorize VPlanPredicator.cpp, llvm/test/Transforms/LoopVectorize/VPlan predicator.ll

Share block masks in reconstructSSA for blend masks
DeltaFile
+10-18llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp
+4-7llvm/test/Transforms/LoopVectorize/VPlan/predicator.ll
+14-252 files