commit | 52785b6ae8eded7ac99d65c92d989b702e5b4376 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Fri Apr 17 02:58:37 2020 +0000 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon Apr 27 11:10:10 2020 -0700 |
tree | a9934deb29022a7cdb18f3aca9eff7adcb00b80a | |
parent | eba9c444d34c9f10cbb463329c2c8e14f2adff25 [diff] |
kcsan: Use GFP_ATOMIC under spin lock A spin lock is held in insert_report_filterlist(), so the krealloc() should use GFP_ATOMIC. This commit therefore makes this change. Reviewed-by: Marco Elver <elver@google.com> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>