kernel/arch/arm64/mm/physaddr.c
.. .. @@ -9,7 +9,7 @@ 9 9 10 10 phys_addr_t __virt_to_phys(unsigned long x) 11 11 { 12 - WARN(!__is_lm_address(x),12 + WARN(!__is_lm_address(__tag_reset(x)),13 13 "virt_to_phys used for non-linear address: %pK (%pS)\n", 14 14 (void *)x, 15 15 (void *)x);