]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools headers: Sync linux/socket.h with kernel sources
authorNamhyung Kim <namhyung@kernel.org>
Mon, 22 Dec 2025 22:57:15 +0000 (14:57 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 24 Dec 2025 19:43:29 +0000 (11:43 -0800)
commit00a7e470a59740a4eaf28fc0fd2020c1872f9fc3
tree7232b01fe4df3a11705e8dd75c124c890cf62071
parentd0783e1fb83bf813f606fcc3254e93428654a34b
tools headers: Sync linux/socket.h with kernel sources

To pick up changes from:

  d73c167708739137 ("socket: Split out a getsockname helper for io_uring")
  4677e78800bbde62 ("socket: Unify getsockname and getpeername implementation")
  bf33247a90d3e85d ("net: Add struct sockaddr_unsized for sockaddr of unknown length")

This should be used to beautify socket syscall arguments and it addresses
these tools/perf build warnings:

  Warning: Kernel ABI header differences:
    diff -u tools/perf/trace/beauty/include/linux/socket.h include/linux/socket.h

Please see tools/include/uapi/README.

Cc: netdev@vger.kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/trace/beauty/include/linux/socket.h