FreeBSD/ports 5e7bf40net/nmsg distinfo Makefile

net/nmsg: Upgrade to version 1.4.0

nmsg (1.4.0):

  * Removed nmsgtool support for presentation inputs.

  * Properly handle fragmented containers in zmq/kafka inputs.

  * Support single nmsg payload kafka in/out sources.

  * Clean-up temp files after failed start using -w.

  * Improved warning for mismatched CRC.

  * Require json-c build dependency.

  * Fix various small memory leaks and mismanagement issues.

  * Fix strict aliasing violations.

    [7 lines not shown]
DeltaFile
+5-6net/nmsg/Makefile
+3-3net/nmsg/distinfo
+8-92 files

NetBSD/src lXo7NZwusr.bin/config gram.y

   Support quoted string for root filesystem type.
VersionDeltaFile
1.58+3-2usr.bin/config/gram.y
+3-21 files

LLVM/project ad426edclang-tools-extra/docs/clang-tidy/checks/readability else-after-return.md

Update clang-tools-extra/docs/clang-tidy/checks/readability/else-after-return.md

Co-authored-by: EugeneZelenko <eugene.zelenko at gmail.com>
DeltaFile
+1-1clang-tools-extra/docs/clang-tidy/checks/readability/else-after-return.md
+1-11 files

Linux/linux 1fc5a74drivers/block/drbd drbd_nl_gen.c, drivers/gpu/drm/amd/display/dc/resource/dcn42 dcn42_resource.c

Merge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull kmalloc_obj conversions from Kees Cook:
 "Another run of the Coccinelle script for converting kmalloc()
  family of allocations to kmalloc_obj() via the existing rules
  in scripts/coccinelle/api/kmalloc_objs.cocci"

* tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  treewide: refresh kmalloc_obj() conversions
  drm/amd/display: Fix harmless type mismatch in allocation
DeltaFile
+21-31drivers/scsi/leapraid/leapraid_func.c
+23-27drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
+21-25drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
+20-22drivers/gpu/drm/amd/display/dc/resource/dcn60/dcn60_resource.c
+22-18drivers/block/drbd/drbd_nl_gen.c
+10-20drivers/staging/media/atomisp/pci/sh_css.c
+117-143298 files not shown
+637-726304 files

LLVM/project 72417ebllvm/lib/Target/Xtensa CMakeLists.txt

