From: Eric Dumazet <eric.duma...@gmail.com> Date: Tue, 10 Jan 2017 19:52:43 -0800
> From: Eric Dumazet <eduma...@google.com> > > 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 <fengguang...@intel.com> > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied, thanks Eric.