LLVM/project 2eb6379libc/startup/baremetal/aarch64 start.cpp, libc/startup/baremetal/arm start.cpp

[LIBC][ARM] Enable MMU setup and alignment fault handling during startup. (#204803)

This change adds MMU initialisation for Arm targets and configures
alignment fault behaviour.

This patch:
1. Add MMU setup for AArch64 startup.
  - Create a minimal flat-mapped translation table.
  - Configure TTBR0_EL1, MAIR_EL1, and TCR_EL1.
  - Mark stack/heap memory as execute-never (XN) when possible.
  - Enable the MMU and configure alignment checking through SCTLR_EL1.

2. Add MMU setup for ARMA startup:
  - Create a flat 1 MB section mapping covering the address space.
  - Configure DACR, TTBCR, and TTBR0.
  - Enable MMU, instruction cache, and data cache.
  - Configure alignment fault handling through SCTLR.
  
3. Enable unaligned access trapping on Arm M-profile targets when

    [7 lines not shown]
DeltaFile
+84-0libc/startup/baremetal/aarch64/start.cpp
+66-0libc/startup/baremetal/arm/start.cpp
+150-02 files

LLVM/project 34b3299llvm/lib/Target/AMDGPU SIISelLowering.cpp AMDGPULegalizerInfo.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.reduce.fmin.ll llvm.amdgcn.reduce.fmax.ll

[AMDGPU] Support Wave Reduction intrinsics for half types (#202916)

Supported Ops: `fmin`, `fmax`, `fadd`, `fsub`.
DeltaFile
+941-264llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fmin.ll
+941-264llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fmax.ll
+902-160llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fsub.ll
+899-160llvm/test/CodeGen/AMDGPU/llvm.amdgcn.reduce.fadd.ll
+18-5llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+15-3llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+3,716-8566 files

FreeNAS/freenas 164e9d6tests/sharing_protocols/nfs test_nfs_change_attr.py

NAS-141603 / 26.0.0-RC.1 / Remove xfail from compound cinfo monotonic test now that z_seq persists (by ixhamza) (#19228)

`test_create_compound_cinfo_strictly_monotonic` now passes with `z_seq`
persistence (truenas/zfs#407). Drop the `XFAIL` and the now-unused
`pytest` import.

### Testing
`test_create_compound_cinfo_strictly_monotonic` (previously `XFAIL`)
should pass once the test suite finishes:
~http://jenkins.eng.ixsystems.net:8080/job/tests/job/sharing_protocols_tests/2763/console
(build didn't pull in latest ZFS changes)~
http://jenkins.eng.ixsystems.net:8080/job/tests/job/sharing_protocols_tests/2764/.

Original PR: https://github.com/truenas/middleware/pull/19227

Co-authored-by: Ameer Hamza <ahamza at ixsystems.com>
DeltaFile
+0-7tests/sharing_protocols/nfs/test_nfs_change_attr.py
+0-71 files

FreeNAS/freenas c580fd5tests/sharing_protocols/nfs test_nfs_change_attr.py

NAS-141603 / 27.0.0-BETA.1 / Remove xfail from compound cinfo monotonic test now that z_seq persists (#19227)

`test_create_compound_cinfo_strictly_monotonic` now passes with `z_seq`
persistence (truenas/zfs#407). Drop the `XFAIL` and the now-unused
`pytest` import.

### Testing
`test_create_compound_cinfo_strictly_monotonic` (previously `XFAIL`)
should pass once the test suite finishes:
~http://jenkins.eng.ixsystems.net:8080/job/tests/job/sharing_protocols_tests/2763/console
(build didn't pull in latest ZFS changes)~
http://jenkins.eng.ixsystems.net:8080/job/tests/job/sharing_protocols_tests/2764/.
DeltaFile
+0-7tests/sharing_protocols/nfs/test_nfs_change_attr.py
+0-71 files

LLVM/project 42f1e1bllvm/lib/Transforms/Scalar LoopInterchange.cpp, llvm/test/Transforms/LoopInterchange dependency-all-eq.ll

[LoopInterchange] Change the cost model to interchange `[* =]`
DeltaFile
+30-53llvm/test/Transforms/LoopInterchange/dependency-all-eq.ll
+33-2llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+63-552 files

NetBSD/src xkFUMo5sys/arch/mips/mips locore.S

   Tweak a comment indentation
VersionDeltaFile
1.232+6-5sys/arch/mips/mips/locore.S
+6-51 files

LLVM/project 1bbe79fllvm/lib/Transforms/Scalar LoopInterchange.cpp, llvm/test/Transforms/LoopInterchange dependency-all-eq.ll pr43176-move-to-new-latch.ll

[LoopInterchange] Relax legality check to accept more patterns
DeltaFile
+103-42llvm/test/Transforms/LoopInterchange/dependency-all-eq.ll
+36-19llvm/test/Transforms/LoopInterchange/pr43176-move-to-new-latch.ll
+15-0llvm/lib/Transforms/Scalar/LoopInterchange.cpp
+6-3llvm/test/Transforms/LoopInterchange/legality-check.ll
+3-5llvm/test/Transforms/LoopInterchange/inner-only-reductions.ll
+0-8llvm/test/Transforms/LoopInterchange/innermost-latch-uses-values-in-middle-header.ll
+163-771 files not shown
+167-817 files

FreeBSD/ports 3cbbed1sysutils/dockerbox distinfo Makefile

sysutils/dockerbox: Update to 0.2.5

PR:             296397
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3sysutils/dockerbox/distinfo
+3-2sysutils/dockerbox/Makefile
+6-52 files

FreeBSD/ports 3cc7d33net Makefile

*/Makefile: Sort SUBDIRs
DeltaFile
+1-1net/Makefile
+1-11 files

FreeBSD/ports 3c4e84escience/orthanc-postgresql distinfo Makefile

science/orthanc-postgresql: Update to 10.2

Improve internal error handling.
Changes: https://orthanc.uclouvain.be/hg/orthanc-databases/file/\
            tip/PostgreSQL/NEWS
DeltaFile
+3-3science/orthanc-postgresql/distinfo
+1-1science/orthanc-postgresql/Makefile
+4-42 files

LLVM/project c2da3accompiler-rt/test/builtins CMakeLists.txt, compiler-rt/test/builtins/Unit lit.cfg.py lit.site.cfg.py.in

[compiler-rt][test][builtins] Check linker support for --start-group (#205610)

This patch is to add a check for the linker whether the --start-group
option is supported before passing to the linker. This can accommodate
different linker requirements.
DeltaFile
+13-2compiler-rt/test/builtins/Unit/lit.cfg.py
+13-0compiler-rt/test/builtins/CMakeLists.txt
+1-0compiler-rt/test/builtins/Unit/lit.site.cfg.py.in
+27-23 files

FreeBSD/ports 229fb1enet-im/teams Makefile, x11/waveterm Makefile

*/*: Bump port revision after electron41 update (2dc1eac1d453)
DeltaFile
+1-1net-im/teams/Makefile
+1-1x11/waveterm/Makefile
+2-22 files

FreeBSD/ports ef736bdx11-drivers/xf86-video-ast Makefile distinfo, x11-drivers/xf86-video-ast/files patch-ast_vgatool.c patch-src_ast__driver.c

x11-drivers/xf86-video-ast: Update to 1.2.1

Update WWW and pkg-descr.
Deletes the applied patch.

https://lists.x.org/archives/xorg-announce/2022-December/003291.html
https://lists.x.org/archives/xorg-announce/2025-January/003579.html
https://lists.x.org/archives/xorg-announce/2025-August/003622.html

PR:             296402
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+0-33x11-drivers/xf86-video-ast/files/patch-ast_vgatool.c
+3-5x11-drivers/xf86-video-ast/Makefile
+3-3x11-drivers/xf86-video-ast/distinfo
+3-3x11-drivers/xf86-video-ast/files/patch-src_ast__driver.c
+1-1x11-drivers/xf86-video-ast/pkg-descr
+10-455 files

FreeBSD/ports 2dc1eacdevel/electron41 distinfo, devel/electron41/files patch-electron_spec_chromium-spec.ts patch-mojo_core_channel__posix.cc

devel/electron41: Update to 41.9.1

Changelog: https://github.com/electron/electron/releases/tag/v41.9.1

Reported by:    GitHub (watch releases)
DeltaFile
+5-5devel/electron41/distinfo
+3-3devel/electron41/files/patch-electron_spec_chromium-spec.ts
+2-2devel/electron41/files/patch-mojo_core_channel__posix.cc
+2-2devel/electron41/files/patch-mojo_core_channel.cc
+2-2devel/electron41/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc
+2-2devel/electron41/files/patch-electron_spec_api-protocol-spec.ts
+16-164 files not shown
+23-2310 files

FreeNAS/freenas f1e6babtests/api2 test_300_nfs.py test_200_ftp.py

Remove tests
DeltaFile
+0-2,127tests/api2/test_300_nfs.py
+0-1,411tests/api2/test_200_ftp.py
+0-701tests/api2/test_011_user.py
+0-620tests/api2/test_container.py
+0-589tests/api2/test_service_announcement.py
+0-579tests/api2/test_audit_websocket.py
+0-6,027261 files not shown
+0-33,773267 files

OpenBSD/src OucXHO5distrib/arm64/iso Makefile

   grow iso
VersionDeltaFile
1.15+2-2distrib/arm64/iso/Makefile
+2-21 files

NetBSD/pkgsrc-wip 8022078. TODO

TODO: + tor-browser-15.0.17.
DeltaFile
+1-1TODO
+1-11 files

LLVM/project 42b4645mlir/lib/Dialect/Arith/IR ValueBoundsOpInterfaceImpl.cpp ArithDialect.cpp, mlir/test/Dialect/Arith value-bounds-op-interface-impl.mlir

[mlir][arith] Add ValueBoundsOpInterface external models for the arith operations DivUI and DivSI (#206514)

Add ValueBoundsOpInterface external models for the arith operations
DivUI and DivSI.
DeltaFile
+77-0mlir/test/Dialect/Arith/value-bounds-op-interface-impl.mlir
+67-0mlir/lib/Dialect/Arith/IR/ValueBoundsOpInterfaceImpl.cpp
+3-3mlir/lib/Dialect/Arith/IR/ArithDialect.cpp
+147-33 files

OpenBSD/ports 9laWH2Hdevel/uv distinfo crates.inc

   Update to uv 0.11.25, from maintainer

   https://github.com/astral-sh/uv/releases/tag/0.11.22
   https://github.com/astral-sh/uv/releases/tag/0.11.23
   https://github.com/astral-sh/uv/releases/tag/0.11.24
   https://github.com/astral-sh/uv/releases/tag/0.11.25
VersionDeltaFile
1.33+46-36devel/uv/distinfo
1.32+22-17devel/uv/crates.inc
1.37+1-1devel/uv/Makefile
+69-543 files

NetBSD/pkgsrc EckeSK0doc CHANGES-2026

   doc: Updated www/chromium to 149.0.7827.200
VersionDeltaFile
1.4142+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2RrtFZ0www/chromium distinfo Makefile

   www/chromium: update to 149.0.7827.200

   * 149.0.7827.200
   This update includes 3 security fixes. Please see the Chrome Security Pagefor more information.

   [N/A][513138301] High CVE-2026-13281: Integer overflow in Mojo. Reported by Google on 2026-05-14
   [N/A][517522620] High CVE-2026-13282: Use after free in Payments. Reported by Google on 2026-05-28
   [N/A][522561151] High CVE-2026-13283: Use after free in AdFilter. Reported by Google on 2026-06-11

   * 149.0.7827.196

   This update includes 18 security fixes. Below, we highlight fixes
   that were contributed by external researchers.
   Please see the Chrome Security Page for more information.

   [TBD][520656244] Critical CVE-2026-13028: Use after free in WebGL. Reported by anonymous on 2026-06-07
   [N/A][523591974] Critical CVE-2026-13032: Use after free in WebGL. Reported by Google on 2026-06-13
   [N/A][523677844] Critical CVE-2026-13033: Out of bounds read in Blink>InterestGroups. Reported by Google on 2026-06-13
   [N/A][523740781] Critical CVE-2026-13038: Use after free in Autofill. Reported by Google on 2026-06-14

    [14 lines not shown]
VersionDeltaFile
1.48+6-6www/chromium/distinfo
1.64+2-3www/chromium/Makefile
+8-92 files

OpenBSD/ports 0zIQPvAaudio Makefile, audio/deadbeef Makefile distinfo

   update to deadbeef-1.10.3; deadbeef-plugin-mpris2 is rolled in
VersionDeltaFile
1.11+5-56audio/deadbeef/patches/patch-configure_ac
1.59+19-25audio/deadbeef/Makefile
1.16+7-0audio/deadbeef/pkg/PLIST
1.11+2-2audio/deadbeef/distinfo
1.528+0-1audio/Makefile
1.9+0-0audio/deadbeef/patches/patch-plugins_ffmpeg_ffmpeg_c
+33-845 files not shown
+33-8411 files

FreeBSD/ports 950fbccsecurity/modsecurity3 distinfo Makefile

security/modsecurity3: Update 3.0.15 => 3.0.16

Changelog:
https://github.com/owasp-modsecurity/ModSecurity/blob/v3.0.16/CHANGES

PR:             296385
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q2
Security:       CVE-2026-52761 (Details not yet available)
Security:       CVE-2026-52747 (Details not yet available)

(cherry picked from commit 9cfd1534f9e4223618cda66aca81768bbc6a3d3b)
DeltaFile
+3-3security/modsecurity3/distinfo
+1-1security/modsecurity3/Makefile
+4-42 files

FreeBSD/ports 87face7security/modsecurity3 Makefile

security/modsecurity3: Fix deprecated CPE_VENDOR

(cherry picked from commit 3476a921443fd96f6d8d820e25c29fb2789e2e51)
DeltaFile
+1-1security/modsecurity3/Makefile
+1-11 files

FreeBSD/ports 9cfd153security/modsecurity3 distinfo Makefile

security/modsecurity3: Update 3.0.15 => 3.0.16

Changelog:
https://github.com/owasp-modsecurity/ModSecurity/blob/v3.0.16/CHANGES

PR:             296385
Approved by:    osa, vvd (Mentors, implicit)
MFH:            2026Q2
Security:       CVE-2026-52761 (Details not yet available)
Security:       CVE-2026-52747 (Details not yet available)
DeltaFile
+3-3security/modsecurity3/distinfo
+1-1security/modsecurity3/Makefile
+4-42 files

FreeBSD/ports 4c4b128devel/qt6-tools Makefile

devel/qt6-tools: Drop upper bound for LLVM version

PR:             295535
Submitted by:   Evgenii Khramtsov
DeltaFile
+1-1devel/qt6-tools/Makefile
+1-11 files

OpenBSD/ports 8w1kHptnet/powerdns distinfo Makefile

   Update to PowerDNS Authoritative Server 5.1.3
VersionDeltaFile
1.64+2-2net/powerdns/distinfo
1.119+1-1net/powerdns/Makefile
+3-32 files

FreeBSD/doc 913be3ewebsite/data/zh-tw/news news.toml

traditional Chinese Translation of the latest news items (15.1-RELEASE announcement)
DeltaFile
+5-0website/data/zh-tw/news/news.toml
+5-01 files

FreeBSD/ports 1d7de5egames/libretro-beetle_psx distinfo Makefile

games/libretro-beetle_psx: Update 0.20260113 => 0.20260614

Commit log:
https://github.com/libretro/beetle-psx-libretro/compare/254285de247db71ac25a4392c159dc1114940794...d460f8342060526678e7fd8222048324c2a80d86

PR:             296391
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3games/libretro-beetle_psx/distinfo
+2-2games/libretro-beetle_psx/Makefile
+5-52 files

OpenBSD/ports bhz8WQuarchivers/libzip Makefile distinfo, archivers/libzip/pkg PLIST

   update to libzip-1.11.4, from Andrew Kloet, some tweaks from me
VersionDeltaFile
1.17+19-2archivers/libzip/pkg/PLIST
1.33+3-4archivers/libzip/Makefile
1.19+2-2archivers/libzip/distinfo
+24-83 files