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)
commit89049273122e7ac92de0f3abfebb5cdb9d874431
tree1f8af75ae7fc40cf784a031f07884c8480902c75
parente2badb4bd33abe13ddc35975bd7f7f8693955a4b
parent25f16c873fb1aa8ba870319c9614f7ff7502d35b
Merge branch 'openvswitch-syzbot-splat-fix-and-introduce-selftest'

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>