forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[BUG] llvmA bug that should be fixed in upstream LLVMA bug that should be fixed in upstream LLVM[CONFIG] allmodconfigIssue affects allmodconfig on certain architecturesIssue affects allmodconfig on certain architectures[FIXED][LINUX] 5.7This bug was fixed in Linux 5.7This bug was fixed in Linux 5.7[TOOL] lldThe issue is relevant to LLD linkerThe issue is relevant to LLD linker
Description
Split off from #514.
The config file in that issue produces the following error at link time:
ERROR: "__memcat_p" [drivers/hwtracing/stm/stm_core.ko] undefined!
A simpler/faster build is just x86_64_defconfig + CONFIG_STM=m.
This is really odd as __memcat_p is marked as EXPORT_SYMBOL_GPL in lib/memcat_p.c. Even changing it to EXPORT_SYMBOL doesn't resolve the build failure.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[BUG] llvmA bug that should be fixed in upstream LLVMA bug that should be fixed in upstream LLVM[CONFIG] allmodconfigIssue affects allmodconfig on certain architecturesIssue affects allmodconfig on certain architectures[FIXED][LINUX] 5.7This bug was fixed in Linux 5.7This bug was fixed in Linux 5.7[TOOL] lldThe issue is relevant to LLD linkerThe issue is relevant to LLD linker