Files
linux/drivers
Jeroen de Borst a95069ecb7 gve: Fix the queue page list allocated pages count
In gve_alloc_queue_page_list(), when a page allocation fails,
qpl->num_entries will be wrong.  In this case priv->num_registered_pages
can underflow in gve_free_queue_page_list(), causing subsequent calls
to gve_alloc_queue_page_list() to fail.

Fixes: f5cedc84a3 ("gve: Add transmit and receive support")
Signed-off-by: Jeroen de Borst <jeroendb@google.com>
Reviewed-by: Catherine Sullivan <csully@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-11-26 15:52:34 -08:00
..
2019-10-28 16:47:22 -07:00
2019-10-24 08:45:31 +03:00
2019-10-31 11:24:52 +01:00
2019-11-22 19:56:35 +00:00
2019-09-23 17:20:40 -04:00
2019-10-21 09:08:15 +02:00
2019-10-07 09:47:37 -07:00
2019-10-15 23:51:36 +02:00
2019-11-22 19:56:35 +00:00
2019-10-15 14:07:01 -06:00
2019-11-20 02:15:57 -05:00
2019-11-24 11:55:31 +01:00