git: 408cd2fff861 - stable/14 - linux: Add required symbol to EXPORT_SYMS list
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jan 2026 16:26:13 UTC
The branch stable/14 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=408cd2fff86176513c69e880d7515af11f980cb7
commit 408cd2fff86176513c69e880d7515af11f980cb7
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-11-28 21:25:26 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-01-05 16:25:27 +0000
linux: Add required symbol to EXPORT_SYMS list
PR: 291270
(cherry picked from commit 3e2093de47251de5e6e61c08d2955251137afd01)
(cherry picked from commit 4c318cb3320d9aedd17a2e3c07ff5c69225a29eb)
---
sys/modules/linux/Makefile | 1 +
sys/modules/linux_common/Makefile | 1 +
2 files changed, 2 insertions(+)
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index ff960ba28efb..ba2c7bf4f970 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -77,6 +77,7 @@ SRCS+= imgact_linux.c \
.if ${MACHINE_CPUARCH} == "i386"
EXPORT_SYMS=
+EXPORT_SYMS+= linux_device_register_handler
EXPORT_SYMS+= linux_get_osname
EXPORT_SYMS+= linux_get_osrelease
EXPORT_SYMS+= linux_ioctl_register_handler
diff --git a/sys/modules/linux_common/Makefile b/sys/modules/linux_common/Makefile
index 374bc32215a2..c59a0859336e 100644
--- a/sys/modules/linux_common/Makefile
+++ b/sys/modules/linux_common/Makefile
@@ -14,6 +14,7 @@ SRCS+= linux_x86.c linux_vdso_selector_x86.c
.endif
EXPORT_SYMS=
+EXPORT_SYMS+= linux_device_register_handler
EXPORT_SYMS+= linux_get_osname
EXPORT_SYMS+= linux_get_osrelease
EXPORT_SYMS+= linux_use_real_ifname