Merge branch 'openvswitch-syzbot-splat-fix-and-introduce-selftest'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 27 Oct 2022 10:31:45 +0000 (12:31 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 27 Oct 2022 10:31:45 +0000 (12:31 +0200)
Aaron Conole says:

====================
openvswitch: syzbot splat fix and introduce selftest

Syzbot recently caught a splat when dropping features from
openvswitch datapaths that are in-use.  The WARN() call is
definitely too large a hammer for the situation, so change
to pr_warn.

Second patch in the series introduces a new selftest suite which
can help show that an issue is fixed.  This change might be
more suited to net-next tree, so it has been separated out
as an additional patch and can be either applied to either tree
based on preference.
====================

Link: https://lore.kernel.org/r/20221025105018.466157-1-aconole@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge