Files
linux/net/core
Eric Dumazet db7119eaac gro: use min_t() in skb_gro_reset_offset()
[ Upstream commit 7cfd5fd5a9813f1430290d20c0fead9b4582a307 ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-01-15 13:41:35 +01:00
..
2015-04-02 14:04:59 -04:00
2015-10-08 04:27:03 -07:00
2015-08-29 13:05:16 -07:00
2016-03-03 15:07:05 -08:00
2015-10-26 22:24:22 -07:00
2015-10-08 05:26:35 -07:00