mbox

Xenial SRU - v4.4.29

Message ID 8e489955-69a2-c7f5-9361-2b483d9308cd@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/rtg/ubuntu-xenial.git v4.4.29

Message

Tim Gardner Nov. 1, 2016, 12:16 p.m. UTC
Normally I'd just apply stable, but in this case I'd like someone else
to review these 3 network patches as they did not apply cleanly:

tunnels: Remove encapsulation offloads on decap.
tunnels: Don't apply GRO to multiple layers of encapsulation.
ipip: Properly mark ipip GRO packets as encapsulated.

rtg

Comments

Stefan Bader Nov. 2, 2016, 9:37 p.m. UTC | #1
On 01.11.2016 06:16, Tim Gardner wrote:
> Normally I'd just apply stable, but in this case I'd like someone else
> to review these 3 network patches as they did not apply cleanly:
> 
> tunnels: Remove encapsulation offloads on decap.
Hm, somehow I cannot find this ^ one on the 4.4.29 set but it seems applied in a
previous version.

git describe --contains fab0acdec5bbed1ad6eafd5f472eed4d52c4ea2e
Ubuntu-4.4.0-35.54~10

> tunnels: Don't apply GRO to multiple layers of encapsulation.
^ This one also seems to be applied previously

git describe --contains f062e9b91c7841d70168f22bd1939364216e92f5
Ubuntu-4.4.0-42.62~3

-Stefan

> ipip: Properly mark ipip GRO packets as encapsulated.
> 
> rtg
> 
> 
>
Tim Gardner Nov. 2, 2016, 11:48 p.m. UTC | #2
On 11/02/2016 03:37 PM, Stefan Bader wrote:
> On 01.11.2016 06:16, Tim Gardner wrote:
>> Normally I'd just apply stable, but in this case I'd like someone else
>> to review these 3 network patches as they did not apply cleanly:
>>
>> tunnels: Remove encapsulation offloads on decap.
> Hm, somehow I cannot find this ^ one on the 4.4.29 set but it seems applied in a
> previous version.
> 
> git describe --contains fab0acdec5bbed1ad6eafd5f472eed4d52c4ea2e
> Ubuntu-4.4.0-35.54~10
> 
>> tunnels: Don't apply GRO to multiple layers of encapsulation.
> ^ This one also seems to be applied previously
> 
> git describe --contains f062e9b91c7841d70168f22bd1939364216e92f5
> Ubuntu-4.4.0-42.62~3
> 
> -Stefan
> 
>> ipip: Properly mark ipip GRO packets as encapsulated.
>>
>> rtg
>>
>>
>>
> 
> 
> 
> 

I must have been tired. I kinda messed this one up, so I completely
redid it. Much smoother this time. Only one conflict because of a prior
out-of-tree CVE patch 'UBUNTU: SAUCE: net: add recursion limit to GRO'.

rtg