Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2025 16:15:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 291271] qat_common.ko missing symbol exports -- dependent modules fail to load with module loader local symbol resolution disabled
Message-ID:  <bug-291271-227-c2hRsOQqEY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-291271-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291271

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=6ea05372bea5bdb19ca329c27c4c6510cbeed7c8

commit 6ea05372bea5bdb19ca329c27c4c6510cbeed7c8
Author:     Rupesh Pilania <rupeshpilania@gmail.com>
AuthorDate: 2025-12-29 16:13:48 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-12-29 16:13:53 +0000

    qat: Export missing symbols in qat_common

    Some symbols required by dependent modules were missing from
    qat_common.ko and qat_api.ko, causing load failures when local symbol
    resolution is disabled.

    PR:             291271
    Reviewed by:    zlei, markj
    Differential Revision:  https://reviews.freebsd.org/D54107

 sys/modules/qat/qat_api/Makefile    | 2 +-
 sys/modules/qat/qat_common/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291271-227-c2hRsOQqEY>