[Bug 215061] COMPAT_LINUX32 in kernel with linux_enable causes undefined symbol on boot

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Jun 2022 19:33:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215061

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=5833253dad65184610ef689fc63f4ad69c978011

commit 5833253dad65184610ef689fc63f4ad69c978011
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2022-06-17 19:30:22 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-06-17 19:30:22 +0000

    linux(4): Get rid of Linuxulator kernel build options.

    Stop confusing people, retire COMPAT_LINUX and COMPAT_LINUX32 kernel
    build options. Since we have 32 and 64 bit Linux emulators, we can't build
both
    emulators together into the kernel. I don't think it matters, Linux
emulation
    depends on loadable modules (via rc).

    Cut LINPROCFS and LINSYSFS for consistency.

    PR:                     215061
    Reviewed by:            bcr (manpages), trasz
    Differential Revision:  https://reviews.freebsd.org/D30751
    MFC after:              2 weeks

    (cherry picked from commit e013e36939ac87b53195370fb5e29f29c1a4b5c6)

 share/man/man4/aac.4     |  4 +---
 share/man/man4/aacraid.4 |  4 +---
 share/man/man4/tdfx.4    | 13 ++++++----
 sys/amd64/conf/NOTES     | 17 -------------
 sys/conf/NOTES           |  4 ++--
 sys/conf/files           |  5 ----
 sys/conf/files.amd64     | 62 ------------------------------------------------
 sys/conf/files.i386      | 57 --------------------------------------------
 sys/conf/files.x86       |  1 -
 sys/conf/options.amd64   |  2 +-
 sys/i386/conf/NOTES      | 16 ++-----------
 11 files changed, 16 insertions(+), 169 deletions(-)

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