FreeBSD/src 03ba27csys/modules/ath12k Makefile

ath12k: update module Makefile after vendor import of v6.19

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+32-6sys/modules/ath12k/Makefile
+32-61 files

FreeBSD/src a965502sys/contrib/dev/athk/ath12k mac.c debugfs_htt_stats.c

ath12k: update Atheros/QCA's ath12k driver

This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
05f7e89ab9731565d8a62e3b5d1ec206485eeb0b ( tag: v6.19 ).

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+9,336-1,825sys/contrib/dev/athk/ath12k/mac.c
+6,178-0sys/contrib/dev/athk/ath12k/debugfs_htt_stats.c
+4,684-353sys/contrib/dev/athk/ath12k/wmi.c
+2,346-505sys/contrib/dev/athk/ath12k/dp_mon.c
+2,076-0sys/contrib/dev/athk/ath12k/debugfs_htt_stats.h
+1,814-206sys/contrib/dev/athk/ath12k/wmi.h
+26,434-2,88965 files not shown
+42,804-5,61571 files

LLVM/project 2f076c3clang/bindings/python/clang cindex.py, clang/bindings/python/tests/cindex test_file.py

[libclang/python] Deprecate _CXUnsavedFile, introduce UnsavedFile instead (#187412)

To maintain consistency with other classes mirrored from libclang, the
`_CX` prefix should be removed.
The old name is introduced as a subclass of the renamed class, and
deprecation warnings are added on every attribute access.
DeltaFile
+22-3clang/bindings/python/clang/cindex.py
+12-1clang/bindings/python/tests/cindex/test_file.py
+4-0clang/docs/ReleaseNotes.rst
+38-43 files

FreeBSD/src 09cacabsys/modules/ath11k Makefile

ath11k: update module Makefile after vendor import of v6.19[-rc6]

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+43-20sys/modules/ath11k/Makefile
+43-201 files

FreeBSD/src 187d8a3sys/contrib/dev/athk/ath11k mac.c hal.h

ath11k: update Atheros/QCA's ath11k driver

This version is based on
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7 ( tag: v6.19-rc6 ).

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+316-139sys/contrib/dev/athk/ath11k/mac.c
+19-19sys/contrib/dev/athk/ath11k/hal.h
+19-1sys/contrib/dev/athk/ath11k/pci.c
+13-7sys/contrib/dev/athk/ath11k/wmi.c
+9-9sys/contrib/dev/athk/ath11k/pci.h
+3-15sys/contrib/dev/athk/ath11k/wmi.h
+379-1901 files not shown
+380-1917 files

Linux/linux 0e4f8f1arch/parisc/kernel cache.c

Merge tag 'parisc-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux

Pull parisc fix from Helge Deller:
 "Fix for the cacheflush() syscall which had D/I caches mixed up"

* tag 'parisc-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc: Flush correct cache in cacheflush() syscall
DeltaFile
+2-2arch/parisc/kernel/cache.c
+2-21 files

LLVM/project 3991dcbllvm/utils/gn/secondary/clang/lib/Driver BUILD.gn

[gn] port 81e8a1e59ee28e54
DeltaFile
+1-0llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn
+1-01 files

LLVM/project ea4955fclang/lib/Serialization ASTReader.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+1-1clang/lib/Serialization/ASTReader.cpp
+1-11 files

LLVM/project 8ccda46llvm/utils/gn/secondary/clang/lib/DependencyScanning BUILD.gn

[gn] port 02451f54d642ae

Also remove dependency on TargetsToBuild, which was apparently never
needed.
DeltaFile
+0-2llvm/utils/gn/secondary/clang/lib/DependencyScanning/BUILD.gn
+0-21 files

FreeBSD/ports c7fd3c0devel/wasi-libc Makefile

devel/wasi-libc: add WITHOUT_CPU_CFLAGS

PR: 293925
DeltaFile
+1-0devel/wasi-libc/Makefile
+1-01 files

FreeBSD/ports de5e3b6net/openmdns Makefile distinfo, net/openmdns/files patch-mdnsd_mdns.c patch-libmdns_Makefile

net/openmdns: update 0.7 -> 0.9 and take maintenership

Changelog:
    https://github.com/haesbaert/mdnsd/releases/tag/0.8
    https://github.com/haesbaert/mdnsd/releases/tag/0.9

Major changes:
    * Move mdnsl into a static libmdns library
    * Silently ignore T_NULL RR records generated by legacy Airdrop on macOS
    * Update rr_type_name to produce "NULL" as the name of type T_NULL(10)
    * Allow us to reflect PTR packets between two interfaces/networks in the daemon.
    * Fix RR leaks from cache_process()

Port changes:
    * Reorder Makefile to make portlint happy
    * Take port maintenership
DeltaFile
+2-48net/openmdns/files/patch-mdnsd_mdns.c
+13-12net/openmdns/Makefile
+18-0net/openmdns/files/patch-libmdns_Makefile
+8-8net/openmdns/files/patch-mdnsd_mdnsd.c
+3-3net/openmdns/distinfo
+44-715 files

LLVM/project 8771fd9llvm/utils/gn/secondary/compiler-rt/lib/profile BUILD.gn

[gn build] Port d18a784d4106
DeltaFile
+1-0llvm/utils/gn/secondary/compiler-rt/lib/profile/BUILD.gn
+1-01 files

LLVM/project d7dc03bllvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang BUILD.gn

[gn build] Port 4f298d4efa2f
DeltaFile
+1-0llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/BUILD.gn
+1-01 files

LLVM/project 7a54421llvm/utils/gn/secondary/clang/lib/Headers BUILD.gn

[gn build] Port b17db271d030
DeltaFile
+1-0llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
+1-01 files

LLVM/project 13d99cellvm/utils/gn/secondary/clang/lib/AST BUILD.gn

[gn build] Port 39b6a4d84ad8
DeltaFile
+1-0llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+1-01 files

Linux/linux 9b70771drivers/pci/endpoint/functions pci-epf-test.c, drivers/pci/pwrctrl core.c

Merge tag 'pci-v7.0-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci

Pull pci fixes from Bjorn Helgaas:

 - Create pwrctrl devices only for DT nodes below a PCI controller that
   describe PCI devices and are related to a power supply; this prevents
   waiting indefinitely for pwrctrl drivers that will never probe
   (Manivannan Sadhasivam)

 - Restore endpoint BAR mapping on subrange setup failure to make
   selftest reliable (Koichiro Den)

* tag 'pci-v7.0-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci:
  PCI: endpoint: pci-epf-test: Roll back BAR mapping when subrange setup fails
  PCI/pwrctrl: Create pwrctrl devices only for PCI device nodes
  PCI/pwrctrl: Ensure that remote endpoint node parent has supply requirement
DeltaFile
+41-13drivers/pci/pwrctrl/core.c
+5-0drivers/pci/endpoint/functions/pci-epf-test.c
+46-132 files

NetBSD/pkgsrc joiNdYGnet/wireshark Makefile

   wireshark: Add explicit dependency on xxhash.
VersionDeltaFile
1.346+2-1net/wireshark/Makefile
+2-11 files

Dreckly/dreckly e33dcdfnet/wireshark options.mk

wireshark: default to qt5
DeltaFile
+1-1net/wireshark/options.mk
+1-11 files

LLVM/project efc1138clang/lib/CIR/Lowering/DirectToLLVM LowerToLLVM.cpp, clang/test/CIR/CodeGen struct-init.cpp globals.cpp

[CIR] Add lowering for bool attributes (#187590)

When a boolean attribute was encountered in a constant global record or
constant global array, we were going to the default handler, which
returned a null value, and then trying to insert this null value in an
LLVM structure, which crashes.

This adds proper lowering for boolean attributes.
DeltaFile
+12-1clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+13-0clang/test/CIR/CodeGen/struct-init.cpp
+6-0clang/test/CIR/CodeGen/globals.cpp
+31-13 files

LLVM/project 9eb852cclang/include/clang/CIR/Dialect/Builder CIRBaseBuilder.h, clang/lib/CIR/CodeGen CIRGenModule.cpp CIRGenBuilder.cpp

[CIR] Implement global variable replacement in global view (#186168)

This change upstreams the CIR implementation of global variable
replacement handling for cases where the global was used in a
cir.global_view operation, either as an initializer for another global
or as a constant ptr.
DeltaFile
+99-2clang/lib/CIR/CodeGen/CIRGenModule.cpp
+48-1clang/test/CIR/CodeGen/replace-global.cpp
+22-0clang/lib/CIR/CodeGen/CIRGenBuilder.cpp
+12-0clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
+5-0clang/lib/CIR/CodeGen/CIRGenBuilder.h
+186-35 files

LLVM/project 3fdc82cflang/lib/Lower OpenACC.cpp, flang/test/Lower/OpenACC acc-host-data-cuda-device.f90 acc-host-data.f90

[flang][openacc][cuda] Fix order of clause processing for host_data directive (#187600)

This was crashing lowering with `not yet implemented: lowering symbol to
HLFIR` because the symbol was not mapped correctly
DeltaFile
+31-29flang/lib/Lower/OpenACC.cpp
+13-0flang/test/Lower/OpenACC/acc-host-data-cuda-device.f90
+1-1flang/test/Lower/OpenACC/acc-host-data.f90
+45-303 files

LLVM/project 0e60574llvm/lib/Support raw_socket_stream.cpp

[raw_socket_stream] Fix a file descriptor leak when connect failed (#187574)

Close the socket file descriptor if `::connect` returns error. This
prevents leaking file descriptor on failure.
DeltaFile
+3-1llvm/lib/Support/raw_socket_stream.cpp
+3-11 files

LLVM/project 537e7b5clang/include/clang/DependencyScanning DependencyScannerImpl.h, clang/lib/Tooling DependencyScanningTool.cpp

[clang][DependencyScanning] Fix misplaced Driver includes (NFC) (#187599)

As pointed out in [the review of
#15277](https://github.com/llvm/llvm-project/pull/152770#discussion_r2962823008),
`DependencyScannerImpl.h` includes headers from the driver. However, the
dependency scanning library does not depend on the driver at all. This
PR fixes the include issue.

The dependency on the Driver was removed following the RFC:
https://discourse.llvm.org/t/rfc-new-clangoptions-library-remove-dependency-on-clangdriver-from-clangfrontend-and-flangfrontend/88773
DeltaFile
+0-2clang/include/clang/DependencyScanning/DependencyScannerImpl.h
+2-0clang/lib/Tooling/DependencyScanningTool.cpp
+2-22 files

LLVM/project ec3a719llvm/test/CodeGen/X86 bitreverse.ll

[X86] bitreverse.ll - add additional i128/i256/i512 GFNI test coverage for #187502 (#187552)
DeltaFile
+1,193-0llvm/test/CodeGen/X86/bitreverse.ll
+1,193-01 files

OpenBSD/src 1bvcMiZsys/dev/pci pcidevs_data.h pcidevs.h

   regen
VersionDeltaFile
1.2117+9-1sys/dev/pci/pcidevs_data.h
1.2122+5-1sys/dev/pci/pcidevs.h
+14-22 files

OpenBSD/src Y0x163esys/dev/pci pcidevs

   Add Cadence PCIe Root and Crucial P310 NVMe found on MINISFORUM MS-R1

   Feedback OK kettenis
VersionDeltaFile
1.2129+5-1sys/dev/pci/pcidevs
+5-11 files

OpenBSD/src rZS0lthsys/isofs/cd9660 cd9660_rrip.c

   sys/cd9660: fix altname underflow and validate RRIP entry lengths

   Underflow was reported by Adam Crosser <adam.crosser at praetorian.com>

   OK: kn@
VersionDeltaFile
1.18+100-32sys/isofs/cd9660/cd9660_rrip.c
+100-321 files

OpenBSD/ports aE5UM12net/tailscale distinfo modules.inc

   Update to tailscale-1.96.2

   From Adriano Barbosa (maintainer)
VersionDeltaFile
1.64+284-142net/tailscale/distinfo
1.39+112-59net/tailscale/modules.inc
1.67+1-1net/tailscale/Makefile
+397-2023 files

FreeBSD/ports 1f7c58bsysutils/stackit distinfo Makefile

sysutils/stackit: Update 0.55.0 => 0.56.0

Changelog:
https://github.com/stackitcloud/stackit-cli/releases/tag/v0.56.0

PR:     293918
DeltaFile
+5-5sysutils/stackit/distinfo
+1-2sysutils/stackit/Makefile
+6-72 files

FreeNAS/freenas 869b988src/middlewared/middlewared/plugins/container utils.py lifecycle.py, src/middlewared/middlewared/pytest/unit/plugins/container test_hostname.py

NAS-140185 / 26.0.0-BETA.2 / Configure container hostname based on container name (by Qubad786) (#18516)
DeltaFile
+119-0src/middlewared/middlewared/pytest/unit/plugins/container/test_hostname.py
+48-0src/middlewared/middlewared/plugins/container/utils.py
+27-2src/middlewared/middlewared/plugins/container/lifecycle.py
+194-23 files