netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ipsec 0/3] vti/vti6: minor tweaks + one fix
@ 2014-05-09 21:43 Mathias Krause
  2014-05-09 21:43 ` [PATCH ipsec 1/3] vti6: Don't unregister pernet ops twice on init errors Mathias Krause
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Mathias Krause @ 2014-05-09 21:43 UTC (permalink / raw)
  To: Steffen Klassert, Herbert Xu, David S. Miller; +Cc: netdev, Mathias Krause

Hi Steffen,

this series addresses a few issues related to VTI. The first patch fixes
a bug in the vti6 module calling unregister_pernet_device() twice in the
error path. That's probably material for ipsec.git.
The second patch simplifies the error handling path in module init/fini
of vti6. The third patch does the same for vti. Those two are probably
material for ipsec-next.git as we're at -rc5 already. But I leave that
decision to you.

Please apply!

Mathias Krause (3):
  vti6: Don't unregister pernet ops twice on init errors
  vti6: Simplify error handling in module init and exit
  vti: Simplify error handling in module init and exit

 net/ipv4/ip_vti.c  |   54 +++++++++++++++++---------------------------
 net/ipv6/ip6_vti.c |   54 ++++++++++++++++----------------------------
 2 files changed, 41 insertions(+), 67 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2014-06-30  9:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09 21:43 [PATCH ipsec 0/3] vti/vti6: minor tweaks + one fix Mathias Krause
2014-05-09 21:43 ` [PATCH ipsec 1/3] vti6: Don't unregister pernet ops twice on init errors Mathias Krause
2014-05-13  8:35   ` Steffen Klassert
2014-05-09 21:43 ` [PATCH ipsec 2/3] vti6: Simplify error handling in module init and exit Mathias Krause
2014-05-09 21:43 ` [PATCH ipsec 3/3] vti: " Mathias Krause
2014-05-13  8:41 ` [PATCH ipsec 0/3] vti/vti6: minor tweaks + one fix Steffen Klassert
2014-05-13 20:38   ` Mathias Krause
2014-06-30  9:19     ` Steffen Klassert

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