All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe  Gerum <rpm@xenomai.org>
To: xenomai@xenomai.org
Subject: [PATCH 4/5] perf beauty: dovetail: declare oob socket class
Date: Tue, 31 Aug 2021 10:27:08 +0200	[thread overview]
Message-ID: <20210831082709.1296249-5-rpm@xenomai.org> (raw)
In-Reply-To: <20210831082709.1296249-1-rpm@xenomai.org>

From: Philippe Gerum <rpm@xenomai.org>

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
---
 tools/perf/trace/beauty/include/linux/socket.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/perf/trace/beauty/include/linux/socket.h b/tools/perf/trace/beauty/include/linux/socket.h
index 9aa530d497da8f7..93b104ee264f47d 100644
--- a/tools/perf/trace/beauty/include/linux/socket.h
+++ b/tools/perf/trace/beauty/include/linux/socket.h
@@ -223,8 +223,9 @@ struct ucred {
 				 * reuses AF_INET address family
 				 */
 #define AF_XDP		44	/* XDP sockets			*/
+#define AF_OOB		45	/* Out-of-band domain sockets */
 
-#define AF_MAX		45	/* For now.. */
+#define AF_MAX		46	/* For now.. */
 
 /* Protocol families, same as address families. */
 #define PF_UNSPEC	AF_UNSPEC
-- 
2.31.1



  parent reply	other threads:[~2021-08-31  8:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-31  8:27 [Dovetail] out-of-band networking support for v5.10.y Philippe Gerum
2021-08-31  8:27 ` [PATCH 1/5] dovetail: add out-of-band open mode (O_OOB) Philippe Gerum
2021-08-31  8:27 ` [PATCH 2/5] net: dovetail: enable out-of-band networking (EXPERIMENTAL) Philippe Gerum
2021-08-31  8:27 ` [PATCH 3/5] selinux: dovetail: declare oob socket class Philippe Gerum
2021-08-31  8:27 ` Philippe Gerum [this message]
2021-08-31  8:27 ` [PATCH 5/5] net: dovetail: fix NULL reference in socket release Philippe Gerum

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=20210831082709.1296249-5-rpm@xenomai.org \
    --to=rpm@xenomai.org \
    --cc=xenomai@xenomai.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.