public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* link error while compiling localio.c
@ 2024-10-10  7:35 Janpieter Sollie via Bugspray Bot
  2024-10-10  7:35 ` Janpieter Sollie via Bugspray Bot
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Janpieter Sollie via Bugspray Bot @ 2024-10-10  7:35 UTC (permalink / raw)
  To: trondmy, anna, linux-nfs, cel, jlayton

Janpieter Sollie added an attachment on Kernel.org Bugzilla:

Created attachment 306999
kernel .config

tried both GCC and clang:
Clang output:
> ld.lld: error: undefined symbol: nfs_to
> >>> referenced by localio.c:37 (fs/nfsd/localio.c:37)
> >>>               vmlinux.o:(init_nfsd)
> >>> referenced by localio.c:37 (/usr/src/linux/fs/nfsd/localio.c:37)
> >>>               vmlinux.o:(nfsd_localio_ops_init)
> 
> ld.lld: error: undefined symbol: nfs_uuid_invalidate_clients
> >>> referenced by nfsctl.c:2286 (/usr/src/linux/fs/nfsd/nfsctl.c:2286)
> >>>               vmlinux.o:(nfsd_net_pre_exit)
> 
> ld.lld: error: undefined symbol: nfs_uuid_is_local
> >>> referenced by localio.c:116 (/usr/src/linux/fs/nfsd/localio.c:116)
> >>>               vmlinux.o:(localio_proc_uuid_is_local)
GCC output:
ld: fs/nfsd/nfsctl.o: in function `nfsd_net_pre_exit':
nfsctl.c:(.text+0x122): undefined reference to `nfs_uuid_invalidate_clients'
ld: fs/nfsd/localio.o: in function `localio_proc_uuid_is_local':
/usr/src/linux/fs/nfsd/localio.c:116:(.text+0x56): undefined reference to `nfs_uuid_is_local'
ld: fs/nfsd/localio.o: in function `nfsd_localio_ops_init':
/usr/src/linux/fs/nfsd/localio.c:37:(.text+0x2c9): undefined reference to `nfs_to'

Command:
make -j64 or make LLVM=1 -j64

the config file for GCC will be attached, let me know if the clang version is desired as well

As you might guess, not trimming the unused symbols fixes the issue ...

File: config.txt (text/plain)
Size: 130.19 KiB
Link: https://bugzilla.kernel.org/attachment.cgi?id=306999
---
kernel .config

You can reply to this message to join the discussion.
-- 
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-22 14:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-10  7:35 link error while compiling localio.c Janpieter Sollie via Bugspray Bot
2024-10-10  7:35 ` Janpieter Sollie via Bugspray Bot
2024-10-10  8:05 ` Janpieter Sollie via Bugspray Bot
2024-10-10 10:55 ` The Linux kernel's regression tracker (Thorsten Leemhuis) via Bugspray Bot
2024-10-22 10:40 ` The Linux kernel's regression tracker (Thorsten Leemhuis) via Bugspray Bot
2024-10-22 13:57 ` Mike Snitzer
2024-10-22 14:00 ` Mike Snitzer via Bugspray Bot
2024-10-22 14:15   ` Mike Snitzer via Bugspray Bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox