Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools headers UAPI: update linux/in.h copy

To get the changes from:

645f08975f49441b ("net: Fix some comments")

That don't cause any changes in tooling, its just a typo fix.

This silences this tools/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: David S. Miller <davem@davemloft.net>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Miaohe Lin <linmiaohe@huawei.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+1 -1
+1 -1
tools/include/uapi/linux/in.h
··· 135 135 * this socket to prevent accepting spoofed ones. 136 136 */ 137 137 #define IP_PMTUDISC_INTERFACE 4 138 - /* weaker version of IP_PMTUDISC_INTERFACE, which allos packets to get 138 + /* weaker version of IP_PMTUDISC_INTERFACE, which allows packets to get 139 139 * fragmented if they exeed the interface mtu 140 140 */ 141 141 #define IP_PMTUDISC_OMIT 5