FreeNAS/freenas 7ad785fsrc/middlewared/middlewared/plugins/system_dataset mount.py

Improve logging
DeltaFile
+13-3src/middlewared/middlewared/plugins/system_dataset/mount.py
+13-31 files

FreeBSD/src b97ee5esys/dev/hwpmc hwpmc_ibs.c

hwpmc: Avoid panic on AMD cpus where IBS is not available

The recent IBS work intruduced a bug on older CPUs where the
IBS handler will be called on NMIs even when IBS is not initialized.
Work around this in the IBS handler by checking to see if ibs_pcpu
is NULL before accessing it.
DeltaFile
+3-0sys/dev/hwpmc/hwpmc_ibs.c
+3-01 files

FreeNAS/freenas 343b286src/middlewared/middlewared/plugins sysdataset.py, src/middlewared/middlewared/plugins/system_dataset mount.py

Improve system dataset moves

* Use FD-based mount APIs for moving around system datasets
* Use zfs send/recv for shifting system datasets between pools
* Use mounting beneath + unmounting on top combined with
  stopping / starting services to ensure that we're as close as
  possible to being atomic with these moves.
DeltaFile
+570-437src/middlewared/middlewared/plugins/sysdataset.py
+437-0tests/unit/test_system_dataset.py
+178-0src/middlewared/middlewared/plugins/system_dataset/mount.py
+88-2tests/api2/test_system_dataset.py
+1,273-4394 files

FreeNAS/freenas 7196728src/middlewared/middlewared/plugins sysdataset.py, src/middlewared/middlewared/plugins/system_dataset mount.py

Improve system dataset moves

* Use FD-based mount APIs for moving around system datasets
* Use zfs send/recv for shifting system datasets between pools
* Use mounting beneath + unmounting on top combined with
  stopping / starting services to ensure that we're as close as
  possible to being atomic with these moves.
DeltaFile
+570-437src/middlewared/middlewared/plugins/sysdataset.py
+437-0tests/unit/test_system_dataset.py
+206-0src/middlewared/middlewared/plugins/system_dataset/mount.py
+88-2tests/api2/test_system_dataset.py
+1,301-4394 files

LLVM/project 192ea32llvm/lib/ObjectYAML DXContainerYAML.cpp

