[PATCH 0/2] kmsan: fix sparse warnings
From: Ilya Leoshkevich
Date: Thu Jun 27 2024 - 11:14:50 EST
Hi,
Kernel test robot reported several sparse warnings in the KMSAN code
base [1]. They belong to two broad classes; fix each in a separate
commit.
Best regards,
Ilya
[1] https://lore.kernel.org/linux-mm/202406272033.KejtfLkw-lkp@xxxxxxxxx/
Ilya Leoshkevich (2):
kmsan: add missing __user tags
kmsan: do not pass NULL pointers as 0
mm/kmsan/core.c | 4 ++--
mm/kmsan/hooks.c | 15 ++++++++-------
mm/kmsan/instrumentation.c | 4 ++--
mm/kmsan/kmsan.h | 6 +++---
mm/kmsan/report.c | 2 +-
5 files changed, 16 insertions(+), 15 deletions(-)
--
2.45.2