[Bug 293867] net/ucx: fix FreeBSD runtime issues blocking UCX-backed MPI paths

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Apr 2026 22:43:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293867

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=db6d744b60348636c7a87c3c7fc181afd9b71994

commit db6d744b60348636c7a87c3c7fc181afd9b71994
Author:     Generic Rikka <rikka.goering@outlook.de>
AuthorDate: 2026-04-08 22:37:32 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-08 22:42:19 +0000

    net/ucx: Fix mm signal socket binding on FreeBSD

    Replace Linux-style UNIX domain socket autobind logic in the mm
    signaling path with explicit pathname-based binding on FreeBSD and
    remove the socket path during cleanup.

    This fixes FreeBSD runtime failures in the mm shared-memory signaling
    path.

    PR:             293867
    Sponsored by:   UNIS Labs
    MFH:            2026Q2

    : Update  =>

    Changelog:

    PR:
    Sponsored by:   UNIS Labs

 net/ucx/Makefile                                   |  1 +
 .../patch-src_uct_sm_mm_base_mm__iface.c (new)     | 87 ++++++++++++++++++++++
 2 files changed, 88 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.