]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gve: Properly handle errors in gve_assign_qpl
authorCatherine Sullivan <csully@google.com>
Wed, 6 Oct 2021 02:42:21 +0000 (19:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Oct 2021 07:42:00 +0000 (09:42 +0200)
commitf5cfed82e0f38cf0e6101f4193c154aab9a709ef
tree3917882691a90d2dc849db0b423a5d4232932e89
parent2044137a268a50c479027703f1c516aa155196d9
gve: Properly handle errors in gve_assign_qpl

[ Upstream commit d4b111fda69a01e0a7439d05993f5dad567c93aa ]

Ignored errors would result in crash.

Fixes: ede3fcf5ec67f ("gve: Add support for raw addressing to the rx path")
Signed-off-by: Catherine Sullivan <csully@google.com>
Signed-off-by: Jeroen de Borst <jeroendb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/google/gve/gve_rx.c