diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-06-02 10:51:02 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-06-02 17:46:51 +0200 |
commit | 392c64d8fdb5ae38813c009c439bad6f43e1a10b (patch) | |
tree | 88c1d601109d10c32d04edb494f5b1f3671f527f /target/linux/ath79/patches-5.4 | |
parent | e238c85e571f5260a55a4c85fe92c68699e23521 (diff) | |
download | upstream-392c64d8fdb5ae38813c009c439bad6f43e1a10b.tar.gz upstream-392c64d8fdb5ae38813c009c439bad6f43e1a10b.tar.bz2 upstream-392c64d8fdb5ae38813c009c439bad6f43e1a10b.zip |
kernel: bump 5.4 to 5.4.43
Refreshed patches, removed upstreamed patch:
bcm27xx: 950-0642-component-Silence-bind-error-on-EPROBE_DEFER.patch
Run tested: qemu-x86-64
Build tested: x86/64, imx6, sunxi/a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ath79/patches-5.4')
-rw-r--r-- | target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch b/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch index cf943d8c44..0f41faf9df 100644 --- a/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch +++ b/target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch @@ -464,7 +464,7 @@ #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) |