Re: [PATCH v3 23/34] s390/cpacf: Unpoison the results of cpacf_trng()

2024-01-02 Thread Heiko Carstens
On Thu, Dec 14, 2023 at 12:24:43AM +0100, Ilya Leoshkevich wrote: > Prevent KMSAN from complaining about buffers filled by cpacf_trng() > being uninitialized. > > Tested-by: Alexander Gordeev > Reviewed-by: Alexander Potapenko > Signed-off-by: Ilya Leoshkevich > --- >

[PATCH v3 23/34] s390/cpacf: Unpoison the results of cpacf_trng()

2023-12-13 Thread Ilya Leoshkevich
Prevent KMSAN from complaining about buffers filled by cpacf_trng() being uninitialized. Tested-by: Alexander Gordeev Reviewed-by: Alexander Potapenko Signed-off-by: Ilya Leoshkevich --- arch/s390/include/asm/cpacf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git