[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221108153459.811293-1-atenart@kernel.org>
Date: Tue, 8 Nov 2022 16:34:57 +0100
From: Antoine Tenart <atenart@...nel.org>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com
Cc: Antoine Tenart <atenart@...nel.org>, sd@...asysnail.net,
irusskikh@...vell.com, netdev@...r.kernel.org
Subject: [PATCH net 0/2] macsec: clear encryption keys in h/w drivers
Hello,
Commit aaab73f8fba4 ("macsec: clear encryption keys from the stack after
setting up offload") made sure to clean encryption keys from the stack
after setting up offloading but some h/w drivers did a copy of the key
which need to be zeroed as well.
The MSCC PHY driver can actually be converted not to copy the encryption
key at all, but such patch would be quite difficult to backport. I'll
send a following up patch doing this in net-next once this series lands.
Tested on the MSCC PHY but not on the atlantic NIC.
Thanks,
Antoine
Antoine Tenart (2):
net: phy: mscc: macsec: clear encryption keys when freeing a flow
net: atlantic: macsec: clear encryption keys from the stack
.../net/ethernet/aquantia/atlantic/aq_macsec.c | 2 ++
.../aquantia/atlantic/macsec/macsec_api.c | 18 +++++++++++-------
drivers/net/phy/mscc/mscc_macsec.c | 1 +
3 files changed, 14 insertions(+), 7 deletions(-)
--
2.38.1
Powered by blists - more mailing lists