FreeBSD/src b258282sys/dev/usb usb_device.c

kshim/usb: Prefer memset to bzero

Replace bzero with the equivalent memset(x,0,x) since the latter is
available in the kshim environment and we have a soft goal of migrating
to standard interfaces when there's a reason...

Sponsored by:           Netflix
DeltaFile
+1-1sys/dev/usb/usb_device.c
+1-11 files

LLVM/project 906b486llvm/include/llvm/ExecutionEngine/Orc BacktraceTools.h, llvm/lib/ExecutionEngine/Orc BacktraceTools.cpp CMakeLists.txt

[ORC] Add utilities for limited symbolication of JIT backtraces (#175099)

This patch adds tools for capturing symbol information from JIT'd code
and using it to symbolicate backtraces. This is useful for debugging
crashes in JIT-compiled code where traditional symbolication tools may
not have access to the JIT symbol table. These tools are not a general
solution to the JIT symbolication problem (that will require further
integration with system components like libunwind, the dynamic linker,
and/or crash tracing tools), but will aid in JIT debugging and
development until a general solution is available.

APIs Added:

1. SymbolTableDumpPlugin - A LinkGraphLinkingLayer::Plugin that captures
symbol information as code is JIT'd and writes it to a file.

- Create(StringRef Path) ->
Expected<std::shared_ptr<SymbolTableDumpPlugin>> Creates a plugin that
appends symbol information to the specified file.

    [33 lines not shown]
DeltaFile
+147-0llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
+99-0llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
+57-0llvm/tools/llvm-jitlink/llvm-jitlink.cpp
+30-0llvm/test/ExecutionEngine/JITLink/Generic/backtrace-symbolication.ll
+1-0llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
+334-05 files

LLVM/project bafbf2dllvm/lib/TargetParser RISCVISAInfo.cpp, llvm/unittests/TargetParser RISCVISAInfoTest.cpp

[RISCV] Add rules for Zca+Zcb+Zcmp+Zcmpt implying Zce. (#175041)

The implication rules need to consider whether F is enabled like was
done for C in #172860.
DeltaFile
+86-0llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
+12-0llvm/lib/TargetParser/RISCVISAInfo.cpp
+98-02 files

OpenBSD/src gC9CXvhlib/libcrypto/asn1 asn1t.h

   asn1t.h: add C99 initializers for some ASN.1 templates

   This is a first pass at tidying up the unsightly mess that is asn1t.h.

   For better or worse, we have expanded the macros internally, and in base
   only rpki-client uses the templates. They are generally rarely used.
   Fortunately.

   Having C99 initializers helps a lot with debugging templated ASN.1 by
   combining cc -E with clang-format. They make the macros more readable,
   look tidier and help with grep.

   ok kenjiro
VersionDeltaFile
1.27+209-169lib/libcrypto/asn1/asn1t.h
+209-1691 files

OpenBSD/src UiWN73Hlib/libcrypto/asn1 asn1t.h

   asn1t.h: whitespace nit
VersionDeltaFile
1.26+2-2lib/libcrypto/asn1/asn1t.h
+2-21 files

FreeBSD/ports 440c05emisc/codex distinfo Makefile.crates

misc/codex: Update to 0.79.0

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.78.0
- https://github.com/openai/codex/releases/tag/rust-v0.79.0

Reported by:    GitHub (watch releases)
DeltaFile
+97-69misc/codex/distinfo
+47-33misc/codex/Makefile.crates
+1-1misc/codex/Makefile
+145-1033 files

LLVM/project d27672bclang/include/clang/Basic BuiltinsAMDGPU.def, clang/test/CodeGenHIP builtins-amdgcn-raytracing.hip builtins-amdgcn-wmma-w64.hip

[AMDGPU] Modifies raytracing and wmma builtin def to take _Float16 for HIP/C++ (#175039)

For raytrace and wmma builtins, using 'x' in the def to take _Float16
for HIP/C++ and half for OpenCL.
DeltaFile
+96-0clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
+90-0clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
+89-0clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
+62-0clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
+62-0clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
+12-12clang/include/clang/Basic/BuiltinsAMDGPU.def
+411-126 files

FreeBSD/ports 2c27aa2sysutils/dust distinfo Makefile.crates

sysutils/dust: Update to 1.2.4
DeltaFile
+181-215sysutils/dust/distinfo
+89-106sysutils/dust/Makefile.crates
+1-2sysutils/dust/Makefile
+271-3233 files

LLVM/project bff604eclang-tools-extra/clang-doc/assets class-template.mustache enum-template.mustache, clang-tools-extra/test/clang-doc enum.cpp mustache-index.cpp

fix tests
DeltaFile
+21-29clang-tools-extra/clang-doc/assets/class-template.mustache
+17-23clang-tools-extra/test/clang-doc/json/class.cpp
+11-11clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
+4-12clang-tools-extra/clang-doc/assets/enum-template.mustache
+8-5clang-tools-extra/test/clang-doc/enum.cpp
+5-7clang-tools-extra/test/clang-doc/mustache-index.cpp
+66-8710 files not shown
+98-11416 files

LLVM/project 8fcb996llvm/test/CodeGen/AMDGPU carryout-selection.ll llvm.amdgcn.wmma.gfx1250.w32.ll

update the SWAR
DeltaFile
+2-713llvm/test/CodeGen/AMDGPU/carryout-selection.ll
+0-246llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1250.w32.ll
+0-220llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imod.gfx1250.w32.ll
+0-212llvm/test/CodeGen/AMDGPU/flat-saddr-load.ll
+0-174llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imm.gfx1250.w32.ll
+170-0llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
+172-1,565145 files not shown
+201-6,089151 files

LLVM/project 8d0228ellvm/test/CodeGen/AMDGPU carryout-selection.ll llvm.amdgcn.wmma.gfx1250.w32.ll

[AMDGPU] Handle `s_setreg_imm32_b32` targeting `MODE` register

On certain hardware, this instruction clobbers VGPR MSB `bits[12:19]`, so we need to restore the current mode.
DeltaFile
+713-2llvm/test/CodeGen/AMDGPU/carryout-selection.ll
+246-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1250.w32.ll
+220-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imod.gfx1250.w32.ll
+212-0llvm/test/CodeGen/AMDGPU/flat-saddr-load.ll
+174-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imm.gfx1250.w32.ll
+166-0llvm/test/CodeGen/AMDGPU/flat-saddr-atomics.ll
+1,731-2146 files not shown
+6,212-3152 files

LLVM/project 4913ed4llvm/test/CodeGen/AMDGPU llvm.amdgcn.wmma.gfx1250.w32.ll llvm.amdgcn.wmma.imod.gfx1250.w32.ll

resolve comments
DeltaFile
+246-246llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1250.w32.ll
+220-220llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imod.gfx1250.w32.ll
+212-212llvm/test/CodeGen/AMDGPU/flat-saddr-load.ll
+174-174llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imm.gfx1250.w32.ll
+166-166llvm/test/CodeGen/AMDGPU/flat-saddr-atomics.ll
+103-103llvm/test/CodeGen/AMDGPU/flat-saddr-store.ll
+1,121-1,121144 files not shown
+5,383-5,461150 files

LLVM/project 5308e0dllvm/lib/Target/AMDGPU AMDGPULowerVGPREncoding.cpp

resolve review comments
DeltaFile
+9-6llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
+9-61 files

LLVM/project 1314c79clang-tools-extra/clang-doc/assets class-template.mustache enum-template.mustache, clang-tools-extra/test/clang-doc index.cpp

[clang-doc] Fix misnamed, mismatched, or incorrect tags

This is mostly a chore patch that fixes misnamed, mismatched,
or non-existant tags. That includes renaming the function tags in the
class template to `Has*Methods` instead of `Has*Functions`. The "method"
style was already preferred in the template HTML.

Some extraneous tags were removed from the enum template. All templates should use
`Description` for rendering comments, but it was still using an old tag
name. Also, the JSON generator currently doesn't serialize individual
enum value comments, so that tag was removed. Same for public members.

`Description` is removed for friends due to the way Mustache handles missing
tags. If `Description` isn't present, it will use the parent's
description which is undesirable.
DeltaFile
+21-29clang-tools-extra/clang-doc/assets/class-template.mustache
+17-23clang-tools-extra/test/clang-doc/json/class.cpp
+11-11clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
+4-12clang-tools-extra/clang-doc/assets/enum-template.mustache
+8-3clang-tools-extra/test/clang-doc/json/class-template.cpp
+5-5clang-tools-extra/test/clang-doc/index.cpp
+66-8310 files not shown
+94-10616 files

Linux/linux 623fb99. .mailmap, drivers/pinctrl Kconfig

Merge tag 'pinctrl-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control fixes from Linus Walleij:

 - Fix the mt8189 register base name order back from being fixed broken

 - Add REGMAP_MMIO to the pic64gx-gpio2 to avoid build breakages

 - Mark the Qualcomm lpass-lpi pin controller GPIO chip instance as
   sleeping to fix lock splats

 - Update .mailmap with my new kernel.org address for all old mails
   after maintainers ran into issues with this

* tag 'pinctrl-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
  pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping
  pinctrl: pic64gx-gpio2: Add REGMAP_MMIO dependency
  Update .mailmap for Linus Walleij
  pinctrl: mediatek: mt8189: restore previous register base name array order
DeltaFile
+4-0.mailmap
+1-1drivers/pinctrl/qcom/pinctrl-lpass-lpi.c
+1-1drivers/pinctrl/mediatek/pinctrl-mt8189.c
+1-0drivers/pinctrl/Kconfig
+7-24 files

FreeNAS/freenas 235571csrc/middlewared/middlewared/plugins filesystem.py

Fix
DeltaFile
+2-2src/middlewared/middlewared/plugins/filesystem.py
+2-21 files

FreeBSD/ports 9498b30math/R-cran-sf distinfo Makefile

math/R-cran-sf: Update to 1.0.23
DeltaFile
+3-3math/R-cran-sf/distinfo
+1-2math/R-cran-sf/Makefile
+4-52 files

FreeBSD/ports 82fd0b6math/R-cran-zoo distinfo Makefile

math/R-cran-zoo: Update to 1.8.15
DeltaFile
+3-3math/R-cran-zoo/distinfo
+1-1math/R-cran-zoo/Makefile
+4-42 files

FreeBSD/ports 69e3533math/R-cran-numbers distinfo Makefile

math/R-cran-numbers: Update to 0.9.2
DeltaFile
+3-3math/R-cran-numbers/distinfo
+1-2math/R-cran-numbers/Makefile
+4-52 files

FreeBSD/ports f653d30math/R-cran-maxLik distinfo Makefile

math/R-cran-maxLik: Update to 1.5.2.2
DeltaFile
+3-3math/R-cran-maxLik/distinfo
+1-1math/R-cran-maxLik/Makefile
+4-42 files

FreeBSD/ports 038b80cmath/R-cran-mathjaxr distinfo Makefile

math/R-cran-mathjaxr: Update to 2.0.0
DeltaFile
+3-3math/R-cran-mathjaxr/distinfo
+1-4math/R-cran-mathjaxr/Makefile
+4-72 files

FreeBSD/ports f672189math/R-cran-gss distinfo Makefile

math/R-cran-gss: Update to 2.2.10
DeltaFile
+3-3math/R-cran-gss/distinfo
+1-1math/R-cran-gss/Makefile
+4-42 files

FreeBSD/ports 975fea4math/R-cran-geepack distinfo Makefile

math/R-cran-geepack: Update to 1.3.13
DeltaFile
+3-3math/R-cran-geepack/distinfo
+1-1math/R-cran-geepack/Makefile
+4-42 files

FreeBSD/ports 3dec7a4math/R-cran-VGAM distinfo Makefile

math/R-cran-VGAM: Update to 1.1.14
DeltaFile
+3-3math/R-cran-VGAM/distinfo
+1-1math/R-cran-VGAM/Makefile
+4-42 files

FreeBSD/ports 2b18946finance/R-cran-timeSeries distinfo Makefile

finance/R-cran-timeSeries: Update to 4052.112
DeltaFile
+3-3finance/R-cran-timeSeries/distinfo
+1-1finance/R-cran-timeSeries/Makefile
+4-42 files

FreeBSD/ports d253789graphics/R-cran-ggplot2 distinfo Makefile

graphics/R-cran-ggplot2: Update to 4.0.1
DeltaFile
+3-3graphics/R-cran-ggplot2/distinfo
+1-1graphics/R-cran-ggplot2/Makefile
+4-42 files

FreeBSD/ports 1c19860finance/R-cran-fGarch distinfo Makefile

finance/R-cran-fGarch: Update to 4052.93
DeltaFile
+3-3finance/R-cran-fGarch/distinfo
+1-1finance/R-cran-fGarch/Makefile
+4-42 files

FreeBSD/ports 3448ae5finance/R-cran-fBasics distinfo Makefile

finance/R-cran-fBasics: Update to 4052.98
DeltaFile
+3-3finance/R-cran-fBasics/distinfo
+1-1finance/R-cran-fBasics/Makefile
+4-42 files

FreeBSD/ports 9d47816devel/p5-Test2-Tools-LoadModule distinfo Makefile

devel/p5-Test2-Tools-LoadModule: Update to 0.009
DeltaFile
+3-3devel/p5-Test2-Tools-LoadModule/distinfo
+1-1devel/p5-Test2-Tools-LoadModule/Makefile
+4-42 files

FreeBSD/ports 2bfb1b0devel/rebar3 distinfo Makefile

devel/rebar3: Update to 3.26.0
DeltaFile
+3-3devel/rebar3/distinfo
+1-1devel/rebar3/Makefile
+4-42 files