kernel: bump 5.4 to 5.4.43
[oweals/openwrt.git] / target / linux / ath79 / patches-5.4 / 910-unaligned_access_hacks.patch
index cf943d8c442d8b1421d70eeee4d3cdf6fecd1fee..0f41faf9df94ec058cf5d787635076fa4dd98da5 100644 (file)
  #define IGMP_HOST_MEMBERSHIP_REPORT   0x12    /* Ditto */
 --- a/net/core/flow_dissector.c
 +++ b/net/core/flow_dissector.c
-@@ -196,7 +196,7 @@ __be32 __skb_flow_get_ports(const struct
+@@ -212,7 +212,7 @@ __be32 __skb_flow_get_ports(const struct
                ports = __skb_header_pointer(skb, thoff + poff,
                                             sizeof(_ports), data, hlen, &_ports);
                if (ports)