]> www.infradead.org Git - nvme.git/commit
fou: remove warn in gue_gro_receive on unsupported protocol
authorWillem de Bruijn <willemb@google.com>
Fri, 14 Jun 2024 12:25:18 +0000 (08:25 -0400)
committerJakub Kicinski <kuba@kernel.org>
Tue, 18 Jun 2024 00:49:50 +0000 (17:49 -0700)
commitdd89a81d850fa9a65f67b4527c0e420d15bf836c
treef3ffd9010d858c8cd8d35d244e7f4505d19b6a3f
parent4314175af49668ab20c0d60d7d7657986e1d0c7c
fou: remove warn in gue_gro_receive on unsupported protocol

Drop the WARN_ON_ONCE inn gue_gro_receive if the encapsulated type is
not known or does not have a GRO handler.

Such a packet is easily constructed. Syzbot generates them and sets
off this warning.

Remove the warning as it is expected and not actionable.

The warning was previously reduced from WARN_ON to WARN_ON_ONCE in
commit 270136613bf7 ("fou: Do WARN_ON_ONCE in gue_gro_receive for bad
proto callbacks").

Signed-off-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20240614122552.1649044-1-willemdebruijn.kernel@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/fou_core.c