https://github.com/torvalds/linux
Revision 6e5192143ab571dbefb584edf900565098bdfd23 authored by Arnaldo Carvalho de Melo on 21 December 2020, 12:03:04 UTC, committed by Arnaldo Carvalho de Melo on 24 December 2020, 12:24:19 UTC
To pick the changes from:

  b0a0c2615f6f199a ("epoll: wire up syscall epoll_pwait2")

That addresses these perf build warning:

  Warning: Kernel ABI header at 'tools/include/uapi/asm-generic/unistd.h' differs from latest version at 'include/uapi/asm-generic/unistd.h'
  diff -u tools/include/uapi/asm-generic/unistd.h include/uapi/asm-generic/unistd.h
  Warning: Kernel ABI header at 'tools/perf/arch/x86/entry/syscalls/syscall_64.tbl' differs from latest version at 'arch/x86/entry/syscalls/syscall_64.tbl'
  diff -u tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl

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: Willem de Bruijn <willemb@google.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 58cf05f
Raw File
Tip revision: 6e5192143ab571dbefb584edf900565098bdfd23 authored by Arnaldo Carvalho de Melo on 21 December 2020, 12:03:04 UTC
tools headers UAPI: Update epoll_pwait2 affected files
Tip revision: 6e51921
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top