netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] macsec: fix config issues
@ 2022-07-22  9:16 Sabrina Dubroca
  2022-07-22  9:16 ` [PATCH net 1/4] macsec: fix NULL deref in macsec_add_rxsa Sabrina Dubroca
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sabrina Dubroca @ 2022-07-22  9:16 UTC (permalink / raw)
  To: netdev; +Cc: Era Mayflower, Sabrina Dubroca

The patch adding netlink support for XPN (commit 48ef50fa866a
("macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)"))
introduced several issues, including a kernel panic reported at [1].

Reproducing those bugs with upstream iproute is limited, since iproute
doesn't currently support XPN. I'm also working on this.

[1] https://bugzilla.kernel.org/show_bug.cgi?id=208315

Sabrina Dubroca (4):
  macsec: fix NULL deref in macsec_add_rxsa
  macsec: fix error message in macsec_add_rxsa and _txsa
  macsec: limit replay window size with XPN
  macsec: always read MACSEC_SA_ATTR_PN as a u64

 drivers/net/macsec.c | 29 +++++++++++++++++++----------
 1 file changed, 19 insertions(+), 10 deletions(-)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-25 11:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  9:16 [PATCH net 0/4] macsec: fix config issues Sabrina Dubroca
2022-07-22  9:16 ` [PATCH net 1/4] macsec: fix NULL deref in macsec_add_rxsa Sabrina Dubroca
2022-07-22  9:16 ` [PATCH net 2/4] macsec: fix error message in macsec_add_rxsa and _txsa Sabrina Dubroca
2022-07-22  9:16 ` [PATCH net 3/4] macsec: limit replay window size with XPN Sabrina Dubroca
2022-07-22  9:16 ` [PATCH net 4/4] macsec: always read MACSEC_SA_ATTR_PN as a u64 Sabrina Dubroca
2022-07-25 11:00 ` [PATCH net 0/4] macsec: fix config issues patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).