commit | b473a3891c46393e9c4ccb4e3197d7fb259c7100 | [log] [tgz] |
---|---|---|
author | Marco Elver <elver@google.com> | Mon Dec 06 07:41:51 2021 +0100 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Dec 09 16:42:29 2021 -0800 |
tree | 9389aa066707961d219283dc1c005d34743bf600 | |
parent | e3d2b72bbf3c580b0c5c96385777c2f483a45ab5 [diff] |
kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines it Some architectures do not define clear_bit_unlock_is_negative_byte(). Only test it when it is actually defined (similar to other usage, such as in lib/test_kasan.c). Link: https://lkml.kernel.org/r/202112050757.x67rHnFU-lkp@intel.com Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Marco Elver <elver@google.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>