Re: [PATCH v6 16/39] kmsan: Expose KMSAN_WARN_ON()

2024-06-21 Thread Alexander Potapenko
On Fri, Jun 21, 2024 at 2:26 AM Ilya Leoshkevich wrote: > > KMSAN_WARN_ON() is required for implementing s390-specific KMSAN > functions, but right now it's available only to the KMSAN internal > functions. Expose it to subsystems through . > > Signed-off-by: Ilya Leoshkevich Reviewed-by:

[PATCH v6 16/39] kmsan: Expose KMSAN_WARN_ON()

2024-06-20 Thread Ilya Leoshkevich
KMSAN_WARN_ON() is required for implementing s390-specific KMSAN functions, but right now it's available only to the KMSAN internal functions. Expose it to subsystems through . Signed-off-by: Ilya Leoshkevich --- include/linux/kmsan.h | 25 + mm/kmsan/kmsan.h | 24