FreeBSD/ports 72994a8sysutils Makefile

sysutils/Makefile: Add missing entry for mods

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-0sysutils/Makefile
+1-01 files

FreeNAS/freenas 4797275src/middlewared/middlewared/alert/source ssh_login_failures.py

run it every 24hrs
DeltaFile
+6-2src/middlewared/middlewared/alert/source/ssh_login_failures.py
+6-21 files

LLVM/project 1a8f5fallvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/AArch64 gather-buildvector-with-minbitwidth-user.ll

[SLP]Exclude non-profitable subtrees.

Initial support for SLP tree throttling. Trims non-profitable subtrees,
trying to maximize perf gains.

Does not support trees with gathered loads yet, since they are not quite
trees, but graphs. Analysis should be added later.

Reviewers: RKSimon

Pull Request: https://github.com/llvm/llvm-project/pull/162018

Recommit after revert in 6ec2ec4826b51d7d809fe08b36883a78d7dc0b98 with
a fix
DeltaFile
+335-66llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+243-83llvm/test/Transforms/SLPVectorizer/X86/c-ray.ll
+137-26llvm/test/Transforms/SLPVectorizer/X86/pr46983.ll
+67-66llvm/test/Transforms/SLPVectorizer/RISCV/reordered-buildvector-scalars.ll
+29-63llvm/test/Transforms/SLPVectorizer/AArch64/gather-buildvector-with-minbitwidth-user.ll
+29-48llvm/test/Transforms/SLPVectorizer/X86/scalarize-ctlz.ll
+840-35233 files not shown
+1,221-67739 files

FreeNAS/freenas 896d726src/middlewared/middlewared/api/v25_10_1 smb.py, src/middlewared/middlewared/api/v25_10_2 smb.py

