All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sabrina Dubroca <sd@queasysnail.net>
To: netdev@vger.kernel.org
Cc: Xin Long <lucien.xin@gmail.com>,
	Stefano Brivio <sbrivio@redhat.com>,
	Girish Moodalbail <girish.moodalbail@oracle.com>,
	Matthias Schiffer <mschiffer@universe-factory.net>,
	Sabrina Dubroca <sd@queasysnail.net>
Subject: [PATCH net 0/2] net: vxlan/geneve: use the correct nlattr array for extack
Date: Wed, 22 Apr 2020 17:29:49 +0200	[thread overview]
Message-ID: <cover.1587568231.git.sd@queasysnail.net> (raw)

The ->validate callbacks for vxlan and geneve have a couple of typos
in extack, where the nlattr array for IFLA_* attributes is used
instead of the link-specific one.

Sabrina Dubroca (2):
  vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR
  geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR

 drivers/net/geneve.c | 2 +-
 drivers/net/vxlan.c  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.26.1


             reply	other threads:[~2020-04-22 15:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-22 15:29 Sabrina Dubroca [this message]
2020-04-22 15:29 ` [PATCH net 1/2] vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR Sabrina Dubroca
2020-04-22 15:29 ` [PATCH net 2/2] geneve: " Sabrina Dubroca
2020-04-22 15:48 ` [PATCH net 0/2] net: vxlan/geneve: use the correct nlattr array for extack Xin Long
2020-04-23 19:40 ` David Miller

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.1587568231.git.sd@queasysnail.net \
    --to=sd@queasysnail.net \
    --cc=girish.moodalbail@oracle.com \
    --cc=lucien.xin@gmail.com \
    --cc=mschiffer@universe-factory.net \
    --cc=netdev@vger.kernel.org \
    --cc=sbrivio@redhat.com \
    /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.