netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3]: fixes for multicast routing rules
@ 2010-04-15 12:47 Patrick McHardy
  2010-04-15 12:47 ` [PATCH 1/3] ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependencies Patrick McHardy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Patrick McHardy @ 2010-04-15 12:47 UTC (permalink / raw)
  To: davem; +Cc: netdev

Hi Dave,

the following three patches fix a few bugs introduced by the multicast routing
rule patches:

- a missing Kconfig dependency on IP_MROUTE

- a bug introduced by the list conversion, causing the list head to be treated
  as an element

- a NULL pointer dereference: the net pointer in ipmr_destroy_unres() was
  initialized to NULL. This patch was actually intended to be folded into
  the patch introducing multicast routing rules, but I missed it when
  rebasing to the current tree.

Please apply or pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6.git master

Thanks!

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

end of thread, other threads:[~2010-04-15 21:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-15 12:47 [PATCH 0/3]: fixes for multicast routing rules Patrick McHardy
2010-04-15 12:47 ` [PATCH 1/3] ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependencies Patrick McHardy
2010-04-15 12:47 ` [PATCH 2/3] ipv4: ipmr: fix invalid cache resolving when adding a non-matching entry Patrick McHardy
2010-04-15 12:47 ` [PATCH 3/3] ipv4: ipmr: fix NULL pointer deref during unres queue destruction Patrick McHardy
2010-04-15 21:14 ` [PATCH 0/3]: fixes for multicast routing rules David Miller

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