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

tools headers UAPI: Sync linux/perf_event.h with the kernel sources

To pick the trivial change in:

0683b53197b55343 ("signal: Deliver all of the siginfo perf data in _perf")

This silences this perf build warning:

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

Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+1 -1
+1 -1
tools/include/uapi/linux/perf_event.h
··· 464 464 465 465 /* 466 466 * User provided data if sigtrap=1, passed back to user via 467 - * siginfo_t::si_perf, e.g. to permit user to identify the event. 467 + * siginfo_t::si_perf_data, e.g. to permit user to identify the event. 468 468 */ 469 469 __u64 sig_data; 470 470 };