[ObjectYAML] Fix `DXContainerYAML::fromDXContainer` return value (#199534)
DeltaFile
+1-1llvm/lib/ObjectYAML/DXContainerYAML.cpp
+1-11 files

FreeBSD/doc b970917website/content/ru where.adoc

website/ru: Update where.adoc

Update to EN 1ca0b588b4436bed5d97c8372a06c3fe7b3d7564
DeltaFile
+30-135website/content/ru/where.adoc
+30-1351 files

FreeBSD/ports 8598a2dx11-wm/sway Makefile distinfo

x11-wm/sway: update to 1.12

Changes:        https://github.com/swaywm/sway/releases/tag/1.12
Reported by:    GitHub (watch releases)
DeltaFile
+3-4x11-wm/sway/Makefile
+3-3x11-wm/sway/distinfo
+6-72 files

FreeBSD/ports d81da44x11-wm/labwc Makefile distinfo

x11-wm/labwc: update to 0.20.0

Changes:        https://github.com/labwc/labwc/releases/tag/0.20.0
Reported by:    GitHub (watch releases)
DeltaFile
+5-2x11-wm/labwc/Makefile
+3-3x11-wm/labwc/distinfo
+8-52 files

FreeBSD/ports c9cedb2x11/foot distinfo Makefile

x11/foot: update to 1.27.0

Changes:        https://codeberg.org/dnkl/foot/releases/tag/1.27.0
Reported by:    Repology, Justine Smithies
DeltaFile
+3-3x11/foot/distinfo
+1-1x11/foot/Makefile
+4-42 files

FreeNAS/freenas a0080afsrc/middlewared/middlewared/plugins sysdataset.py, src/middlewared/middlewared/plugins/system_dataset mount.py

Improve system dataset moves

* Use FD-based mount APIs for moving around system datasets
* Use zfs send/recv for shifting system datasets between pools
* Use mounting beneath + unmounting on top combined with
  stopping / starting services to ensure that we're as close as
  possible to being atomic with these moves.
DeltaFile
+570-437src/middlewared/middlewared/plugins/sysdataset.py
+476-0tests/unit/test_system_dataset.py
+206-0src/middlewared/middlewared/plugins/system_dataset/mount.py
+88-2tests/api2/test_system_dataset.py
+1,340-4394 files

FreeBSD/ports e4d33f5misc/ompl pkg-plist Makefile, misc/ompl/files patch-CMakeModules_CompilerSettings.cmake patch-CMakeLists.txt

misc/ompl: update 1.6.0 → 2.0.0
DeltaFile
+123-26misc/ompl/pkg-plist
+18-20misc/ompl/Makefile
+0-17misc/ompl/files/patch-CMakeModules_CompilerSettings.cmake
+4-4misc/ompl/files/patch-CMakeLists.txt
+3-3misc/ompl/distinfo
+148-705 files

FreeBSD/ports c5183aemisc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.6.16 → 3.6.17
DeltaFile
+5-9misc/lean-ctx/distinfo
+2-4misc/lean-ctx/Makefile
+7-132 files

Linux/linux e8c2f9ffs/hpfs alloc.c

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

Pull hpfs fix from Mikulas Patocka:

 - Fix a crash on corrupted filesystem

* tag 'for-7.1/hpfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  hpfs: fix a crash if hpfs_map_dnode_bitmap fails
DeltaFile
+1-1fs/hpfs/alloc.c
+1-11 files

Linux/linux 13e4d25drivers/md/dm-vdo vdo.c

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

Pull device mapper fix from Mikulas Patocka:

 - fix crashes in dm-vdo if GFP_NOWAIT allocation fails

* tag 'for-7.1/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm vdo: use GFP_NOIO for blkdev_issue_zeroout on format path
DeltaFile
+2-2drivers/md/dm-vdo/vdo.c
+2-21 files

FreeBSD/src 6e7c10clib/libc/posix1e acl_to_text_nfs4.c acl_id_to_name.c

acl_id_to_name.c: Fix printing of uids and gids

uid_t and gid_t are uint32_t (unsigned 32bit integers).
They are printed as signed integers when calling getfacl
(and other tools using the acl_to_text() libc function).
This causes uid/gids larger than 2G (214783648) to print
as negative numbers
- which causes problem with setfacl since the acl_from_text()
  libc function fails on negative numbers.

Reviewed by:    rmacklem
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D57179
DeltaFile
+2-2lib/libc/posix1e/acl_to_text_nfs4.c
+2-2lib/libc/posix1e/acl_id_to_name.c
+4-42 files

Linux/linux c112662tools/bootconfig main.c

Merge tag 'bootconfig-fixes-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull bootconfig fix from Masami Hiramatsu:

 - Fix buf leak in apply_xbc

* tag 'bootconfig-fixes-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tools/bootconfig: Fix buf leaks in apply_xbc
DeltaFile
+3-1tools/bootconfig/main.c
+3-11 files

FreeBSD/src 4d80d49sys/fs/nfs nfs_commonkrpc.c nfs_commonsubs.c

nfs: Fix argument typo to avoid a crash

A typo resulted in the wrong argument for a bytewise
comparison that could result in a crash if
the incorrect argument was not a valid pointer.

This patch fixes the argument.

While investigating this, I noticed that the
correct argument was not being filled in as
required, so this patch fixes that, as well.

Somehow, recovery from a NFSv4.1/4.2 server
crash worked during testing, so this was not
detected.  The bug/patch only affects NFS
client mounts using NFSv4.1/4.2.

PR:     294925
Reported by:    Jov <amutu at amutu.com>
MFC after:      3 days
DeltaFile
+3-2sys/fs/nfs/nfs_commonkrpc.c
+3-0sys/fs/nfs/nfs_commonsubs.c
+6-22 files

NetBSD/pkgsrc gLMOF2Qdoc CHANGES-2026

   doc: Updated x11/xlsclients to 1.1.6
VersionDeltaFile
1.3281+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lfVZUNcx11/xlsclients Makefile distinfo

   xlsclients: update to 1.1.6.

   Alan Coopersmith (8):
         add -help option
         Accept --help & --version as aliases to -help & -version
         man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
         Strip trailing whitespace from source files
         Exit on out-of-memory errors
         gitlab CI: drop the ci-fairy check-mr job
         meson: Add option to build with meson
         xlsclients 1.1.6
VersionDeltaFile
1.15+3-5x11/xlsclients/Makefile
1.12+4-4x11/xlsclients/distinfo
+7-92 files

FreeBSD/src be9f353bin/sh/tests/builtins read12.0 read11.0

Revert "sh/tests: Cut down builtins/read12.0 by 2 seconds"

Dag-Erling Smørgrav does not like this, but I do not understand why.

This reverts commit 1df431576f99c3cc26dd4ceb1a6eda864cc9f196.
DeltaFile
+6-8bin/sh/tests/builtins/read12.0
+1-2bin/sh/tests/builtins/read11.0
+7-102 files

FreeBSD/ports c253204math/octave-forge-netcdf distinfo Makefile

math/octave-forge-netcdf: Update to 1.0.20.
DeltaFile
+3-3math/octave-forge-netcdf/distinfo
+1-2math/octave-forge-netcdf/Makefile
+4-52 files

FreeBSD/ports 176d1a3math/octave-forge-sqlite distinfo Makefile, math/octave-forge-sqlite/files patch-DESCRIPTION

math/octave-forge-sqlite: Update to 0.1.4.
DeltaFile
+9-0math/octave-forge-sqlite/files/patch-DESCRIPTION
+3-3math/octave-forge-sqlite/distinfo
+1-2math/octave-forge-sqlite/Makefile
+13-53 files

FreeBSD/ports 7b56985www/firefox distinfo Makefile

www/firefox: update to 151.0.2 (rc1)

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

(cherry picked from commit 62b655e5e2d5f37290f88a684c6cdd95bc5d6ecd)
DeltaFile
+3-3www/firefox/distinfo
+1-1www/firefox/Makefile
+4-42 files

FreeBSD/ports 9cbe7a9net/liferea distinfo Makefile

net/liferea: update to 1.16.10

Release Notes:
  https://github.com/lwindolf/liferea/releases/tag/v1.16.10
DeltaFile
+3-3net/liferea/distinfo
+1-1net/liferea/Makefile
+4-42 files

FreeBSD/ports 62b655ewww/firefox distinfo Makefile

www/firefox: update to 151.0.2 (rc1)

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

LLVM/project f6e4e71llvm/lib/Transforms/Vectorize LoopVectorize.cpp VPlan.h, llvm/test/Transforms/LoopVectorize select-cmp-blend-chain.ll

Reapply "[LV] Handle chained selects/blends when creating new rdx cha… (#199559)

This reverts commit ab1745439c7019d0753afc616c5fc5aef7b82fb6 & reapplies
#199443.

Recommit with additional additional fix to handle other select-like
recipes including VPWidenRecipe and VPReplicateRecipe.

Original message:
Make sure we recursively clone chains of selects/blends when re-creating
a reduction chain with new types.

Fixes https://github.com/llvm/llvm-project/issues/199406.
DeltaFile
+451-0llvm/test/Transforms/LoopVectorize/select-cmp-blend-chain.ll
+30-24llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+4-2llvm/lib/Transforms/Vectorize/VPlan.h
+485-263 files

LLVM/project 586cf1bclang/include/clang/Options Options.td, clang/lib/Driver/ToolChains Clang.cpp

address comments
DeltaFile
+2-2clang/include/clang/Options/Options.td
+1-1clang/lib/Driver/ToolChains/Clang.cpp
+3-32 files

FreeBSD/ports 86d2e19audio/mate-media Makefile distinfo

audio/mate-media: switch to GitHub source

Switch from MATE mirror to GitHub tarball using USE_GITHUB and
GH_ACCOUNT=mate-desktop, add autoreconf, and bump PORTREVISION.
DeltaFile
+7-6audio/mate-media/Makefile
+3-3audio/mate-media/distinfo
+10-92 files

FreeBSD/ports 21d3756multimedia/tsduck pkg-plist Makefile, multimedia/tsduck/files patch-src_libtscore_system_tsFileUtils.cpp

multimedia/tsduck: Update 3.43 => 3.44

Changelog:
https://tsduck.io/changelog/

Replace ".if" with "DOCS_VARS".

PR:             295523
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+42-6multimedia/tsduck/pkg-plist
+0-13multimedia/tsduck/files/patch-src_libtscore_system_tsFileUtils.cpp
+3-9multimedia/tsduck/Makefile
+3-3multimedia/tsduck/distinfo
+48-314 files

LLVM/project d5f223dllvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/RISCV revec-strided-store.ll

[SLP] Enable widening strided revectorization of vector stores (#198920)

This commit adds support for re-vectorization of vector stores into
widened strided stores. That is:
```
%p1 = getelementptr i16, ptr %p0, i64 16
store <4 x i16> zeroinitializer, ptr %p1, align 2
store <4 x i16> zeroinitializer, ptr %p0, align 2
```
can be further vectorized to:
```
call void @llvm.experimental.vp.strided.store.v2i64.p0.i64(<2 x i64> zeroinitializer, ptr align 2 %p0, i64 32, <2 x i1> splat (i1 true), i32 2)
```
DeltaFile
+18-7llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+4-9llvm/test/Transforms/SLPVectorizer/RISCV/revec-strided-store.ll
+22-162 files