commit | c23587c92f6e3260fe3b82bb75b38aa2553b9468 | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Wed Dec 18 09:34:57 2019 +0100 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Wed Dec 18 23:29:26 2019 +0100 |
tree | a9547a1956cc2d88ff07349b96ae95a721093fa0 | |
parent | cd92ac253063981c96abfc3fdb326e430bd89ea6 [diff] |
s390/purgatory: do not build purgatory with kcov, kasan and friends the purgatory must not rely on functions from the "old" kernel, so we must disable kasan and friends. We also need to have a separate copy of string.c as the default does not build memcmp with KASAN. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Reviewed-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>