FreeNAS/freenas d427517tests/unit test_smart_alert.py

add unit tests
DeltaFile
+104-0tests/unit/test_smart_alert.py
+104-01 files

Linux/linux e80d033include/linux smp.h, kernel smp.c

Merge tag 'smp-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull SMP core updates from Thomas Gleixner:

 - Switch smp_call_on_cpu() to user system_percpu_wq instead of
   system_wq a part of the ongoing workqueue restructuring

 - Improve the CSD-lock diagnostics for smp_call_function_single() to
   provide better debug mechanisms on weakly ordered systems.

 - Cache the current CPU number once in smp_call_function*() instead of
   retrieving it over and over.

 - Add missing kernel-doc comments all over the place

* tag 'smp-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  smp: Use system_percpu_wq instead of system_wq
  smp: Improve smp_call_function_single() CSD-lock diagnostics
  smp: Get this_cpu once in smp_call_function
  smp: Add missing kernel-doc comments
DeltaFile
+43-17kernel/smp.c
+23-19include/linux/smp.h
+66-362 files

LLVM/project 11f3a56clang/include/clang/Basic HLSLIntrinsics.td

Use ascii for dashes (#191892)

Use the standard ascii character for the dashes.
DeltaFile
+4-4clang/include/clang/Basic/HLSLIntrinsics.td
+4-41 files

FreeNAS/freenas 13f87f9src/middlewared/middlewared/plugins/pool_ scrub.py, src/middlewared/middlewared/plugins/zpool scrub_impl.py scrub.py

doc
DeltaFile
+78-14src/middlewared/middlewared/plugins/zpool/scrub_impl.py
+12-7src/middlewared/middlewared/plugins/pool_/scrub.py
+16-1src/middlewared/middlewared/plugins/zpool/scrub.py
+106-223 files

FreeBSD/ports 97a6e79www/freenginx-devel distinfo version.mk

www/freenginx-devel: update to 1.30.0

Sponsored by:   tipi.work

<ChangeLog>

*) 1.30.x stable branch.

</ChangeLog>
DeltaFile
+3-3www/freenginx-devel/distinfo
+1-1www/freenginx-devel/version.mk
+4-42 files

FreeBSD/ports 6891808www/freenginx-acme distinfo Makefile

www/freenginx-acme: update freenginx distribution version to 1.30.0

Bump PORTREVISION.

Sponsored by:   tipi.work
DeltaFile
+3-3www/freenginx-acme/distinfo
+1-1www/freenginx-acme/Makefile
+4-42 files

FreeBSD/ports 8a102d7games/lgogdownloader distinfo Makefile, games/lgogdownloader/files patch-CMakeLists.txt

games/lgogdownloader: Update to 3.18

Changelog:      https://github.com/Sude-/lgogdownloader/releases/tag/v3.18

PR:             294483
Approved by:    arrowd (co-mentor)
DeltaFile
+0-17games/lgogdownloader/files/patch-CMakeLists.txt
+3-3games/lgogdownloader/distinfo
+1-2games/lgogdownloader/Makefile
+4-223 files

LLVM/project 51822a6llvm/utils/gn/secondary/clang/lib/ScalableStaticAnalysisFramework/Analyses BUILD.gn

