linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add comment to warn about deprecated netlink rings attribute request
@ 2016-06-15 15:37 Fabien Siron
  2016-06-16 21:01 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Fabien Siron @ 2016-06-15 15:37 UTC (permalink / raw)
  To: linux-kernel; +Cc: netdev, davem, Fabien Siron

Signed-off-by: Fabien Siron <fabien.siron@epita.fr>
---
 include/uapi/linux/netlink_diag.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/netlink_diag.h b/include/uapi/linux/netlink_diag.h
index d793993..76b4d87 100644
--- a/include/uapi/linux/netlink_diag.h
+++ b/include/uapi/linux/netlink_diag.h
@@ -49,6 +49,7 @@ enum {
 #define NDIAG_SHOW_MEMINFO	0x00000001 /* show memory info of a socket */
 #define NDIAG_SHOW_GROUPS	0x00000002 /* show groups of a netlink socket */
 #ifndef __KERNEL__
+/* deprecated since 4.6 */
 #define NDIAG_SHOW_RING_CFG	0x00000004 /* show ring configuration */
 #endif
 
-- 
2.8.3

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

* Re: [PATCH] Add comment to warn about deprecated netlink rings attribute request
  2016-06-15 15:37 [PATCH] Add comment to warn about deprecated netlink rings attribute request Fabien Siron
@ 2016-06-16 21:01 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-06-16 21:01 UTC (permalink / raw)
  To: fabien.siron; +Cc: linux-kernel, netdev

From: Fabien Siron <fabien.siron@epita.fr>
Date: Wed, 15 Jun 2016 15:37:49 +0000

> Signed-off-by: Fabien Siron <fabien.siron@epita.fr>

Applied.

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

end of thread, other threads:[~2016-06-16 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-15 15:37 [PATCH] Add comment to warn about deprecated netlink rings attribute request Fabien Siron
2016-06-16 21:01 ` 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).