FreeBSD/ports d31d0a9security/wazuh-manager distinfo

security/wazuh-manager: Fix fetch

Reported by:    pkg-fallout
DeltaFile
+1-1security/wazuh-manager/distinfo
+1-11 files

LLVM/project 48d0059llvm/test/tools/llvm-exegesis lit.local.cfg, llvm/tools/llvm-exegesis/lib/X86 X86Counter.cpp

[llvm-exegesis] Fix ~27 minute stall when no LBR sample arrives (#218102)

X86LbrPerfEvent programs PERF_TYPE_RAW/0x20c4, a P-core encoding. A
hybrid CPU registers one PMU per core type and cpu_core claims
PERF_TYPE_RAW, so the kernel never schedules the event while the thread
runs on an E-core. perf_event_open succeeds all the same and no sample
is recorded.

doReadCounter polls 160 times with a 10s timeout, so reporting the
failure takes ~27 minutes, and checkLbrSupport then aborts instead of
reporting it, never having consumed the Expected error. lit.local.cfg
probes llvm-exegesis at test discovery, so with LLVM_ENABLE_LIBPFM=ON
this stalls all of check-llvm before any test runs.

The event is disabled before we poll, so a sample either is already in
the ring buffer -- wakeup_events == 1 leaves POLLIN asserted -- or it
will never arrive. Poll 3 times with a 1s timeout, use
expectedToOptional, and bound the lit probe. A probe that works at all
takes under 30ms, 0.08s with every core saturated.

    [3 lines not shown]
DeltaFile
+23-24llvm/tools/llvm-exegesis/lib/X86/X86Counter.cpp
+7-0llvm/test/tools/llvm-exegesis/lit.local.cfg
+30-242 files

FreeBSD/ports 7085e0email/py-resend Makefile distinfo

mail/py-resend: Update to 2.40.1

Changelog: https://github.com/resend/resend-python/releases/tag/v2.40.0

Reported by:    Repology
DeltaFile
+3-3mail/py-resend/distinfo
+1-1mail/py-resend/Makefile
+4-42 files

OpenBSD/src yCDOHvSlib/libc/sys recv.2

   remove a misplaced 'an'
   ok schwarze@ claudio@ krw@
VersionDeltaFile
1.54+3-3lib/libc/sys/recv.2
+3-31 files

LLVM/project b5b37ballvm/lib/Frontend/OpenMP OMPDescriptors.inc, llvm/test/CodeGen/AArch64 smul_fix_sat.ll vector-ldst-offset.ll

Rebase, improve analysis, fix tests

Created using spr 1.3.7
DeltaFile
+9,921-0llvm/test/CodeGen/AArch64/vector-ldst-align-float.ll
+8,227-0llvm/test/CodeGen/AArch64/vector-ldst-align.ll
+3,448-2llvm/test/CodeGen/AArch64/vector-ldst-offset.ll
+2,421-285llvm/test/tools/llvm-mca/AArch64/Cortex/A57-forwarding.s
+2,386-0llvm/lib/Frontend/OpenMP/OMPDescriptors.inc
+745-344llvm/test/CodeGen/AArch64/smul_fix_sat.ll
+27,148-631544 files not shown
+44,559-8,962550 files

LLVM/project a01a866llvm/tools/llvm-profdata llvm-profdata.cpp

deprecate -memprof-random-hotness-seed
DeltaFile
+4-4llvm/tools/llvm-profdata/llvm-profdata.cpp
+4-41 files

LLVM/project cddd875llvm/test/Transforms/PGOProfile memprof.ll

simplify test
DeltaFile
+6-12llvm/test/Transforms/PGOProfile/memprof.ll
+6-121 files

LLVM/project bb01101llvm/tools/llvm-profdata llvm-profdata.cpp

Update flag description
DeltaFile
+5-4llvm/tools/llvm-profdata/llvm-profdata.cpp
+5-41 files

LLVM/project e6d3227llvm/include/llvm/ProfileData InstrProfWriter.h, llvm/lib/ProfileData InstrProfWriter.cpp

[InstrProf] Rename --memprof-random-hotness-seed to --random-seed
DeltaFile
+57-0llvm/test/tools/llvm-profdata/merge-traces-seed.proftext
+5-13llvm/lib/ProfileData/InstrProfWriter.cpp
+10-5llvm/tools/llvm-profdata/llvm-profdata.cpp
+5-9llvm/test/Transforms/PGOProfile/memprof.ll
+2-4llvm/include/llvm/ProfileData/InstrProfWriter.h
+79-315 files

OpenBSD/src d6q9Vftsys/dev/pci if_aq_pci.c

   add a detach function to handle cleanup for Thunderbolt-attached
   versions like the OWC 10gbit Thunderbolt adapter
VersionDeltaFile
1.38+52-3sys/dev/pci/if_aq_pci.c
+52-31 files

LLVM/project 2e3d50bllvm/lib/Analysis AliasSetTracker.cpp

[Analysis] Fix the build (#218559)

This patch fixes:

  llvm/lib/Analysis/AliasSetTracker.cpp:336:31: error: no member named
  'ModAccess' in 'llvm::AliasSet'
DeltaFile
+1-1llvm/lib/Analysis/AliasSetTracker.cpp
+1-11 files

LLVM/project 4431c2dclang/lib/Sema HLSLExternalSemaSource.cpp, clang/test/AST/HLSL Textures-vector-AST.hlsl Textures-scalar-AST.hlsl

[HLSL] Implement TextureCubeArray
DeltaFile
+40-83clang/test/AST/HLSL/Textures-vector-AST.hlsl
+40-83clang/test/AST/HLSL/Textures-scalar-AST.hlsl
+21-0clang/lib/Sema/HLSLExternalSemaSource.cpp
+13-0clang/test/CodeGenHLSL/resources/Textures-SampleLevel.hlsl
+13-0clang/test/CodeGenHLSL/resources/Textures-SampleGrad.hlsl
+13-0clang/test/CodeGenHLSL/resources/Textures-SampleCmpLevelZero.hlsl
+140-16620 files not shown
+277-16826 files

FreeBSD/ports 3cb797dsysutils/zpool-set Makefile distinfo

sysutils/zpool-set: Update to 1.0.1
DeltaFile
+5-5sysutils/zpool-set/distinfo
+1-1sysutils/zpool-set/Makefile
+6-62 files

FreeBSD/ports 09b384dsysutils/zfs-set Makefile distinfo

sysutils/zfs-set: Update to 1.0.1
DeltaFile
+5-5sysutils/zfs-set/distinfo
+1-1sysutils/zfs-set/Makefile
+6-62 files

FreeBSD/ports 174aa5esysutils/zfs-allow Makefile distinfo

sysutils/zfs-allow: Update to 1.0.2
DeltaFile
+5-5sysutils/zfs-allow/distinfo
+1-1sysutils/zfs-allow/Makefile
+6-62 files

FreeBSD/ports 2a1ec50sysutils/facl Makefile distinfo

sysutils/facl: Update to 1.4.1
DeltaFile
+5-5sysutils/facl/distinfo
+1-1sysutils/facl/Makefile
+6-62 files

LLVM/project 439f28cllvm/lib/Frontend/OpenMP OMPDescriptors.inc, llvm/lib/Target/RISCV RISCVExpandAtomicPseudoInsts.cpp

Merge commit '0abc9f232143e1bc6f9bf7cccb017a80fc9bc330' into HEAD
DeltaFile
+9,921-0llvm/test/CodeGen/AArch64/vector-ldst-align-float.ll
+8,227-0llvm/test/CodeGen/AArch64/vector-ldst-align.ll
+3,448-2llvm/test/CodeGen/AArch64/vector-ldst-offset.ll
+2,421-285llvm/test/tools/llvm-mca/AArch64/Cortex/A57-forwarding.s
+2,386-0llvm/lib/Frontend/OpenMP/OMPDescriptors.inc
+0-920llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp
+26,403-1,207480 files not shown
+40,431-6,236486 files

LLVM/project 0abc9f2flang/include/flang/Common uint128.h, flang/include/flang/Evaluate real.h integer.h

Reduce change noise
DeltaFile
+14-34flang/include/flang/Common/uint128.h
+6-5flang/unittests/Evaluate/RealValueTest.cpp
+0-6flang/include/flang/Evaluate/real.h
+5-1flang/include/flang/Evaluate/integer.h
+0-5flang/lib/Evaluate/real-value-impl.cpp
+0-4flang/lib/Evaluate/real-value.cpp
+25-557 files not shown
+31-6913 files

LLVM/project abd4e49llvm/lib/Frontend/OpenMP OMPDescriptors.inc, llvm/lib/Target/RISCV RISCVExpandAtomicPseudoInsts.cpp

Merge commit '841ff9a571d4d1ccd3729e998413999f83825f19' into HEAD
DeltaFile
+9,921-0llvm/test/CodeGen/AArch64/vector-ldst-align-float.ll
+8,227-0llvm/test/CodeGen/AArch64/vector-ldst-align.ll
+3,448-2llvm/test/CodeGen/AArch64/vector-ldst-offset.ll
+2,421-285llvm/test/tools/llvm-mca/AArch64/Cortex/A57-forwarding.s
+2,386-0llvm/lib/Frontend/OpenMP/OMPDescriptors.inc
+0-920llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp
+26,403-1,207467 files not shown
+40,400-6,167473 files

LLVM/project 5bbca25clang/lib/Sema HLSLBuiltinTypeDeclBuilder.cpp, clang/test/AST/HLSL Textures-vector-AST.hlsl Textures-scalar-AST.hlsl

[HLSL] Implement TextureCube for HLSL
DeltaFile
+541-518clang/test/AST/HLSL/Textures-scalar-AST.hlsl
+537-514clang/test/AST/HLSL/Textures-vector-AST.hlsl
+181-140clang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp
+108-77clang/test/CodeGenHLSL/resources/Textures-SampleGrad.hlsl
+96-63clang/test/CodeGenHLSL/resources/Textures-Sample.hlsl
+86-53clang/test/CodeGenHLSL/resources/Textures-SampleCmp.hlsl
+1,549-1,36520 files not shown
+2,265-1,64226 files

LLVM/project 841ff9allvm/lib/Frontend/OpenMP OMPDescriptors.inc, llvm/lib/Target/RISCV RISCVExpandAtomicPseudoInsts.cpp

Merge commit 'd61e867a780ecd9a5dfc012f2e6c628d3f1c30ee' into HEAD
DeltaFile
+9,921-0llvm/test/CodeGen/AArch64/vector-ldst-align-float.ll
+8,227-0llvm/test/CodeGen/AArch64/vector-ldst-align.ll
+3,448-2llvm/test/CodeGen/AArch64/vector-ldst-offset.ll
+2,421-285llvm/test/tools/llvm-mca/AArch64/Cortex/A57-forwarding.s
+2,386-0llvm/lib/Frontend/OpenMP/OMPDescriptors.inc
+0-920llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp
+26,403-1,207467 files not shown
+40,400-6,167473 files

OpenBSD/src WUOzgVPusr.bin/xinstall install.1

   unneccessary -> unnecessary
VersionDeltaFile
1.33+3-3usr.bin/xinstall/install.1
+3-31 files

LLVM/project 6183626clang/test/CodeGenHLSL/resources Textures-default-explicit-binding.hlsl RWTextures-Subscript.hlsl, clang/test/SemaHLSL/Resources Textures-Subscript.hlsl

Consolidate RWTextures-Subscript into Textures-Subscript. Fixup HAS_STORE and unused DIM macros in other tests
DeltaFile
+101-20clang/test/CodeGenHLSL/resources/Textures-Subscript.hlsl
+0-92clang/test/CodeGenHLSL/resources/RWTextures-Subscript.hlsl
+6-6clang/test/SemaHLSL/Resources/Textures-Subscript.hlsl
+4-6clang/test/CodeGenHLSL/resources/Textures-default-explicit-binding.hlsl
+111-1244 files

LLVM/project 302115fclang/test/AST/HLSL Textures-vector-AST.hlsl Textures-scalar-AST.hlsl, clang/test/CodeGenHLSL/resources Textures-Gather.hlsl Textures-SampleGrad.hlsl

[HLSL][NFC] Generalize and consolidate the texture tests

Many of the texture tests were parameterized specifically for Texture2D
and Texture2DArray, therefore retaining several 2D-specific literals,
including: the `hlsl::dimension` spelling, the width of the offset / ddx
/ ddy / LOD-location vectors, the operator[] index type and the
`spirv.Image` Dim operand.

Furthermore, the macro names used for parameterization was inconsistent
among test files.

This commit re-parameterizes the texture tests to generalize to more than
only 2D textures, and keeps the macro names consistent across test files.

Each test file now also has a comment describing each macro used in the
test.

This commit also moves 3 misplaced texture tests under
clang/test/SemaHLSL into clang/test/SemaHLSL/Resources.

    [2 lines not shown]
DeltaFile
+225-138clang/test/CodeGenHLSL/resources/Textures-Load.hlsl
+152-120clang/test/AST/HLSL/Textures-vector-AST.hlsl
+152-120clang/test/AST/HLSL/Textures-scalar-AST.hlsl
+100-52clang/test/CodeGenHLSL/resources/Textures-SampleGrad.hlsl
+81-19clang/test/SemaHLSL/Resources/Textures-Subscript.hlsl
+69-25clang/test/CodeGenHLSL/resources/Textures-Gather.hlsl
+779-47437 files not shown
+2,010-96543 files

LLVM/project b22b49allvm/lib/Target/AMDGPU AMDGPUPromoteAlloca.cpp, llvm/test/CodeGen/AMDGPU promote-alloca-mixed-width-access.ll

Refactor to enable scalars inline instead of seperate helper function
DeltaFile
+23-38llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
+50-0llvm/test/CodeGen/AMDGPU/promote-alloca-mixed-width-access.ll
+73-382 files

FreeBSD/src f07ba95sys/dev/ixgbe ixgbe_phy.c

ixgbe: Avoid a signed shift while assembling the PHY ID

The PHY identifier word is promoted to signed int when the cast is
applied after the shift.  Cast the 16-bit register value first so
identifiers with their high bit set are assembled as unsigned data.

(cherry picked from commit f4bf1da7bac80cbe3ec862f395c22a3c5d176312)
DeltaFile
+1-1sys/dev/ixgbe/ixgbe_phy.c
+1-11 files

FreeBSD/src eee64d7sys/dev/igc igc_phy.c

igc: Avoid a signed shift while assembling the PHY ID

The PHY identifier word is promoted to signed int when the cast is
applied after the shift.  Cast the 16-bit register value first so
identifiers with their high bit set are assembled as unsigned data.

(cherry picked from commit f5fd839fe688181e57171850ce51e4dec71e62fd)
DeltaFile
+1-1sys/dev/igc/igc_phy.c
+1-11 files

FreeBSD/src b714f22sys/dev/e1000 e1000_phy.c e1000_ich8lan.c

e1000: Avoid signed shifts while assembling PHY IDs

PHY identifier words are promoted to signed int when the cast is applied
after the shift.  Cast each 16-bit register value first so identifiers
with their high bit set are assembled as unsigned data.

(cherry picked from commit 13a7470096567480676e24545b3c1d6404f3f2ec)
DeltaFile
+1-1sys/dev/e1000/e1000_phy.c
+1-1sys/dev/e1000/e1000_ich8lan.c
+1-1sys/dev/e1000/e1000_82571.c
+3-33 files

LLVM/project 5bcf777llvm/docs/DirectX DXILResources.rst DXILResources.md, llvm/docs/GlobalISel GenericOpcode.md GenericOpcode.rst

Merge branch 'main' into users/rampitec/gfx1250-strict
DeltaFile
+0-1,275llvm/docs/GlobalISel/GenericOpcode.rst
+1,116-0llvm/docs/GlobalISel/GenericOpcode.md
+0-1,061llvm/docs/DirectX/DXContainer.rst
+1,060-0llvm/docs/DirectX/DXContainer.md
+888-0llvm/docs/DirectX/DXILResources.md
+0-885llvm/docs/DirectX/DXILResources.rst
+3,064-3,22151 files not shown
+7,662-8,13057 files

FreeBSD/src c4a11b4sys/dev/igc if_igc.c

igc: Export EEE Low Power Idle counters

The driver already accumulates the clear-on-read transmit and receive
LPI event counters.  Expose the 64-bit totals under the per-device eee
sysctl node.

(cherry picked from commit 13d78e4b9d0a27128319a1241f00f7ab9aa864bb)
DeltaFile
+10-2sys/dev/igc/if_igc.c
+10-21 files