kernel: bump 4.14 to 4.14.54
[openwrt/staging/dedeckeh.git] / target / linux / generic / backport-4.14 / 332-v4.16-netfilter-nf_tables-remove-struct-nft_af_info-parame.patch
index 158f987fefe78f60eee837f7e2021388302ac818..086178ae20f959480d6fa2e4c2b936f10adb501c 100644 (file)
@@ -11,7 +11,7 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
 
 --- a/net/netfilter/nf_tables_api.c
 +++ b/net/netfilter/nf_tables_api.c
-@@ -423,7 +423,7 @@ static inline u64 nf_tables_alloc_handle
+@@ -452,7 +452,7 @@ static inline u64 nf_tables_alloc_handle
  static const struct nf_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX];
  
  static const struct nf_chain_type *
@@ -20,7 +20,7 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  {
        int i;
  
-@@ -436,22 +436,20 @@ __nf_tables_chain_type_lookup(int family
+@@ -465,22 +465,20 @@ __nf_tables_chain_type_lookup(int family
  }
  
  static const struct nf_chain_type *
@@ -47,7 +47,7 @@ Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
                if (type != NULL)
                        return ERR_PTR(-EAGAIN);
        }
-@@ -1325,8 +1323,8 @@ static int nft_chain_parse_hook(struct n
+@@ -1356,8 +1354,8 @@ static int nft_chain_parse_hook(struct n
  
        type = chain_type[afi->family][NFT_CHAIN_T_DEFAULT];
        if (nla[NFTA_CHAIN_TYPE]) {