FreeBSD/src cbd442eusr.sbin/bhyve smbiostbl.c bhyve_config.5

bhyve: add configurable SMBIOS OEM Strings

Add the option "oemstring" to allow setting the DMI type 11 ("OEM
Strings") SMBIOS structure. These are free-form strings, available for
any purpose, but can be especially useful to pass configuration,
secrets, and credential information into a Linux guest and consumed by
systemd.

MFC after:      1 month
Relnotes:       yes
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D57516
DeltaFile
+124-0usr.sbin/bhyve/smbiostbl.c
+3-0usr.sbin/bhyve/bhyve_config.5
+127-02 files

LLVM/project 1bfeb2fllvm/docs NVPTXUsage.rst NVPTXUsage.md, llvm/test/CodeGen/NVPTX atomicrmw-sm60.ll atomicrmw-sm70.ll

rebase

Created using spr 1.3.5-bogner
DeltaFile
+0-4,767llvm/docs/NVPTXUsage.rst
+2,949-1,487llvm/test/CodeGen/NVPTX/atomicrmw-sm60.ll
+2,871-1,461llvm/test/CodeGen/NVPTX/atomicrmw-sm70.ll
+4,253-0llvm/docs/NVPTXUsage.md
+3,624-0mlir/lib/Dialect/OpenACC/Transforms/ACCCGToGPU.cpp
+1,635-849llvm/test/CodeGen/NVPTX/atomicrmw-sm90.ll
+15,332-8,5644,684 files not shown
+126,127-64,3784,690 files

LLVM/project b9ebe54llvm/docs NVPTXUsage.rst NVPTXUsage.md, llvm/test/CodeGen/NVPTX atomicrmw-sm60.ll atomicrmw-sm70.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.5-bogner

[skip ci]
DeltaFile
+0-4,767llvm/docs/NVPTXUsage.rst
+2,949-1,487llvm/test/CodeGen/NVPTX/atomicrmw-sm60.ll
+2,871-1,461llvm/test/CodeGen/NVPTX/atomicrmw-sm70.ll
+4,253-0llvm/docs/NVPTXUsage.md
+3,624-0mlir/lib/Dialect/OpenACC/Transforms/ACCCGToGPU.cpp
+1,635-849llvm/test/CodeGen/NVPTX/atomicrmw-sm90.ll
+15,332-8,5644,684 files not shown
+126,127-64,3784,690 files

LLVM/project 54b3fd0llvm/docs NVPTXUsage.rst NVPTXUsage.md, llvm/test/CodeGen/NVPTX atomicrmw-sm60.ll atomicrmw-sm70.ll

remove getThreadIndex()

Created using spr 1.3.5-bogner
DeltaFile
+0-4,767llvm/docs/NVPTXUsage.rst
+2,949-1,487llvm/test/CodeGen/NVPTX/atomicrmw-sm60.ll
+2,871-1,461llvm/test/CodeGen/NVPTX/atomicrmw-sm70.ll
+4,253-0llvm/docs/NVPTXUsage.md
+3,624-0mlir/lib/Dialect/OpenACC/Transforms/ACCCGToGPU.cpp
+1,635-849llvm/test/CodeGen/NVPTX/atomicrmw-sm90.ll
+15,332-8,5644,684 files not shown
+126,127-64,3784,690 files

OpenBSD/ports C2dgMAllang/binaryen distinfo Makefile

   Update binaryen to 131.
VersionDeltaFile
1.22+2-2lang/binaryen/distinfo
1.23+1-1lang/binaryen/Makefile
+3-32 files

FreeBSD/ports 0f84e96databases/timescaledb distinfo Makefile

databases/timescaledb: Update to 2.28.3
DeltaFile
+3-3databases/timescaledb/distinfo
+1-1databases/timescaledb/Makefile
+1-0databases/timescaledb/pkg-plist
+5-43 files

NetBSD/pkgsrc MSGEMnTwww/php-ja-wordpress distinfo Makefile

   Pullup ticket #7188 - requested by taca
   www/php-ja-wordpress: Security fix

   Revisions pulled up:
   - www/php-ja-wordpress/Makefile                                 1.33
   - www/php-ja-wordpress/distinfo                                 1.30

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Sat Jul 18 12:44:59 UTC 2026

      Modified Files:
        pkgsrc/www/php-ja-wordpress: Makefile distinfo

      Log Message:
      www/php-ja-wordpress: update to 6.9.5

      6.9.5 (2026-7-17)

    [8 lines not shown]
VersionDeltaFile
1.29.4.1+4-4www/php-ja-wordpress/distinfo
1.32.4.1+2-2www/php-ja-wordpress/Makefile
+6-62 files

NetBSD/pkgsrc sdqSRiVwww/wordpress distinfo Makefile

   Pullup ticket #7187 - requested by taca
   www/wordpress: Security fix

   Revisions pulled up:
   - www/wordpress/Makefile                                        1.119
   - www/wordpress/distinfo                                        1.100

   ---
      Module Name:      pkgsrc
      Committed By:     taca
      Date:             Sat Jul 18 12:44:06 UTC 2026

      Modified Files:
        pkgsrc/www/wordpress: Makefile distinfo

      Log Message:
      www/wordpress: update to 6.9.5

      6.9.5 (2026-7-17)

    [8 lines not shown]
VersionDeltaFile
1.99.2.1+4-4www/wordpress/distinfo
1.118.2.1+2-2www/wordpress/Makefile
+6-62 files

LLVM/project bcb4e7dllvm/lib/Transforms/InstCombine InstCombineSimplifyDemanded.cpp, llvm/test/Transforms/InstCombine simplify-demanded-fpclass-fdiv.ll

[InstCombine] Fix 0.0 / x -> 0 folds when the divisor may be zero (#202482)

SimplifyDemandedUseFPClass folded 0/x to a signed zero, guarded only on
the divisor being non-NaN. But when x==0, the result is is NaN, not 0!

Require the divisor to be never (logical) zero, unless a NaN result
isn't demanded.
DeltaFile
+105-0llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fdiv.ll
+12-5llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
+117-52 files

FreeBSD/ports f6a569cx11-toolkits/girara distinfo Makefile

x11-toolkits/girara: Update to 2026.07.18
DeltaFile
+3-3x11-toolkits/girara/distinfo
+1-1x11-toolkits/girara/Makefile
+4-42 files

OpenBSD/ports WUgVyY4net/nchat distinfo Makefile, net/nchat/pkg PLIST

   net/nchat: update to 5.17.26

   From Nazarenko Mykyta (maintainer)
VersionDeltaFile
1.2+3-2net/nchat/pkg/PLIST
1.3+2-2net/nchat/distinfo
1.4+1-1net/nchat/Makefile
+6-53 files

LLVM/project 220e827llvm/include/llvm/IR PassManagerInternal.h, llvm/unittests/IR PassManagerTest.cpp

[IR][NFC] Avoid unneccessary move of analysis results (#210540)

While benchmarking CycleAnalysis, I noticed that each analysis result is
constructed on the stack first and then moved to its final place on the
heap. This is unnecessary -- directly construct the analysis result in
its final place. Consequently, analysis results can be immovable.
DeltaFile
+12-33llvm/include/llvm/IR/PassManagerInternal.h
+5-0llvm/unittests/IR/PassManagerTest.cpp
+17-332 files

NetBSD/pkgsrc-wip 9230692llvm distinfo, llvm/patches patch-203680

llvm: fix for misaligned dylibs on macOS 27
DeltaFile
+731-0llvm/patches/patch-203680
+1-0llvm/distinfo
+732-02 files

FreeBSD/ports 06b29d2editors/mined Makefile

editors/mined: chase UCD

(cherry picked from commit 58ec6ab496d54e31a3145ab31deb138557d2941a)
DeltaFile
+2-2editors/mined/Makefile
+2-21 files

LLVM/project b0be6ecllvm/include/llvm/IR PassManagerInternal.h, llvm/unittests/IR PassManagerTest.cpp

[spr] initial version

Created using spr 1.3.8-wip
DeltaFile
+12-33llvm/include/llvm/IR/PassManagerInternal.h
+5-0llvm/unittests/IR/PassManagerTest.cpp
+17-332 files

LLVM/project 24c0027llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll

[AMDGPU] Enabled GCNTrackers in GCNMaxOccupancySchedStrategy.

https://github.com/llvm/llvm-project/pull/169616 introduced scheduling
strategy specific GCNTrackers. This PR follows that template and
enables GCNTrackers for the max-occupancy strategy.

Depends on https://github.com/llvm/llvm-project/pull/184275.

Assisted-by: Cursor/Claude Opus
DeltaFile
+73,543-73,116llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+13,031-13,122llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+3,785-3,654llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+3,696-3,670llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.256bit.ll
+3,193-3,014llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+2,690-2,887llvm/test/CodeGen/AMDGPU/load-local-i16.ll
+99,938-99,463132 files not shown
+139,455-136,476138 files

OPNSense/plugins ac68d4esysutils/cpu-microcode Makefile, sysutils/cpu-microcode/src/etc/rc.loader.d 40-cpu-microcode.in

sysutils/cpu-microcode: bring back late loading during early boot stage

Although the situation is different on 26.7/15.1 it still affects most
people trying to use microcode packages.

PR: https://forum.opnsense.org/index.php?topic=52387.0
DeltaFile
+8-2sysutils/cpu-microcode/src/etc/rc.loader.d/40-cpu-microcode.in
+5-0sysutils/cpu-microcode/src/etc/rc.syshook.d/early/40-cpu-microcode
+1-0sysutils/cpu-microcode/Makefile
+14-23 files

FreeBSD/ports 13eccc9www/bluefish pkg-plist distinfo

www/bluefish: Update to 2.4.2

ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_4_2/ChangeLog

MFH:            2026Q3
(cherry picked from commit 21205c6a8f931340be3e4598e1bde4ffae9477fc)
DeltaFile
+6-1www/bluefish/pkg-plist
+3-3www/bluefish/distinfo
+1-1www/bluefish/Makefile
+10-53 files

OpenBSD/src y7gISdWgnu/usr.bin/perl/ext/POSIX/t sigaction.t

   Tweak Perl sigaction test skip logic to cover OpenBSD 8.0.

   ok afresh1@
VersionDeltaFile
1.10+1-1gnu/usr.bin/perl/ext/POSIX/t/sigaction.t
+1-11 files

OPNSense/tools 854a5a8config/26.7 make.conf

config: depend on RC like AMD does
DeltaFile
+1-0config/26.7/make.conf
+1-01 files

Linux/linux f2ec631drivers/scsi scsi_error.c scsi_lib.c, drivers/target target_core_fabric_lib.c target_core_pr.c

Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "The biggest core change is the reliable wake fix for scsi_schedule_eh
  which is used by both libata and libsas which could otherwise cause
  error handler hangs due to rare races.

  All other fixes are in drivers (well except the export symbol removal)
  the next biggest being the target PR-OUT transportid parsing fix"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: hpsa: Fix DMA mapping leak on IOACCEL2 reset path
  scsi: elx: efct: Fix refcount leak in efct_hw_io_abort()
  scsi: elx: efct: Fix I/O leak on unsupported additional CDB
  scsi: core: wake eh reliably when using scsi_schedule_eh
  scsi: target: core: Fix iSCSI ISID use-after-free in REGISTER AND MOVE
  scsi: target: Bound PR-OUT TransportID parsing to the received buffer
  scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resource_setup()
  scsi: sg: Report request-table problems when any status is set

    [5 lines not shown]
DeltaFile
+69-20drivers/target/target_core_fabric_lib.c
+23-7drivers/xen/xen-scsiback.c
+21-1drivers/scsi/scsi_error.c
+7-5drivers/target/target_core_pr.c
+0-8drivers/scsi/scsi_lib.c
+3-4drivers/scsi/sg.c
+123-4510 files not shown
+141-5016 files

FreeBSD/ports c5af67bmath/R-cran-lme4 Makefile distinfo, math/R-cran-lme4/files patch-fix-test

math/R-cran-lme4: Update to 2.0-6

ChangeLog: https://cran.r-project.org/web/packages/lme4/news.html
DeltaFile
+0-31math/R-cran-lme4/files/patch-fix-test
+6-4math/R-cran-lme4/Makefile
+3-3math/R-cran-lme4/distinfo
+9-383 files

FreeBSD/ports 21205c6www/bluefish pkg-plist distinfo

www/bluefish: Update to 2.4.2

ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_4_2/ChangeLog

MFH:            2026Q3
DeltaFile
+6-1www/bluefish/pkg-plist
+3-3www/bluefish/distinfo
+1-1www/bluefish/Makefile
+10-53 files

FreeBSD/ports 0c396a6x11-drivers/xf86-input-joystick Makefile distinfo

x11-drivers/xf86-input-joystick: Update to 1.6.4

Update WWW and pkg-descr.

https://lists.x.org/archives/xorg-announce/2022-December/003290.html

PR:             296865
Approved by:    x11 (arrowd)
Approved by:    osa (mentor)
DeltaFile
+3-6x11-drivers/xf86-input-joystick/Makefile
+3-3x11-drivers/xf86-input-joystick/distinfo
+4-1x11-drivers/xf86-input-joystick/pkg-descr
+10-103 files

LLVM/project d89537dllvm/lib/Target/DirectX DXContainerGlobals.cpp, llvm/lib/Target/DirectX/DXILWriter DXILWriterPass.cpp

[DirectX] Fix `--dx-embed-debug` flag dependency (#210513)

This patch moves the definition of `cl::opt<std::string> PdbDebugPath`
from `DXContainerGlobals.cpp` to `DXILWriter/DXILWriterPass.cpp`,
reversing the dependency.
Fixes the layering violation in #204166.
DeltaFile
+5-1llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.cpp
+1-5llvm/lib/Target/DirectX/DXContainerGlobals.cpp
+6-62 files

LLVM/project 5c30a1emlir/include/mlir-c Rewrite.h, mlir/lib/CAPI/Transforms Rewrite.cpp

[mlir-c] Expose hard-failure state in 1:N type conversion callback

The 1:N conversion callback returned MlirLogicalResult, which the binding
could only map to success or nullopt (try-another), leaving the C++
failure() state (fail without trying another conversion) unreachable.

Return a MlirTypeConverterConversionStatus enum instead, with Success,
Failure, and Declined states mapped to success(), failure(), and
std::nullopt respectively. Add a test covering the hard-failure path.
DeltaFile
+99-12mlir/test/CAPI/rewrite.c
+18-6mlir/include/mlir-c/Rewrite.h
+12-3mlir/lib/CAPI/Transforms/Rewrite.cpp
+129-213 files

LLVM/project 2e42e0cmlir/include/mlir-c Rewrite.h, mlir/lib/CAPI/Transforms Rewrite.cpp

[mlir-c] Expose hard-failure state in 1:N type conversion callback

The 1:N conversion callback returned MlirLogicalResult, which the binding
could only map to success or nullopt (try-another), leaving the C++
failure() state (fail without trying another conversion) unreachable.

Return a MlirTypeConverterConversionStatus enum instead, with Success,
Failure, and Declined states mapped to success(), failure(), and
std::nullopt respectively. Add a test covering the hard-failure path.
DeltaFile
+99-12mlir/test/CAPI/rewrite.c
+11-6mlir/include/mlir-c/Rewrite.h
+12-3mlir/lib/CAPI/Transforms/Rewrite.cpp
+122-213 files

NetBSD/pkgsrc LBzbqv8net/libtorrent distinfo, net/libtorrent/patches patch-src_torrent_system_system.cc

   net/libtorrent: Add upstream URL for sys/socket.h bug
VersionDeltaFile
1.2+2-2net/libtorrent/patches/patch-src_torrent_system_system.cc
1.71+2-2net/libtorrent/distinfo
+4-42 files

LLVM/project 785b595mlir/test/CAPI rewrite.c

pre-increment
DeltaFile
+6-6mlir/test/CAPI/rewrite.c
+6-61 files

LLVM/project 56262f3mlir/lib/Bindings/Python Rewrite.cpp

[mlir-c] Value-initialize MlirConversionPatternCallbacks in Python bindings

The Python conversion-pattern binding left the struct default-initialized,
so the newly-added optional matchAndRewrite1ToN field held an indeterminate
pointer. The driver's null check then read garbage and jumped into it,
segfaulting mlir/test/python/rewrite.py. Value-initialize the struct so
optional callbacks default to null.
DeltaFile
+3-1mlir/lib/Bindings/Python/Rewrite.cpp
+3-11 files