The check fails in new kernels compiled with KASAN enabled because
AddressSanitizer inserts redzones around global variables, so the size
of the "kernphys" symbol is 32 rather than 8. Thus we fall back to
copying even though it's not necessary.
Simply remove the size check. I didn't want to extend the symbol size
check since there's no guarantee that AddressSanitizer will always emit
32 bytes for "kernphys".