]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Update copy of libbpf's hashmap.c
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 19 Oct 2020 15:26:45 +0000 (12:26 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 3 Nov 2020 11:26:55 +0000 (08:26 -0300)
commitbb4c73de3bf6e6f91ba98317dfa9c8437b1f3dc4
tree75596db3b51beb90d3be43de5a53ec029590839e
parent857ec09495442bc71443c9cf9a45ba551078f5dc
perf tools: Update copy of libbpf's hashmap.c

To pick the changes in:

  b1721e6906dfb313 ("libbpf: Centralize poisoning and poison reallocarray()")
  07aba066e0a5082a ("libbpf: Extract generic string hashing function for reuse")

That don't entail any changes in tools/perf.

This addresses this perf build warning:

  Warning: Kernel ABI header at 'tools/perf/util/hashmap.h' differs from latest version at 'tools/lib/bpf/hashmap.h'
  diff -u tools/perf/util/hashmap.h tools/lib/bpf/hashmap.h

Not a kernel ABI, its just that this uses the mechanism in place for
checking kernel ABI files drift.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Andrii Nakryiko <andriin@fb.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/hashmap.c
tools/perf/util/hashmap.h