diff options
author | Ian Rogers <irogers@google.com> | 2020-09-12 08:37:25 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2020-09-15 00:30:26 +0300 |
commit | d2c73501a767514b6c85c7feff9457a165d51057 (patch) | |
tree | aed03a5f0aa0bbb512bce996fb6ccb657db7d18d /Documentation | |
parent | 8a39e8c4d9baf65d88f66d49ac684df381e30055 (diff) | |
download | linux-d2c73501a767514b6c85c7feff9457a165d51057.tar.xz |
perf bench: Fix 2 memory sanitizer warnings
Memory sanitizer warns if a write is performed where the memory being
read for the write is uninitialized. Avoid this warning by initializing
the memory.
Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20200912053725.1405857-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions