LLVM/project 9813315libc/config/linux/arm entrypoints.txt

[libc] Disable read() on linux/arm (#215035)

The read test fails under qemu
(https://lab.llvm.org/buildbot/#/builders/215/builds/26997). This
reverts a tiny part of #214429.
DeltaFile
+0-1libc/config/linux/arm/entrypoints.txt
+0-11 files

LLVM/project 955a4e1libc/test/src/__support/printf_core CMakeLists.txt

[libc] Disable hermetic version of printf_core.parser_test (#215037)

It fails on amdgpu:
https://lab.llvm.org/buildbot/#/builders/10/builds/33548

ld.lld: error: undefined symbol: operator delete(void*, unsigned long,
std::align_val_t)

This effectively reverts a part of #213852.
DeltaFile
+1-0libc/test/src/__support/printf_core/CMakeLists.txt
+1-01 files

LLVM/project cd67cfeclang/include/clang/Sema Sema.h DynamicAllocationArgumentsCXX.h, clang/lib/Sema SemaExprCXX.cpp

[clang] Simplify the overload resolution logic for operator new and new[] (#211482)

This PR replaces the current spec-equivalent argument list mutation with
direct iteration of the correctly ordered set of argument lists for a
given allocation.

This adds a bit of architectural work around the argument list
construction but the overall effect is substantially simplified search
of the overload candidates

LLM usage: Claude found align_val_t caching bug, and found and created a
test for reentrant `getTypeIdentityArgument`+`tryBuildStdTypeIdentity`
DeltaFile
+296-206clang/lib/Sema/SemaExprCXX.cpp
+68-0clang/include/clang/Sema/DynamicAllocationArgumentsCXX.h
+31-6clang/test/SemaCXX/type-aware-new-invalid-type-identity.cpp
+32-0clang/test/SemaCXX/type-aware-new-invalid-alignvalt-cache.cpp
+22-4clang/include/clang/Sema/Sema.h
+16-0clang/test/SemaCXX/microsoft-new-array-fallback.cpp
+465-2162 files not shown
+477-2208 files

LLVM/project 3174952flang/test/Lower/MIF coarray_dealloc_not_alloc.f90

[flang] To fix LIT test that AIX does not emit comdat. (#214950)

PR #213890 added this new LIT test.
However, AIX uses XCOFF and does not emit COFF COMDAT.
DeltaFile
+1-2flang/test/Lower/MIF/coarray_dealloc_not_alloc.f90
+1-21 files

HardenedBSD/ports cd9352fdevel/electron43/files patch-electron_shell_browser_native__window__views.cc, lang/python314 pkg-plist

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+201-311www/hs-postgrest/distinfo
+87-115www/hs-postgrest/Makefile.cabal
+61-65textproc/ast-grep/distinfo
+78-41www/nginx-devel/files/extra-patch-src-http-ngx_http_upstream_round_robin.c
+74-1lang/python314/pkg-plist
+30-39devel/electron43/files/patch-electron_shell_browser_native__window__views.cc
+531-572130 files not shown
+1,069-943136 files

OpenBSD/ports 7CKt4Ganet/monitoring-plugins/patches patch-plugins_check_ntp_time_c

   missed cvs rm
VersionDeltaFile
1.4.2.2+0-0net/monitoring-plugins/patches/patch-plugins_check_ntp_time_c
+0-01 files

FreeBSD/ports 9b70534misc/crush Makefile distinfo

misc/crush: Update to 0.88.1

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.88.1

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+6-62 files

HardenedBSD/ports 9b70534misc/crush Makefile distinfo

misc/crush: Update to 0.88.1

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.88.1

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+6-62 files

Linux/linux 06cf618arch/x86/kernel/cpu/mce core.c

Merge tag 'x86-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fix from Ingo Molnar:

 - Fix MCE CMCI discovery initialization ordering bug (Breno Leitao)

* tag 'x86-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mce: Set up the polling timer before CMCI discovery
DeltaFile
+1-1arch/x86/kernel/cpu/mce/core.c
+1-11 files

Linux/linux d4eee3bkernel/futex core.c

Merge tag 'locking-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull futex fix from Ingo Molnar:

 - Fix race in futex_pivot_pending() during private hash resize
   that can cause stuck tasks (Yao Kai)

* tag 'locking-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  futex: Fix race in futex_pivot_pending() during private hash resize
DeltaFile
+4-3kernel/futex/core.c
+4-31 files

Linux/linux 91a73dbDocumentation/admin-guide kernel-parameters.txt, drivers/thunderbolt eeprom.c

Merge tag 'usb-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb

Pull USB / Thunderbolt fixes from Greg KH:
 "Here are some small USB and Thunderbolt driver fixes for 7.2-rc7 that
  resolve some reported issues. Included in here are:

   - new quirk for some broken USB devices

   - thunderbolt device fixes for reported issues

   - usb gadget driver fix

   - usb atm driver fix

   - xhci driver fixes.

   - other minor USB driver fixes

  All of these have been in linux-next this week with no reported

    [16 lines not shown]
DeltaFile
+24-8drivers/usb/core/config.c
+12-4drivers/usb/core/hub.c
+6-6drivers/usb/host/xhci.h
+8-1drivers/thunderbolt/eeprom.c
+7-0drivers/usb/core/quirks.c
+5-0Documentation/admin-guide/kernel-parameters.txt
+62-199 files not shown
+76-2815 files

Linux/linux e4836b6drivers/tty/serial sc16is7xx.c qcom_geni_serial.c, drivers/tty/serial/8250 8250_dma.c 8250_of.c

Merge tag 'tty-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull tty / serial / vt driver fixes from Greg KH:
 "Here are some small serial and vt tty driver fixes for 7.2-rc7 that
  resolve some reported problems. Included in here are:

   - two vt core fixes

   - amba-pl011 serial driver fixes

   - 8250_of and 8250_dma driver fixes

   - qcom-geni serial driver fix

   - sc16is7xx serial driver fix

  All of these have been in linux-next this week with no reported
  issues"


    [10 lines not shown]
DeltaFile
+54-32drivers/tty/serial/amba-pl011.c
+22-21drivers/tty/serial/qcom_geni_serial.c
+38-0drivers/tty/serial/8250/8250_of.c
+7-5drivers/tty/serial/8250/8250_dma.c
+4-1drivers/tty/vt/keyboard.c
+3-0drivers/tty/serial/sc16is7xx.c
+128-591 files not shown
+130-597 files

LLVM/project 1432be4llvm/lib/Transforms/InstCombine InstCombineLoadStoreAlloca.cpp

[InstCombine] Use DenseMap instead of MapVector (NFC) (#214536)

WorkMap is accessed only via MapVector::operator[] and lookup.

This patch changes its type to DenseMap to avoid populating the vector
portion of MapVector.
DeltaFile
+1-1llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
+1-11 files

Linux/linux e663f6ddrivers/staging/rtl8723bs/core rtw_mlme_ext.c rtw_wlan_util.c, drivers/staging/rtl8723bs/os_dep ioctl_cfg80211.c

Merge tag 'staging-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging driver fixes from Greg KH:
 "Here are some more small staging driver fixes, just for the rtl8723bs
  driver, for some reported problems found with it now that people are
  starting to actually test the thing with "bad" networks.

  Nothing major, but good to have in the -final release. All of these
  have been in linux-next for over a week with no reported problems"

* tag 'staging-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
  staging: rtl8723bs: validate monitor transmit frame lengths
  staging: rtl8723bs: fix missing shared-key auth challenge length check
  staging: rtl8723bs: fix OOB read in WMM_param_handler()
  staging: rtl8723bs: fix OOB read in rtw_get_wpa_ie()
DeltaFile
+4-0drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
+3-0drivers/staging/rtl8723bs/core/rtw_wlan_util.c
+3-0drivers/staging/rtl8723bs/core/rtw_ieee80211.c
+1-1drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
+11-14 files

FreeBSD/ports f8da646textproc/ast-grep Makefile Makefile.crates

textproc/ast-grep: Update to 0.45.1

Changelog: https://github.com/ast-grep/ast-grep/blob/0.45.1/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+61-65textproc/ast-grep/distinfo
+29-31textproc/ast-grep/Makefile.crates
+1-1textproc/ast-grep/Makefile
+91-973 files

HardenedBSD/ports f8da646textproc/ast-grep Makefile Makefile.crates

textproc/ast-grep: Update to 0.45.1

Changelog: https://github.com/ast-grep/ast-grep/blob/0.45.1/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+61-65textproc/ast-grep/distinfo
+29-31textproc/ast-grep/Makefile.crates
+1-1textproc/ast-grep/Makefile
+91-973 files

Linux/linux 5668ba2Documentation/process security-bugs.rst coding-assistants.rst, drivers/misc fastrpc.c

Merge tag 'char-misc-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char / misc and documentation fixes from Greg KH:
 "Here are some small char/misc and nvmem and documentation fixes for
  7.2-rc7 to resolve some reported issues.  Included in here are:

   - updates to the documentation for the kernel threat model and
     security bugs to get the LLMs to actually follow what we have been
     asking them to do (i.e. not claim security issues for things we do
     not consider security issues.)

   - nvmem driver fixes which required a tiny "layout" driver to be
     added.

   - fastrpc driver fixes

   - mei driver fix

   - counter driver fix

    [22 lines not shown]
DeltaFile
+58-0drivers/nvmem/layouts/fixed-layout.c
+22-17Documentation/process/threat-model.rst
+37-0Documentation/process/coding-assistants.rst
+18-9drivers/misc/fastrpc.c
+26-0Documentation/process/security-bugs.rst
+15-10drivers/misc/mei/client.c
+176-369 files not shown
+220-7715 files

LLVM/project 3dc9228llvm/lib/CodeGen/SelectionDAG LegalizeTypes.h LegalizeFloatTypes.cpp, llvm/test/CodeGen/X86 xrint-no-libcall-error.ll

DAG: Gracefully diagnose missing lrint/lround float-operand libcalls

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+32-36llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
+12-0llvm/test/CodeGen/X86/xrint-no-libcall-error.ll
+1-0llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
+45-363 files

LLVM/project 48214d5llvm/lib/CodeGen/SelectionDAG LegalizeIntegerTypes.cpp, llvm/test/CodeGen/X86 xrint-no-libcall-error.ll

DAG: Gracefully diagnose missing lrint/llrint/lround/llround libcall

Avoid hitting the fatal error in makeLibCall by emitting a diagnostic
if the library call is unsupported.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+28-0llvm/test/CodeGen/X86/xrint-no-libcall-error.ll
+13-3llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
+41-32 files

NetBSD/pkgsrc tPgEpKddoc CHANGES-2026

   doc: Updated net/coturn to 4.17.2
VersionDeltaFile
1.5076+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2B1fGmLnet/coturn Makefile distinfo

   net/coturn: Update to 4.17.2

   Upstream NEWS content, less bugfixes and minor improvements:

   Release 4.17.2

   [bugfix]
VersionDeltaFile
1.10+4-4net/coturn/distinfo
1.20+2-2net/coturn/Makefile
+6-62 files

LLVM/project dfe7be5libc/test/src/sched CMakeLists.txt, libc/test/src/signal CMakeLists.txt

[libc] Enable most tests in hermetic mode (#213852)

This is mostly a straightforward search&replace, as I've addressed the
blockers in previous patches. The nontrivial parts are:
- adding a SUITE to a single (FP) test which doesn't have it (turns out
hermetic tests require a SUITE argument)
- using APPEND_LIBC_TESTS in a couple of tests creating files (to avoid
races between unit and hermetic versions)
- renaming add_libc_unittest to _add_libc_unittest to prevent accidental
creations of non-hermetic tests (one can still use the UNIT_TEST_ONLY
arg to add_libc_test to achieve this effect)
DeltaFile
+39-39libc/test/src/unistd/CMakeLists.txt
+14-14libc/test/src/sys/socket/linux/CMakeLists.txt
+13-13libc/test/src/sched/CMakeLists.txt
+10-10libc/test/src/time/CMakeLists.txt
+10-10libc/test/src/signal/CMakeLists.txt
+8-8libc/test/src/sys/stat/CMakeLists.txt
+94-9445 files not shown
+191-18751 files

FreeBSD/ports 96abcecshells/iris Makefile distinfo

shells/iris: Update to 0.5.4

Changelog: https://github.com/versenilvis/IRIS/blob/main/CHANGELOG.md#v054---2026-08-08

Reported by:    GitHub (watch releases)
DeltaFile
+5-5shells/iris/distinfo
+1-1shells/iris/Makefile
+6-62 files

HardenedBSD/ports 96abcecshells/iris Makefile distinfo

shells/iris: Update to 0.5.4

Changelog: https://github.com/versenilvis/IRIS/blob/main/CHANGELOG.md#v054---2026-08-08

Reported by:    GitHub (watch releases)
DeltaFile
+5-5shells/iris/distinfo
+1-1shells/iris/Makefile
+6-62 files

NetBSD/src 8mu9MBGsys/arch/mips/atheros/dev athflash.c

   Use PRIxBUSSIZE to print an offset value.

   Fixes the build with FLASH_DEBUG enabled for athflash (evbmips).
VersionDeltaFile
1.13+3-3sys/arch/mips/atheros/dev/athflash.c
+3-31 files

NetBSD/pkgsrc 6iZGK6wdevel/glib2 distinfo, devel/glib2/patches patch-glib_tests_testing.c

   (devel/glib2) Fix F_DUPFD_CLOEXEC undefined
VersionDeltaFile
1.1+25-0devel/glib2/patches/patch-glib_tests_testing.c
1.349+2-1devel/glib2/distinfo
+27-12 files

OpenBSD/ports XB2EwNvarchivers/libarchive distinfo Makefile, archivers/libarchive/patches patch-Makefile_in

   archivers/libarchive: update to 3.8.9
VersionDeltaFile
1.12+9-1archivers/libarchive/patches/patch-Makefile_in
1.52+2-2archivers/libarchive/distinfo
1.72+2-2archivers/libarchive/Makefile
+13-53 files

LLVM/project f16941bclang/include/clang/Sema Sema.h DynamicAllocationArgumentsCXX.h, clang/lib/Sema SemaExprCXX.cpp

[clang] Simplify the overload resolution logic for operator new and new[]

This PR replaces the current spec-equivalent argument list mutation with
direct iteration of the correctly ordered set of argument lists for a
given allocation.

This adds a bit of architectural work around the argument list construction
but the overall effect is substantially simplified search of the overload
candidates.

* We now simply enumerate correctly ordered candidates for the implicit
  arguments. This means no more re-entrant modification of the argument
  list to handle addition and removal of type-identity or alignment
  parameters.
* We no longer mutate the primary LookupResult when attempting the MSVC
  array fallback. This also lays the groundwork for correct diagnostics
  of such cases. For now we have a minor improvement of correctly
  reporting the operator we were trying to resolve originally, and tell
  the user that we have attempted the MSVC fallback if applicable.

    [16 lines not shown]
DeltaFile
+296-206clang/lib/Sema/SemaExprCXX.cpp
+68-0clang/include/clang/Sema/DynamicAllocationArgumentsCXX.h
+31-6clang/test/SemaCXX/type-aware-new-invalid-type-identity.cpp
+32-0clang/test/SemaCXX/type-aware-new-invalid-alignvalt-cache.cpp
+22-4clang/include/clang/Sema/Sema.h
+16-0clang/test/SemaCXX/microsoft-new-array-fallback.cpp
+465-2162 files not shown
+477-2208 files

FreeBSD/ports f353c6elang/python-doc-html distinfo, lang/python313 Makefile.version distinfo

lang/python313: update to 3.13.15

Changelog: https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-15-final
(cherry picked from commit 50cbadb3f8a996590427e5c5d45951352853151e)
DeltaFile
+46-9lang/python313/pkg-plist
+5-5lang/python-doc-html/distinfo
+3-3lang/python313/distinfo
+1-1lang/python313/Makefile.version
+55-184 files

FreeBSD/ports 50cbadblang/python-doc-html distinfo, lang/python313 Makefile.version distinfo

lang/python313: update to 3.13.15

Changelog: https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-15-final
DeltaFile
+46-9lang/python313/pkg-plist
+5-5lang/python-doc-html/distinfo
+3-3lang/python313/distinfo
+1-1lang/python313/Makefile.version
+55-184 files