]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'test_progs-asan'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 29 Apr 2020 02:48:06 +0000 (19:48 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 29 Apr 2020 02:51:33 +0000 (19:51 -0700)
commit873620a8812f6b7302370b2fcf890b882f3b2730
tree601fc375ee4e37badeb290d7af73c9b3870ebe15
parent1fb3adb1cdaebe1baf94d300ecf925eb57629c8c
parent357a141b76a96c0a2eee972b25440288264b30e7
Merge branch 'test_progs-asan'

Andrii Nakryiko says:

====================
Add necessary infra to build selftests with ASAN (or any other sanitizer). Fix
a bunch of found memory leaks and other memory access issues.

v1->v2:
  - don't add ASAN flavor, but allow extra flags for build (Alexei);
  - fix few more found issues, which somehow were missed first time.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>