Re: [PATCH AUTOSEL 6.2 51/53] devlink: health: Fix nla_nest_end in error flow
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-02-27 18:13:07
Also in:
lkml, stable
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-02-27 18:13:07
Also in:
lkml, stable
On Sun, 26 Feb 2023 09:44:43 -0500 Sasha Levin wrote:
From: Moshe Shemesh <redacted> [ Upstream commit bfd4e6a5dbbc12f77620602e764ac940ccb159de ] devlink_nl_health_reporter_fill() error flow calls nla_nest_end(). Fix it to call nla_nest_cancel() instead. Note the bug is harmless as genlmsg_cancel() cancel the entire message, so no fixes tag added.
Not really a fix as described, let's drop.