LLVM/project 4441ff0llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt gfx12_dasm_vop3.txt

[AMDGPU] Allow printing i16 imm as f16 inline constant

This allows diasm to look the same way as asm and codegen.
DeltaFile
+228-228llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
+200-200llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
+200-200llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
+194-194llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
+144-144llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
+128-128llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3cx.txt
+1,094-1,09474 files not shown
+3,445-3,58980 files

NetBSD/pkgsrc-wip 298f878. Makefile, glib2-introspection Makefile PLIST

glib2-introspection: remove, imported to pkgsrc
DeltaFile
+0-89glib2-introspection/Makefile
+0-15glib2-introspection/PLIST
+0-5glib2-introspection/DESCR
+0-2Makefile
+0-1114 files

NetBSD/pkgsrc kn75spTnet/tailscale Makefile

   tailscale: wrong version number in Makefile
VersionDeltaFile
1.16+2-2net/tailscale/Makefile
+2-21 files

FreeNAS/freenas 9862781src/middlewared/middlewared/plugins account.py, src/middlewared/middlewared/plugins/container lifecycle.py

NAS-140766 / 26.0.0-RC.1 / Apply account userns_idmap in container DEFAULT mode (by anodos325) (#18957)

DEFAULT idmap now consults local users/groups with userns_idmap set and
emits passthrough segments alongside the shifted base range, restoring
the 25.10 behavior where apps user (568) and other configured accounts
keep their host UID/GID inside the container. ISOLATED mode unchanged.

Adds idmap functional tests to test_container.py and ports the NFS4 ACL
functional test from 25.10 (deleted with the virt plugin) as
test_container_acl.py.

NOTE: Requires truenas_pylibvirt with multi-entry idmap support.

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

Co-authored-by: Andrew Walker <andrew.walker at truenas.com>
DeltaFile
+290-0tests/api2/test_container_acl.py
+173-0tests/unit/test_account_userns.py
+150-4src/middlewared/middlewared/plugins/account.py
+141-0tests/api2/test_container.py
+96-13src/middlewared/middlewared/plugins/container/lifecycle.py
+91-0tests/unit/test_container_idmap.py
+941-171 files not shown
+946-177 files

FreeBSD/doc f73e67fwebsite/themes/beastie/assets/styles main.css, website/themes/beastie/layouts/_partials site-header.html

Website: Draw the menu bars with CSS instead the font-awesome icons
DeltaFile
+16-1website/themes/beastie/assets/styles/main.css
+1-1website/themes/beastie/layouts/_partials/site-header.html
+17-22 files

LLVM/project 4f9a7d0clang/include/clang/Lex PPCallbacks.h Preprocessor.h, clang/lib/Lex Preprocessor.cpp

[clang][DependencyScanning] Preserve Necessary Preprocessor Callbacks during By-name Lookup (#197731)

The by-name lookup logic uses new dependency collector callbacks per
lookup. The algorithm used to wipe out all callbacks for each query.
This turned out to be perilous. We have two raw pointers in the
preprocessor that point to the callbacks, and removing all callbacks per
query can lead to use-after-free situations through these dangling
pointers. Resetting the dangling pointers to null does not really work
either, since there may be dependencies between the callbacks and other
data structures. An example of this is the `PreprocessingRecord *Record`
callback and the `GlobalPreprocessedEntityMap` in ASTReader. Hence, to
fix the use-after-free issue, we preserve the callbacks that the
preprocessor may hold a raw pointer to.

This is not intended to indicate how we want to handle this in the long
run. We should avoid removing PP callbacks and reset their states across
by-name lookups.

rdar://175362366
DeltaFile
+41-0clang/test/ClangScanDeps/modules-by-name-detailed-preprocessing-record.c
+29-0clang/include/clang/Lex/PPCallbacks.h
+11-0clang/lib/Lex/Preprocessor.cpp
+1-1clang/include/clang/Lex/Preprocessor.h
+82-14 files

FreeBSD/ports 7086525mail/thunderbird/files patch-libwebrtc-generated patch-languageid-de-constexpr-ify

mail/thunderbird: update to 151.0 (rc1)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/151.0/releasenotes/

(cherry picked from commit 6f30752564b9e3ee44e8a1a1eeb5b0dfd2dd66ee)
DeltaFile
+76,245-75,897mail/thunderbird/files/patch-libwebrtc-generated
+138-0mail/thunderbird/files/patch-languageid-de-constexpr-ify
+0-92mail/thunderbird/files/patch-bug1626236
+0-56mail/thunderbird/files/patch-bug1716707
+40-0mail/thunderbird/files/patch-toolkit_crashreporter_google-breakpad_src_common_linux_memory__mapped__file.cc
+0-36mail/thunderbird/files/patch-bug1504834_comment10
+76,423-76,0818 files not shown
+76,482-76,14714 files

FreeBSD/ports d1e0884www/firefox-esr distinfo Makefile

www/firefox-esr: update to 140.11.0 (rc2)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/

(cherry picked from commit 4dbe9f081b61c8a8e64abf5e64962faa4d4cc8b7)
DeltaFile
+3-3www/firefox-esr/distinfo
+2-1www/firefox-esr/Makefile
+5-42 files

FreeBSD/ports 3f02df6www/firefox/files patch-libwebrtc-generated patch-languageid-de-constexpr-ify

www/firefox: update to 151.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/151.0/releasenotes/

(cherry picked from commit 843ae19777a1bea8cf875904dcda418685c77e76)
DeltaFile
+76,245-75,897www/firefox/files/patch-libwebrtc-generated
+138-0www/firefox/files/patch-languageid-de-constexpr-ify
+0-92www/firefox/files/patch-bug1626236
+0-56www/firefox/files/patch-bug1716707
+40-0www/firefox/files/patch-toolkit_crashreporter_google-breakpad_src_common_linux_memory__mapped__file.cc
+0-36www/firefox/files/patch-bug1504834_comment10
+76,423-76,0817 files not shown
+76,476-76,14613 files

LLVM/project e92c0d2llvm/test/CodeGen/MIR/AMDGPU parse-cfi-unsigned-error.mir

[AMDGPU] Drop target requirements in test (#198015)

These were only necessary when the test was in the wrong folder. Now
that the test is in the right folder, it will only be marked as
supported when AMDGPU is enabled as a target, so the additional
requirement in the test is redundant.
DeltaFile
+0-2llvm/test/CodeGen/MIR/AMDGPU/parse-cfi-unsigned-error.mir
+0-21 files

FreeBSD/ports 6f30752mail/thunderbird/files patch-libwebrtc-generated patch-languageid-de-constexpr-ify

mail/thunderbird: update to 151.0 (rc1)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/151.0/releasenotes/
DeltaFile
+76,245-75,897mail/thunderbird/files/patch-libwebrtc-generated
+138-0mail/thunderbird/files/patch-languageid-de-constexpr-ify
+0-92mail/thunderbird/files/patch-bug1626236
+0-56mail/thunderbird/files/patch-bug1716707
+40-0mail/thunderbird/files/patch-toolkit_crashreporter_google-breakpad_src_common_linux_memory__mapped__file.cc
+0-36mail/thunderbird/files/patch-bug1504834_comment10
+76,423-76,0819 files not shown
+76,482-76,17515 files

FreeBSD/ports 843ae19www/firefox/files patch-libwebrtc-generated patch-languageid-de-constexpr-ify

www/firefox: update to 151.0 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/151.0/releasenotes/
DeltaFile
+76,245-75,897www/firefox/files/patch-libwebrtc-generated
+138-0www/firefox/files/patch-languageid-de-constexpr-ify
+0-92www/firefox/files/patch-bug1626236
+0-56www/firefox/files/patch-bug1716707
+40-0www/firefox/files/patch-toolkit_crashreporter_google-breakpad_src_common_linux_memory__mapped__file.cc
+0-36www/firefox/files/patch-bug1504834_comment10
+76,423-76,0818 files not shown
+76,476-76,16114 files

FreeBSD/ports 4dbe9f0www/firefox-esr distinfo Makefile

www/firefox-esr: update to 140.11.0 (rc2)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/140.11.0/releasenotes/
DeltaFile
+3-3www/firefox-esr/distinfo
+2-1www/firefox-esr/Makefile
+5-42 files

NetBSD/pkgsrc zxHBLsraudio/rhythmbox Makefile, devel/libgudev buildlink3.mk

   *: more gobject-introspection clean-ups

   Restore it in two bl3.mk where the .pc files actually propagate it
VersionDeltaFile
1.7+1-9devel/libgudev/buildlink3.mk
1.223+4-3audio/rhythmbox/Makefile
1.8+2-4graphics/colord/buildlink3.mk
1.35+3-1sysutils/gnome-characters/Makefile
1.41+3-1lang/gjs/Makefile
1.50+3-1devel/libpeas/buildlink3.mk
+16-197 files not shown
+23-3313 files

FreeNAS/freenas a0a92dbsrc/middlewared/middlewared/plugins/directoryservices_ connection.py, tests/unit test_directoryservices_secrets.py

Address review
DeltaFile
+7-4src/middlewared/middlewared/plugins/directoryservices_/connection.py
+2-6tests/unit/test_directoryservices_secrets.py
+9-102 files

NetBSD/pkgsrc-wip bb0a67dwebkit-gtk Makefile, webkit-gtk60 Makefile

*: add glib2-introspection
DeltaFile
+1-0webkit-gtk/Makefile
+1-0webkit-gtk60/Makefile
+2-02 files

NetBSD/pkgsrc-wip bb5303fp5-Imager distinfo Makefile

p5-Imager: update to 1.031.

Security fix release.
DeltaFile
+3-3p5-Imager/distinfo
+2-2p5-Imager/Makefile
+5-52 files

LLVM/project f0adfabllvm/test/Transforms/SLPVectorizer/X86 scalarize-ctlz.ll arith-fp-inseltpoison.ll

[SLP] Preserve profitable trees when subtree trimming would reduce to buildvector-only

In calculateTreeCostAndTrimNonProfitable, the subtree trim loop returns
Invalid when trimming node Idx==1 under an InsertElement root would
leave only a buildvector, to avoid infinite vectorization attempts.
This is too aggressive when the original untrimmed tree is already
profitable (Cost < -SLPCostThreshold). In that case, undo any partial
trims and return the original cost instead of rejecting the tree.

Reviewers: RKSimon, hiraditya, bababuck

Pull Request: https://github.com/llvm/llvm-project/pull/197763
DeltaFile
+48-29llvm/test/Transforms/SLPVectorizer/X86/scalarize-ctlz.ll
+19-32llvm/test/Transforms/SLPVectorizer/X86/arith-fp-inseltpoison.ll
+19-32llvm/test/Transforms/SLPVectorizer/X86/arith-fp.ll
+9-10llvm/test/Transforms/SLPVectorizer/X86/deleted-instructions-clear.ll
+7-10llvm/test/Transforms/SLPVectorizer/X86/alternate-int-inseltpoison.ll
+7-10llvm/test/Transforms/SLPVectorizer/X86/alternate-int.ll
+109-1234 files not shown
+138-14010 files

NetBSD/pkgsrc-wip e7d7642tailscale distinfo go-modules.mk, tailscale/files tailscaled.sh

tailscale: imported to -current
DeltaFile
+0-4,811tailscale/distinfo
+0-1,604tailscale/go-modules.mk
+0-49tailscale/files/tailscaled.sh
+0-23tailscale/Makefile
+0-6tailscale/DESCR
+0-3tailscale/PLIST
+0-6,4966 files

NetBSD/pkgsrc rUxMjyedoc CHANGES-2026

   doc: Updated net/tailscale to 1.94.4
VersionDeltaFile
1.3057+2-1doc/CHANGES-2026
+2-11 files

LLVM/project c8dcb79clang/test/SemaCXX warn-unsafe-buffer-usage-pragma-issue-79379.cpp warn-unsafe-buffer-usage-pragma-diagnostic.cpp

rename the test for a github issue with the issue number
DeltaFile
+25-0clang/test/SemaCXX/warn-unsafe-buffer-usage-pragma-issue-79379.cpp
+0-25clang/test/SemaCXX/warn-unsafe-buffer-usage-pragma-diagnostic.cpp
+25-252 files

NetBSD/pkgsrc U63YXMdnet/tailscale distinfo go-modules.mk, net/tailscale/files tailscaled.sh

   tailscale: update to 1.96.4

   Has been tested and verified by multiple sources. Now supports full
   tun(4) on NetBSD.

   See https://tailscale.com/changelog
VersionDeltaFile
1.2+1,308-639net/tailscale/distinfo
1.2+435-212net/tailscale/go-modules.mk
1.15+5-6net/tailscale/Makefile
1.2+2-2net/tailscale/files/tailscaled.sh
+1,750-8594 files

LLVM/project bf7d6fellvm/utils/gn/secondary/llvm/lib/MC BUILD.gn

[gn build] Port ca6e386cbf5b (#198009)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/MC/BUILD.gn
+1-01 files

LLVM/project e0b3a79llvm/utils/gn/secondary/libcxx/include BUILD.gn

[gn] port 597e4ac7fbdd, 2nd attempt (#198008)
DeltaFile
+1-2llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+1-21 files

Linux/linux d458a24block blk-zoned.c bio.c, drivers/nvme/host ioctl.c

Merge tag 'block-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull block fixes from Jens Axboe:

 - NVMe merge request via Keith:
     - Fix memory leak on a passthrough integrity mapping failure (Keith)
     - Hide secrets behind debug option (Hannes)
     - Fix pci use-after-free for host memory buffer (Chia-Lin Kao)
     - Fix tcp taregt use-after-free for data digest (Sagi)
     - Revert a mistaken quirk (Alan Cui)
     - Fix uevent and controller state race condition (Maurizio)
     - Fix apple submission queue re-initialization (Nick Chan)

 - Three fixes for blk-integrity, fixing an issue with the user data
   mapping and two problems with recomputing number of segments

 - Two fixes for the iov_iter bounce buffering

 - Fix for the handling of dead zoned write plugs

    [20 lines not shown]
DeltaFile
+27-5block/blk-zoned.c
+15-12block/bio.c
+18-1block/bio-integrity.c
+19-0block/blk-mq.c
+4-14drivers/nvme/host/ioctl.c
+8-5drivers/nvme/target/auth.c
+91-379 files not shown
+130-4515 files

LLVM/project c5d66ebllvm/utils/gn/secondary/libcxx/include BUILD.gn

Revert "[gn] port 597e4ac7fbdd (#198002)" (#198007)

This reverts commit 845dd45d82dac9902bd5665f7ac8f276e218df20.

I merged this incorrectly. Let's revert and try again.
DeltaFile
+2-1llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+2-11 files

LLVM/project cbc5657llvm/test/CodeGen/SPIRV/debug-info debug-type-function-pointer-param.ll debug-type-function-int-string-dedup.ll

[reviews] Simplify tests.
DeltaFile
+7-7llvm/test/CodeGen/SPIRV/debug-info/debug-type-function-pointer-param.ll
+7-7llvm/test/CodeGen/SPIRV/debug-info/debug-type-function-int-string-dedup.ll
+7-7llvm/test/CodeGen/SPIRV/debug-info/debug-type-function-scalar-returns.ll
+6-6llvm/test/CodeGen/SPIRV/debug-info/debug-type-function-void-prototypes.ll
+1-1llvm/test/CodeGen/SPIRV/debug-info/debug-type-function-multi-scalar-params.ll
+1-1llvm/test/CodeGen/SPIRV/debug-info/debug-type-function-subroutine-type-flags.ll
+29-292 files not shown
+31-318 files

LLVM/project 251eba7llvm/utils/gn/secondary/llvm/lib/Transforms/IPO BUILD.gn

[gn build] Port b225b33c925c (#198004)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
+1-01 files

LLVM/project 845dd45llvm/utils/gn/secondary/libcxx/include BUILD.gn

[gn] port 597e4ac7fbdd (#198002)
DeltaFile
+1-2llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+1-21 files

LLVM/project 18c6e26clang/test/SemaCXX warn-unsafe-buffer-usage-template-instantiation-notes.cpp warn-unsafe-buffer-usage-pragma-diagnostic.cpp

- Add test for rdar://107480207
- Add test for https://github.com/llvm/llvm-project/issues/79379
DeltaFile
+47-0clang/test/SemaCXX/warn-unsafe-buffer-usage-template-instantiation-notes.cpp
+25-0clang/test/SemaCXX/warn-unsafe-buffer-usage-pragma-diagnostic.cpp
+72-02 files