From ab7cabd09df542cf3558725573c2ef2cf1c7cdff Mon Sep 17 00:00:00 2001 From: Stijn Segers Date: Fri, 29 Jun 2018 22:29:06 +0200 Subject: kernel: bump 4.14 to 4.14.52 for 18.06 Compile-tested on: ramips/mt7621, x86/64. Run-tested on: ramips/mt7621. Signed-off-by: Stijn Segers --- .../940-cleanup-offload-hooks-on-netdev-unregister.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'target/linux/generic/hack-4.14/940-cleanup-offload-hooks-on-netdev-unregister.patch') diff --git a/target/linux/generic/hack-4.14/940-cleanup-offload-hooks-on-netdev-unregister.patch b/target/linux/generic/hack-4.14/940-cleanup-offload-hooks-on-netdev-unregister.patch index 7b0b234..833d9f9 100644 --- a/target/linux/generic/hack-4.14/940-cleanup-offload-hooks-on-netdev-unregister.patch +++ b/target/linux/generic/hack-4.14/940-cleanup-offload-hooks-on-netdev-unregister.patch @@ -37,11 +37,9 @@ Signed-off-by: Chen Minqiang net/netfilter/xt_FLOWOFFLOAD.c | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) -diff --git a/net/netfilter/xt_FLOWOFFLOAD.c b/net/netfilter/xt_FLOWOFFLOAD.c -index ab6259e..3bea08e 100644 --- a/net/netfilter/xt_FLOWOFFLOAD.c +++ b/net/netfilter/xt_FLOWOFFLOAD.c -@@ -337,10 +337,41 @@ static void xt_flowoffload_table_cleanup(struct nf_flowtable *table) +@@ -337,10 +337,41 @@ static void xt_flowoffload_table_cleanup nf_flow_table_free(table); } @@ -83,7 +81,7 @@ index ab6259e..3bea08e 100644 INIT_DELAYED_WORK(&hook_work, xt_flowoffload_hook_work); ret = xt_flowoffload_table_init(&nf_flowtable); -@@ -358,6 +389,7 @@ static void __exit xt_flowoffload_tg_exit(void) +@@ -358,6 +389,7 @@ static void __exit xt_flowoffload_tg_exi { xt_unregister_target(&offload_tg_reg); xt_flowoffload_table_cleanup(&nf_flowtable); @@ -91,6 +89,3 @@ index ab6259e..3bea08e 100644 } MODULE_LICENSE("GPL"); --- -2.17.0 - -- cgit v1.1