Re: [PATCH net 0/7] net: ip6_gre: Fixes in headroom handling

2018-05-17 Thread Petr Machata
David Miller writes: > Luckily for you, your Fixes: tags went out before I pushed, so I could > actually fix up the commit messages and add the tags. I was hoping that would be the case. Thanks, Petr

Re: [PATCH net 0/7] net: ip6_gre: Fixes in headroom handling

2018-05-17 Thread David Miller
From: Petr Machata Date: Fri, 18 May 2018 00:03:58 +0300 > David Miller writes: > >> Series applied, thank you. > > Hi David, I forgot to add Fixes lines to the individual patches. I > replied to the e-mails with those. Let me know if you want me to send a > v2 with that and the Acked-by's. W

Re: [PATCH net 0/7] net: ip6_gre: Fixes in headroom handling

2018-05-17 Thread Petr Machata
David Miller writes: > Series applied, thank you. Hi David, I forgot to add Fixes lines to the individual patches. I replied to the e-mails with those. Let me know if you want me to send a v2 with that and the Acked-by's. > Those reproducable test cases in the various commit messages are > pret

Re: [PATCH net 0/7] net: ip6_gre: Fixes in headroom handling

2018-05-17 Thread David Miller
From: Petr Machata Date: Thu, 17 May 2018 16:36:04 +0200 > This series mends some problems in headroom management in ip6_gre > module. The current code base has the following three closely-related > problems: > > - ip6gretap tunnels neglect to ensure there's enough writable headroom > before p

[PATCH net 0/7] net: ip6_gre: Fixes in headroom handling

2018-05-17 Thread Petr Machata
This series mends some problems in headroom management in ip6_gre module. The current code base has the following three closely-related problems: - ip6gretap tunnels neglect to ensure there's enough writable headroom before pushing GRE headers. - ip6erspan does this, but assumes that dev->neede