FreeBSD/src e4328c1sys/dev/acpica acpi.c

acpi: Update s2idle strings to new name

Reviewed by:    obiwac, emaste, olce
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D57232
DeltaFile
+9-8sys/dev/acpica/acpi.c
+9-81 files

FreeBSD/src f0e702asys/fs/smbfs smbfs_node.c

smbfs: plug smbfs_node_alloc() leak of name buffers when insmntque() fails

PR:     295577
MFC after:      2 weeks
DeltaFile
+4-0sys/fs/smbfs/smbfs_node.c
+4-01 files

LLVM/project b186960llvm/lib/Target/RISCV RISCVISelLowering.cpp, llvm/test/CodeGen/RISCV/rvv vector-interleave-fixed.ll fixed-vectors-shuffle-int-interleave.ll

Revert "[RISCV][CodeGen] Use vzip.vv for e64 interleave shuffles with Zvzip (…"

This reverts commit a4b1361f33139e7a0a02edee1a1b012740951e01.
DeltaFile
+20-6llvm/test/CodeGen/RISCV/rvv/vector-interleave-fixed.ll
+17-8llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-int-interleave.ll
+4-9llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+41-233 files

FreeBSD/src 7a070calib/libsys fcntl.2

fcntl.2: clarify arg use for F_SETFD

(cherry picked from commit db513f3a55d59339055e6033829964738b879501)
DeltaFile
+3-1lib/libsys/fcntl.2
+3-11 files

FreeBSD/ports ba1312cwww/rt60 pkg-plist Makefile.cpan, www/rt60/files patch-Makefile.in

www/rt60: Update to 6.0.3

This release fixes the following vulnerabilities:
CVE-2026-44231
CVE-2026-41075
CVE-2026-41076
CVE-2026-41074
CVE-2026-44228
CVE-2026-6841
CVE-2026-44227
CVE-2026-44230
CVE-2026-44229
CVE-2026-41073

Changelog: https://github.com/bestpractical/rt/releases/tag/rt-6.0.3

PR:             295470
Approved by:    Einar Bjarni Halldórsson (maintainer)
DeltaFile
+36-1www/rt60/pkg-plist
+6-4www/rt60/files/patch-Makefile.in
+6-4www/rt60/Makefile.cpan
+3-3www/rt60/distinfo
+1-1www/rt60/Makefile
+52-135 files

OPNSense/core 73257a0src/opnsense/mvc/app/views/OPNsense/Diagnostics netflow.volt, src/opnsense/scripts/netflow flowd_aggregate.py

netflow: remove repair button
DeltaFile
+0-8src/opnsense/mvc/app/views/OPNsense/Diagnostics/netflow.volt
+2-1src/opnsense/scripts/netflow/flowd_aggregate.py
+2-92 files

LLVM/project c94e5f3llvm/lib/Target/AMDGPU AMDGPURegBankLegalizeHelper.cpp

