Linux/linux c61f479arch/x86/coco/sev vc-handle.c svsm.c, arch/x86/entry entry_fred.c

Merge tag 'x86_sev_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip

Pull x86 SEV updates from Borislav Petkov:

 - Remove redundant GHCB initialization guards in the SEV page state and
   SVSM call paths now that the GHCB helpers handle early-boot fallback
   internally

 - Skip SNP initialization in the CCP driver immediately when the
   preparation step fails rather than proceeding to an operation that
   will certainly fail

 - Abort SNP preparation and return an error when not all CPUs are
   online, since the firmware enforces that every CPU enables SNP and
   will fail init if not

 - Simplify the VMM communication exception entry path by replacing
   separate kernel and user mode macros with a single handler that
   dispatches based on the current privilege level

    [6 lines not shown]
DeltaFile
+3-26arch/x86/include/asm/idtentry.h
+16-2arch/x86/virt/svm/sev.c
+10-2arch/x86/coco/sev/vc-handle.c
+2-8arch/x86/coco/sev/svsm.c
+0-10arch/x86/entry/entry_fred.c
+2-6arch/x86/coco/sev/core.c
+33-545 files not shown
+46-6011 files

LLVM/project 2d95de0llvm/tools/llvm-shlib gen-msvc-exports.py

