diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-25 12:56:13 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-25 16:46:01 +0200 |
commit | 577174cf60ddbdd8233f9aa029d7c0ee97c681fc (patch) | |
tree | bc6b03e85a71481829cc5b199c9b4c08ad752fd8 /target/linux/generic | |
parent | e4eec3bfd813d8ebe45d3489c630a9c60a781c55 (diff) | |
download | upstream-577174cf60ddbdd8233f9aa029d7c0ee97c681fc.tar.gz upstream-577174cf60ddbdd8233f9aa029d7c0ee97c681fc.tar.bz2 upstream-577174cf60ddbdd8233f9aa029d7c0ee97c681fc.zip |
kernel: bump 4.19 to 4.19.56
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/hack-4.19/940-cleanup-offload-hooks-on-netdev-unregister.patch | 4 | ||||
-rw-r--r-- | target/linux/generic/pending-4.19/201-extra_optimization.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/hack-4.19/940-cleanup-offload-hooks-on-netdev-unregister.patch b/target/linux/generic/hack-4.19/940-cleanup-offload-hooks-on-netdev-unregister.patch index 6db6112b79..1079d94fe3 100644 --- a/target/linux/generic/hack-4.19/940-cleanup-offload-hooks-on-netdev-unregister.patch +++ b/target/linux/generic/hack-4.19/940-cleanup-offload-hooks-on-netdev-unregister.patch @@ -39,7 +39,7 @@ Signed-off-by: Chen Minqiang <ptpt52@gmail.com> --- a/net/netfilter/xt_FLOWOFFLOAD.c +++ b/net/netfilter/xt_FLOWOFFLOAD.c -@@ -338,10 +338,41 @@ static void xt_flowoffload_table_cleanup +@@ -343,10 +343,41 @@ static void xt_flowoffload_table_cleanup nf_flow_table_free(table); } @@ -81,7 +81,7 @@ Signed-off-by: Chen Minqiang <ptpt52@gmail.com> INIT_DELAYED_WORK(&hook_work, xt_flowoffload_hook_work); ret = xt_flowoffload_table_init(&nf_flowtable); -@@ -359,6 +390,7 @@ static void __exit xt_flowoffload_tg_exi +@@ -364,6 +395,7 @@ static void __exit xt_flowoffload_tg_exi { xt_unregister_target(&offload_tg_reg); xt_flowoffload_table_cleanup(&nf_flowtable); diff --git a/target/linux/generic/pending-4.19/201-extra_optimization.patch b/target/linux/generic/pending-4.19/201-extra_optimization.patch index 5890483ae4..d8ad40be61 100644 --- a/target/linux/generic/pending-4.19/201-extra_optimization.patch +++ b/target/linux/generic/pending-4.19/201-extra_optimization.patch @@ -14,8 +14,8 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/Makefile +++ b/Makefile -@@ -654,12 +654,12 @@ KBUILD_CFLAGS += $(call cc-disable-warni - KBUILD_CFLAGS += $(call cc-disable-warning, int-in-bool-context) +@@ -655,12 +655,12 @@ KBUILD_CFLAGS += $(call cc-disable-warni + KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member) ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE -KBUILD_CFLAGS += -Os $(call cc-disable-warning,maybe-uninitialized,) |