AMDGPU/GlobalISel: Move executeInWaterfallLoop call from lower (#199701)

WFI is an argument to applyMappingSrc and lower,
move executeInWaterfallLoop after these two return.
Also set insert point in executeInWaterfallLoop to
avoid need to set insert point before calling it.
DeltaFile
+6-5llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp
+6-51 files

LLVM/project 698d44bclang/lib/CodeGen CGBuiltin.cpp, clang/lib/Sema SemaChecking.cpp

[clang] Add builtin to clear padding bytes (prework for P0528R3) (#75371)

Add builtin to clear padding bytes. This is the pre-work to implement
`std::atomic::compare_exchange_[weak/strong]` that ignores padding bits.
PR draft here: https://github.com/llvm/llvm-project/pull/76180

This PR picked up this patch from 3 years ago
https://reviews.llvm.org/D87974

The above patch no longer works as things changed quite a lot. I've made
some changes on top of the above patch:


it handles:
- struct
- builtin types with paddings (like `long double` and types with
`__attribute__((ext_vector_type(N)))`
- _Complex long double
- constant array

    [7 lines not shown]
DeltaFile
+1,521-0clang/test/CodeGenCXX/builtin-clear-padding-codegen.cpp
+993-0clang/test/CodeGen/builtin-clear-padding-codegen.c
+886-0libcxx/test/libcxx/atomics/builtin_clear_padding.pass.cpp
+344-0clang/lib/CodeGen/CGBuiltin.cpp
+98-0clang/test/SemaCXX/builtin-clear-padding.cpp
+64-0clang/lib/Sema/SemaChecking.cpp
+3,906-03 files not shown
+3,968-09 files

OPNSense/core ffcd43bsrc/opnsense/mvc/app/views/OPNsense/Diagnostics netflow.volt

trim this as well
DeltaFile
+1-1src/opnsense/mvc/app/views/OPNsense/Diagnostics/netflow.volt
+1-11 files

OPNSense/core a245839src/opnsense/mvc/app/views/OPNsense/Unbound overview.volt

leftover here
DeltaFile
+0-1src/opnsense/mvc/app/views/OPNsense/Unbound/overview.volt
+0-11 files

OPNSense/core d9e578bsrc/opnsense/mvc/app/views/OPNsense/Unbound overview.volt

unbound: overview: reset page on data reset
DeltaFile
+3-1src/opnsense/mvc/app/views/OPNsense/Unbound/overview.volt
+3-11 files

OPNSense/core 0ce0b97. plist

update plist
DeltaFile
+1-2plist
+1-21 files

OPNSense/core c759b4fsrc/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dnsreporting.xml

trim this
DeltaFile
+1-3src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms/dnsreporting.xml
+1-31 files

OPNSense/core c69ab0bsrc/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api SystemhealthController.php, src/opnsense/mvc/app/models/OPNsense/Diagnostics SystemHealth.php

Reporting: Settings: convert to MVC
DeltaFile
+0-311src/www/reporting_settings.php
+192-68src/opnsense/mvc/app/views/OPNsense/Diagnostics/health.volt
+59-11src/opnsense/mvc/app/views/OPNsense/Unbound/overview.volt
+53-3src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/SystemhealthController.php
+27-10src/opnsense/mvc/app/views/OPNsense/Diagnostics/netflow.volt
+35-0src/opnsense/mvc/app/models/OPNsense/Diagnostics/SystemHealth.php
+366-40314 files not shown
+473-40920 files

OPNSense/core 3ce5b08src/opnsense/mvc/app/models/OPNsense/Diagnostics/Migrations M1_0_0.php

safeguard post as well
DeltaFile
+4-0src/opnsense/mvc/app/models/OPNsense/Diagnostics/Migrations/M1_0_0.php
+4-01 files

OPNSense/core 438dcd9src/opnsense/mvc/app/models/OPNsense/Core/Menu Menu.xml, src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL ACL.xml

fix ACL and menu
DeltaFile
+0-1src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL/ACL.xml
+0-1src/opnsense/mvc/app/models/OPNsense/Core/Menu/Menu.xml
+0-22 files

OPNSense/core 3986018src/opnsense/www/js opnsense_ui.js

ui: SimpleActionButton exclude scope should apply to first active tab as well
DeltaFile
+13-2src/opnsense/www/js/opnsense_ui.js
+13-21 files

LLVM/project 19d2965llvm/test/CodeGen/AMDGPU accvgpr-spill-scc-clobber.mir pei-build-av-spill.mir, mlir/lib/Dialect/XeGPU/Transforms XeGPUSubgroupDistribute.cpp

update perf_test

Created using spr 1.3.8-beta.1
DeltaFile
+5,568-0llvm/test/CodeGen/AMDGPU/accvgpr-spill-scc-clobber.mir
+3,000-96llvm/test/CodeGen/AMDGPU/pei-build-av-spill.mir
+3,075-0llvm/test/CodeGen/AMDGPU/debug-frame.ll
+0-2,280mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp
+2,208-72llvm/test/CodeGen/AMDGPU/pei-build-spill.mir
+2,196-0llvm/test/CodeGen/AMDGPU/eliminate-frame-index-s-mov-b32.mir
+16,047-2,4481,723 files not shown
+68,398-29,5951,729 files

LLVM/project 72795dbllvm/test/CodeGen/AMDGPU accvgpr-spill-scc-clobber.mir pei-build-av-spill.mir, mlir/lib/Dialect/XeGPU/Transforms XeGPUSubgroupDistribute.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.8-beta.1

[skip ci]
DeltaFile
+5,568-0llvm/test/CodeGen/AMDGPU/accvgpr-spill-scc-clobber.mir
+3,000-96llvm/test/CodeGen/AMDGPU/pei-build-av-spill.mir
+3,075-0llvm/test/CodeGen/AMDGPU/debug-frame.ll
+0-2,280mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp
+2,208-72llvm/test/CodeGen/AMDGPU/pei-build-spill.mir
+2,196-0llvm/test/CodeGen/AMDGPU/eliminate-frame-index-s-mov-b32.mir
+16,047-2,4481,722 files not shown
+68,396-29,5941,728 files

LLVM/project d63f996bolt/test merge-fdata-no-lbr-event-multi.test merge-fdata-no-lbr-event.test, bolt/tools/merge-fdata merge-fdata.cpp

[BOLT][merge-fdata] Preserve event names



Test Plan: added merge-fdata-no-lbr-event*.test

Reviewers:
maksfb, paschalis-mpeis, yozhu, yota9, yavtuk, rafaelauler, ayermolo

Reviewed By: rafaelauler

Pull Request: https://github.com/llvm/llvm-project/pull/199323
DeltaFile
+21-2bolt/tools/merge-fdata/merge-fdata.cpp
+22-0bolt/test/merge-fdata-no-lbr-event-multi.test
+18-0bolt/test/merge-fdata-no-lbr-event.test
+61-23 files

NetBSD/pkgsrc SY4BYoSdoc CHANGES-2026

   Updated devel/py-zope.interface, archivers/py-zopfli
VersionDeltaFile
1.3299+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 7yEHtxoarchivers/py-zopfli distinfo Makefile

   py-zopfli: updated to 0.4.2

   0.4.2
   Support building on free-threaded Python
   Fix sdist build and add setuptools_scm to build system requirements
VersionDeltaFile
1.8+4-4archivers/py-zopfli/distinfo
1.14+2-3archivers/py-zopfli/Makefile
+6-72 files

LLVM/project 7a93152clang/include/clang/Basic riscv_vector.td, clang/lib/CodeGen/TargetBuiltins RISCV.cpp

Merge commit '853d532794be83adc97d51c9ff8c9095ce32631b' into users/chenshanzhi/AArch64-TTI-getTgtMemIntrinsic
DeltaFile
+178-267llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+71-67llvm/lib/Target/AMDGPU/VOP3PInstructions.td
+49-43clang/lib/CodeGen/TargetBuiltins/RISCV.cpp
+32-27clang/include/clang/Basic/riscv_vector.td
+21-18clang/utils/TableGen/RISCVVEmitter.cpp
+10-12clang/lib/Support/RISCVVIntrinsicUtils.cpp
+361-4343 files not shown
+371-4389 files

NetBSD/pkgsrc Hfr3oosdevel/py-zope.interface distinfo Makefile

   py-zope.interface: updated to 8.5

   8.5 (2026-05-26)

   - Build and upload free-threaded (``cp314t``, ``cp315t``) wheels for all
     platforms.
     Expand CI testing for free-threaded Python 3.14t from Linux-only to all
     platforms (macOS, Windows), and add 3.15t CI.

   - Replace all remaining ``PyDict_GetItem()`` calls in the C extension with
     exception-safe alternatives (``PyDict_Contains``, ``PyDict_GetItemWithError``).
     ``PyDict_GetItem`` silently swallows exceptions from ``__hash__``/``__eq__``,
     causing ``isOrExtends()`` to return ``False`` instead of raising ``TypeError``
     for unhashable objects. Also use ``PyType_GetDict()`` on Python 3.13+ for
     free-threading safety when accessing the type dict.
VersionDeltaFile
1.19+4-4devel/py-zope.interface/distinfo
1.25+2-2devel/py-zope.interface/Makefile
+6-62 files

LLVM/project 3e0c818clang/lib/CIR/CodeGen CIRGenBuiltinAMDGPU.cpp CIRGenTypes.cpp, clang/test/CIR/CodeGenHIP builtins-amdgcn-image.hip

[CIR][AMDGPU] Adds lowering for amdgcn image load/store builtins (#198184)

Support for lowering of amdgcn_image_load/store for AMDGPU builtins to
clangIR.
Followed similar lowering from clang->llvmir:
`clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp`.

Upstreaming clangIR PR: https://github.com/llvm/clangir/pull/2058
DeltaFile
+466-0clang/test/CIR/CodeGenHIP/builtins-amdgcn-image.hip
+73-12clang/lib/CIR/CodeGen/CIRGenBuiltinAMDGPU.cpp
+17-0clang/lib/CIR/CodeGen/CIRGenTypes.cpp
+556-123 files

OpenBSD/ports fjZ6C7vproductivity/davical Makefile distinfo, productivity/davical/pkg PLIST

   productivity/davical: update to 1.1.13.

   dont forget to run /var/www/davical/dba/update-davical-database to
   update the database schema to version 1.3.6.
VersionDeltaFile
1.42+3-4productivity/davical/Makefile
1.9+2-2productivity/davical/distinfo
1.13+1-2productivity/davical/pkg/PLIST
+6-83 files

LLVM/project 4c9296dbolt/tools/driver llvm-bolt.cpp

[BOLT][NFC] Unify perf data setting

Combine opts::PerfData handling into one place per driver (llvm-bolt and
heatmap).
* Allow using perf data directly after DataAggregator/DataReader
  unification in #195986.
* Drop redundant perf data checks in perf2boltMode done by setProfile.

Test Plan: NFC

Reviewers:
ritter-x2a, david-salinas, grypp, Pierre-vh, dcaballe, aartbik, adam-smnk, fabianmcg, yota9, JDevlieghere, banach-space, xlauko, nikic, #reviewers-libcxx, rafaelauler, Moxinilian, nicolasvasilache, yozhu, ayermolo, paschalis-mpeis, lamb-j, andykaylor, #reviewers-libc, vangthao95, bcardosolopes, yavtuk, aaronmondal, rupprecht, matthias-springer, keith, maksfb, lanza, Jianhui-Li, charithaintc

Reviewed By: yozhu, rafaelauler

Pull Request: https://github.com/llvm/llvm-project/pull/199322
DeltaFile
+3-22bolt/tools/driver/llvm-bolt.cpp
+3-221 files

OpenBSD/ports I2w8OKpwww/awl Makefile distinfo

   www/awl: update to 0.65.
VersionDeltaFile
1.29+2-3www/awl/Makefile
1.8+2-2www/awl/distinfo
+4-52 files

FreeBSD/ports 0749751databases/p5-DBIx-SearchBuilder Makefile, devel/p5-Capture-Tiny-Extended Makefile

*: use MASTER_SITE_SUBDIR with the CPAN macro
DeltaFile
+2-1databases/p5-DBIx-SearchBuilder/Makefile
+2-1devel/p5-Capture-Tiny-Extended/Makefile
+2-1devel/p5-MooseX-HasDefaults/Makefile
+2-1devel/p5-Time-ParseDate/Makefile
+8-44 files

FreeBSD/ports 1fad606misc/ncnn distinfo Makefile

misc/ncnn: update 2026011320260526
DeltaFile
+3-3misc/ncnn/distinfo
+1-2misc/ncnn/Makefile
+4-52 files