tools headers UAPI: Sync linux/perf_event.h with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 21 May 2021 19:00:31 +0000 (16:00 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 16 Feb 2022 16:49:24 +0000 (13:49 -0300)
commit714b8b7131f9287b1ff6c0528accd5df585b30d3
tree2f114a1712f3d20c9b1c71fa30eb302b728878b8
parentde9f498d2b381de1abf654ca3459c4f01227b5cd
tools headers UAPI: Sync linux/perf_event.h with the kernel sources

To pick the trivial change in:

  ddecd22878601a60 ("perf: uapi: Document perf_event_attr::sig_data truncation on 32 bit architectures")

Just adds a comment.

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: Marco Elver <elver@google.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/lkml/
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/uapi/linux/perf_event.h