From: Liping Zhang <liping.zhang@xxxxxxxxxxxxxx> This patchset is very small, aim to fix some bugs related to nftables log expr. patch#1 fix a possible memory leak if the user specify the log prefix but the log expr init fail. patch#2 add a validity check of log level, otherwise user can specify an invalid log level. patch#3 fix "nft add rule filter input log snaplen 100" cannot work successfully, the reason is similar to xt_NFLOG. Liping Zhang (3): netfilter: nft_log: fix possible memory leak if log expr init fail netfilter: nft_log: check the validity of log level netfilter: nft_log: fix snaplen does not truncate packets net/netfilter/nft_log.c | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) -- 2.5.5 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html