From: Eric Dumazet
Date: Tue, 10 Jan 2017 19:52:43 -0800
> From: Eric Dumazet
>
> On 32bit arches, (skb->end - skb->data) is not 'unsigned int',
> so we shall use min_t() instead of min() to avoid a compiler error.
>
> Fixes: 1272ce87fa01 ("gro: Enter slow-path if there is no tailroom")
> Repo
From: Eric Dumazet
On 32bit arches, (skb->end - skb->data) is not 'unsigned int',
so we shall use min_t() instead of min() to avoid a compiler error.
Fixes: 1272ce87fa01 ("gro: Enter slow-path if there is no tailroom")
Reported-by: kernel test robot
Signed-off-by: Eric Dumazet
---
net/core/de