[llvm-shlib] Fix parallel build failure in gen-msvc-exports.py on Windows (#197190)

The script was failing with OSError [Errno 22] Invalid argument when
opening a temp file during parallel Windows builds. The root cause is
that mkstemp() creates and closes a file descriptor, then the script
re-opens it by path in a loop. On Windows, between the close and
re-open, antivirus software or filesystem contention from parallel
build processes can briefly lock the file, causing the subsequent
open() to fail with EINVAL.

Fix by replacing the temp-file-based approach with
subprocess.check_output(), which captures nm's stdout directly in
memory. This eliminates the temp file entirely, removing the race
condition and simplifying the code (removing the unused mkstemp,
contextmanager, and os imports along with the helper functions).
DeltaFile
+14-34llvm/tools/llvm-shlib/gen-msvc-exports.py
+14-341 files

LLVM/project 86c073allvm/utils/gn/secondary/llvm/lib/Support BUILD.gn, llvm/utils/gn/secondary/llvm/unittests/Support BUILD.gn

[gn build] Port 7dc09d0d3cf1 (#204035)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+1-0llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
+2-02 files

LLVM/project 12b807ellvm/utils/gn/secondary/clang/unittests/Driver BUILD.gn

[gn build] Port 63c9264c770b (#204034)
DeltaFile
+1-0llvm/utils/gn/secondary/clang/unittests/Driver/BUILD.gn
+1-01 files

Linux/linux 97cc7dc. MAINTAINERS, arch/x86/kernel/cpu/microcode intel-ucode-defs.h amd.c

Merge tag 'x86_microcode_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip

Pull x86 microcode loader updates from Borislav Petkov:

 - Move the zero-revision fixup for AMD microcode to the patch level
   retrieval function and restrict it to Zen family processors, ensuring
   patch level arithmetic always operates on a valid revision

 - Fix an incorrect comment about which CPUID bit is checked when
   determining whether the microcode loader should be disabled

 - Add the latest Intel microcode revision data for a broad range of
   processor models and steppings and add the script which generates the
   header of minimum expected Intel microcode revisions

* tag 'x86_microcode_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip:
  x86/microcode/AMD: Move the no-revision fixup to get_patch_level()
  x86/microcode: Fix comment in microcode_loader_disabled()
  scripts/x86/intel: Add a script to update the old microcode list
  x86/microcode/intel: Refresh old_microcode defines with Nov 2025 release
DeltaFile
+241-238arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
+130-0scripts/update-intel-ucode-defs.py
+7-5arch/x86/kernel/cpu/microcode/amd.c
+1-1arch/x86/kernel/cpu/microcode/core.c
+1-0MAINTAINERS
+380-2445 files

Linux/linux 454761earch/x86 Kconfig.cpu, arch/x86/boot string.c

Merge tag 'x86_cleanups_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip

Pull x86 cleanups from Borislav Petkov:

 - The usual pile of cleanups and fixlets the cat dragged in

* tag 'x86_cleanups_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip:
  x86/cpu: Remove obsolete aperfmperf_get_khz() declaration
  x86/pmem: Check for platform_device_alloc() retval
  x86/platform/uv: Use str_enabled_disabled() in uv_nmi_setup_hubless_intr()
  x86/cpu: Keep the PROCESSOR_SELECT menu together
  x86/tlb: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()
  x86/purgatory: Fix #endif comment
  x86/boot: Get rid of kstrtoull()
  x86/boot/compressed: Use boot_kstrtoul() for hugepages= parsing
DeltaFile
+5-25arch/x86/boot/string.c
+7-12arch/x86/mm/tlb.c
+4-4arch/x86/Kconfig.cpu
+2-1arch/x86/boot/compressed/kaslr.c
+2-1arch/x86/platform/uv/uv_nmi.c
+2-0arch/x86/kernel/pmem.c
+22-433 files not shown
+23-469 files

Linux/linux 3c26a6bDocumentation/filesystems resctrl.rst, arch/x86/kernel/cpu/resctrl monitor.c

Merge tag 'x86_cache_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip

Pull x86 resource control updates from Borislav Petkov:
 "Preparatory work for MPAM counter assignment:

   - Simplify the error handling path when creating monitor group event
     configuration directories

   - Make the MBM event filter configurable only on architectures that
     support it and expose this with the respective file modes in the
     event config

   - Disallow the MBA software controller on systems where MBM counters
     are assignable, as it requires continuous bandwidth measurement
     that assignable counters do not guarantee

   - Replace a compile-time Kconfig option for fixed counter assignment
     with a per-architecture runtime property, and expose whether the
     counter assignment mode is changeable to userspace

    [18 lines not shown]
DeltaFile
+25-15fs/resctrl/rdtgroup.c
+23-7fs/resctrl/monitor.c
+16-6Documentation/filesystems/resctrl.rst
+11-7include/linux/resctrl.h
+2-0fs/resctrl/internal.h
+1-0arch/x86/kernel/cpu/resctrl/monitor.c
+78-356 files

Linux/linux 4b5713edrivers/edac igen6_edac.c skx_common.c

Merge tag 'edac_updates_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/ras/ras

Pull EDAC updates from Borislav Petkov:

 - Fix a malformed Kconfig default for the AMD Address Translation
   Library

 - Make sure i10nm loads successfully when the ADXL address decoder is
   absent because former has decoding capabilities too

 - Ensure error reporting is cleanly disabled on driver teardown and on
   failed initialization for several legacy Intel EDAC drivers

 - Fix a grammar issue in a diagnostic warning in the Sandy Bridge
   driver

 - Fix a missing resource release callback and incorrect memory topology
   parsing in the igen6 driver, and add support for Intel Panther Lake-H
   and Nova Lake-H SoCs

    [43 lines not shown]
DeltaFile
+450-162drivers/edac/igen6_edac.c
+291-6drivers/edac/skx_common.c
+33-236drivers/edac/i10nm_base.c
+43-43drivers/edac/ie31200_edac.c
+55-26drivers/edac/imh_base.c
+33-11drivers/edac/skx_common.h
+905-48418 files not shown
+1,074-59124 files

FreeBSD/ports 2d769dbmisc/freebsd-release-manifests pkg-plist, misc/freebsd-release-manifests/files/MANIFESTS amd64-amd64-15.1-RELEASE powerpc-powerpc64-15.1-RELEASE

misc/freebsd-release-manifests: Add 15.1-RELEASE MANIFEST files

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative

(cherry picked from commit 169faa7f53852a78d89c2f5314566158466ad789)
DeltaFile
+5-5misc/freebsd-release-manifests/pkg-plist
+9-0misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.1-RELEASE
+9-0misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-15.1-RELEASE
+0-9misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.1-RC3
+0-9misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-15.1-RC3
+0-9misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-15.1-RC3
+23-326 files not shown
+47-4712 files

FreeBSD/doc e1d7e2dwebsite/content/en/releases/15.1R announce.adoc announce.asc

15.1: Add release announcement

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+691-0website/content/en/releases/15.1R/announce.adoc
+657-0website/content/en/releases/15.1R/announce.asc
+1,348-02 files

LLVM/project b6888f0lldb/cmake/modules LLDBConfig.cmake

[lldb] Make DYNAMIC_SCRIPTINTERPRETERS the default on Darwin & FreeBSD. (#204015)

Make `LLDB_ENABLE_DYNAMIC_SCRIPTINTERPRETERS` the default on Darwin and
FreeBSD. We can opt-in more platforms later, or even make this the
global default (except Windows, which doesn't need it).

Fixes #183791
DeltaFile
+7-1lldb/cmake/modules/LLDBConfig.cmake
+7-11 files

Linux/linux 80476f2Documentation/arch/arm64 silicon-errata.rst, arch/arm64/include/asm fpsimd.h fpsimdmacros.h

Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/arm64/linux

Pull arm64 updates from Will Deacon:
 "It feels like the new world of AI tooling has slowed us down a little
  on the feature side when compared to the fixes side. The extra rounds
  of Sashiko review have also pushed a few things out until next time.

  Still, there's some good foundational stuff here for the fpsimd code
  and hardening work towards removing the predictable linear alias of
  the kernel image.

  CPU errata handling:
   - Extend CnP disabling workaround to HiSilicon HIP09 hardware.
   - Work around eternally broken broadcast TLB invalidation on more
     CPUs.
   - Documentation and code cleanups.

  CPU features:
   - Add new hwcaps for the 2025 dpISA extensions.

    [55 lines not shown]
DeltaFile
+353-33arch/arm64/include/asm/fpsimd.h
+0-357arch/arm64/include/asm/fpsimdmacros.h
+75-70arch/arm64/mm/mmu.c
+0-134arch/arm64/kernel/entry-fpsimd.S
+116-0tools/testing/selftests/arm64/abi/hwcap.c
+72-21Documentation/arch/arm64/silicon-errata.rst
+616-61570 files not shown
+1,275-96676 files

FreeBSD/ports 169faa7misc/freebsd-release-manifests pkg-plist, misc/freebsd-release-manifests/files/MANIFESTS amd64-amd64-15.1-RELEASE powerpc-powerpc64-15.1-RELEASE

misc/freebsd-release-manifests: Add 15.1-RELEASE MANIFEST files

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+5-5misc/freebsd-release-manifests/pkg-plist
+9-0misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.1-RELEASE
+9-0misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-15.1-RELEASE
+0-9misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.1-RC3
+0-9misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-15.1-RC3
+0-9misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-15.1-RC3
+23-326 files not shown
+47-4712 files

LLVM/project f607449clang/lib/Sema SemaExprCXX.cpp

[Clang][Sema][NFCI] Simplify `resolveAllocationOverload()`

`resolveAllocationOverload()` performs multiple rounds of overload
resolution (typed and untyped, aligned and unaligned), each requiring a
slightly different argument list. Previously, the argument vector was
mutated in-place, which made the flow hard to follow.

This refactor prepares the list of arguments before calling
`resolveAllocationOverload()`. The preferred argument list is passed in
`PrefArgs`, while the fallback arguments are passed in `FallbackArgs`.
If the fallback resolution is not required, `FallbackArgs` is empty.
When making a nested call to perform the resolution with the fallback
arguments, the current set of candidates is passed in `PrefCandidates`
(formerly, `AlignedCandidates`). This argument also serves as a flag
used to distinguish the top-level call from nested fallback calls.
DeltaFile
+82-98clang/lib/Sema/SemaExprCXX.cpp
+82-981 files

LLVM/project f239469llvm/lib/Target/AMDGPU GCNHazardRecognizer.cpp GCNHazardRecognizer.h, llvm/test/CodeGen/AMDGPU misched-into-wmma-hazard-shadow.mir

[AMDGPU] Track VALU instructions separately for WMMA coexecution hazards

WMMA coexecution hazards can only be resolved by VALU instructions, not
S_NOPs. Track VALU/WMMA instructions separately so the scheduler can
accurately determine stall cycles.
DeltaFile
+57-10llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
+36-0llvm/test/CodeGen/AMDGPU/misched-into-wmma-hazard-shadow.mir
+16-0llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
+109-103 files

LLVM/project 8a9abd9lldb/test/API/macosx/riscv32-corefile TestRV32MachOCorefile.py

[lldb] Add skipIfRemote to TestRV32MachOCorefile (#204022)

I'm getting a failure on the lldb-remote-linux-ubuntu bot, but the
ubuntu native bot works fine. The failure is a little difficult to
understand;
```
FAIL: LLDB (/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/bin/clang-aarch64) :: test_riscv32_gpr_corefile_registers (TestRV32MachOCorefile.TestRV32MachOCorefile.test_riscv32_gpr_corefile_registers)
Log Files:
 - /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/lldb-test-build.noindex/macosx/riscv32-corefile/TestRV32MachOCorefile/Failure_test_riscv32_gpr_corefile_registers.log
======================================================================
FAIL: test_riscv32_gpr_corefile_registers (TestRV32MachOCorefile.TestRV32MachOCorefile.test_riscv32_gpr_corefile_registers)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 544, in wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py", line 28, in test_riscv32_gpr_corefile_registers
    self.assertEqual(thread.GetNumFrames(), 2)
AssertionError: 1 != 2

    [4 lines not shown]
DeltaFile
+1-0lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py
+1-01 files

Linux/linux 25a01b5arch/s390/include/asm percpu.h fpu-insn-asm.h, arch/s390/kernel debug.c

Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/linux

Pull s390 updates from Alexander Gordeev:

 - Use CIO device online variable instead of the internal FSM state to
   determine device availability during purge operations

 - Remove extra check of task_stack_page() because try_get_task_stack()
   already takes care of that when reading /proc/<pid>/wchan

 - Allow user-space to use the new SCLP action qualifier 4 for to
   provide NVMe SMART log data to the platform.

 - Send AP CHANGE uevents on successful bind and successful association
   to notify user-space about SE operations on AP queue devices

 - Add an s390dbf kernel parameter to configure debug log levels and
   area sizes during early boot


    [66 lines not shown]
DeltaFile
+207-39arch/s390/include/asm/percpu.h
+210-26arch/s390/lib/string.c
+0-192arch/s390/lib/mem.S
+2-174arch/s390/include/asm/fpu-insn-asm.h
+112-17arch/s390/kernel/debug.c
+80-0arch/s390/include/asm/entry-percpu.h
+611-44866 files not shown
+1,072-74272 files

FreeBSD/ports 750f090x11/mate-panel Makefile distinfo

x11/mate-panel: switch to GitHub release asset

Minor versions of 1.28.x are no longer published to the MATE mirror
and are only available on GitHub. Use USE_GITHUB=nodefault with a
release tarball instead of the auto-generated one, as recommended
by the porter's handbook. Fix a space-instead-of-tab in X11_USE.
DeltaFile
+8-7x11/mate-panel/Makefile
+3-3x11/mate-panel/distinfo
+11-102 files

FreeBSD/doc 36e160bwebsite/content/en/releases/15.1R/ec2-ami-ids latest.adoc release.adoc

15.1: Add "release" and "latest" AMIs

We now have 15.0-RELEASE AMIs; since there have been no patches yet the
"release" and "latest" pages list the same AMIs.

Approved by:    re (implicit)
Sponsored by:   Amazon
DeltaFile
+647-0website/content/en/releases/15.1R/ec2-ami-ids/latest.adoc
+645-0website/content/en/releases/15.1R/ec2-ami-ids/release.adoc
+1,292-02 files

FreeBSD/doc 5335533website/content/en/releases/15.1R/checksums CHECKSUM.SHA512-FreeBSD-15.1-RELEASE-amd64-vm.asc CHECKSUM.SHA512-FreeBSD-15.1-RELEASE-arm64-aarch64-vm.asc

15.1: Add checksums for 15.1-RELEASE

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA512-FreeBSD-15.1-RELEASE-amd64-vm.asc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA512-FreeBSD-15.1-RELEASE-arm64-aarch64-vm.asc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA256-FreeBSD-15.1-RELEASE-amd64-vm.asc
+31-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA256-FreeBSD-15.1-RELEASE-arm64-aarch64-vm.asc
+29-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA256-FreeBSD-15.1-RELEASE-amd64.asc
+29-0website/content/en/releases/15.1R/checksums/CHECKSUM.SHA512-FreeBSD-15.1-RELEASE-arm64-aarch64.asc
+182-027 files not shown
+763-333 files

FreeBSD/doc 271dd1dwebsite/content/en where.adoc, website/content/en/releases _index.adoc

15.1: Release-related website updates

Everything except the announcement itself

Approved by:    re (implicit)
Sponsored by:   OpenSats Initiative
DeltaFile
+55-4website/content/en/where.adoc
+8-10website/content/en/releases/15.1R/_index.adoc
+5-5website/themes/beastie/layouts/home.html
+5-3website/static/security/advisory-template.txt
+5-3website/static/security/errata-template.txt
+4-2website/content/en/releases/_index.adoc
+82-277 files not shown
+100-3313 files

FreeBSD/doc 48c2ee4website/content/en/releases/15.1R relnotes.adoc

15.1/relnotes: Cleanups

Reword mention of C23 support from "Partial support is now available"
to "Expanded support is now available" since 15.0 had some parts of
C23 already.

Remove mention of enabling padlock_rng, since the entire "disable and
then re-enable" cycle happened since 15.0.

Remove mention of taking KDE out of the dvd1 image, since that took
place in 15.0 as well.

Remove mention of shipping firmware packages from the kmods repo on
the DVD image, since that change was reverted.

Remvoe mention of ext2 and ntfs packages, since that took place in
15.0 as well.

Remove sections which are now empty.

    [3 lines not shown]
DeltaFile
+1-28website/content/en/releases/15.1R/relnotes.adoc
+1-281 files

Linux/linux 44308fbarch/m68k/configs apollo_defconfig hp300_defconfig, drivers/dio dio.c

Merge tag 'm68k-for-v7.2-tag1' of gitolite.kernel.org:pub/scm/linux/kernel/git/geert/linux-m68k

Pull m68k updates from Geert Uytterhoeven:
 - Replace more deprecated functions by safer counterparts
 - Switch Mac NuBus to a dynamic root device
 - defconfig updates
 - Miscellaneous fixes and improvements

* tag 'm68k-for-v7.2-tag1' of gitolite.kernel.org:pub/scm/linux/kernel/git/geert/linux-m68k:
  m68k: Correct CONFIG_MVME16x macro name in #endif comment
  m68k: hash: Use lower_16_bits() helper
  m68k: defconfig: Update defconfigs for v7.1-rc1
  dio: Update DIO_SCMAX comment
  dio: Use tabs and avoid continuation logging in dio_init
  dio: Replace deprecated strcpy with strscpy in dio_init
  nubus: Switch to dynamic root device
  zorro: sysfs: Replace sprintf() by sysfs_emit()
DeltaFile
+8-11drivers/nubus/nubus.c
+8-7drivers/dio/dio.c
+8-7drivers/zorro/zorro-sysfs.c
+8-5arch/m68k/configs/apollo_defconfig
+8-5arch/m68k/configs/hp300_defconfig
+8-5arch/m68k/configs/mac_defconfig
+48-4012 files not shown
+125-8918 files

LLVM/project 70a796cllvm/lib/Object DXContainer.cpp, llvm/test/tools/obj2yaml/DXContainer SRCIPart-multi-source-zlib.yaml SRCIPart-zlib.yaml

[DirectX][ObjectYAML] Fix SRCI round-trip tests that use zlib compression (#202479)

Size of zlib-compressed SRCI part content may vary depending on Zlib
version. Therefore, round-trip yaml2obj/obj2yaml tests for SRCI part of
DXContainer should not rely on Contents section size.

Since part size field is not optional, SRCI part sizes in tests were
slightly increased to adopt to possible Contents section size change.
`Size field in SRCI header does not match SRCI part size` check is
relaxed to allow parsing such DXContainers (where actual SRCI part size
is smaller than allocated part size).
DeltaFile
+89-51llvm/unittests/ObjectYAML/DXContainerYAMLTest.cpp
+6-12llvm/test/tools/obj2yaml/DXContainer/SRCIPart-multi-source-zlib.yaml
+6-12llvm/test/tools/obj2yaml/DXContainer/SRCIPart-zlib.yaml
+6-8llvm/test/tools/obj2yaml/DXContainer/SRCIPart-zlib-compute.yaml
+6-8llvm/test/tools/obj2yaml/DXContainer/SRCIPart-multi-source-zlib-compute.yaml
+3-3llvm/lib/Object/DXContainer.cpp
+116-946 files

OpenBSD/ports x9fVxcElang/gcc/15/pkg PFRAG.amd64-main

   remove dup entries that were added to PFRAG.X86-main but not removed from
   PFRAG.amd64-main to unbreak amd64 packaging. reported by naddy.

   there are some remaining files that are duplicated between PFRAG.amd64-main
   and PFRAG.i386-main which probably want moving to X86-main, but let's get
   amd64 moving again first.
VersionDeltaFile
1.2+0-34lang/gcc/15/pkg/PFRAG.amd64-main
+0-341 files

FreeBSD/ports 414f137x11/mate-desktop Makefile distinfo

x11/mate-desktop: switch to GitHub release asset

Minor versions of 1.28.x are no longer published to the MATE mirror
and are only available on GitHub. Use USE_GITHUB=nodefault with a
release tarball instead of the auto-generated one, as recommended
by the porter's handbook.
DeltaFile
+7-5x11/mate-desktop/Makefile
+3-3x11/mate-desktop/distinfo
+10-82 files

LLVM/project 953e8ebllvm/lib/Target/AArch64 AArch64PerfectShuffle.cpp AArch64PerfectShuffle.h, llvm/test/CodeGen/X86 vector-interleaved-store-i16-stride-7.ll

Merge branch 'main' into users/zero9178/mlir-llvm-byte-type
DeltaFile
+8,699-3,233llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
+3,944-4,148llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-7.ll
+6,583-0llvm/lib/Target/AArch64/AArch64PerfectShuffle.cpp
+3-6,571llvm/lib/Target/AArch64/AArch64PerfectShuffle.h
+0-6,200llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16.txt
+4,380-0llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16-fake16.txt
+23,609-20,1523,153 files not shown
+182,663-91,3293,159 files

LLVM/project 41a6f5dclang CMakeLists.txt

[clang][CMake][Darwin] Make HOST_LINK_VERSION a CACHE option on Darwin  (#203917)

This allows specifying a fixed host linker version during Clang
configuration (e.g. -DHOST_LINK_VERSION=1249), bypassing the default
auto-detection. This is useful for hermetic packaging scripts where the
auto-detected host linker might differ from the intended target linker,
and we do not want certain features to be enabled that depends on the
host linker version -- e.g.
https://github.com/llvm/llvm-project/issues/203385
DeltaFile
+5-2clang/CMakeLists.txt
+5-21 files

LLVM/project 0a0e758mlir/lib/Dialect/LLVMIR/IR LLVMTypes.cpp, mlir/test/Dialect/LLVMIR types-invalid.mlir

also reject 0-bit bitwidth
DeltaFile
+5-3mlir/lib/Dialect/LLVMIR/IR/LLVMTypes.cpp
+8-0mlir/test/Dialect/LLVMIR/types-invalid.mlir
+13-32 files

FreeBSD/ports 812a49dx11/mate-applets Makefile distinfo

x11/mate-applets: switch to GitHub release asset

Minor versions of 1.28.x are no longer published to the MATE mirror
and are only available on GitHub. Use USE_GITHUB=nodefault with a
release tarball instead of the auto-generated one, as recommended
by the porter's handbook.
DeltaFile
+7-6x11/mate-applets/Makefile
+3-3x11/mate-applets/distinfo
+10-92 files