Re: [PATCH v2 33/33] kmsan: Enable on s390

2023-11-29 Thread Ilya Leoshkevich
On Wed, 2023-11-29 at 10:19 +0100, Alexander Potapenko wrote: > Hi Ilya, > > Sorry for this taking so long, I'll probably take a closer look next > week. > Overall, the s390 part looks good to me, but I wanted to check the > x86 > behavior once again (and perhaps figure out how to avoid

Re: [PATCH v2 33/33] kmsan: Enable on s390

2023-11-29 Thread Alexander Potapenko
Hi Ilya, Sorry for this taking so long, I'll probably take a closer look next week. Overall, the s390 part looks good to me, but I wanted to check the x86 behavior once again (and perhaps figure out how to avoid introducing another way to disable KMSAN). Do you happen to have a Git repo with your

[PATCH v2 33/33] kmsan: Enable on s390

2023-11-21 Thread Ilya Leoshkevich
Now that everything else is in place, enable KMSAN in Kconfig. Signed-off-by: Ilya Leoshkevich --- arch/s390/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 3bec98d20283..160ad2220c53 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig