FreeNAS/freenas c514c04src/middlewared/middlewared/plugins/security sessions.py validate.py, tests/unit test_shadow_account_policy.py

Address reviews
DeltaFile
+17-30src/middlewared/middlewared/plugins/security/sessions.py
+11-10tests/unit/test_shadow_account_policy.py
+2-2src/middlewared/middlewared/plugins/security/validate.py
+30-423 files

LLVM/project 75f9369clang/test/DebugInfo/Generic bitfield-0-struct.c, clang/test/SemaSYCL sycl-cconv-win.cpp

AMDGPU: Fix typos in test triple OS components

Co-Authored-By: Claude <noreply at anthropic.com>
DeltaFile
+1-1clang/test/SemaSYCL/sycl-cconv-win.cpp
+1-1llvm/test/CodeGen/AMDGPU/GlobalISel/shufflevector.ll
+1-1clang/test/DebugInfo/Generic/bitfield-0-struct.c
+3-33 files

LLVM/project f6cc23dllvm/test/tools/llvm-objdump/Offloading fatbin-coff-compress.test

[Object] Disable test on big endian (#205999)

The embedded compressed payload is in little endian, and offload assumes
that host endianness is used. Skip the test if host endianness is not
little endian.

Alternative to https://github.com/llvm/llvm-project/pull/205822.
DeltaFile
+2-1llvm/test/tools/llvm-objdump/Offloading/fatbin-coff-compress.test
+2-11 files

NetBSD/pkgsrc zEKYjYSaudio/py-discid distinfo Makefile

   py-discid: updated to 1.4.1

   Changes in 1.4.1 (2026-06-24):
   * Mark package as typed by adding a ``py.typed`` marker file.
VersionDeltaFile
1.4+4-4audio/py-discid/distinfo
1.5+2-2audio/py-discid/Makefile
1.4+2-1audio/py-discid/PLIST
+8-73 files

NetBSD/pkgsrc QGfUTvRdoc CHANGES-2026

   Updated net/gssdp, net/py-aioresponses
VersionDeltaFile
1.4026+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc w7xKYPvnet/py-aioresponses distinfo Makefile

   py-aioresponses: updated to 0.7.9

   0.7.9

   * more accurate type hint
   * fix: clean up imports in test\_async\_generator\_body.py
   * fix: optimize data handling in mocked response for streaming uploads
   * chore: add pytest-asyncio dependency for improved async testing support
   * chore: update CI and tox configurations for aiohttp 3.13 compatibility
   * chore: update CI configuration to exclude incompatible aiohttp and Python versions
   * chore: update development dependencies and tox configuration for compatibility
   * chore: update Makefile and README for Python version bump and CI badge
   * chore: update setuptools version constraint to be less than 81
   * chore: update CI configuration to support multiple Python minor versions and aiohttp versions
   * chore: simplify CI configuration by removing outdated Python and aiohttp versions
   * chore: update compatibility for Python 3.10 and above, adjust aiohttp version constraints
   * Update aioresponses/core.py
   * remove request info from compat
   * Use non-deprecated iscoroutinefunction API

    [4 lines not shown]
VersionDeltaFile
1.10+4-4net/py-aioresponses/distinfo
1.17+2-3net/py-aioresponses/Makefile
+6-72 files

LLVM/project 710259dlldb/include/lldb/Core ModuleSpec.h, lldb/include/lldb/Target Process.h

Revert "Fix ProcessElfCore::FindModuleUUID() so it work with symlinks. (#205235)"

This reverts commit a218ee3ef4d36d9907dd829d0283ae27bb03e97c.
DeltaFile
+0-135lldb/test/API/functionalities/postmortem/elf-core/elf-dyld-nt-file-mismatch.yaml
+0-68lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
+7-32lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
+0-30lldb/include/lldb/Core/ModuleSpec.h
+8-9lldb/source/Core/DynamicLoader.cpp
+1-12lldb/include/lldb/Target/Process.h
+16-2864 files not shown
+23-29310 files

LLVM/project 19d46a9llvm/test/CodeGen/AMDGPU div_v2i128.ll bf16.ll, llvm/test/CodeGen/AMDGPU/GlobalISel udiv.i64.ll urem.i64.ll

Merge branch 'filecheck-braced-search-ranges' into filecheck-dump-input-default-colors
DeltaFile
+2,592-2,587llvm/test/CodeGen/AMDGPU/div_v2i128.ll
+1,940-1,931llvm/test/CodeGen/AMDGPU/bf16.ll
+1,833-1,841llvm/test/CodeGen/ARM/vector-lrint.ll
+1,410-1,359llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i64.ll
+1,351-1,351llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i64.ll
+1,701-810llvm/test/CodeGen/AMDGPU/llvm.set.rounding.ll
+10,827-9,8793,779 files not shown
+143,975-114,7483,785 files

LLVM/project 5f571b2clang/lib/StaticAnalyzer/Core ExprEngineObjC.cpp, lldb/source/Host/windows ProcessLauncherWindows.cpp

Merge branch 'main' into filecheck-braced-search-ranges
DeltaFile
+320-0llvm/unittests/Support/ScopedPrinterTest.cpp
+164-0llvm/include/llvm/ADT/Enum.h
+35-62clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
+45-0llvm/include/llvm/Support/ScopedPrinter.h
+2-13llvm/include/llvm/TargetParser/Triple.h
+9-4lldb/source/Host/windows/ProcessLauncherWindows.cpp
+575-793 files not shown
+596-889 files

FreeBSD/src c0acab9sys/x86/cpufreq hwpstate_intel.c

hwpstate_intel(4): Fix two MSR errors being conflated

HWP_ERROR_CPPC_REQUEST_WRITE and HWP_ERROR_CPPC_REQUEST_PKG had been
assigned the same number.

Fixes:          29b8220b179b ("hwpstate_intel: Use ipi instead of thread_lock + sched_bind")
Event:          Halifax Hackathon 202606
Location:       jrm@'s living room
Sponsored by:   The FreeBSD Foundation
DeltaFile
+6-6sys/x86/cpufreq/hwpstate_intel.c
+6-61 files

FreeBSD/src 486ef22sys/x86/cpufreq hwpstate_intel.c

hwpstate_intel(4): Fix uninitialized variable in debug dump sysctl

It can cause a "cannot read MSR" error to be reported although reading
actually worked.

Fixes:          29b8220b179b ("hwpstate_intel: Use ipi instead of thread_lock + sched_bind")
Event:          Halifax Hackathon 202606
Location:       jrm@'s living room
Sponsored by:   The FreeBSD Foundation
DeltaFile
+2-0sys/x86/cpufreq/hwpstate_intel.c
+2-01 files

LLVM/project 3654cb7llvm/lib/Target/AMDGPU VOP3PInstructions.td

[AMDGPU] Use an explicit S_MOV with V_MIN in FPToSSatI16Pat pattern (#206053)

This fixes the case where GFX7 fails expensive checks/machine
verification with GISel due to passing a literal directly to V_MIN that
is not supported on the architecture. This fixes the buildbot failure:
https://lab.llvm.org/buildbot/#/builders/187/builds/21241 caused by
#202680.
DeltaFile
+1-1llvm/lib/Target/AMDGPU/VOP3PInstructions.td
+1-11 files

LLVM/project 7fe15f5llvm/tools/llvm-readobj ELFDumper.cpp

fixup! [llvm-readobj, ELF] Support reading binary with more than PN_XNUM segments.
DeltaFile
+1-1llvm/tools/llvm-readobj/ELFDumper.cpp
+1-11 files

LLVM/project 2696910libcxx/include/__atomic/support c11.h

eliminate adl warning
DeltaFile
+12-8libcxx/include/__atomic/support/c11.h
+12-81 files

LLVM/project 138e217llvm/test/FileCheck/dump-input filter.txt annotations.txt, llvm/test/FileCheck/dump-input/search-range-annotations check-not.txt

[FileCheck] Annotate search ranges with { } in -dump-input (#198138)

This PR has an
[RFC](https://discourse.llvm.org/t/rfc-filecheck-improving-input-dump-readability/91112).
It is stacked on PR #199063.

Example
=======

```
$ cat check
CHECK: start
CHECK-NEXT: end

$ FileCheck -v -dump-input-context=2 check < input |& tail -23
<<<<<<
          1: start
check:1      ^~~~~
next:2'0         {   search range start (exclusive)

    [134 lines not shown]
DeltaFile
+373-214llvm/test/FileCheck/dump-input/filter.txt
+364-113llvm/test/FileCheck/dump-input/annotations.txt
+209-36llvm/utils/FileCheck/FileCheck.cpp
+101-99llvm/test/FileCheck/dump-input/context.txt
+22-21llvm/test/FileCheck/dump-input/enable.txt
+25-14llvm/test/FileCheck/dump-input/search-range-annotations/check-not.txt
+1,094-4977 files not shown
+1,144-52913 files

NetBSD/pkgsrc Jb7NsIQnet/gssdp distinfo Makefile

   gssdp: updated to 1.6.6

   1.6.6 (stable)
   - Fix binding to unicast sockets (Regression introduced by 1.6.5)
VersionDeltaFile
1.24+4-4net/gssdp/distinfo
1.120+2-2net/gssdp/Makefile
1.10+2-2net/gssdp/PLIST
+8-83 files

LLVM/project e2e7612llvm/include/llvm/ADT Enum.h, llvm/include/llvm/Support ScopedPrinter.h

[ADT] Add compact enum table (#202044)

The existing EnumEntry stores string using StringRefs, which are large
and require two relocations per entry. Introduce a new, compact enum
string representation that stores strings relative to the enum entries
in memory, allowing a low-overhead and relocation-free storage.

Unfortunately, the enum definitions have to be written into a separate
constexpr variable; only C++20 supports structural template parameters.
It is also not possible to hide this behind a macro due, because we want
enum entries to be sourced from other files and #include cannot occur
during a macro expansion.

When all uses of EnumEntry are ported to the new representation, this
will save 4.7k relocations on libLLVM.so (3% in an all-target assert
build), resulting in faster startup and lower max-rss, as these rarely
used pages don't need to be touched at all anymore.
DeltaFile
+320-0llvm/unittests/Support/ScopedPrinterTest.cpp
+164-0llvm/include/llvm/ADT/Enum.h
+45-0llvm/include/llvm/Support/ScopedPrinter.h
+529-03 files

LLVM/project 051b584llvm/test/CodeGen/AMDGPU div_v2i128.ll sched-handleMoveUp-dead-def-join.mir, llvm/test/MC/AMDGPU gfx13_asm_vop3_dpp16.s gfx12_asm_vop3_dpp16.s

Merge branch 'main' into users/aokblast/readelf/pxnum_support
DeltaFile
+12,991-3,310llvm/test/MC/AMDGPU/gfx13_asm_vop3_dpp16.s
+11,856-3,719llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
+0-8,306llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
+5,672-0llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16-fake.txt
+2,592-2,612llvm/test/CodeGen/AMDGPU/div_v2i128.ll
+5,126-0llvm/test/CodeGen/AMDGPU/sched-handleMoveUp-dead-def-join.mir
+38,237-17,9475,563 files not shown
+242,313-180,7095,569 files

NetBSD/src 3HJOBAyusr.sbin/sysinst msg.mi.en msg.mi.es

   sysinst(8): fix typo in recent addition to msg files
VersionDeltaFile
1.61+2-2usr.sbin/sysinst/msg.mi.en
1.51+2-2usr.sbin/sysinst/msg.mi.es
1.54+2-2usr.sbin/sysinst/msg.mi.fr
1.57+2-2usr.sbin/sysinst/msg.mi.pl
+8-84 files

LLVM/project 6e9f770clang/test/CodeGen/AArch64 neon-intrinsics.c, clang/test/CodeGen/AArch64/neon add.c intrinsics.c

Merge branch 'main' into users/aokblast/readelf/pxnum_support
DeltaFile
+0-495clang/test/CodeGen/AArch64/neon-intrinsics.c
+371-0clang/test/CodeGen/AArch64/neon/add.c
+168-97libcxx/include/map
+187-0clang/test/CodeGen/AArch64/neon/intrinsics.c
+124-48llvm/test/MC/COFF/seh-unwindv3-inheritance.s
+0-159llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+850-799227 files not shown
+3,364-1,788233 files

FreeBSD/src 2f7a822share/man/man7 memory_model.7

memory_model.7: Correct typo

perserving -> preserving

Reviewed by: jrm
Event: Halifax Hackathon 202606
Fixes: 1366a87c9cb5 ("memory_model(7): create and document pointer provenance")
DeltaFile
+1-1share/man/man7/memory_model.7
+1-11 files

LLVM/project 6b9f4a5clang/docs LanguageExtensions.rst, clang/include/clang/Options Options.td

Enable driver changes for fexec-charset
DeltaFile
+14-6clang/lib/Driver/ToolChains/Clang.cpp
+14-4clang/include/clang/Options/Options.td
+11-3clang/test/Driver/clang_f_opts.c
+10-0llvm/lib/Support/TextEncoding.cpp
+4-3clang/test/Driver/cl-options.c
+3-3clang/docs/LanguageExtensions.rst
+56-193 files not shown
+60-199 files

LLVM/project c6a709fclang/include/clang/Basic TargetInfo.h, clang/lib/AST ASTContext.cpp

convert to exec-charset inside getPredefinedStringLiteralFromCache, test __builtin_FILE()
DeltaFile
+10-0clang/lib/AST/ASTContext.cpp
+4-0clang/test/CodeGen/systemz-charset.cpp
+2-1clang/lib/Lex/TextEncoding.cpp
+3-0clang/lib/Basic/TargetInfo.cpp
+2-0clang/include/clang/Basic/TargetInfo.h
+21-15 files

LLVM/project 6764871clang/include/clang/Options Options.td, clang/lib/Driver/ToolChains Clang.cpp

address comments
DeltaFile
+3-3clang/include/clang/Options/Options.td
+1-1clang/lib/Driver/ToolChains/Clang.cpp
+4-42 files

LLVM/project c0a3f85clang/lib/AST ASTContext.cpp, clang/lib/Lex TextEncoding.cpp

Convert the key before cache lookup to prevent encoding differences
DeltaFile
+9-9clang/lib/AST/ASTContext.cpp
+1-1clang/lib/Lex/TextEncoding.cpp
+10-102 files

LLVM/project d65d9a0clang/include/clang/Lex TextEncoding.h, clang/lib/Lex TextEncoding.cpp

fix CI
DeltaFile
+2-2clang/lib/Lex/TextEncoding.cpp
+1-0clang/include/clang/Lex/TextEncoding.h
+3-22 files

LLVM/project b40ce6cclang/include/clang/Sema Sema.h, clang/lib/Parse Parser.cpp ParseDecl.cpp

fix CI
DeltaFile
+0-7clang/test/CodeGen/systemz-charset.c
+2-2clang/include/clang/Sema/Sema.h
+1-1clang/lib/Parse/Parser.cpp
+0-1clang/lib/Parse/ParseDecl.cpp
+3-114 files

LLVM/project f1cad46clang/lib/AST PrintfFormatString.cpp FormatString.cpp, clang/lib/Sema SemaChecking.cpp

Add format string handling
DeltaFile
+58-31clang/lib/AST/PrintfFormatString.cpp
+46-40clang/lib/AST/FormatString.cpp
+33-21clang/lib/Sema/SemaChecking.cpp
+25-11clang/lib/AST/FormatStringParsing.h
+15-8clang/lib/AST/ScanfFormatString.cpp
+19-0llvm/lib/Support/TextEncoding.cpp
+196-1117 files not shown
+233-12013 files

LLVM/project 761b15aclang/lib/Lex TextEncoding.cpp, clang/lib/Sema SemaChecking.cpp

do not convert character by character
DeltaFile
+6-4clang/lib/Sema/SemaChecking.cpp
+1-1clang/lib/Lex/TextEncoding.cpp
+7-52 files

FreeNAS/freenas 14f79b1src/middlewared/middlewared/plugins/security sessions.py validate.py, src/middlewared/middlewared/utils filter_list.py

Address reviews
DeltaFile
+17-30src/middlewared/middlewared/plugins/security/sessions.py
+11-10tests/unit/test_shadow_account_policy.py
+5-1src/middlewared/middlewared/utils/filter_list.py
+2-2src/middlewared/middlewared/plugins/security/validate.py
+35-434 files