NAS-139110 / 25.10.2 / Fix typo in SMB share ACL validation (by anodos325) (#17921)

We were checking for presence of ae_who_str or ae_who_id rather than for
ae_who_sid. Update API description to match reality.

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

Co-authored-by: Andrew Walker <awalker at ixsystems.com>
DeltaFile
+1-2src/middlewared/middlewared/api/v25_10_2/smb.py
+1-2src/middlewared/middlewared/api/v25_10_1/smb.py
+1-1src/middlewared/middlewared/plugins/smb.py
+3-53 files

OpenZFS/src b9b8444.github/workflows zfs-qemu.yml, .github/workflows/scripts qemu-2-start.sh qemu-3-deps-vm.sh

CI: Add Alpine Linux 3.23 runner to the pipeline (#18087)

Add an Alpine Linux 3.23 runner to the CI chain to run OpenZFS builds
and tests against musl libc.

Currently, zfs_send_sparse is killed after 10 minutes on Alpine, causing
cascading EBUSY failures in the test suite. With zfs_send_sparse
disabled, the ZFS test suite reaches a pass rate of 94.62%.

This commit introduces the required Alpine-specific setup and a small
set of shell and cloud-init compatibility fixes that also apply to
existing Linux runners.

The Alpine runner is not enabled by default and is not executed for new
pull requests.

Sponsored-by: ERNW Research GmbH - https://ernw-research.de/

Signed-off-by: Alexander Moch <amoch at ernw.de>

    [2 lines not shown]
DeltaFile
+41-7.github/workflows/scripts/qemu-2-start.sh
+44-1.github/workflows/scripts/qemu-3-deps-vm.sh
+15-7.github/workflows/scripts/qemu-5-setup.sh
+8-1.github/workflows/scripts/qemu-6-tests.sh
+8-0.github/workflows/zfs-qemu.yml
+2-1tests/zfs-tests/tests/functional/mount/mount_loopback.ksh
+118-173 files not shown
+121-209 files

pfSense/pfsense 79f3776src/etc/inc syslog.inc, src/usr/local/www status_logs_settings.php

Add a global log level preference. Implement #16616

Additionally:
Remove the extra "daemon.none" that was left in when config lines merged.
Add "local4.none" to the remote logging config to match local logging.
DeltaFile
+53-32src/etc/inc/syslog.inc
+15-1src/usr/local/www/status_logs_settings.php
+68-332 files

FreeNAS/freenas da34121src/middlewared/middlewared/alert/source ssh_login_failures.py

reduce memory allocation in parent process
DeltaFile
+31-29src/middlewared/middlewared/alert/source/ssh_login_failures.py
+31-291 files

LLVM/project 0b9c449llvm/lib/Target/AMDGPU AMDGPURegBankLegalizeRules.cpp, llvm/test/CodeGen/AMDGPU strict_fsub.f16.ll strict_fsub.f32.ll

[AMDGPU][GISel] Add RegBankLegalize support for G_STRICT_FSUB (#173929)

DeltaFile
+41-18llvm/test/CodeGen/AMDGPU/strict_fsub.f16.ll
+4-4llvm/test/CodeGen/AMDGPU/strict_fsub.f32.ll
+1-1llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
+46-233 files

LLVM/project 966a825llvm/lib/Target/AMDGPU AMDGPULateCodeGenPrepare.cpp

review: avoid making seperate pass over block
DeltaFile
+9-18llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp
+9-181 files

LLVM/project f98cc40llvm/lib/Transforms/Utils LoopUtils.cpp, llvm/test/Transforms/LoopDeletion pr173357.ll

[LoopDeletion] Check for uses in unreachable basic blocks even when there is no exit block. (#173428)

Fixes #173357
DeltaFile
+25-23llvm/lib/Transforms/Utils/LoopUtils.cpp
+30-0llvm/test/Transforms/LoopDeletion/pr173357.ll
+55-232 files

FreeBSD/ports da0b146www/gohugo distinfo Makefile

www/gohugo: Update to 0.153.5

ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.153.5

 * images: Add compression option to image config and clean up some of the options handling
 * config: Fix cascade per language in hugo.toml regression
 * images: Fix WebP quality and hint parameters being ignored

Approved by:    doceng@ (implicit)
DeltaFile
+5-5www/gohugo/distinfo
+1-1www/gohugo/Makefile
+6-62 files

FreeNAS/freenas aff3dd9

Empty commit to create PR on github.

You should reset it
DeltaFile
+0-00 files

LLVM/project c4d5255llvm/test/Transforms/SLPVectorizer/AArch64 vec-node-dropped-with-gather-user.ll

[SLP][NFC]Add a test that reveals the issue with non-profitable subtrees deletion
DeltaFile
+56-0llvm/test/Transforms/SLPVectorizer/AArch64/vec-node-dropped-with-gather-user.ll
+56-01 files

FreeNAS/freenas a82f4b9src/middlewared/middlewared/api/v25_10_1 smb.py, src/middlewared/middlewared/api/v25_10_2 smb.py

NAS-139110 / 26.04 / Fix typo in SMB share ACL validation (#17920)

We were checking for presence of ae_who_str or ae_who_id rather than for
ae_who_sid. Update API description to match reality.
DeltaFile
+1-2src/middlewared/middlewared/api/v25_10_1/smb.py
+1-2src/middlewared/middlewared/api/v25_10_2/smb.py
+1-2src/middlewared/middlewared/api/v26_04_0/smb.py
+1-1src/middlewared/middlewared/plugins/smb.py
+4-74 files

LLVM/project 68a0b93flang/lib/Semantics check-call.cpp resolve-names.cpp, flang/test/Lower/CUDA cuda-data-transfer.cuf

[flang][cuda] Emit error when a device actual argument is used in host intrinsic (#172914)

This can lead to segfault if a device variable is used in a host
intrinsic. Emit an error in semantic.
DeltaFile
+36-0flang/lib/Semantics/check-call.cpp
+12-0flang/lib/Semantics/resolve-names.cpp
+11-1flang/test/Lower/CUDA/cuda-data-transfer.cuf
+7-0flang/test/Semantics/cuf23.cuf
+66-14 files

LLVM/project 1ac1a54flang-rt/include/flang-rt/runtime work-queue.h, flang-rt/lib/cuda memmove-function.cpp

Reland "[flang][cuda] Add support for derived-type initialization on device #172568" (#172913)

#172568
DeltaFile
+17-17flang/test/Lower/allocatable-polymorphic.f90
+24-6flang-rt/lib/runtime/derived.cpp
+27-0flang/include/flang/Optimizer/Builder/Runtime/RTBuilder.h
+17-7flang-rt/include/flang-rt/runtime/work-queue.h
+9-9flang/test/Lower/volatile-allocatable.f90
+18-0flang-rt/lib/cuda/memmove-function.cpp
+112-3926 files not shown
+207-11432 files

Linux/linux dbf8fe8drivers/net/ethernet/airoha airoha_eth.c, drivers/net/ethernet/stmicro/stmmac stmmac_main.c

Merge tag 'net-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

Pull networking fixes from Paolo Abeni:
 "Including fixes from Bluetooth and WiFi. Notably this includes the fix
  for the iwlwifi issue you reported.

  Current release - regressions:

   - core: avoid prefetching NULL pointers

   - wifi:
      - iwlwifi: implement settime64 as stub for MVM/MLD PTP
      - mac80211: fix list iteration in ieee80211_add_virtual_monitor()

   - handshake: fix null-ptr-deref in handshake_complete()

   - eth: mana: fix use-after-free in reset service rescan path

  Previous releases - regressions:

    [65 lines not shown]
DeltaFile
+69-1tools/testing/selftests/net/fib_tests.sh
+35-32net/dsa/dsa.c
+26-13drivers/net/ethernet/airoha/airoha_eth.c
+10-16net/ipv4/fib_semantics.c
+13-4net/openvswitch/vport-netdev.c
+15-2drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
+168-6865 files not shown
+428-19471 files

OpenBSD/ports P0IRf4isysutils/docker-compose distinfo modules.inc

   sysutils/docker-compose: update to 5.0.1

   Upstream rationalize 2.40.x -> 5.0.0 jump in version as:

   > We decided to skip 3.0.0 for next major release after docker Compose v2 to
   > prevent (more) confusion with the obsolete docker-compose file versions
   > 2.x and 3.x inherited from Docker Compose v1. We also skipped 4.0.0 to
   > have a clear separation with this legacy.
VersionDeltaFile
1.29+660-694sysutils/docker-compose/distinfo
1.25+456-474sysutils/docker-compose/modules.inc
1.31+2-2sysutils/docker-compose/Makefile
+1,118-1,1703 files

LLVM/project 52b4470llvm/lib/CodeGen/SelectionDAG SelectionDAGISel.cpp

[SelectionDAG] Use SmallVector::assign instead of clear+append. NFC (#173946)

DeltaFile
+1-2llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+1-21 files

FreeBSD/ports 1da4bd4security/age distinfo Makefile

security/age: Update version 1.3.0=>1.3.1

Changelog: https://github.com/FiloSottile/age/releases/tag/v1.3.1
DeltaFile
+5-5security/age/distinfo
+1-1security/age/Makefile
+6-62 files

FreeBSD/ports f719728databases/freetds-devel distinfo Makefile

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

LLVM/project 73a77e8llvm/test/CodeGen/AMDGPU combine-scalar-selects.ll combine-scalar-selects-asm.ll

review: transformation is profitable for other uses
DeltaFile
+131-0llvm/test/CodeGen/AMDGPU/combine-scalar-selects.ll
+123-0llvm/test/CodeGen/AMDGPU/combine-scalar-selects-asm.ll
+254-02 files

FreeBSD/doc 06d0803website/content/ru administration.adoc where.adoc, website/content/ru/releases/15.0R relnotes.adoc

website: RU - update all files changed in EN

Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D54222
DeltaFile
+8-8website/content/ru/releng/_index.adoc
+8-8website/content/ru/administration.adoc
+5-2website/content/ru/releases/15.0R/relnotes.adoc
+3-3website/content/ru/security/_index.adoc
+2-3website/content/ru/where.adoc
+3-2website/content/ru/status/_index.adoc
+29-262 files not shown
+31-288 files

LLVM/project 5a2162cllvm/lib/Target/AMDGPU AMDGPULateCodeGenPrepare.cpp, llvm/test/CodeGen/AMDGPU combine-scalar-selects.ll combine-scalar-selects-asm.ll

incorporate handling of other data type casting
DeltaFile
+1,157-0llvm/test/CodeGen/AMDGPU/combine-scalar-selects.ll
+979-0llvm/test/CodeGen/AMDGPU/combine-scalar-selects-asm.ll
+16-7llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp
+2,152-73 files

LLVM/project 7c0420dclang-tools-extra/clang-tidy/readability InconsistentIfElseBracesCheck.cpp InconsistentIfElseBracesCheck.h, clang-tools-extra/test/clang-tidy/checkers/readability inconsistent-ifelse-braces.cpp inconsistent-ifelse-braces-constexpr-if.cpp

[clang-tidy] Add new check 'readability-inconsistent-ifelse-braces' (#162361)

Closes https://github.com/llvm/llvm-project/issues/162140

---------

Co-authored-by: Victor Chernyakin <chernyakin.victor.j at outlook.com>
DeltaFile
+137-0clang-tools-extra/test/clang-tidy/checkers/readability/inconsistent-ifelse-braces.cpp
+122-0clang-tools-extra/test/clang-tidy/checkers/readability/inconsistent-ifelse-braces-constexpr-if.cpp
+91-0clang-tools-extra/clang-tidy/readability/InconsistentIfElseBracesCheck.cpp
+54-0clang-tools-extra/test/clang-tidy/checkers/readability/inconsistent-ifelse-braces-consteval-if.cpp
+43-0clang-tools-extra/clang-tidy/readability/InconsistentIfElseBracesCheck.h
+42-0clang-tools-extra/test/clang-tidy/checkers/readability/inconsistent-ifelse-braces-attributes.cpp
+489-05 files not shown
+542-011 files

NetBSD/pkgsrc LU9J7g5textproc/scdoc/patches patch-Makefile

   textproc/scdoc: remove unused patch
VersionDeltaFile
1.3+1-1textproc/scdoc/patches/patch-Makefile
+1-11 files

OpenBSD/src w8L7RvWsys/arch/i386/i386 pmap.c

   Introduce pmap_start_tlb_shoot() from amd64 to make the tlb shootdown
   code more similar because a fix is coming and we'd rather place it in
   that inline function than replicate it numerous times.
   ok kettenis
VersionDeltaFile
1.230+45-27sys/arch/i386/i386/pmap.c
+45-271 files

FreeBSD/src 4a15a35sys/arm/allwinner aw_rtc.c

aw_rtc: bump settime() delays

There are delay loops, checking the BUSY status bit, before writing to
the date or time registers. Each iteration contains a 1usec delay, for a
maximum of 70 iterations.

This is frequently not enough on the D1 platform, where the message is
emitted:

  rtc0: could not set date, RTC busy

Bump the loop delay to 10usecs each, and the maximum number of
iterations to 150, for a maximum delay of 1.5msecs between each write of
the register.

In my testing this seems to be adequate.

The loop variable is renamed for clarity/simplicity.


    [6 lines not shown]
DeltaFile
+12-11sys/arm/allwinner/aw_rtc.c
+12-111 files

LLVM/project f5832c5llvm/test/CodeGen/X86 sub-i512.ll add-i512.ll

[X86] Add i512 add/sub test coverage (#173998)

Base test coverage for #173996
DeltaFile
+477-0llvm/test/CodeGen/X86/sub-i512.ll
+447-0llvm/test/CodeGen/X86/add-i512.ll
+924-02 files

NetBSD/pkgsrc-wip 3eb7beblabwc Makefile, waybar Makefile

scdoc: include tool.mk from textproc instead of wip
DeltaFile
+1-2waybar/Makefile
+1-1labwc/Makefile
+2-32 files