[Xtensa] Depend on CodeGenTypes to fix BUILD_SHARED_LIBS=on build (#221511)
DeltaFile
+1-0llvm/lib/Target/Xtensa/CMakeLists.txt
+1-01 files

LLVM/project bf085faclang/lib/AST/ByteCode Record.h

[clang][bytecode] Cache Is(Unnamed)BitFields bools in `Record::Field` (#221392)

We need to query those a lot and we can save them in the padding bytes
of `Record::Field`.
DeltaFile
+8-3clang/lib/AST/ByteCode/Record.h
+8-31 files

LLVM/project ad9259cclang-tools-extra/include-cleaner/unittests WalkASTTest.cpp

[include-cleaner] Add WalkAST unit tests for Objective-C constructs (#220763)

Adds test coverage for walking AST nodes related to:
- Objective-C interface inheritance (`@interface Derived : Base`)
- Forward class and protocol declarations (`@class` and `@protocol`)
- Objective-C interface types used as function arguments

This is just to make sure that current code is covered. No new features.
DeltaFile
+48-0clang-tools-extra/include-cleaner/unittests/WalkASTTest.cpp
+48-01 files

FreeBSD/ports c811c6cdevel/py-ujson distinfo Makefile, devel/py-ujson/files patch-pyproject.toml

devel/py-ujson: update to 6.0.0
DeltaFile
+6-5devel/py-ujson/files/patch-pyproject.toml
+3-3devel/py-ujson/distinfo
+3-3devel/py-ujson/Makefile
+12-113 files

LLVM/project 012428cllvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 divrem-by-select.ll masked-urem.ll

[X86] Lower i64 vector division and remainder through float division (#215043)

Follow up to #205263 which handled i8/i16/i32.

i64 needs a different algorithm because f64 cannot hold a 64 bit
quotient exactly. Instead of one divide the quotient is built from a
reciprocal and two rounded down multiplies plus a correction for the off
by one (https://sneller.ai/blog/avx512-int-div/). That needs the
directed rounding forms which only exist as 512 bit AVX512DQ
instructions, so the whole i64 path is gated on DQ and 512 bit types
being legal.

Operands that are provably narrow enough to fit the f64 mantissa skip
the chain entirely and take the same convert divide convert path as the
<=i32 case.

strictfp i64 uses the SAE forms the same way the <=i32 path does.

combineIntDivRem is now a small dispatcher over two helpers since the

    [4 lines not shown]
DeltaFile
+414-0llvm/test/CodeGen/X86/vector-idiv-i64.ll
+310-87llvm/test/CodeGen/X86/vector-idiv-sdiv-512.ll
+298-48llvm/test/CodeGen/X86/masked-udiv.ll
+292-48llvm/test/CodeGen/X86/masked-urem.ll
+189-123llvm/test/CodeGen/X86/divrem-by-select.ll
+195-75llvm/lib/Target/X86/X86ISelLowering.cpp
+1,698-3815 files not shown
+2,374-48011 files

FreeBSD/src 5c45e22sys/dev/ixgbe if_ix.c

ixgbe: Probe additional controller variants

The shared base code already selects and configures the 82598 BX,
82599 KR, 82599 SFP Express Module, X552 XFI, X553 QSFP, and X553 N
QSFP device IDs, but the FreeBSD probe table omits them while DPDK lists
them.

Sponsored by:   BBOX.io

(cherry picked from commit 27f0491e3648722a892558416a768dda77850ad9)
DeltaFile
+12-0sys/dev/ixgbe/if_ix.c
+12-01 files

FreeBSD/src 4a5177esys/x86/iommu amd_drv.c

amd_iommu: Bound IVHD device-entry parsing

Validate the IVRS table and every subtable length before using either
to form iterator bounds. Reject truncated typed IVHD blocks instead of
passing them to a type-specific callback.

Within each IVHD payload, correct the lower-bound comparison for
extended range entries and validate fixed-size entries, paired range
terminators, the fixed HID body, and the variable HID UID before
dereferencing or advancing. Malformed firmware can no longer drive
either iterator beyond its enclosing object.

Reviewed by:    kib
Sponsored by:   BBOX.io
Differential Revision:  https://reviews.freebsd.org/D58724

(cherry picked from commit 4a2494d76ad03c755f2cb0ed5e1311b03bb2a8e2)
DeltaFile
+102-36sys/x86/iommu/amd_drv.c
+102-361 files

FreeBSD/src 792307dsys/x86/iommu amd_drv.c

amd_iommu: Bound IVHD device-entry parsing

Validate the IVRS table and every subtable length before using either
to form iterator bounds. Reject truncated typed IVHD blocks instead of
passing them to a type-specific callback.

Within each IVHD payload, correct the lower-bound comparison for
extended range entries and validate fixed-size entries, paired range
terminators, the fixed HID body, and the variable HID UID before
dereferencing or advancing. Malformed firmware can no longer drive
either iterator beyond its enclosing object.

Reviewed by:    kib
Sponsored by:   BBOX.io
Differential Revision:  https://reviews.freebsd.org/D58724

(cherry picked from commit 4a2494d76ad03c755f2cb0ed5e1311b03bb2a8e2)
DeltaFile
+102-36sys/x86/iommu/amd_drv.c
+102-361 files

FreeBSD/src 1b08c8asys/dev/ixgbe if_ix.c

ixgbe: Probe additional controller variants

The shared base code already selects and configures the 82598 BX,
82599 KR, 82599 SFP Express Module, X552 XFI, X553 QSFP, and X553 N
QSFP device IDs, but the FreeBSD probe table omits them while DPDK lists
them.

Sponsored by:   BBOX.io

(cherry picked from commit 27f0491e3648722a892558416a768dda77850ad9)
DeltaFile
+12-0sys/dev/ixgbe/if_ix.c
+12-01 files

FreeBSD/src 589235dsys/dev/e1000 if_em.h e1000_defines.h

igb: Report 82580 memory ECC errors

82580 exposes clear-on-read, saturating corrected error counters for
the receive and transmit packet buffers.  Its two PCIe command memories
expose RW1C indications for uncorrectable ECC errors.

Sample the packet buffer counters and PCIe indications from the regular
hardware statistics update.  Fatal recovery samples the PCIe indications
from the serialized admin path rather than the interrupt filter.  Thus,
either the regular statistics pass or recovery reads and clears each
indication, but they cannot both account it.  Also preserve indications
observed while initialization is completing.

Expose the exact packet buffer error total and observed PCIe command
memory indications under the memory_errors sysctl node.  Multiple PCIe
errors between samples can collapse into one indication per memory.

Validated on an Intel I340-T2 (82580, revision 1).  A clean boot and
three down/up cycles left the packet-buffer, PCIe, and region-specific

    [11 lines not shown]
DeltaFile
+56-12sys/dev/e1000/if_em.c
+1-0sys/dev/e1000/if_em.h
+1-0sys/dev/e1000/e1000_defines.h
+58-123 files

FreeBSD/src 5aceda2sys/dev/e1000 if_em.h e1000_regs.h

e1000: Recover from 82580 memory errors

82580 reports fatal parity and uncorrectable ECC errors through ICR.FER
and its four region PEIND hierarchy.  Region specific status registers
identify PCIe, DMA transmit, DMA receive, DMA host, and LAN port
memories that can leave traffic stopped.

Enable the documented DMA, PCIe, packet-buffer, and host-owned LAN
parity and ECC checks only after initializing queue and filter tables.
Leave the flexible filter parity controls under management firmware
ownership.  Capture read-clear and RW1C status in the interrupt filter
and keep FER masked until the admin task resolves the event.

Reset for a host-owned region or an unknown FER source.  Leave
management-only recovery to firmware.  Use CTRL.RST before master
disable because fatal 82580 memory errors can stop PCIe traffic.  Do not
use CTRL.DEV_RST: specification update item 9 declares that bit reserved
and says it must always be written as zero.  Wait for EEPROM auto read
completion; STATUS bit 21 is reserved on 82580, not PF_RST_DONE.

    [22 lines not shown]
DeltaFile
+184-21sys/dev/e1000/if_em.c
+12-0sys/dev/e1000/e1000_defines.h
+9-0sys/dev/e1000/e1000_regs.h
+2-0sys/dev/e1000/if_em.h
+207-214 files

LLVM/project 62e6fe8llvm/include/llvm/SandboxIR Context.h, llvm/lib/SandboxIR Context.cpp

Reapply "[SandboxIR] Callback registration now allows specifying order" (#221099)

This reverts commit f111407c0502851409a887c8e5dea4a3ec190d4e.
Should fix the sanitizer issue.
DeltaFile
+98-0llvm/unittests/SandboxIR/SandboxIRTest.cpp
+57-16llvm/include/llvm/SandboxIR/Context.h
+33-39llvm/lib/SandboxIR/Context.cpp
+188-553 files

FreeBSD/ports 18713fawww/tt-rss pkg-plist Makefile

www/tt-rss: Update g20260805 => g20260904

Commit log:
https://github.com/tt-rss/tt-rss/compare/f0d6de8c0be61...542d07baa081f

PR:             298226
Sponsored by:   UNIS Labs
DeltaFile
+3-3www/tt-rss/distinfo
+2-2www/tt-rss/Makefile
+3-0www/tt-rss/pkg-plist
+8-53 files

LLVM/project fe38babclang/lib/CIR/Lowering/DirectToLLVM LowerToLLVMOpenCLMetadata.h LowerToLLVM.cpp, clang/test/CIR/CodeGenOpenCL version.cl

[CIR][OpenCL] Lower OpenCL language version metadata to LLVM dialect

Propagate CIR OpenCL language version module attributes as LLVM dialect named metadata before LLVM IR translation.

Assisted-by: Codex / GPT-5.6 Sol
DeltaFile
+43-0clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVMOpenCLMetadata.cpp
+16-0clang/test/CIR/CodeGenOpenCL/version.cl
+16-0clang/test/CIR/Lowering/opencl-version-metadata.cir
+2-0clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVMOpenCLMetadata.h
+2-0clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+79-05 files

LLVM/project 9d25213clang/lib/CIR/CodeGen CIRGenModule.cpp, clang/lib/CodeGen CodeGenModule.cpp

fix: Supply the HIP SPIR-V version only for metadata emission

Fix the assertion exposed by PR #214246 under the version invariant from PR #219687. Supply OpenCL 2.0 in classic CodeGen and CIRGen without changing HIP language options or enabling OpenCL-only Sema restrictions.

Assisted-by: Codex / GPT-6
DeltaFile
+8-0clang/test/CodeGenHIP/hipspv-kernel.cpp
+8-0clang/test/SemaHIP/atomic-init.hip
+4-2clang/lib/CIR/CodeGen/CIRGenModule.cpp
+3-1clang/lib/CodeGen/CodeGenModule.cpp
+2-0clang/test/CIR/CodeGenHIP/amdgcnspirv-kernel.hip
+25-35 files

LLVM/project 980d3d1clang/test/CIR/CodeGenHIP amdgcnspirv-kernel.hip

fix: Check HIP SPIR-V version metadata after lowering
DeltaFile
+3-0clang/test/CIR/CodeGenHIP/amdgcnspirv-kernel.hip
+3-01 files

LLVM/project 1fe17e8clang/lib/CIR/CodeGen CIRGenModule.h CIRGenModule.cpp, clang/test/CIR/CodeGenOpenCL version.cl

[CIR][OpenCL] Emit OpenCL language version metadata in CIR

Emit OpenCL and C++ for OpenCL language version attributes from CIRGen. Preserve the compatible OpenCL version and the C++ for OpenCL version separately so later lowering does not infer one from the other.

Assisted-by: Codex / GPT-5.6 Sol
DeltaFile
+15-0clang/test/CIR/CodeGenOpenCL/version.cl
+13-0clang/lib/CIR/CodeGen/CIRGenModule.cpp
+4-0clang/test/CodeGenCUDASPIRV/kernel-cc.cu
+1-0clang/lib/CIR/CodeGen/CIRGenModule.h
+33-04 files

LLVM/project 6cb27b6clang/lib/CIR/Dialect/IR CIRDialect.cpp

fix: separate CIR attribute dispatch from OpenCL verification
DeltaFile
+20-8clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+20-81 files

LLVM/project 5e95dbeclang/include/clang/CIR/Dialect/IR CIRDialect.td CIROpenCLAttrs.td, clang/lib/CIR/Dialect/IR CIROpenCLAttrs.cpp CIRDialect.cpp

[CIR][OpenCL] Add OpenCL language version module attributes

Add structured CIR module attributes for OpenCL and C++ for OpenCL language versions. Verify their module-level placement and version components so lowering can consume explicit source-language version state.

Assisted-by: Codex / GPT-5.6 Sol
DeltaFile
+76-0clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+73-0clang/test/CIR/IR/invalid-version.cir
+28-0clang/include/clang/CIR/Dialect/IR/CIROpenCLAttrs.td
+19-0clang/test/CIR/IR/version.cir
+15-0clang/lib/CIR/Dialect/IR/CIROpenCLAttrs.cpp
+5-0clang/include/clang/CIR/Dialect/IR/CIRDialect.td
+216-01 files not shown
+219-17 files

FreeBSD/src 2e33355usr.sbin/pmc headers.hh view.cc

pmc: avoid illegal flexible array member

Remove struct pmchdr_cpuidinfo which was just a wrapper around a
flexible array member of uint32_t.  Flexible array members are
non-standard in C++, and even in C are not allowed as the only member
of a struct.

GCC errored out on pmchdr_cpuidinfo, but did not complain about
pmchdr_pmcinfo, so I left it alone here, though it is also non-standard.

Fixes:  93da997ef759 ("pmc: new pmc log processing framework")
Reviewed by:    Ali Mashtizadeh <ali at mashtizadeh.com>
Differential Revision:  https://reviews.freebsd.org/D59355
DeltaFile
+7-7usr.sbin/pmc/view.cc
+0-5usr.sbin/pmc/headers.hh
+7-122 files

FreeBSD/src 3581b6dusr.bin/find find.1

find.1: fix rendering of find -s example

The period here is part of the literal string in the example.  Adding a
space caused the example to be quoted wrongly.  Instead, a trailing
zero-width space keeps the linter mandoc -T happy.

Reviewed by:    ziaee
Differential Revision:  https://reviews.freebsd.org/D59353
DeltaFile
+2-2usr.bin/find/find.1
+2-21 files

FreeBSD/src 9dec0cdsys/compat/linuxkpi/common/include/linux dma-mapping.h, sys/compat/linuxkpi/common/src linux_pci.c

LinuxKPI: implement dma_sync_sg_for_{cpu, device}()

Implement dma_sync_sg_for_{cpu, device}() and
dma_sync_sgtable_for_device().
These functions are useful for my GSoC 2026 project, udmabuf.

Reviewed by:    bz
MFC after:      3 days
Differential Revision: https://reviews.freebsd.org/D57766
DeltaFile
+48-3sys/compat/linuxkpi/common/include/linux/dma-mapping.h
+11-0sys/compat/linuxkpi/common/src/linux_pci.c
+59-32 files

FreeBSD/src 33574d4sys/compat/linuxkpi/common/include/linux dma-mapping.h

LinuxKPI: Correct nents passed to dma_{un,}map_sg_attrs()

According to Linux documentation the nents argument to dma_unmap_sg()
must be the number one passed in, not the number of DMA addresses.

In LinuxKPI this means orig_nents and not nents, so adjust this.

Given nents and orig_nents should always be the same in LinuxKPI,
this should only be a NOP for correctness.

Reviewed by:    bz, aokblast (LGTM)
MFC after:      3 days
Differential Revision: https://reviews.freebsd.org/D57842
DeltaFile
+2-2sys/compat/linuxkpi/common/include/linux/dma-mapping.h
+2-21 files

FreeBSD/src 4dc810busr.sbin/pciconf pciconf.8 pciconf.c

pciconf: extend tree mode to also print numerical IDs

Also print the vendor/device and subvendor/subdevice IDs in addition
to any strings from the database found if the -v flag is given more
than once.
This helps with device identification if the strings resolve to
identical values for entire product families as well as when the
exact card cannot be determined from the string.
In theory a second call to pciconf could present that information in
non-tree mode but that kind-of defeats the purpose.

Reviewed by:    jhb
MFC after:      3 days
Differential Revision: https://reviews.freebsd.org/D56248
DeltaFile
+8-1usr.sbin/pciconf/pciconf.c
+3-1usr.sbin/pciconf/pciconf.8
+11-22 files

LLVM/project 419c22cllvm/include/llvm/TableGen Record.h, llvm/lib/TableGen Record.cpp

[TableGen] Unique the remaining Init pools in a UniquingSet. NFC (#221394)

Follow-up to #219630. Every one of these keys is a handful of scalars,
pointers and trailing-object arrays already stored in the node, so a
typed key removes the FoldingSetNodeID serialization on every get() and
the profile rebuild on every hit.

llvm-tblgen instructions retired, minimum of five interleaved runs:

```
  RISCV   -gen-asm-matcher     -3.492%
  RISCV   -gen-register-info   -4.027%
  X86     -gen-dag-isel        -1.573%
  AMDGPU  -gen-subtarget       -1.140%
```

Aided by Opus 5
DeltaFile
+30-185llvm/lib/TableGen/Record.cpp
+30-10llvm/include/llvm/TableGen/Record.h
+60-1952 files

FreeBSD/ports 7947aa2sysutils/dekit Makefile Makefile.crates, sysutils/dekit/files patch-Cargo.lock

sysutils/mprocs: Rename to sysutils/dekit and update to 0.9.6

ChangeLogs:

- https://github.com/pvolok/dekit/releases/tag/v0.9.0
- https://github.com/pvolok/dekit/releases/tag/v0.9.1
- https://github.com/pvolok/dekit/releases/tag/v0.9.2
- https://github.com/pvolok/dekit/releases/tag/v0.9.3
- https://github.com/pvolok/dekit/releases/tag/v0.9.4
- https://github.com/pvolok/dekit/releases/tag/v0.9.5
- https://github.com/pvolok/dekit/releases/tag/v0.9.6
DeltaFile
+631-0sysutils/dekit/distinfo
+0-611sysutils/mprocs/distinfo
+314-0sysutils/dekit/Makefile.crates
+0-304sysutils/mprocs/Makefile.crates
+134-0sysutils/dekit/files/patch-Cargo.lock
+24-0sysutils/dekit/Makefile
+1,103-9156 files not shown
+1,118-94012 files