Re: [PATCH net 6/6] vti6: better validate user provided tunnel names

2018-04-08 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: ed1efb2aefbb ipv6: Add support for IPsec virtual tunnel interfaces. The bot has also determined it's probably a bug fixing patch. (score: 65.4654) The bot has tested the following

[PATCH net 6/6] vti6: better validate user provided tunnel names

2018-04-05 Thread Eric Dumazet
Use valid_name() to make sure user does not provide illegal device name. Fixes: ed1efb2aefbb ("ipv6: Add support for IPsec virtual tunnel interfaces") Signed-off-by: Eric Dumazet Cc: Steffen Klassert --- net/ipv6/ip6_vti.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git