From: Pablo Neira Ayuso Date: Fri, 29 Aug 2014 07:34:49 +0000 (+0200) Subject: netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_* X-Git-Tag: fixes-for-v3.18-merge-window~162^2~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79a61d646db950b68dd79ecc627cb5f11e0d8ac;p=pandora-kernel.git netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_* CONFIG_NETFILTER_XT_TARGET_LOG is not selected anymore when jumping from 3.16 to 3.17-rc1 if you don't set on the new NF_LOG_IPV4 and NF_LOG_IPV6 switches. Change this to select the three new symbols NF_LOG_COMMON, NF_LOG_IPV4 and NF_LOG_IPV6 instead, so NETFILTER_XT_TARGET_LOG remains enabled when moving from old to new kernels. Reported-by: Rafał Miłecki Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed