[Bug 291271] qat_common.ko missing symbol exports -- dependent modules fail to load with module loader local symbol resolution disabled
Date: Mon, 29 Dec 2025 16:15:00 UTC
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.