netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: vxlan/geneve: use the correct nlattr array for extack
@ 2020-04-22 15:29 Sabrina Dubroca
  2020-04-22 15:29 ` [PATCH net 1/2] vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR Sabrina Dubroca
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sabrina Dubroca @ 2020-04-22 15:29 UTC (permalink / raw)
  To: netdev
  Cc: Xin Long, Stefano Brivio, Girish Moodalbail, Matthias Schiffer,
	Sabrina Dubroca

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


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

end of thread, other threads:[~2020-04-23 19:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22 15:29 [PATCH net 0/2] net: vxlan/geneve: use the correct nlattr array for extack Sabrina Dubroca
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

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).