Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Oct 2017 11:17:38 +0000 (20:17 +0900)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Oct 2017 11:17:47 +0000 (20:17 +0900)
commit864f5af3a3525f588391cd230cb8129ad758708e
treef282338a19a9337206e237577509c31af4cf3672
parentb71d21c274eff20a9db8158882b545b141b73ab8
parent1137b5e2529a8f5ca8ee709288ecba3e68044df2
Merge branch 'master' of git://git./linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2017-10-24

1) Fix a memleak when we don't find a inner_mode
   during bundle creation. From David Miller.

2) Fix a xfrm policy dump crash. We may crash
   on error when dumping policies via netlink.
   Fix this by initializing the policy walk
   with the cb->start method. This fix is a
   serious stable candidate. From Herbert Xu.

Please pull or let me know if there are problems.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>