From: Eric Dumazet <[email protected]> Date: Tue, 10 Jan 2017 19:52:43 -0800
> From: Eric Dumazet <[email protected]> > > 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 <[email protected]> > Signed-off-by: Eric Dumazet <[email protected]> Applied, thanks Eric.
