Hi

the symbol "ioremap_page_range" concretely requires
CONFIG_KALLSYMS_ALL to be defined on aarch64 (not tested on Intel).

"ioremap_page_range" is defined by lib/ioremap.o included in lib/lib.a
and is not an EXPORT_SYMBOL.

There is some decoration in main.c:
RESOLVE_EXTERNAL_SYMBOL(ioremap_page_range);
but that only works with CONFIG_KALLSYMS_ALL defined.

As I am very bad at kernel build system, I can't enforce the linkage
of lib/lib.a. I have tried jailhouse-obj += ....../lib/lib.a without
success.

Any idea on how to overcome this?

Cheers

FF

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/CAHFG_%3DVnx5ABnpqbg8RkRDxVS9C2X979cfgzFEszcEO6s0wLyQ%40mail.gmail.com.

Reply via email to