LLVM/project c84e264llvm/test/CodeGen/AArch64 bf16-v8-instructions.ll bf16-v4-instructions.ll

[AArch64][GlobalISel] Add test coverage for bf16 fptosi.sat. NFC (#208955)
DeltaFile
+186-0llvm/test/CodeGen/AArch64/bf16-v8-instructions.ll
+137-0llvm/test/CodeGen/AArch64/bf16-v4-instructions.ll
+125-0llvm/test/CodeGen/AArch64/bf16-instructions.ll
+448-03 files

OpenZFS/src 52424e4tests/unit test_sha2.c Makefile.am

unit/sha2: test SHA-256, SHA-512 and SHA-512/256

NIST known answers, split updates across the 64- and 128-byte block
boundaries, and cross-implementation equality via zfs_impl_get_ops().
Check SHA-256 and SHA-512 against the one-million-'a' digests based
on the NIST standard.

Reviewed-by: Tino Reichardt <milky-zfs at mcmilk.de>
Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Signed-off-by: Christos Longros <chris.longros at gmail.com>
Closes #18779
DeltaFile
+329-0tests/unit/test_sha2.c
+16-1tests/unit/Makefile.am
+1-0tests/unit/.gitignore
+346-13 files

FreeBSD/doc 688a84ddocumentation/content/en/books/handbook/containers _index.adoc

containers: Add OCI setup and usage

Reviewed by:    adrian
Reviewed by:    bcr
Reviewed by:    dfr
Approved by:    ziaee
Sponsored by:   SkunkWerks, GbmH
Differential Revision:  https://reviews.freebsd.org/D57862
DeltaFile
+865-0documentation/content/en/books/handbook/containers/_index.adoc
+865-01 files

OpenBSD/ports 7537Pqlnet/bro distinfo Makefile, net/bro/patches patch-scripts_base_init-bare_zeek patch-CMakeLists_txt

   update to zeek 8.2.1
VersionDeltaFile
1.50+6-0net/bro/pkg/PLIST
1.63+2-2net/bro/distinfo
1.167+1-2net/bro/Makefile
1.6+1-1net/bro/patches/patch-scripts_base_init-bare_zeek
1.24+1-1net/bro/patches/patch-CMakeLists_txt
+11-65 files

OpenBSD/ports WMM3chHconverters/p5-Sereal distinfo Makefile

   Update p5-Sereal to 5.008.

   OK bluhm@
VersionDeltaFile
1.4+2-2converters/p5-Sereal/distinfo
1.4+1-1converters/p5-Sereal/Makefile
+3-32 files

FreeBSD/ports aab16c5finance/venice distinfo Makefile

finance/venice: Update 0.753beta => 0.754beta

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+3-3finance/venice/distinfo
+2-3finance/venice/Makefile
+5-62 files

OpenBSD/ports jFNAm62sysutils/patchelf distinfo Makefile

   update to patchelf 0.19.1
VersionDeltaFile
1.13+2-2sysutils/patchelf/distinfo
1.26+1-1sysutils/patchelf/Makefile
+3-32 files

FreeBSD/src 4735ef6usr.sbin/zonectl zonectl.c

zonectl: display conventional zones better during RZ

zonectl's Report Zones subcommand displays a tabular list of zones.  A
conventional zone's WP column is displayed as 0xffffffffffffffff , the
literal value that the HDD reports.  But that's too wide for the column,
causing the text to be misaligned.  It's also not really meaningful,
because the Write Pointer isn't really defined for a Conventional zone.
Change it to "-1" to fix the text misalignment.

MFC after:      2 weeks
Sponsored by:   ConnectWise
Reviewed by:    fuz
Differential Revision: https://reviews.freebsd.org/D57512
DeltaFile
+14-3usr.sbin/zonectl/zonectl.c
+14-31 files

OpenBSD/ports qS1ZrWCdevel/codex crates.inc Makefile, devel/codex/patches patch-codex-rs_modcargo-crates_v8-149_2_0_v8_src_heap_code-range_cc patch-codex-rs_modcargo-crates_v8-149_2_0_v8_src_heap_memory-allocator_cc

   devel/codex: V8 JIT now needs ReadWriteExecute permissions
VersionDeltaFile
1.25+1,193-1,194devel/codex/crates.inc
1.36+1-0devel/codex/Makefile
1.2+0-0devel/codex/patches/patch-codex-rs_modcargo-crates_v8-149_2_0_v8_src_heap_code-range_cc
1.2+0-0devel/codex/patches/patch-codex-rs_modcargo-crates_v8-149_2_0_v8_src_heap_memory-allocator_cc
1.2+0-0devel/codex/patches/patch-codex-rs_modcargo-crates_v8-149_2_0_v8_src_heap_mutable-page_h
+1,194-1,1945 files

FreeBSD/ports ec9488awww/waterfox distinfo Makefile

www/waterfox: Update 6.6.16 => 6.6.16.1

Waterfox 6.6.16.1 is a hotfix for the search rollout:
- Corrects Qwant being selected as the default in unsupported regions.
- Attempts to force Qwant AI answers/summaries to disabled by default.
- Fixes unsupported locale-country query values such as es_US, which
  would result in Qwant refusing to return results.
https://www.waterfox.com/releases/6.6.16/

PR:             296677
Approved by:    Martin Filla <freebsd at sysctl.cz> (maintainer, implicit)
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit fcb87a5c44c34eaefa0f07eb8a909d9a4b87a17d)
DeltaFile
+3-3www/waterfox/distinfo
+1-1www/waterfox/Makefile
+4-42 files

FreeBSD/ports fcb87a5www/waterfox distinfo Makefile

www/waterfox: Update 6.6.16 => 6.6.16.1

Waterfox 6.6.16.1 is a hotfix for the search rollout:
- Corrects Qwant being selected as the default in unsupported regions.
- Attempts to force Qwant AI answers/summaries to disabled by default.
- Fixes unsupported locale-country query values such as es_US, which
  would result in Qwant refusing to return results.
https://www.waterfox.com/releases/6.6.16/

PR:             296677
Approved by:    Martin Filla <freebsd at sysctl.cz> (maintainer, implicit)
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3www/waterfox/distinfo
+1-1www/waterfox/Makefile
+4-42 files

LLVM/project 5742a30llvm/test/CodeGen/AMDGPU buffer-fat-pointer-atomicrmw-fadd.ll atomic_optimizations_struct_buffer.ll

AMDGPU: Migrate CodeGen tests to amdgpu subarch triple (8) (#208837)

Mechanically migrate the command-line target spelling on llc/opt RUN
lines in llvm/test/CodeGen/AMDGPU from -mtriple=amdgcn ... -mcpu=<gfx> to the
folded subarch triple form (e.g. -mtriple=amdgpu9.00-amd-amdhsa), dropping the
redundant -mcpu.

Co-Authored-By: Claude <noreply at anthropic.com> (Claude-Opus-4.8)
DeltaFile
+11-11llvm/test/CodeGen/AMDGPU/buffer-fat-pointer-atomicrmw-fadd.ll
+11-11llvm/test/CodeGen/AMDGPU/atomic_optimizations_struct_buffer.ll
+11-11llvm/test/CodeGen/AMDGPU/buffer-fat-pointer-atomicrmw-fmin.ll
+11-11llvm/test/CodeGen/AMDGPU/buffer-fat-pointer-atomicrmw-fmax.ll
+10-10llvm/test/CodeGen/AMDGPU/bf16.ll
+10-10llvm/test/CodeGen/AMDGPU/attr-amdgpu-flat-work-group-size-vgpr-limit.ll
+64-6490 files not shown
+301-30196 files

LLVM/project 8b1da8dllvm/lib/AsmParser LLParser.cpp, llvm/lib/Bitcode/Writer BitcodeWriter.cpp

fix

Created using spr 1.3.7
DeltaFile
+0-14llvm/lib/AsmParser/LLParser.cpp
+3-1llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+1-1llvm/test/Assembler/thinlto-bad-summary-5.ll
+4-163 files

OpenBSD/ports HwU2BIEshells/nushell distinfo crates.inc, shells/nushell/patches patch-Cargo_toml

   shells/nushell: Update to 0.114.1
VersionDeltaFile
1.27+12-12shells/nushell/distinfo
1.25+5-5shells/nushell/crates.inc
1.30+2-2shells/nushell/Makefile
1.5+1-1shells/nushell/patches/patch-Cargo_toml
+20-204 files

NetBSD/pkgsrc c2Oenzzdoc CHANGES-2026

   doc: Updated www/resterm to 0.46.4
VersionDeltaFile
1.4391+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc PaNpHSowww/resterm distinfo Makefile

   resterm: Update to 0.46.4

   Summer == Vacation
   Have a good summer, all of you out there resterming.

   RTT in the header
   The sparkline scales against the samples you can see, so a sudden latency shift keeps its shape instead of being flattened by older history. The p95 next to it still draws on a wider window (the last 100 requests) so it stays meaningful.
   Switching environment or workspace starts a fresh RTT series.
   Responses that were still in flight during a switch are ignored, and workflow, profile and compare runs that span a switch stay attributed to the context they started in, meaning nothing bleeds into the new series.
   Compare runs now feed the RTT widget no matter how they execute. Previously, standard compare runs never updated it, so the current and p95 values could sit stale through an entire sweep.
   Less work per frame: the summary is computed once per sample instead of on every render.

   Open Path bug fix
   Opening a file inside the current workspace no longer rebinds the workspace to that file's directory.
   Opening a file or directory outside the workspace still switches you over, as before.

   Small note
   I hope you like frequent releases but I feel like a new version almost every day is a bit too much, so I'm working towards releasing v1 in the near future and aiming for weekly releases instead. If you'd rather keep the current pace and receive frequent updates, open a GitHub discussion so we can talk about it.
VersionDeltaFile
1.13+3-3www/resterm/distinfo
1.15+1-1www/resterm/Makefile
1.6+0-0www/resterm/go-modules.mk
+4-43 files

LLVM/project 030fdcellvm/lib/Transforms/Vectorize VPlanHelpers.h LoopVectorize.cpp

[VPlan] Re-use VPSlotTracker when printing recipes for costs (NFC). (#203386)

VPRecipeBase::dump() constructs a fresh VPSlotTracker instance on each
call. VPSlotTracker construction requires iterating over all recipes in
the plan, to number all VPValues.

To avoid doing lots of unnecessary work when printing VPlan costs,
construct a shared VPSlotTracker in VPCostContext, re-used by all
prints.

This can speed up debug output for large loops.

PR: https://github.com/llvm/llvm-project/pull/203386
DeltaFile
+19-2llvm/lib/Transforms/Vectorize/VPlanHelpers.h
+5-3llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+6-1llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+30-63 files

LLVM/project 1cdd33allvm/lib/AsmParser LLParser.cpp, llvm/test/Assembler thinlto-bad-summary-5.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+14-0llvm/lib/AsmParser/LLParser.cpp
+11-0llvm/test/Assembler/thinlto-bad-summary-5.ll
+25-02 files

FreeBSD/ports fcaf8f7math/liborigin distinfo Makefile

math/liborigin: Update to 3.0.4
DeltaFile
+3-3math/liborigin/distinfo
+2-2math/liborigin/Makefile
+5-52 files

Linux/linux 59dee6ddrivers/md dm-thin-metadata.c dm-integrity.c

Merge tag 'for-7.2/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

Pull device mapper fixes from Mikulas Patocka:

 - dm-log: fix overflow on 32-bit machines

 - dm-era: fix out of bounds memory access; fix crashes on invalid args

 - dm-verity: fix buffer overflow in forward error correction

 - dm-thin: fix misbehavior on I/O failures

 - dm-pcache: fix NULL pointer dereference on invalid arguments

 - dm-inlinecrypt: fix memory leak on error handling

 - dm-integrity: fix ignoring the 'fix_hmac' option on device open

 - dm: don't store the keyring in memory for a long term

    [25 lines not shown]
DeltaFile
+21-46drivers/md/dm-thin-metadata.c
+18-8drivers/md/dm-integrity.c
+10-6drivers/md/dm-verity-target.c
+10-6drivers/md/dm-era-target.c
+10-1drivers/md/dm.c
+4-6drivers/md/dm-stats.c
+73-739 files not shown
+97-8215 files

OpenBSD/ports qObC51mwww/pipe-viewer distinfo Makefile

   www/pipe-viewer: Update to 0.5.8

   ok kirill@
VersionDeltaFile
1.8+2-2www/pipe-viewer/distinfo
1.8+1-1www/pipe-viewer/Makefile
+3-32 files

FreeBSD/src 541e6e2share/mk bsd.dirs.mk

bsd.dirs.mk: Fix MK_INSTALL_AS_USER for directories

Sponsored by:           Netflix
DeltaFile
+5-0share/mk/bsd.dirs.mk
+5-01 files

FreeBSD/src a7ebe2dtools/boot boot-test.sh boot-test.sh.8

boot-test.sh: Test many boot loader combinations.

This is a script that eventually will test boot with qemu all the
supproted combinations for the boot loader. There's several things that
could be done with gptboot or boot0sio (or not) that aren't tested. We
don't test the 10-odd hardware root devices we support, nor do we test
complex scenarios like RELAXED vs STRICT zfs efi booting.

However, the scenarios we do support are included here. We test aarch64,
amd64, armv7, powerpc64, powerpc64le, and riscv64 for BIOS, UEFI, and
Prep and OpenFirmware (as appropriate) crossed with CDROM, MBR and GPT
(and some hybrid) crossed with lua, 4th and simple loaders. Plus some
linuxboot and memdisk scenarios, including the recently added
compression for ram disk scenarios:

=== Results: 67 passed, 3 failed, 9 timed out (of 79) ===

The timeouts are well understood, usually failure to find the root
disk. The failures are bad console assumptions. netboot-bios fails

    [39 lines not shown]
DeltaFile
+1,677-0tools/boot/boot-test.sh
+303-0tools/boot/boot-test.sh.8
+97-0tools/boot/boot-test.json
+2,077-03 files

FreeBSD/ports 7d4c84fsecurity/nuclei pkg-message distinfo

security/nuclei: Update to 3.11.0

ChangeLog:
https://github.com/projectdiscovery/nuclei/releases/tag/v3.11.0
DeltaFile
+16-0security/nuclei/pkg-message
+5-5security/nuclei/distinfo
+1-2security/nuclei/Makefile
+22-73 files

FreeBSD/src 30d4d3dsys/fs/nfs nfs_var.h, sys/fs/nfsserver nfs_nfsdsocket.c

nfsd: Commit missing patches for c52bcd09c2a6

Oops, I missed the other files for the commit.

This should fix the build.

Pointy hat goes on me.

MFC after:      2 weeks
Fixes:  c52bcd09c2a6 ("nfsd: Garbage collect stray NFSv4 state")
DeltaFile
+2-1sys/fs/nfsserver/nfs_nfsdsocket.c
+1-0sys/fs/nfs/nfs_var.h
+3-12 files

FreeBSD/ports 1ef6104biology/samtools Makefile distinfo

biology/samtools: Update to 1.24

Numerous fixes and enhancements
Changes: https://github.com/samtools/samtools/releases

Reported by:    portscout
DeltaFile
+3-5biology/samtools/Makefile
+3-3biology/samtools/distinfo
+1-0biology/samtools/pkg-plist
+7-83 files

OPNSense/src 5ae96basys/netpfil/pf pf_lb.c

pf: also apply fed2e93 in pf_match_translation_rule()

PR: https://github.com/opnsense/src/issues/295
DeltaFile
+12-0sys/netpfil/pf/pf_lb.c
+12-01 files

NetBSD/pkgsrc-wip e157d7ebup-snapshot distinfo DESCR

bup-snapshot: Update along upstream main
DeltaFile
+3-3bup-snapshot/distinfo
+2-2bup-snapshot/DESCR
+2-2bup-snapshot/Makefile
+7-73 files

FreeBSD/src c61ee49stand/i386/loader conf.c, stand/kboot/kboot conf.c

loader: zstd based filesystem, zstdfs like gzipfs

Off by default.

Sponsored by:           Netflix
DeltaFile
+14-0stand/libsa/libsa.3
+6-0stand/libsa/Makefile
+4-0stand/kboot/kboot/conf.c
+1-0stand/i386/loader/conf.c
+1-0stand/libsa/stand.h
+1-0stand/userboot/userboot/conf.c
+27-01 files not shown
+28-07 files

FreeBSD/src 86d719astand loader.mk, stand/i386/loader conf.c

loader: Add xzfs, like gzipfs but with xz.

This is just like gzipfs or bzipfs, except done with the newer xz
program. This is off by default for the moment.

Sponsored by:           Netflix
DeltaFile
+309-0stand/libsa/xzfs.c
+3-2stand/libsa/gzipfs.c
+3-2stand/libsa/bzipfs.c
+4-0stand/loader.mk
+2-1stand/libsa/Makefile
+3-0stand/i386/loader/conf.c
+324-56 files not shown
+336-512 files