netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] minor netfilter fixes for 2.6.30-rc
@ 2009-04-17  9:05 Pablo Neira Ayuso
  2009-04-17  9:05 ` [PATCH 1/2] netfilter: ctnetlink: report error if event message allocation fails Pablo Neira Ayuso
  2009-04-17  9:05 ` [PATCH 2/2] netfilter: nfnetlink: return ENOMEM if we fail to create netlink socket Pablo Neira Ayuso
  0 siblings, 2 replies; 6+ messages in thread
From: Pablo Neira Ayuso @ 2009-04-17  9:05 UTC (permalink / raw)
  To: netfilter-devel; +Cc: kaber

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(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-17 15:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17  9:05 [PATCH 0/2] minor netfilter fixes for 2.6.30-rc Pablo Neira Ayuso
2009-04-17  9:05 ` [PATCH 1/2] netfilter: ctnetlink: report error if event message allocation fails Pablo Neira Ayuso
2009-04-17  9:17   ` Pablo Neira Ayuso
2009-04-17 15:47     ` Patrick McHardy
2009-04-17  9:05 ` [PATCH 2/2] netfilter: nfnetlink: return ENOMEM if we fail to create netlink socket Pablo Neira Ayuso
2009-04-17 15:50   ` Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).