FreeBSD/src 1911838sys/dev/dpaa fman_xmdio.c

dpaa/fman_xmdio: Make xmdio a "real" MDIO

Instead of forcing an `mdio` pseudo-device to hang off the xmdio, rename
xmdio to "mdio" and make it an ofw bus device, akin to the mii_fdt
driver, so that children can get the device tree goodies.
DeltaFile
+45-6sys/dev/dpaa/fman_xmdio.c
+45-61 files

FreeBSD/src 32b99a2sys/dev/dpaa fman.c

dpaa/fman: Pad the qman channel search array

The loop goes over the qman channel total (16), so if a port ID is not
found in the list it could walk off the end of the list and return
garbage.  Not a problem in practice, as only valid ports are included in
our device trees, but protect it anyway.
DeltaFile
+3-3sys/dev/dpaa/fman.c
+3-31 files

LLVM/project 45b4eeallvm/include/llvm/ADT FoldingSet.h DenseMap.h, llvm/unittests/ADT DenseMapTest.cpp FoldingSet.cpp

[ADT] Add DebugEpochBase::HandleBase::isComparableWith (#219738)

This patch unifies operator== across hash table iterators with
DebugEpochBase::HandleBase::isComparableWith, performing the following
safety checks:

- LHS is either default-constructed or in sync with its container.

- RHS is likewise either default-constructed or in sync with its
container.

- Both iterators belong to the same container instance and share the
  same state (without intervening mutations).

Assisted-by: Antigravity
DeltaFile
+19-0llvm/unittests/ADT/FoldingSet.cpp
+18-0llvm/unittests/ADT/DenseMapTest.cpp
+10-0llvm/include/llvm/ADT/EpochTracker.h
+1-6llvm/include/llvm/ADT/DenseMap.h
+1-1llvm/include/llvm/ADT/FoldingSet.h
+49-75 files

FreeBSD/src 26d5c4fsys/powerpc/pseries xics.c

powerpc64/powernv: Migrate XICS to PIC_AP_INIT

Get rid of the powernv-specific AP callback and use the new-ish
PIC_AP_INIT() PIC KPI instead.
DeltaFile
+7-10sys/powerpc/pseries/xics.c
+7-101 files

FreeBSD/ports 7541161math/octave-forge-statistics Makefile distinfo

math/octave-forge-statistics: Update to 1.9.1.
DeltaFile
+3-3math/octave-forge-statistics/distinfo
+1-1math/octave-forge-statistics/Makefile
+4-42 files

FreeBSD/ports 62a05ccmath/octave-forge-pkg-octave-doc Makefile distinfo

math/octave-forge-pkg-octave-doc: Update to 0.7.7.
DeltaFile
+3-3math/octave-forge-pkg-octave-doc/distinfo
+1-1math/octave-forge-pkg-octave-doc/Makefile
+4-42 files

FreeBSD/ports 969a5dfmath/octave-forge-llms Makefile distinfo

math/octave-forge-llms: Update to 0.2.1.
DeltaFile
+3-3math/octave-forge-llms/distinfo
+1-1math/octave-forge-llms/Makefile
+4-42 files

FreeBSD/ports 57269d6math/octave-forge-femoctave Makefile distinfo

math/octave-forge-femoctave: Update to 2.1.10.
DeltaFile
+3-3math/octave-forge-femoctave/distinfo
+1-2math/octave-forge-femoctave/Makefile
+4-52 files

FreeBSD/ports 547b7fcmath/octave-forge-datatypes Makefile distinfo

math/octave-forge-datatypes: Update to 1.3.4.
DeltaFile
+3-3math/octave-forge-datatypes/distinfo
+1-1math/octave-forge-datatypes/Makefile
+4-42 files

FreeBSD/ports e8f3d26multimedia/smpeg/files patch-configure.in

multimedia/smpeg: Fix build

PR:             298050
Reported by:    Ale <discipline _at__ tiscali.it>
DeltaFile
+14-1multimedia/smpeg/files/patch-configure.in
+14-11 files

LLVM/project d9c2d04clang/docs/ScalableStaticAnalysis/user-docs SourceEditGeneration.md, clang/include/clang/Frontend SSAFOptions.h

address comments
DeltaFile
+23-0clang/test/Analysis/Scalable/source-edit-generation/cli-errors.cpp
+2-2clang/include/clang/Options/Options.td
+2-2clang/include/clang/Frontend/SSAFOptions.h
+2-2clang/docs/ScalableStaticAnalysis/user-docs/SourceEditGeneration.md
+1-1clang/test/Analysis/Scalable/help.cpp
+30-75 files

FreeBSD/ports f1b14f0devel/wasi-libc Makefile

devel/wasi-libc: add LLVM 23 flavour
DeltaFile
+1-1devel/wasi-libc/Makefile
+1-11 files

FreeBSD/ports 9e7c4d8devel Makefile, devel/wasi-compiler-rt23 Makefile

devel/wasi-compiler-rt23: add
DeltaFile
+6-0devel/wasi-compiler-rt23/Makefile
+1-0devel/Makefile
+7-02 files

FreeBSD/ports b25213cmail/thunderbird Makefile, www/firefox Makefile

devel/wasi-libc: bump consumer PORTREVISIONs after update
DeltaFile
+1-1www/tor-browser/Makefile
+1-0www/waterfox/Makefile
+1-0www/librewolf/Makefile
+1-0www/firefox/Makefile
+1-0www/firefox-esr/Makefile
+1-0mail/thunderbird/Makefile
+6-11 files not shown
+7-17 files

FreeBSD/ports 126e6a3devel/wasi-libc pkg-plist22 pkg-plist21

devel/wasi-libc: update to sdk-34

Changes:        https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-34
                https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-33

- sync CMAKE_ARGS from wasi-sdk
- consolidate wasi-libc's plists, they have been identical after cmake transition
- bump all existing WASI toolchain ports

Consumer PORTREVISIONs to be bumped
DeltaFile
+0-225devel/wasi-libc/pkg-plist22
+0-225devel/wasi-libc/pkg-plist21
+0-225devel/wasi-libc/pkg-plist20
+0-225devel/wasi-libc/pkg-plist19
+0-225devel/wasi-libc/pkg-plist18
+0-225devel/wasi-libc/pkg-plist17
+0-1,35017 files not shown
+273-1,37523 files

FreeBSD/src a416bbfshare/man/man4 ntb_hw_plx.4

ntb_hw_plx.4: Canonicalize

+ tag SPDX
+ canonicalize SYNOPSIS, LOADER TUNABLES, and HARDWARE
+ switch X to %d for clarity and consistency

MFC after:      3 days
DeltaFile
+25-28share/man/man4/ntb_hw_plx.4
+25-281 files

OpenBSD/src WZiZyLsbin/stty stty.c

   use TCSANOW (which is 0) for the 2nd parameter of tcsetattr instead of 0
VersionDeltaFile
1.23+2-2bin/stty/stty.c
+2-21 files

FreeBSD/src 9cdadb3share/man/man4 ntb.4

ntb.4: Canonicalize SYNOPSIS and LOADER TUNABLES

Also tag SPDX, and switch X to %d for clarity and consistency.

MFC after:      3 days
DeltaFile
+19-21share/man/man4/ntb.4
+19-211 files

FreeBSD/src 63ecc9ashare/man/man4 ntb_hw_amd.4

ntb_hw_amd.4: Canonicalize SYNOPSIS and SYSCTLs

Also tag SPDX.

MFC after:      3 days
DeltaFile
+17-20share/man/man4/ntb_hw_amd.4
+17-201 files

FreeBSD/src 6acf079share/man/man4 ntb_hw_intel.4

ntb_hw_intel.4: Canonicalize SYNOPSIS + tag SPDX

MFC after:      3 days
DeltaFile
+6-10share/man/man4/ntb_hw_intel.4
+6-101 files

LLVM/project b3a2fa2clang/lib/ScalableStaticAnalysis/Analyses/UnsafeBufferUsage UnsafeBufferUsageAnalysis.cpp, clang/test/Analysis/Scalable/PointerFlow unsafe-buffer-reachable-cast-cycle.test

[SSAF][PointerFlow] Change unsafe-buffer reachability analysis back to simple graph search (#218209)

Because of #218207, we no longer need unsafe-buffer reachability
analysis to "uncompress" pointer flow graphs. It can go back to simple
DFS. Since it deals with large data, simplicity is important.

In addition, unit tests for the "compressed" pointer flow graph DFS are
moved to lit tests because they are no longer suitable as WPA unit
tests. As lit tests, they are end-to-end tests where the extractor is
involved and is responsible for generating "uncompressed" graphs.

Final step of
rdar://183529483
DeltaFile
+392-188clang/unittests/ScalableStaticAnalysis/WholeProgramAnalysis/UnsafeBufferReachableAnalysisTest.cpp
+52-0clang/test/Analysis/Scalable/PointerFlow/unsafe-buffer-reachable-cast-cycle.test
+6-45clang/lib/ScalableStaticAnalysis/Analyses/UnsafeBufferUsage/UnsafeBufferUsageAnalysis.cpp
+450-2333 files

FreeBSD/src 8a6c20asys/dev/e1000 if_em.c

igb: Guard register dump during queue setup

The register-dump sysctl is installed before iflib allocates the queue
arrays and remains visible while they are freed. Return ENXIO outside
the queue lifetime instead of dereferencing a NULL or stale array.

Sponsored by:   BBOX.io

(cherry picked from commit bcb62ec0e3d592892f0f304269ed2722d1bae75a)
DeltaFile
+7-0sys/dev/e1000/if_em.c
+7-01 files

FreeBSD/ports 34ee419mail/dovecot24 distinfo Makefile, mail/dovecot24/files patch-src_imap_imap-client-hibernate.c

mail/dovecot24: update 2.4.4 -> 2.4.5, fix build

PR:             298045
Changes:        https://github.com/dovecot/core/releases/tag/2.4.5
Author:         Jordan Ostreff <jordan at ostreff.info>
DeltaFile
+32-25mail/dovecot24/pkg-plist
+0-12mail/dovecot24/files/patch-src_imap_imap-client-hibernate.c
+7-1mail/dovecot24/Makefile
+3-3mail/dovecot24/distinfo
+42-414 files

FreeBSD/src b91c0fcsys/dev/pci pci_iov.c

pci_iov: Permit non-ARI VFs on a secondary bus

A non-zero VF device number does not always require ARI. The Intel
82576 and I350 [1] explicitly support a non-ARI layout that places VFs
on the next bus.

Check every requested VF RID and reject a non-zero device only when it
is on the PF bus. This retains the ARI guard for invalid same-bus
layouts while permitting the documented second-bus layout.

[1] Intel I350 Datasheet, sections 7.8.2.6.1.2, 9.6.4.6

Sponsored by:   BBOX.io

(cherry picked from commit e795a31cb4d66368bdbe5ac7f61c0899d3ed39f8)
DeltaFile
+18-3sys/dev/pci/pci_iov.c
+18-31 files

FreeBSD/src 7827d43sys/dev/e1000 if_em.h if_em.c

e1000: Recover from the 82574 PHY hang

The shared code provides e1000_check_phy_82574() to recognize a PHY
hang from saturated receive error and idle error counters, but em(4)
never calls it.

Run the check from timer driven admin work.  Match Intel e1000e by
requiring two consecutive positive samples before requesting a full
iflib reset.

MFC after:      2 weeks
Sponsored by:   BBOX.io

(cherry picked from commit 81d5356799a1db1701cb3f91146131c34dede413)
DeltaFile
+24-1sys/dev/e1000/if_em.c
+1-0sys/dev/e1000/if_em.h
+25-12 files

FreeBSD/src b27c5cfsys/dev/e1000 if_em.h if_em.c

e1000: Sample statistics at timer cadence

Mailbox and link interrupts share iflib admin service with the periodic
timer. Mark timer-driven passes explicitly and run the hardware
statistics sweep only for those samples instead of repeating 66 PF MMIO
reads for every VF mailbox message.

DTrace on the I350 DUT measured the PF sweep at about 79 us on average.
The normal hz/2 timer continues to extend clear-on-read counters
safely; exported counters may trail hardware by up to 500 ms.

Sponsored by:   BBOX.io

(cherry picked from commit d2cd0b57532ba35fe39744a60d53b90e6f13b5e4)
DeltaFile
+14-1sys/dev/e1000/if_em.c
+1-0sys/dev/e1000/if_em.h
+15-12 files

FreeBSD/src 640916dsys/dev/igc if_igc.c

igc: Propagate hardware initialization failures

The reset helper discards igc_reset_hw and igc_init_hw errors.  Runtime
initialization then continues programming rings and filters, and iflib
publishes the interface as running even though the controller did not
reach a usable state.  Initial attach similarly continues into NVM and
MAC setup after a failed reset.

Return errors from the reset helper.  Fail attach when the controller
cannot be reset or initialized, and report runtime failures through
iflib_init_failed() so iflib leaves the interface stopped.  Also stop
register accesses and report the error when a stop path reset fails.  A
later successful initialization completes pending fatal error cleanup
and re-arms FER.

Cache a requested MAC address before reset, but let init_hw program RAR0
after reset succeeds.  Let iflib perform its normal attach-post failure
cleanup instead of releasing the same driver resources from both layers,
and make queue cleanup idempotent.

    [4 lines not shown]
DeltaFile
+38-24sys/dev/igc/if_igc.c
+38-241 files

FreeBSD/src df5bdb5sys/dev/e1000 if_em.c

e1000: Propagate hardware initialization failures

The reset helper discards reset_hw and init_hw errors.  Runtime
initialization then continues programming rings and filters, and iflib
publishes the interface as running even though the controller did not
reach a usable state.  Initial attach similarly continues into NVM and
MAC setup after a failed reset.

Return errors from the reset helper.  Fail attach when the controller
cannot be reset or initialized, and report runtime failures through
iflib_init_failed() so iflib leaves the interface stopped.  Also stop
register accesses and report the error when a stop-path reset fails.

Sponsored by:   BBOX.io

(cherry picked from commit 41a0f7a0a447ef2092faadb35f6d4c3f80c088bf)
DeltaFile
+41-10sys/dev/e1000/if_em.c
+41-101 files

FreeBSD/src f87d246share/man/man4 em.4 ntb_hw_intel.4

man: Remove last two (R)'s from apropos results

These do not belong here and can only serve to confuse search.

MFC after:      3 days
DeltaFile
+2-2share/man/man4/ntb_hw_intel.4
+1-1share/man/man4/em.4
+3-32 files

FreeBSD/src d7f7fb0sys/dev/e1000 if_em.c

igb: Reinitialize through iflib after media changes

A media change can require a complete controller reset.  Resetting the
controller directly from the admin task leaves iflib rings, filters, and
interface state programmed for the pre-reset controller.

Request an iflib reset for every media change.  This already was done
when SR-IOV was active; use the same lifecycle for the ordinary PF case.

Sponsored by:   BBOX.io

(cherry picked from commit 6248e7de9d6c0f14294afc5792170a68de6a3b53)
DeltaFile
+3-1sys/dev/e1000/if_em.c
+3-11 files