kernel: bump 4.14 to 4.14.120
[openwrt/staging/dedeckeh.git] / target / linux / generic / backport-4.14 / 327-v4.16-netfilter-nf_tables-remove-nhooks-field-from-struct-.patch
index 66ebe69bb4634f6cc2119a799b40fbbee858803f..b055bac498bba14ab9824fae6689c9a17f201214 100644 (file)
@@ -72,7 +72,7 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  
 --- a/net/netfilter/nf_tables_api.c
 +++ b/net/netfilter/nf_tables_api.c
-@@ -1362,9 +1362,6 @@ static int nft_chain_parse_hook(struct n
+@@ -1374,9 +1374,6 @@ static int nft_chain_parse_hook(struct n
                return -EINVAL;
  
        hook->num = ntohl(nla_get_be32(ha[NFTA_HOOK_HOOKNUM]));
@@ -82,7 +82,7 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
        hook->priority = ntohl(nla_get_be32(ha[NFTA_HOOK_PRIORITY]));
  
        type = chain_type[afi->family][NFT_CHAIN_T_DEFAULT];
-@@ -4986,7 +4983,7 @@ static int nf_tables_flowtable_parse_hoo
+@@ -5005,7 +5002,7 @@ static int nf_tables_flowtable_parse_hoo
                return -EINVAL;
  
        hooknum = ntohl(nla_get_be32(tb[NFTA_FLOWTABLE_HOOK_NUM]));