NetBSD/src fndg1TOsys/arch/m68k/m68k pmap_motorola.c

   Handle PMAP_NOCACHE case in pmap_kenter_pa() in Hibler's pmap_motorola.c.

   This is also necessary to replace deprecated physaccess() with
   pmap_kenter_pa(9), and was missed in the previous hp300 physaccess()
   elimination.  Patch from and noticed by thorpej@.
VersionDeltaFile
1.99+7-4sys/arch/m68k/m68k/pmap_motorola.c
+7-41 files

LLVM/project 86cbb36lld/COFF DriverUtils.cpp Options.td, lld/test/COFF driver.test

[lld] Add (ignored) /link flag to lld-link for compatibility with MSVC link.exe (#168364)

Various build tools may produce command lines invoking clang-cl and
lld-link which contain /link twice like so: e.g. `clang-cl.exe
sanitycheckcpp.cc /Fesanitycheckcpp.exe .... /link /link ...`

If link.exe is used, it ignores the extra `/link` and just issues a
warning, however lld-link tries to treat `/link` as a file name.

This PR adds a flag which is ignored in order to improve compatibility
with link.exe

There's some extra context including an "in-the-wild" example and
reproducer of the problem here:
https://github.com/frankier/meson_clang_win_activation

Co-authored-by: Frankie Robertson <frankie at robertson.name>
DeltaFile
+3-0lld/COFF/DriverUtils.cpp
+3-0lld/test/COFF/driver.test
+1-0lld/COFF/Options.td
+7-03 files

LLVM/project 68ba286llvm/lib/Transforms/Utils ScalarEvolutionExpander.cpp

[SCEVExp] Remove early exit, rely on InstSimplifyFolder (NFCI).

Remove the SCEV-based check refined in
https://github.com/llvm/llvm-project/pull/156910, as InstSimplifyFolder
manages to simplify the generated code to false directly as well.
DeltaFile
+0-11llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
+0-111 files

OPNSense/src b578125sys/netpfil/pf pf.c

pf: SCTP abort messages fully close the connection

As per RFC (RFC4960 section 3.3.7) an ABORT terminates the connection fully. We
should mode the state to CLOSED rather than CLOSING.

Suggested by:   Oliver Thomas
See also:       https://redmine.pfsense.org/issues/15924
Sponsored by:   Rubicon Communications, LLC ("Netgate")
DeltaFile
+2-2sys/netpfil/pf/pf.c
+2-21 files

pfSense/pfsense 523397bsrc/etc/inc services.inc

Always send domain-name and domain-search options. Fix #16552

If a client doesn't request the "domain-name" or "domain-search" options
then Kea does not include them in the lease. This results in DNS
registration with the fallback domain ".unknown.home.arpa". Update the
Kea configuration to always send these options.
DeltaFile
+16-8src/etc/inc/services.inc
+16-81 files

OPNSense/core 595f1c7src/www system_advanced_firewall.php

firewall: fix a lie
DeltaFile
+2-2src/www/system_advanced_firewall.php
+2-21 files

FreeNAS/freenas 591c191src/middlewared/middlewared/api/v25_10_1 smb.py, src/middlewared/middlewared/api/v26_04_0 smb.py

Fix docstring in SMB share docs

This commit fixes a merge that didn't include the now mandatory
continuation character for the python docstring for an API field.
DeltaFile
+1-1src/middlewared/middlewared/api/v26_04_0/smb.py
+1-1src/middlewared/middlewared/api/v25_10_1/smb.py
+2-22 files

OPNSense/core 7fc5d13src/etc/inc filter.lib.inc

firewall: tiny bit of code style in this file
DeltaFile
+7-3src/etc/inc/filter.lib.inc
+7-31 files

FreeNAS/freenas d9c4c3bsrc/middlewared/middlewared auth.py, src/middlewared/middlewared/plugins auth.py

Fix
DeltaFile
+21-9src/middlewared/middlewared/utils/account/authenticator.py
+5-5src/middlewared/middlewared/auth.py
+2-5src/middlewared/middlewared/plugins/auth.py
+28-193 files

FreeBSD/ports b760b9agraphics/p5-Image-ExifTool-devel distinfo Makefile

graphics/p5-Image-ExifTool-devel: Update 13.41 => 13.42

ChangeLog:
https://exiftool.org/history.html

PR:     291116
DeltaFile
+3-3graphics/p5-Image-ExifTool-devel/distinfo
+1-1graphics/p5-Image-ExifTool-devel/Makefile
+4-42 files

NetBSD/src UDRfsnPtests/lib/libc/misc Makefile

   not all of these tests are ubsan-related any more
VersionDeltaFile
1.13+3-5tests/lib/libc/misc/Makefile
+3-51 files

FreeBSD/ports f1f4afbdevel/sdbus-cpp distinfo Makefile

devel/sdbus-cpp: update to 2.2.1

Changes:        https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v2.2.1
Reported by:    GitHub (watch releases)
DeltaFile
+3-3devel/sdbus-cpp/distinfo
+1-1devel/sdbus-cpp/Makefile
+4-42 files

OpenBSD/ports mf4xpEblang/luajit Makefile distinfo, lang/luajit/patches patch-src_Makefile patch-src_lj_arch_h

   MFC update to luajit-2.1.1763318511 for BTI work
VersionDeltaFile
1.38.2.1+7-4lang/luajit/Makefile
1.10.2.1+3-3lang/luajit/patches/patch-src_Makefile
1.12.2.1+2-2lang/luajit/distinfo
1.8.6.1+1-1lang/luajit/patches/patch-src_lj_arch_h
+13-104 files

LLVM/project 9a40b79compiler-rt/lib/ubsan_minimal ubsan_minimal_handlers.cpp

messed up merge

Created using spr 1.3.7
DeltaFile
+8-0compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp
+8-01 files

LLVM/project 1b3d75fcompiler-rt/lib/ubsan_minimal ubsan_minimal_handlers.cpp, compiler-rt/test/ubsan_minimal/TestCases test-darwin-interface.c

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+40-9compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp
+1-0compiler-rt/test/ubsan_minimal/TestCases/test-darwin-interface.c
+41-92 files

LLVM/project 778e104mlir/include/mlir/Dialect/XeGPU/IR XeGPUAttrs.td, mlir/lib/Dialect/XeGPU/Transforms XeGPUWgToSgDistribute.cpp

[MLIR] [XeGPU] Fix dropSgLayoutAndData & dropInstData in SliceAttr (#168618)

DeltaFile
+25-40mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp
+4-0mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td
+29-402 files

LLVM/project 4d97b78clang-tools-extra/clang-tidy .clang-tidy, clang-tools-extra/clang-tidy/utils ExceptionAnalyzer.cpp

[clang-tidy][NFC] Enable misc-const-correctness rule in clang-tidy codebase (#167172)

After successful `misc-const-correctness` cleanup (last patch
https://github.com/llvm/llvm-project/pull/167131), we can enable
`misc-const-correctness` rule for the whole project.

During cleanup, I didn't encounter any false positives so it's safe to
assume that we will have minimal FP in the future.
DeltaFile
+4-3clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.cpp
+1-0clang-tools-extra/clang-tidy/.clang-tidy
+5-32 files

LLVM/project a52e1afclang-tools-extra/clang-tidy/objc AssertEqualsCheck.cpp, clang/docs LibASTMatchersReference.html

[ASTMatchers] Make isExpandedFromMacro accept llvm::StringRef (#167060)

We can use non-owning `StringRef` in `MacroName` parameter to avoid
unnecessary copy because `MacroName` only used as an argument to
`internal::getExpansionLocOfMacro` which already accept `StringRef`.
DeltaFile
+3-3clang/docs/LibASTMatchersReference.html
+1-1clang/include/clang/ASTMatchers/ASTMatchers.h
+1-1clang-tools-extra/clang-tidy/objc/AssertEqualsCheck.cpp
+5-53 files

FreeBSD/ports 6ae5d4bsecurity/kanidm Makefile

security/kanidm: Pass implicit approval to dtxdf

Changelog: https://github.com/kanidm/kanidm/releases/tag/v${NEW_VERSION}
DeltaFile
+1-0security/kanidm/Makefile
+1-01 files

FreeBSD/ports 26ca1abx11-wm/cosmic-comp distinfo Makefile

x11-wm/cosmic-comp: update to 1.0.0.b.7

Changes:        https://github.com/pop-os/cosmic-comp/compare/epoch-1.0.0-beta.6...epoch-1.0.0-beta.7
Reported by:    Repology

(cherry picked from commit 6e032f810edb28a211b8a0bec5f102dadd6b85bf)
DeltaFile
+5-5x11-wm/cosmic-comp/distinfo
+1-1x11-wm/cosmic-comp/Makefile
+1-1x11-wm/cosmic-comp/Makefile.crates
+7-73 files

FreeBSD/ports 6e032f8x11-wm/cosmic-comp distinfo Makefile.crates

x11-wm/cosmic-comp: update to 1.0.0.b.7

Changes:        https://github.com/pop-os/cosmic-comp/compare/epoch-1.0.0-beta.6...epoch-1.0.0-beta.7
Reported by:    Repology
DeltaFile
+5-5x11-wm/cosmic-comp/distinfo
+1-1x11-wm/cosmic-comp/Makefile.crates
+1-1x11-wm/cosmic-comp/Makefile
+7-73 files

LLVM/project 427c182llvm/test/Transforms/LoopUnrollAndJam dependencies_multidims.ll

[unroll-and-jam] Document dependencies_multidims.ll and fix loop bounds (NFC) (#156578)

Add detailed comments explaining why each function should/shouldn't be
unroll-and-jammed based on memory access patterns and dependencies.

Fix loop bounds to ensure array accesses are within array bounds:
  * sub_sub_less: j starts from 1 (not 0) to ensure j-1 >= 0
  * sub_sub_less_3d: k starts from 1 (not 0) to ensure k-1 >= 0
  * sub_sub_outer_scalar: j starts from 1 (not 0) to ensure j-1 >= 0
DeltaFile
+101-17llvm/test/Transforms/LoopUnrollAndJam/dependencies_multidims.ll
+101-171 files

LLVM/project 6be7cf0mlir/include/mlir/Analysis/Presburger PresburgerSpace.h

[mlir][presburger] Fix PresburgerSpace comment (#167292)

DeltaFile
+2-2mlir/include/mlir/Analysis/Presburger/PresburgerSpace.h
+2-21 files

pfSense/pfsense 9ec6472src/etc/phpshellsessions pfanchordrill

Update anchor parsing in pfanchordrill. Implement #16551
DeltaFile
+45-13src/etc/phpshellsessions/pfanchordrill
+45-131 files

FreeBSD/ports 766e209lang/php85 Makefile distinfo

lang/php85: Update version 8.5.0RC5=>8.5.0

Changelog: https://www.php.net/ChangeLog-8.php#8.5.0
DeltaFile
+3-4lang/php85/Makefile
+3-3lang/php85/distinfo
+6-72 files

FreeBSD/ports a158838databases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.154=>1.5.155
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

FreeBSD/ports 6584189lang/php84 distinfo Makefile

lang/php84: Update version 8.4.14=>8.4.15

Changelog: https://www.php.net/ChangeLog-8.php#8.4.15
DeltaFile
+3-3lang/php84/distinfo
+1-1lang/php84/Makefile
+4-42 files

FreeBSD/ports dac13d8databases/freetds distinfo Makefile

databases/freetds: Update version 1.5.8=>1.5.9
DeltaFile
+3-3databases/freetds/distinfo
+1-1databases/freetds/Makefile
+4-42 files

FreeNAS/freenas d1961c7tests requirements.txt

Add nvmeof-client to requirements.txt for tests
DeltaFile
+1-0tests/requirements.txt
+1-01 files

FreeNAS/freenas 3d1f829tests/sharing_protocols/nvmet test_nvmet_ha_failover.py

Add TestFailback and fix test isolation

- Add TestFailback crash->orderly failback cycle tests (4 tests)
- Change TestFailover fixtures to class scope to fix backend switching
- Add restore_original_master fixture to restore HA state after tests
- Add MAX_FAILOVER_TIME checks for both failover and failback operations
DeltaFile
+361-5tests/sharing_protocols/nvmet/test_nvmet_ha_failover.py
+361-51 files