netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sabrina Dubroca <sd@queasysnail.net>
To: netdev@vger.kernel.org
Cc: Hannes Frederic Sowa <hannes@stressinduktion.org>,
	Johannes Berg <johannes@sipsolutions.net>,
	Dan Carpenter <dan.carpenter@oracle.com>,
	Sabrina Dubroca <sd@queasysnail.net>
Subject: [PATCH net 0/5] macsec: a few fixes
Date: Tue, 19 Apr 2016 19:36:37 +0200	[thread overview]
Message-ID: <cover.1460967681.git.sd@queasysnail.net> (raw)

Some small fixes for the macsec driver:
 - possible NULL pointer dereferences
 - netlink dumps fixes: RTNL locking, consistent dumps
 - a reference counting bug

Sabrina Dubroca (5):
  macsec: add missing NULL check after kmalloc
  macsec: take rtnl lock before for_each_netdev
  macsec: don't put a NULL rxsa
  macsec: fix rx_sa refcounting with decrypt callback
  macsec: add consistency check to netlink dumps

 drivers/net/macsec.c | 39 +++++++++++++++++++++++++--------------
 1 file changed, 25 insertions(+), 14 deletions(-)

-- 
2.8.0

             reply	other threads:[~2016-04-19 17:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-19 17:36 Sabrina Dubroca [this message]
2016-04-19 17:36 ` [PATCH net 1/5] macsec: add missing NULL check after kmalloc Sabrina Dubroca
2016-04-19 17:45   ` Lance Richardson
2016-04-19 20:25     ` Sabrina Dubroca
2016-04-19 17:36 ` [PATCH net 2/5] macsec: take rtnl lock before for_each_netdev Sabrina Dubroca
2016-04-19 17:36 ` [PATCH net 3/5] macsec: don't put a NULL rxsa Sabrina Dubroca
2016-04-19 17:36 ` [PATCH net 4/5] macsec: fix rx_sa refcounting with decrypt callback Sabrina Dubroca
2016-04-19 17:36 ` [PATCH net 5/5] macsec: add consistency check to netlink dumps Sabrina Dubroca

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.1460967681.git.sd@queasysnail.net \
    --to=sd@queasysnail.net \
    --cc=dan.carpenter@oracle.com \
    --cc=hannes@stressinduktion.org \
    --cc=johannes@sipsolutions.net \
    --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 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).