Re: [PATCH net 0/6] net: 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: 53.6463) The bot has tested the following

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

2018-04-05 Thread Eric Dumazet
On 04/05/2018 12:21 PM, David Miller wrote: > From: Eric Dumazet > Date: Thu, 5 Apr 2018 06:39:25 -0700 > >> This series changes dev_valid_name() to not attempt reading >> a possibly too long user-provided device name, then use >> this helper in five different tunnel providers. > > Series app

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

2018-04-05 Thread David Miller
From: Eric Dumazet Date: Thu, 5 Apr 2018 06:39:25 -0700 > This series changes dev_valid_name() to not attempt reading > a possibly too long user-provided device name, then use > this helper in five different tunnel providers. Series applied and queued up for -stable, thanks Eric. Reading over

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

2018-04-05 Thread Eric Dumazet
This series changes dev_valid_name() to not attempt reading a possibly too long user-provided device name, then use this helper in five different tunnel providers. Eric Dumazet (6): net: fool proof dev_valid_name() ip_tunnel: better validate user provided tunnel names ipv6: sit: better valid