--- zzzz-none-000/linux-4.4.271/fs/squashfs/lz4_wrapper.c 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/fs/squashfs/lz4_wrapper.c 2023-04-19 10:22:30.000000000 +0000 @@ -40,7 +40,7 @@ if (comp_opts == NULL || len < sizeof(*comp_opts)) return ERR_PTR(-EIO); - if (le32_to_cpu(comp_opts->version) != LZ4_LEGACY) { + if (squash_le32_to_cpu(comp_opts->version) != LZ4_LEGACY) { /* LZ4 format currently used by the kernel is the 'legacy' * format */ ERROR("Unknown LZ4 version\n");