Merge branch 'ip6_tnl_parse_tlv_enc_lim-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2017 19:53:25 +0000 (14:53 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2017 19:53:25 +0000 (14:53 -0500)
commita824d0b83109eb3e3ad44c489543831bc15f7166
tree391e471dde0dc5afd2f24ab0410d4a2a8761180b
parentd0fa28f00052391b5df328f502fbbdd4444938b7
parentfbfa743a9d2a0ffa24251764f10afc13eb21e739
Merge branch 'ip6_tnl_parse_tlv_enc_lim-fixes'

Eric Dumazet says:

====================
ipv6: fix ip6_tnl_parse_tlv_enc_lim() issues

First patch fixes ip6_tnl_parse_tlv_enc_lim() callers,
bug added in linux-3.7

Second patch fixes ip6_tnl_parse_tlv_enc_lim() itself,
bug predates linux-2.6.12

Based on a report from Dmitry Vyukov, thanks to KASAN.
====================

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