]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 3 Mar 2023 14:05:19 +0000 (11:05 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 4 Mar 2023 01:34:00 +0000 (22:34 -0300)
commit31d2e6b5d44e436969c15e4613e6b16c4c032d4d
treef30fbbe3a09170d63e96107aab864828c7f3661d
parent25f69c69bc3ca8c781a94473f28d443d745768e3
tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'

We also continue with SYM_TYPED_FUNC_START() in util/include/linux/linkage.h
and with an exception in tools/perf/check_headers.sh's diff check to ignore
the include cfi_types.h line when checking if the kernel original files drifted
from the copies we carry.

This is to get the changes from:

  69d4c0d3218692ff ("entry, kasan, x86: Disallow overriding mem*() functions")

That addresses these perf tools build warning:

  Warning: Kernel ABI header at 'tools/arch/x86/lib/memcpy_64.S' differs from latest version at 'arch/x86/lib/memcpy_64.S'
  diff -u tools/arch/x86/lib/memcpy_64.S arch/x86/lib/memcpy_64.S
  Warning: Kernel ABI header at 'tools/arch/x86/lib/memset_64.S' differs from latest version at 'arch/x86/lib/memset_64.S'
  diff -u tools/arch/x86/lib/memset_64.S arch/x86/lib/memset_64.S

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/lkml/ZAH%2FjsioJXGIOrkf@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/arch/x86/lib/memcpy_64.S
tools/arch/x86/lib/memset_64.S