]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Mar 2018 14:12:47 +0000 (10:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Mar 2018 14:12:47 +0000 (10:12 -0400)
commit43e9a1087b8caec357fc6ab570c809f9743a13cc
treea683dd5e1661c6e0a83622f69cfc60afd45133ab
parent866f73326f81bbba21043ccafd52f7ce37a1a35b
parent9a8dc2caf6c2d759156c8831126b5ef8f9231642
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec

Steffen Klassert says:

====================
pull request (net): ipsec 2018-03-29

1) Fix a rcu_read_lock/rcu_read_unlock imbalance
   in the error path of xfrm_local_error().
   From Taehee Yoo.

2) Some VTI MTU fixes. From Stefano Brivio.

3) Fix a too early overwritten skb control buffer
   on xfrm transport mode.

Please note that this pull request has a merge conflict
in net/ipv4/ip_tunnel.c.

The conflict is between

commit 76eb8788c753 ("ip_tunnel: Emit events for post-register MTU changes")

from the net tree and

commit e08d48997a84 ("ip_tunnel: Clamp MTU to bounds on new link")

from the ipsec tree.

It can be solved as it is currently done in linux-next.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_tunnel.c