So I believe the kernel module code can use whatever in the statically compiled kernel code as long as they are exposed. But if the statically compiled kernel code wants to use a global variable in the module code, is that possible?So I believe the kernel module code can use wha