Eric Dumazet
7cfd5fd5a9
gro: use min_t() in skb_gro_reset_offset()
...
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.wu@intel.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-11 08:15:40 -05:00
..
2016-12-24 11:46:01 -08:00
2014-11-18 15:27:32 -05:00
2017-01-11 08:15:40 -05:00
2016-11-24 16:01:14 -05:00
2017-01-03 11:09:44 -05:00
2016-03-18 17:45:08 -04:00
2016-02-16 20:21:48 -05:00
2016-11-26 23:42:21 -05:00
2016-11-09 13:28:10 -05:00
2016-12-27 16:04:37 -08:00
2017-01-10 13:30:13 -05:00
2016-12-12 19:25:04 -08:00
2016-12-24 11:46:01 -08:00
2016-12-05 15:21:59 -05:00
2016-05-25 12:35:09 -07:00
2015-04-02 14:04:59 -04:00
2016-12-02 10:51:49 -05:00
2016-12-02 10:51:49 -05:00
2016-12-02 10:51:49 -05:00
2016-12-23 12:31:18 -05:00
2016-12-14 14:06:40 -08:00
2016-04-26 15:53:05 -04:00
2016-10-31 15:00:48 -04:00
2015-11-22 11:54:10 -05:00
2016-02-17 15:31:27 -05:00
2015-05-31 00:03:21 -07:00
2016-11-16 18:32:02 -05:00
2016-02-17 15:31:27 -05:00
2016-11-18 10:59:15 -05:00
2015-11-03 11:08:22 -05:00
2015-10-05 03:19:06 -07:00
2016-12-29 14:05:15 -05:00
2016-12-24 11:46:01 -08:00
2016-12-02 12:49:59 -05:00
2016-12-25 17:21:22 +01:00
2016-04-26 12:00:48 -04:00
2016-10-18 14:18:23 -04:00
2017-01-10 20:50:59 -05:00
2016-11-14 13:17:21 -05:00
2016-12-08 13:18:35 -05:00
2015-07-09 14:17:15 -07:00
2015-10-26 22:24:22 -07:00
2016-12-24 11:46:01 -08:00