]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
openvswitch: switch from WARN to pr_warn
authorAaron Conole <aconole@redhat.com>
Tue, 25 Oct 2022 10:50:17 +0000 (06:50 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Nov 2022 15:00:33 +0000 (00:00 +0900)
commit7bd495f6d2ccfae3951de2e88afdeb636a4737e2
treec2faf50c3d8c8a972457e77a4714579fa8512ceb
parent350ca9b453a4f636ad70d01966bf7e865394905c
openvswitch: switch from WARN to pr_warn

[ Upstream commit fd954cc1919e35cb92f78671cab6e42d661945a3 ]

As noted by Paolo Abeni, pr_warn doesn't generate any splat and can still
preserve the warning to the user that feature downgrade occurred.  We
likely cannot introduce other kinds of checks / enforcement here because
syzbot can generate different genl versions to the datapath.

Reported-by: syzbot+31cde0bef4bbf8ba2d86@syzkaller.appspotmail.com
Fixes: 44da5ae5fbea ("openvswitch: Drop user features if old user space attempted to create datapath")
Cc: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/openvswitch/datapath.c