LLVM/project 7266885libc/hdr sys_ptrace_macros.h CMakeLists.txt, libc/include/llvm-libc-macros sys-ptrace-macros.h

[libc] Support for argument-taking ptrace requests (#201830)

Some of these requests are architecture specific, and linux/ptrace.h is
pretty clean, so I'm including it for all the constants definitions
(this matches bionic, but not musl or glibc).

There's one unfortunate rename that we need to fix up (kernel uses
PTRACE_PEEKUSR, without the *E*), and (matching all libc
implementations) I also add the BSD-compatibility names for the basic
requests (although the usefulness if this is questionable as nearly
everything about ptrace is OS-specific).

Some of the options structs also have a different name in the kernel
headers (ptrace_peeksiginfo_args) and glibc (__ptrace_peeksiginfo_args),
but:
- these are very scarcely used, and
- the manpage actually documents the kernel names

which is why I'm hoping we can get away with this.

    [6 lines not shown]
DeltaFile
+31-7libc/test/integration/src/sys/ptrace/linux/ptrace_test.cpp
+27-0libc/hdr/sys_ptrace_macros.h
+24-2libc/include/sys/ptrace.yaml
+19-3libc/src/sys/ptrace/linux/ptrace.cpp
+17-1libc/include/llvm-libc-macros/sys-ptrace-macros.h
+9-0libc/hdr/CMakeLists.txt
+127-133 files not shown
+139-169 files

LLVM/project 85da6a9clang/test/OpenMP amdgpu-arch-compat.c, llvm/include/llvm/Frontend/OpenMP OMPKinds.def

OpenMP: Accept amdgpu name in arch directive (#201789)

Accept amdgpu as an alias for amdgcn as part of the general
trend of preferring the amdgpu name. This is so the name is
consistent in the future when the triple arch name changes.
DeltaFile
+11-0clang/test/OpenMP/amdgpu-arch-compat.c
+1-0llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
+12-02 files

LLVM/project 9e2db57llvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 vector-shuffle-512-v64.ll

[X86] combineConcatVectorOps - concat 4x128-bit shuffles as 2x256-bit shuffles (#201831)

Fixes #199445
DeltaFile
+21-0llvm/lib/Target/X86/X86ISelLowering.cpp
+2-14llvm/test/CodeGen/X86/vector-shuffle-512-v64.ll
+23-142 files

FreeNAS/freenas feee034tests/protocols pynfs_proto.py, tests/sharing_protocols/nfs test_nfs_ha.py nfs_ha_utils.py

NFS: protocol-level NFSv4.1 HA failover tests

Add a suite that checks NFSv4.1 keeps its promises across a TrueNAS HA
failover. A failover here means the active controller reboots, the standby
takes over the shared IP and pool and brings nfsd back up, and a client
talking to the VIP should keep working through it. These tests check that it
does.

The work splits into eight groups. Each captures some state, drives one
failover -- or a deterministic nfsd restart for the grace checks -- and then
verifies that state on the controller that took over:

  * identity   - both controllers present as the same server, and a config
                 change made on one reaches the other
  * grace      - a client re-establishes its open and lock during the grace
                 period, and they are honoured against other clients once it
                 lifts
  * namespace  - files, snapshots, filehandles, and file metadata (mode,
                 ownership, size, timestamps, link counts) all survive

    [12 lines not shown]
DeltaFile
+1,366-0tests/sharing_protocols/nfs/test_nfs_ha.py
+310-2tests/protocols/pynfs_proto.py
+310-0tests/sharing_protocols/nfs/nfs_ha_utils.py
+35-24tests/sharing_protocols/nfs/conftest.py
+14-16tests/sharing_protocols/nfs/test_nfs_snapdir.py
+7-0tests/sharing_protocols/nfs/test_nfs_change_attr.py
+2,042-426 files

FreeBSD/src e3fa020lib/libc/net protocols

protocols: Update with IANA list

- Update /etc/protocols with IANA list updated 2026-03-09.
- Document that 240 (pfsync) is not assigned by IANA.
- Document deprecated protocols.

PR:             295739
Reviewed by:    des
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D57445
DeltaFile
+11-6lib/libc/net/protocols
+11-61 files

OPNSense/core 52c3948src/opnsense/mvc/app/views/OPNsense/Firewall nat_rule.volt

Remove orphaned variable
DeltaFile
+0-2src/opnsense/mvc/app/views/OPNsense/Firewall/nat_rule.volt
+0-21 files

LLVM/project 12cfc4dllvm/lib/Target/X86 X86RegisterInfo.cpp X86CallingConv.td, llvm/test/CodeGen/X86/apx mul-i1024.ll setjmp-win64-abi.ll

[X86][APX] Implement Windows APX ABI callee-saved registers per Microsoft spec (#200391)

Per the Microsoft x64 calling convention, R30 and R31 are non-volatile
when APX is available. Define CSR_Win64_APX and CSR_Win64_APX_NoSSE
extending the standard Win64 CSR sets. Update getCalleeSavedRegs and
getCallPreservedMask accordingly.

Reserve R30/R31 in functions that call setjmp, as the unwinder cannot
restore APX extended registers. Emit a warning for large functions where
this may impact performance.

Ref:
https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-170#callercallee-saved-registers

---------

Co-authored-by: Daniel Paoliello <danpao at microsoft.com>
DeltaFile
+419-419llvm/test/CodeGen/X86/apx/mul-i1024.ll
+241-0llvm/test/CodeGen/X86/apx/setjmp-win64-abi.ll
+112-60llvm/lib/Target/X86/X86RegisterInfo.cpp
+166-0llvm/test/CodeGen/X86/apx/win64-abi.ll
+70-68llvm/test/CodeGen/X86/apx/memfold-no-physreg.ll
+19-0llvm/lib/Target/X86/X86CallingConv.td
+1,027-5473 files not shown
+1,047-5559 files

FreeNAS/freenas 8a6baactests/protocols pynfs_proto.py, tests/sharing_protocols/nfs test_nfs_ha.py nfs_ha_utils.py

NFS: protocol-level NFSv4.1 HA failover tests

Add a suite that checks NFSv4.1 keeps its promises across a TrueNAS HA
failover. A failover here means the active controller reboots, the standby
takes over the shared IP and pool and brings nfsd back up, and a client
talking to the VIP should keep working through it. These tests check that it
does.

The work splits into eight groups. Each captures some state, drives one
failover -- or a deterministic nfsd restart for the grace checks -- and then
verifies that state on the controller that took over:

  * identity   - both controllers present as the same server, and a config
                 change made on one reaches the other
  * grace      - a client re-establishes its open and lock during the grace
                 period, and they are honoured against other clients once it
                 lifts
  * namespace  - files, snapshots, filehandles, and file metadata (mode,
                 ownership, size, timestamps, link counts) all survive

    [14 lines not shown]
DeltaFile
+1,353-0tests/sharing_protocols/nfs/test_nfs_ha.py
+310-2tests/protocols/pynfs_proto.py
+310-0tests/sharing_protocols/nfs/nfs_ha_utils.py
+35-24tests/sharing_protocols/nfs/conftest.py
+14-16tests/sharing_protocols/nfs/test_nfs_snapdir.py
+7-0tests/sharing_protocols/nfs/test_nfs_change_attr.py
+2,029-426 files

LLVM/project 07bd305clang/lib/AST/ByteCode Compiler.cpp, clang/test/AST/ByteCode cxx20.cpp

[clang][bytecode] Fix conditional operator scoping (#201777)

The code and the comment are correct, but they also applied to the
conditional operator condition, which they shouldn't.
DeltaFile
+11-10clang/lib/AST/ByteCode/Compiler.cpp
+17-0clang/test/AST/ByteCode/cxx20.cpp
+28-102 files

LLVM/project fd259a5llvm/lib/Transforms/Utils Local.cpp, llvm/test/Transforms/InstCombine invariant.group.ll

[IR] Preserve !invariant.group in copyMetadataForLoad (#200535)

copyMetadataForLoad is supposed to be used when only changing a load's
type.  If we're only changing the type (and not the SSA value of the
loaded pointer) then we can preserve invariant.group.

All callers of this function indeed either (a) leave the pointer SSA
value unchanged, or (b) change *all* pointers in the group from one
value to another (which is also safe).

This bug was found by a large run of Opus 4.7 looking for bugs in LLVM.
DeltaFile
+12-0llvm/test/Transforms/InstCombine/invariant.group.ll
+1-0llvm/lib/Transforms/Utils/Local.cpp
+13-02 files

OPNSense/core aa13cf6src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt

Firewall Rules: fix group ordering, change ruleTypeMap to array, fix row selection
DeltaFile
+67-59src/opnsense/mvc/app/views/OPNsense/Firewall/filter_rule.volt
+67-591 files

OPNSense/core 281a033src/opnsense/mvc/app/views/OPNsense/Firewall nat_rule.volt

Bind settings-changed event in mapDataToFormUI callback
DeltaFile
+4-8src/opnsense/mvc/app/views/OPNsense/Firewall/nat_rule.volt
+4-81 files

LLVM/project ddfa5ebclang/docs ReleaseNotes.rst, clang/lib/Sema SemaAttr.cpp

[Sema] Fix assertion crash on section conflict with a non-identifier decl (#200873)

NamedDecl::getName() asserts the name is a simple identifier, so
UnifySection crashed when the conflicting section decl had a special
name such as a lambda's call operator.

Drop the argument: `note_declared_at` has no format placeholder, so it
was dead code. The error already prints the section decl.

Fixes https://github.com/llvm/llvm-project/issues/192264
DeltaFile
+15-0clang/test/SemaCXX/attr-section.cpp
+2-4clang/lib/Sema/SemaAttr.cpp
+3-0clang/docs/ReleaseNotes.rst
+20-43 files

OpenBSD/ports wbP5CX3graphics/openjph distinfo Makefile

   Update to openjph-0.27.4.
VersionDeltaFile
1.17+2-2graphics/openjph/distinfo
1.18+1-1graphics/openjph/Makefile
+3-32 files

OpenBSD/ports piISdg0graphics/cairomm distinfo Makefile

   Update to cairomm-1.14.6.
VersionDeltaFile
1.16+2-2graphics/cairomm/distinfo
1.47+1-1graphics/cairomm/Makefile
+3-32 files

LLVM/project 2a80e66llvm/lib/Transforms/Scalar JumpThreading.cpp

[JumpThreading] NFC: Add comment referencing #199408. (#199718)

Leave a breadcrumb indicating that not `freeze`'ing a select's condition
when turning it into a conditional branch is unsound (unless we can
prove that the cond is never poison).  Nonetheless this doesn't seem to
cause real-world problems afaict.
DeltaFile
+6-0llvm/lib/Transforms/Scalar/JumpThreading.cpp
+6-01 files

LLVM/project 9784683llvm/lib/Transforms/Vectorize LoopVectorize.cpp, llvm/test/Transforms/LoopVectorize alias-mask.ll alias-mask-negative-tests.ll

[LV] Allow reductions with partial alias masking (#200813)

This patch enables reductions with partial alias masking by forcing the
use of a predicated reduction select with alias masking. This prevents
poison values from being propagated to the header phi for lanes outside
the alias mask.

Note: An alternate approach would be to select the identity value before
the final horizontal reduction (outside the vector loop). That however,
does not generalize to all reduction kinds (e.g., AnyOf), and at least
for AArch64 SVE, we already prefer the in-loop selects.
DeltaFile
+297-0llvm/test/Transforms/LoopVectorize/alias-mask.ll
+0-64llvm/test/Transforms/LoopVectorize/alias-mask-negative-tests.ll
+62-1llvm/test/Transforms/LoopVectorize/AArch64/alias-mask.ll
+6-4llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+365-694 files

LLVM/project ea66732llvm/lib/Analysis Loads.cpp, llvm/test/Transforms/InstCombine loadstore-metadata.ll

[Loads] Handle missing context instruction for willNotFreeBetween() (#201828)

This crashed previously.
DeltaFile
+84-42llvm/test/Transforms/InstCombine/loadstore-metadata.ll
+1-1llvm/lib/Analysis/Loads.cpp
+85-432 files

NetBSD/pkgsrc-wip 40489f9CodeWhale distinfo cargo-depends.mk, DeepSeek-TUI distinfo cargo-depends.mk

misc/CodeWhale: rename from DeepSeek-TUI, update to 0.8.53

Packaged in wip by Chavdar Ivanov and Claude Code.

Upstream (Hmbown) renamed the project from DeepSeek-TUI to CodeWhale.
The repository, distfile, and primary command are now codewhale; the
deepseek and deepseek-tui commands remain as legacy shims and are
scheduled for removal upstream in v0.9.0.

This is a git rename of wip/DeepSeek-TUI to wip/CodeWhale plus an update
from 0.8.39 to 0.8.53.

Notable changes since 0.8.39:
- Provider-agnostic: in addition to DeepSeek V4, supports OpenRouter,
  NVIDIA NIM, Fireworks, SiliconFlow, Ollama and other OpenAI-compatible
  endpoints.
- New primary binaries codewhale and codewhale-tui (plus the short codew
  alias and codewhale-app-server); deepseek / deepseek-tui kept as shims.


    [8 lines not shown]
DeltaFile
+1,914-0CodeWhale/distinfo
+0-1,912DeepSeek-TUI/distinfo
+638-0CodeWhale/cargo-depends.mk
+0-637DeepSeek-TUI/cargo-depends.mk
+0-148DeepSeek-TUI/patches/patch-Cargo.lock
+36-0CodeWhale/Makefile
+2,588-2,6979 files not shown
+2,658-2,77215 files

OPNSense/core 2acdd48src/opnsense/mvc/app/models/OPNsense/Core/Menu Menu.xml, src/opnsense/mvc/app/models/OPNsense/Firewall/Menu Menu.php

Hide the Outbound NAT menu item if mode is either automatic or disabled, or no rules node exists anymore in it. Move migration assistant out of Rules [legacy] so it doesn't disappear if no legacy rules exist anymore, now that it is also used for NAT migration.
DeltaFile
+16-2src/opnsense/mvc/app/models/OPNsense/Firewall/Menu/Menu.php
+1-5src/opnsense/mvc/app/models/OPNsense/Core/Menu/Menu.xml
+17-72 files

LLVM/project 92782dcclang/test/CodeGen/LoongArch/lasx builtin-alias.c builtin.c, lldb/source/Utility RISCV_DWARF_Registers.h

Merge branch 'main' into users/kparzysz/s03-list-item-checks
DeltaFile
+3,563-3,543llvm/test/CodeGen/AMDGPU/memintrinsic-unroll.ll
+6,598-111llvm/test/CodeGen/X86/clmul-vector.ll
+2,749-2,749clang/test/CodeGen/LoongArch/lasx/builtin-alias.c
+2,745-2,745clang/test/CodeGen/LoongArch/lasx/builtin.c
+3,092-2,392llvm/test/CodeGen/AMDGPU/GlobalISel/frem.ll
+4,489-13lldb/source/Utility/RISCV_DWARF_Registers.h
+23,236-11,5531,638 files not shown
+97,425-48,8271,644 files

NetBSD/pkgsrc A1PLxK2doc CHANGES-2026

   doc: Updated chat/toxcore to 0.2.23
VersionDeltaFile
1.3508+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc a6KVPCNchat/toxcore distinfo Makefile, chat/toxcore/patches patch-testing_support_public_random.hh

   toxcore: update to 0.2.23

   Bug Fixes
   - limit number of saved group peers when loading from disk And add
     `unpack_gc_saved_peers` bounds test
   - DHT:
     - refactor memory handling of loaded dht state Previous code could
       double-free if more than one dht states per tox-file and a following
       allocation fails
     - Suppress the warning about IPv6 nodes when IPv6 is turned off
   - av: Fix Use-After-Free when peer goes offline.
   - gca: announce max sizes where 32bytes too large
   - onion: Size GCA announce response buffer to actual content length.
   - test: fix mypy failure

   Features
   - Add `Tox_Iterate_Options` for granular control over `tox_iterate`.
   - Add a function to get the list of valid group chat numbers.
VersionDeltaFile
1.10+5-5chat/toxcore/distinfo
1.2+4-4chat/toxcore/patches/patch-testing_support_public_random.hh
1.12+2-2chat/toxcore/Makefile
1.7+2-2chat/toxcore/PLIST
+13-134 files

FreeNAS/freenas 9bb93c3src/middlewared/middlewared/plugins/alert alert.py runtime.py

Restructure alert plugin to the lean typesafe layout

## Problem
The alert plugin passed mypy but didn't follow the typesafe convention the other converted plugins use: the eponymous `alert` service lived in `alert.py` as an 1100-line `Service` with all logic, models, and helpers inline, `__init__.py` was empty, and the two sibling services each combined their service class and service part in one off-convention file.

## Solution
- Move `AlertService` into a lean `__init__.py` that exposes only the endpoint stubs; each delegates to plain functions in `lifecycle.py` / `runtime.py` / `oneshot.py` / `queries.py` that take `(context, state)`.
- Lift all mutable runtime state into a dedicated `AlertState` object (`state.py`) built once in `__init__`. Concurrency is intentionally unchanged — it still relies on the asyncio event loop plus the existing `process_alerts` job lock, with no new lock introduced.
- Pull the standalone pieces into `state.py`, `alert_classes.py`, and `serialize.py`, and split the siblings into `alertservice.py` / `alertservice_crud.py` and `alertclasses.py` / `alertclasses_config.py` to match the `*_crud.py` / `*_config.py` convention.
- Move the inline `AlertOneshotDelete` models into the API package, and update `main.py` imports plus the setup-ordering key (`alert.alert` -> `alert`, since `setup()` now lives in the package `__init__`).
DeltaFile
+0-1,108src/middlewared/middlewared/plugins/alert/alert.py
+472-0src/middlewared/middlewared/plugins/alert/runtime.py
+0-226src/middlewared/middlewared/plugins/alert/service.py
+218-0src/middlewared/middlewared/plugins/alert/__init__.py
+214-0src/middlewared/middlewared/plugins/alert/queries.py
+145-0src/middlewared/middlewared/plugins/alert/alertservice.py
+1,049-1,33410 files not shown
+1,657-1,41616 files

FreeNAS/freenas 061a0b7src/middlewared/middlewared/plugins/alert runtime.py queries.py

Address reviews
DeltaFile
+208-147src/middlewared/middlewared/plugins/alert/runtime.py
+59-54src/middlewared/middlewared/plugins/alert/queries.py
+18-16src/middlewared/middlewared/plugins/alert/alertservice.py
+7-10src/middlewared/middlewared/plugins/alert/__init__.py
+1-6src/middlewared/middlewared/plugins/alert/state.py
+2-2src/middlewared/middlewared/plugins/alert/alertclasses_config.py
+295-2356 files

FreeBSD/src cda79e5sys/compat/linuxkpi/common/src linux_80211.c

LinuxKPI: 802.11: set flag if frame should be part of an A-MPDU

In the output path where we are sending a frame to the driver mark it
if it should be part of an A-MPDU based on its tid, type, and whether
net80211 thinks that we are in the right state for this.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+12-0sys/compat/linuxkpi/common/src/linux_80211.c
+12-01 files

FreeBSD/src 259efa7sys/compat/linuxkpi/common/src linux_80211.c linux_80211.h

LinuxKPI: 802.11: make *addba* work better

Fill in more details for lkpi_ic_addba_request(), lkpi_ic_addba_response(),
and lkpi_ic_addba_response_timeout().

Migrate the ltxq flags seen_dequeue and stopped to a bitfield and add %b
support to log messages.   This seemed the better approach after needing
an additional stop field for BA while we have to hold packets from being
transmitted.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+64-15sys/compat/linuxkpi/common/src/linux_80211.c
+10-2sys/compat/linuxkpi/common/src/linux_80211.h
+74-172 files

FreeBSD/src a993d28sys/compat/linuxkpi/common/src linux_80211.c

LinuxKPI: 802.11: add note about rate control support under boot -v

We currently do not support rate control in LinuxKPI.  As more drivers
and chipsets gain suppport for higher throughput add a note under
bootverbose if we hit one of these cases (currently only older iwlwifi
chipsets).

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+6-0sys/compat/linuxkpi/common/src/linux_80211.c
+6-01 files

FreeBSD/src 22ac9besys/compat/linuxkpi/common/src linux_80211.c

LinuxKPI: 802.11: adjust tracing for action/ampdu/addba functions

Adjust the pure debug tracing to no longer be under HT and add more
to the other functions we are interested in, so we can follow the
calls more easily.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+9-3sys/compat/linuxkpi/common/src/linux_80211.c
+9-31 files

FreeBSD/src fb97712sys/compat/linuxkpi/common/include/net mac80211.h, sys/compat/linuxkpi/common/src linux_80211.c

LinuxKPI: 802.11: implement ieee80211_start_tx_ba_session()

Implement ieee80211_start_tx_ba_session() as a start for rtw8x (and
select mt76 chipsets) to support more throughput.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+102-0sys/compat/linuxkpi/common/src/linux_80211.c
+3-3sys/compat/linuxkpi/common/include/net/mac80211.h
+105-32 files