Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260409085537.130003-1-achill@achill.org>
Date: Thu,  9 Apr 2026 10:55:31 +0200
From: Achill Gilgenast <achill@...ill.org>
To: musl@...ts.openwall.com
Cc: Achill Gilgenast <achill@...ill.org>
Subject: [PATCH] sys/socket.h: add SO_PEERPIDFD from linux v6.5

see

  linux commit 7b26952a91cf65ff1cc867a2382a8964d8c0ee7d
  net: core: add getsockopt SO_PEERPIDFD

Signed-off-by: Achill Gilgenast <achill@...ill.org>
---
 include/sys/socket.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/sys/socket.h b/include/sys/socket.h
index 6dc1e40adfe7..5c470239e191 100644
--- a/include/sys/socket.h
+++ b/include/sys/socket.h
@@ -291,6 +291,7 @@ struct linger {
 #define SO_DETACH_REUSEPORT_BPF 68
 #define SO_PREFER_BUSY_POLL     69
 #define SO_BUSY_POLL_BUDGET     70
+#define SO_PEERPIDFD		77
 
 #ifndef SOL_SOCKET
 #define SOL_SOCKET      1
-- 
2.53.0

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.