]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
macsec: delete new rxsc when offload fails
authorSabrina Dubroca <sd@queasysnail.net>
Wed, 2 Nov 2022 21:33:13 +0000 (22:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Nov 2022 08:57:09 +0000 (09:57 +0100)
commit3b05d9073ae26c686d9d26d138164d1766cf470e
treedf7671c3ece5741f017777ad27cd63be7e65ac1e
parent50868de7dc4e7f0fcadd6029f32bf4387c102ee6
macsec: delete new rxsc when offload fails

[ Upstream commit 93a30947821c203d08865c4e17ea181c9668ce52 ]

Currently we get an inconsistent state:
 - netlink returns the error to userspace
 - the RXSC is installed but not offloaded

Then the device could get confused when we try to add an RXSA, because
the RXSC isn't supposed to exist.

Fixes: 3cf3227a21d1 ("net: macsec: hardware offloading infrastructure")
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Antoine Tenart <atenart@kernel.org>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/macsec.c