Hi Dave, the following two patches fix two netfilter bugs: - missing socket notification for ctnetlink skb allocation errors - an incorrect return code in nfnetlink for netlink_kernel_create() failure Please apply or pull from: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git Thanks! net/netfilter/nf_conntrack_netlink.c | 10 ++++++---- net/netfilter/nfnetlink.c | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) Pablo Neira Ayuso (2): netfilter: ctnetlink: report error if event message allocation fails netfilter: nfnetlink: return ENOMEM if we fail to create netlink socket -- 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