[gn build] Port fc12e59d1d8b (#192101)

[gn build] Port fc12e59d1d8b
DeltaFile
+1-0llvm/utils/gn/secondary/clang/lib/ScalableStaticAnalysisFramework/Analyses/BUILD.gn
+1-01 files

LLVM/project 7b4c821llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc BUILD.gn

[gn build] Port a2bf43d6b18d (#192100)

[gn build] Port a2bf43d6b18d
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/Orc/BUILD.gn
+1-01 files

FreeNAS/freenas 564c608src/middlewared/middlewared/alert/source smart.py

fix nvme self-test error alert (buggy firmware)
DeltaFile
+10-4src/middlewared/middlewared/alert/source/smart.py
+10-41 files

LLVM/project 585a4a2llvm/utils/gn/secondary/clang/unittests/CIR BUILD.gn

[gn build] Port 472aa4e326be (#192098)

[gn build] Port 472aa4e326be
DeltaFile
+1-0llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
+1-01 files

HardenedBSD/src 01691efsys/dev/isci/scil scic_sds_remote_node_table.c scic_sds_phy_registers.h, sys/dev/ixl ixl_txrx.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+2-2sys/dev/isci/scil/scic_sds_remote_node_table.c
+2-2tools/tools/shlib-compat/shlib-compat.py
+1-1sys/dev/isci/scil/scic_sds_phy_registers.h
+1-1sys/dev/isci/scil/scic_sds_stp_request.h
+1-1sys/dev/ixl/ixl_txrx.c
+1-1usr.sbin/bsdconfig/share/common.subr
+8-83 files not shown
+11-119 files

LLVM/project 3e94498llvm/utils/gn/secondary/llvm/lib/Target/AArch64/MCTargetDesc BUILD.gn

[gn build] Port 3fe0bdfaa592 (#192096)

[gn build] Port 3fe0bdfaa592
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Target/AArch64/MCTargetDesc/BUILD.gn
+1-01 files

LLVM/project a8f36ccllvm/lib/Target/AArch64 AArch64InstrInfo.cpp

[AArch64] Check Subtarget via STI in getInstSizeInBytes (#192089)

The InstSizes test (`llvm/unittests/Target/AArch64/InstSizes.cpp`)
destroys the Subtarget field early (`ST` created on the stack in
[`createInstrInfo`](https://github.com/llvm/llvm-project/blob/40a585e742ed6b28306d7511380079325ba1a003/llvm/unittests/Target/AArch64/InstSizes.cpp#L32)),
causing a use-after-free if it is used in `getInstSizeInBytes`. This
causes a failure when running the test with hwasan (reported by build
bot). To fix this, this PR switches to using `STI` instead of
`Subtarget` in `getInstSizeInBytes` for checking `isLFI`, which survives
for the lifetime of the test.

I think fixing the test itself (the root of the issue, as far as I can
tell) would be more involved. Perhaps I should open an issue for it
though?

I have tested the fix on an AArch64 machine with hwasan to confirm that
it resolves the issue.
DeltaFile
+2-2llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+2-21 files

LLVM/project 1bc5719llvm/test/Analysis/CostModel/AArch64 sve-fptoi_sat.ll fptoi_sat.ll

[AArch64] Add additional cost coverage for SVE fptosi.sat and fptoui.sat. NFC (#192095)
DeltaFile
+179-0llvm/test/Analysis/CostModel/AArch64/sve-fptoi_sat.ll
+0-166llvm/test/Analysis/CostModel/AArch64/fptoi_sat.ll
+179-1662 files

FreeNAS/freenas 39b6654src/middlewared/middlewared/api/v26_0_0 iscsi_global.py

NAS-140679 / 27.0.0-BETA.1 / Fix iscsi mode change omitted from previous PR (#18742)
DeltaFile
+1-1src/middlewared/middlewared/api/v26_0_0/iscsi_global.py
+1-11 files

Linux/linux f21f7b5arch/sparc/include/asm/vdso gettimeofday.h, arch/sparc/vdso vclock_gettime.c vma.c

Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull vdso updates from Thomas Gleixner:

 - Make the handling of compat functions consistent and more robust

 - Rework the underlying data store so that it is dynamically allocated,
   which allows the conversion of the last holdout SPARC64 to the
   generic VDSO implementation

 - Rework the SPARC64 VDSO to utilize the generic implementation

 - Mop up the left overs of the non-generic VDSO support in the core
   code

 - Expand the VDSO selftest and make them more robust

 - Allow time namespaces to be enabled independently of the generic VDSO
   support, which was not possible before due to SPARC64 not using it

    [25 lines not shown]
DeltaFile
+42-376arch/sparc/vdso/vclock_gettime.c
+14-260arch/sparc/vdso/vma.c
+36-167kernel/time/namespace.c
+184-0arch/sparc/include/asm/vdso/gettimeofday.h
+160-0kernel/time/namespace_vdso.c
+63-59lib/vdso/datastore.c
+499-86250 files not shown
+848-1,31056 files

LLVM/project c1d6f76llvm/docs/CommandGuide lit.rst, llvm/utils/lit/lit cl_arguments.py ProgressBar.py

[lit] Add an option to lit which ratelimits progressbar output. (#186479)

Add a new option --min-output-interval, which ratelimits updates to the
progress bar.

When running Lit with the full curses progressbar, it updates both the
bar, and the status text below on every test completion. Running
check-llvm on my laptop runs about 44k tests and takes about 260 seconds
for a release build. Or about 171 tests/second on average.

Moreover, when ssh'd to another host, this generates quite a bit of
traffic. Using tcpdump, I measured the traffic for a run of check-llvm
and -clang. With all updates, its about 8.7 megabytes. With a rate limit
of 5 update/sec, this came down to 175 kilobytes. This can be
significant on slow/metered connections.

This patch adds an option to limit lit's output to once per a given
interval. This only affects the progressbar and status message below,
not any log messages above. It also does not affect anything when not

    [5 lines not shown]
DeltaFile
+26-0llvm/utils/lit/lit/cl_arguments.py
+17-1llvm/utils/lit/lit/ProgressBar.py
+5-0llvm/docs/CommandGuide/lit.rst
+3-1llvm/utils/lit/lit/display.py
+51-24 files

FreeNAS/freenas 4384d5csrc/middlewared/middlewared/api/v27_0_0 truenas.py system_product.py, src/middlewared/middlewared/plugins/truenas license.py

Fix tests
DeltaFile
+5-2tests/runtest.py
+3-1src/middlewared/middlewared/api/v27_0_0/truenas.py
+1-1src/middlewared/middlewared/api/v27_0_0/system_product.py
+2-0src/middlewared/middlewared/plugins/truenas/license.py
+11-44 files

LLVM/project 19344adclang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvzip/policy/non-overloaded vpaire.c, clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvzip/policy/overloaded vpaire.c vpairo.c

Merge branch 'main' into users/ziqingluo/PR-172429193-pre-2
DeltaFile
+6,877-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Ultra-sve-instructions.s
+5,336-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Ultra-writeback.s
+3,167-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Ultra-neon-instructions.s
+2,723-0clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvzip/policy/overloaded/vpaire.c
+2,723-0clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvzip/policy/overloaded/vpairo.c
+2,723-0clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/zvzip/policy/non-overloaded/vpaire.c
+23,549-0674 files not shown
+87,632-9,781680 files

FreeNAS/freenas faf50b7src/middlewared/middlewared/api/v26_0_0 iscsi_global.py

Fix iscsi mode change omitted from previous PR
DeltaFile
+1-1src/middlewared/middlewared/api/v26_0_0/iscsi_global.py
+1-11 files

LLVM/project 560004bflang/lib/Lower/OpenMP OpenMP.cpp, flang/test/Lower/OpenMP omp-declarative-allocate-align.f90

[Flang] [OpenMP] [MLIR] Add lowering support for OMP ALLOCATE directives and its clauses (#187167)

This patch implementation is primarily focused on

- Lowering to LLVM IR, by generating appropriate kmpc_alloc() and kmpc_alligned_alloc() calls for variable(s) and before the end of scope generating kmpc_free() for the same variable(s).
- Also handled, usage of array variables in the OMP ALLOCATE directive.
- Define omp.allocate_free operation in MLIR and slight changes to existing MLIR definition of ALLOCATOR clause.
- Add test cases for variations of usage of OMP ALLOCATE directive and its clauses ALIGN and ALLOCATOR.
DeltaFile
+162-0mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
+117-0mlir/test/Target/LLVMIR/openmp-allocate-directive.mlir
+51-2flang/lib/Lower/OpenMP/OpenMP.cpp
+51-0flang/test/Lower/OpenMP/omp-declarative-allocate-align.f90
+32-8mlir/test/Dialect/OpenMP/ops.mlir
+23-2llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
+436-129 files not shown
+515-3615 files

LLVM/project 05c982allvm/lib/IR Instruction.cpp, llvm/test/Transforms/InstCombine freeze.ll

[IR] treat nofpclass as a poison-generating return attribute (#192016)

- For: #191338

Failing nofpclass attribute will generate poison.
This change adds nofpclass attributes to
`hasPoisonGeneratingReturnAttributes`/`dropPoisonGeneratingReturnAttributes`.
DeltaFile
+12-0llvm/test/Transforms/InstCombine/freeze.ll
+3-1llvm/lib/IR/Instruction.cpp
+15-12 files

FreeNAS/freenas 99f1d04src/middlewared/middlewared/plugins/iscsi_ lio.py global_linux.py, src/middlewared/middlewared/utils/lio config.py

NAS-140632 / 26.0.0-BETA.2 / Add LIO as an alternative iSCSI/FC target stack (by bmeagherix) (#18741)

Adds `ISCSIMODE.LIO` (mode=2) as a selectable iSCSI target stack
alongside the existing SCST modes. The implementation is a "big switch"
— selecting LIO and restarting the iSCSI service brings up LIO with the
same configured targets, extents, and initiator ACLs that SCST was
serving. No data disruption; initiators reconnect and see the same
device identities.

Device identity (VPD page 0x83 NAA designator) is preserved across
migration by reverse-engineering the stored TrueNAS NAA into LIO's
company_id + vpd_unit_serial components, ensuring initiators and
multipath stacks see no device identity change.

Switching from SCST to LIO is blocked with a clear error if the
configuration cannot be faithfully represented in LIO: open initiator
groups with CHAP, multiple discovery-auth credentials, multiple CHAP
credentials per auth tag, iSNS servers, or auth_networks on any target.


    [17 lines not shown]
DeltaFile
+1,281-0src/middlewared/middlewared/utils/lio/config.py
+1,098-0tests/sharing_protocols/iscsi/test_264_iscsi_mode_compat.py
+369-0src/middlewared/middlewared/plugins/iscsi_/lio.py
+237-0tests/sharing_protocols/iscsi/test_265_iscsi_portal_binding.py
+87-99src/middlewared/middlewared/plugins/iscsi_/global_linux.py
+145-6src/middlewared/middlewared/plugins/iscsi_/scst.py
+3,217-10511 files not shown
+3,354-12617 files

FreeNAS/freenas 4588f8atests/api2 test_zpool_scrub.py

improve test coverage
DeltaFile
+294-58tests/api2/test_zpool_scrub.py
+294-581 files

LLVM/project 1e8bcecclang/lib/CIR/CodeGen CIRGenBuiltin.cpp, clang/test/CIR/CodeGen builtin-verbose-trap.cpp

[CIR] Implement __builtin_verbose_trap (#191935)

Route BI__builtin_verbose_trap to the existing emitTrap() path so that
it no longer hits the NYI fallback. Debug info message attachment from
the string arguments is not yet implemented (tracked by
MissingFeatures::generateDebugInfo).

This is the single largest NYI category in libcxx testing, unblocking
~1,008 test failures.
DeltaFile
+35-0clang/test/CIR/CodeGen/builtin-verbose-trap.cpp
+3-0clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp
+38-02 files

FreeBSD/src 6dd8631tests/sys/cam/ctl opcodes.sh all-supported-opcodes.txt

CTL: add ATF tests for REPORT SUPPORTED OPCODES

This includes a regression test for CVE-2024-42416

MFC after:      2 weeks
Sponsored by:   ConnectWise
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D46613
DeltaFile
+241-0tests/sys/cam/ctl/opcodes.sh
+39-0tests/sys/cam/ctl/all-supported-opcodes.txt
+2-0tests/sys/cam/ctl/Makefile
+282-03 files

HardenedBSD/src 6dd8631tests/sys/cam/ctl opcodes.sh all-supported-opcodes.txt

CTL: add ATF tests for REPORT SUPPORTED OPCODES

This includes a regression test for CVE-2024-42416

MFC after:      2 weeks
Sponsored by:   ConnectWise
Reviewed by:    emaste
Differential Revision: https://reviews.freebsd.org/D46613
DeltaFile
+241-0tests/sys/cam/ctl/opcodes.sh
+39-0tests/sys/cam/ctl/all-supported-opcodes.txt
+2-0tests/sys/cam/ctl/Makefile
+282-03 files

LLVM/project 9145467llvm/include/llvm/TargetParser RISCVTargetParser.h, llvm/lib/Target/RISCV RISCVInsertVSETVLI.cpp RISCVInstrInfo.cpp

[RISCV] Prevent emitting vsetvli with e32alt or e64alt. (#191960)

The e32alt and e64alt encodings for vtype are reserved.

Non-fp instructions ignore altfmt and we want to use that to avoid
vtype toggle when using load, store, slide, gather, etc. to manipulate
bf16 vectors. This is why we have a Demanded bit for AltFmt.

We need to make sure we don't keep the AltFmt set when we're changing
SEW to 32 or 64.

A new isValidVType function has been added to help catch illegal
vtype earlier.
DeltaFile
+23-0llvm/test/CodeGen/RISCV/rvv/mixed-float-bf16-arith.ll
+11-5llvm/include/llvm/TargetParser/RISCVTargetParser.h
+6-3llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
+2-2llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
+1-2llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
+43-125 files

FreeBSD/src 3b6f570tools/tools/shlib-compat shlib-compat.py

shlib-compat: Fix two typos in error messages

- s/implemeted/implemented/

(cherry picked from commit 3957e233dd9cf7b7599dd0a5efc59a78adfa9441)
DeltaFile
+2-2tools/tools/shlib-compat/shlib-compat.py
+2-21 files