Skip to content

Commit 80f2a24

Browse files
acmelgregkh
authored andcommitted
perf beauty: Update copy of linux/socket.h with the kernel sources
[ Upstream commit 6da2a45 ] To pick the changes in: 99ce45d ("mctp: Implement extended addressing") 55c42fa ("mptcp: add MPTCP_INFO getsockopt") That don't result in any changes in the tables generated from that header. A table generator for setsockopt is needed, probably will be done in the 5.16 cycle. This silences this perf build warning: Warning: Kernel ABI header at 'tools/perf/trace/beauty/include/linux/socket.h' differs from latest version at 'include/linux/socket.h' diff -u tools/perf/trace/beauty/include/linux/socket.h include/linux/socket.h Cc: David S. Miller <[email protected]> Cc: Florian Westphal <[email protected]> Cc: Jeremy Kerr <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 47b6345 commit 80f2a24

File tree

1 file changed

+2
-0
lines changed
  • tools/perf/trace/beauty/include/linux

1 file changed

+2
-0
lines changed

tools/perf/trace/beauty/include/linux/socket.h

+2
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ struct ucred {
364364
#define SOL_KCM 281
365365
#define SOL_TLS 282
366366
#define SOL_XDP 283
367+
#define SOL_MPTCP 284
368+
#define SOL_MCTP 285
367369

368370
/* IPX options */
369371
#define IPX_TYPE 1

0 commit comments

Comments
 (0)