--- zzzz-none-000/linux-4.4.60/net/ipv6/ip6_fib.c 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/net/ipv6/ip6_fib.c 2021-02-04 17:41:59.000000000 +0000 @@ -138,7 +138,7 @@ * See include/asm-generic/bitops/le.h. */ return (__force __be32)(1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f)) & - addr[fn_bit >> 5]; + net_hdr_word(&addr[fn_bit >> 5]); } static struct fib6_node *node_alloc(void)