All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sabrina Dubroca <sd@queasysnail.net>
To: netdev@vger.kernel.org
Cc: Era Mayflower <mayflowerera@gmail.com>,
	Sabrina Dubroca <sd@queasysnail.net>
Subject: [PATCH net 0/4] macsec: fix config issues
Date: Fri, 22 Jul 2022 11:16:26 +0200	[thread overview]
Message-ID: <cover.1656519221.git.sd@queasysnail.net> (raw)

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


             reply	other threads:[~2022-07-22  9:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-22  9:16 Sabrina Dubroca [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1656519221.git.sd@queasysnail.net \
    --to=sd@queasysnail.net \
    --cc=mayflowerera@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.