]> 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)
commit80e99e37fa7b79882c83dc2521061a78412ed80a
treea683dd5e1661c6e0a83622f69cfc60afd45133ab
parentbc4b03fc9dbbc78620f75cd057de56291b974516
parentf2e3fb27ac2f3407019bf3aeb88e2d06db78a45d
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 cbf6ef7331dc ("ip_tunnel: Emit events for post-register MTU changes")

from the net tree and

commit 84271c03fc0b ("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