Hi Patrick, The following patches are a couple of minor fixes for 2.6.30-rc: * fix missing error report to user-space in ctnetlink if we fail to allocate the message. * fix misleading error in nfnetlink (-EPERM) if we fail to load nfnetlink. This patch replaces it with ENOMEM as it does rtnetlink. --- Pablo Neira Ayuso (2): netfilter: nfnetlink: return ENOMEM if we fail to create netlink socket netfilter: ctnetlink: report error if event message allocation fails net/netfilter/nf_conntrack_netlink.c | 5 +++-- net/netfilter/nfnetlink.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) -- 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