]> git.ipfire.org Git - thirdparty/linux.git/commit
tools headers UAPI: Sync the linux/in.h with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 26 May 2023 18:45:03 +0000 (15:45 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 26 May 2023 19:03:27 +0000 (16:03 -0300)
commitc8268a9b91055c992909a0845cfa59c624908da8
treebf7dfc10d4d5022b1126e7d179e1d26bed950d0e
parent15d4371bac978bb96b36c37e822cdae24c0dcd77
tools headers UAPI: Sync the linux/in.h with the kernel sources

Picking the changes from:

  3632679d9e4f879f ("ipv{4,6}/raw: fix output xfrm lookup wrt protocol")

That includes a define (IP_PROTOCOL) that isn't being used in generating
any id -> string table used by 'perf trace'.

Addresses this perf build warning:

  Warning: Kernel ABI header at 'tools/include/uapi/linux/in.h' differs from latest version at 'include/uapi/linux/in.h'
  diff -u tools/include/uapi/linux/in.h include/uapi/linux/in.h

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Cc: Paolo Abeni <pabeni@redhat.com>
Link: https://lore.kernel.org/lkml/ZHD/Ms0DMq7viaq+@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/uapi/linux/in.h