Hi Harsha, Thank you for the patch! Yet something to improve: [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/Harsha-Sharma/netfilter-nft_ct-add-ct-timeout-support/20180802-001147 base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master config: x86_64-randconfig-ne0-08012247 (attached as .config) compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): net/netfilter/nft_ct.c: In function 'nft_ct_timeout_obj_destroy': >> net/netfilter/nft_ct.c:899:3: error: implicit declaration of function 'nf_ct_untimeout' [-Werror=implicit-function-declaration] nf_ct_untimeout(ctx->net, priv->timeout); ^~~~~~~~~~~~~~~ cc1: some warnings being treated as errors vim +/nf_ct_untimeout +899 net/netfilter/nft_ct.c 888 889 static void nft_ct_timeout_obj_destroy(const struct nft_ctx *ctx, 890 struct nft_object *obj) 891 { 892 struct nft_ct_timeout_obj *priv = nft_obj_data(obj); 893 894 nf_ct_tmpl_free(priv->tmpl); 895 896 if (refcount_dec_if_one(&priv->timeout->refcnt)) { 897 nf_ct_l4proto_put(priv->timeout->l4proto); 898 list_del_rcu(&priv->timeout->head); > 899 nf_ct_untimeout(ctx->net, priv->timeout); 900 } 901 } 902 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip