Re: [PATCH 08/32] kmsan: Remove an x86-specific #include from kmsan.h
From: Alexander Potapenko <glider@google.com>
Date: 2023-11-16 09:45:28
Also in:
linux-mm, linux-s390, lkml
From: Alexander Potapenko <glider@google.com>
Date: 2023-11-16 09:45:28
Also in:
linux-mm, linux-s390, lkml
On Wed, Nov 15, 2023 at 9:34 PM Ilya Leoshkevich [off-list ref] wrote:
Replace the x86-specific asm/pgtable_64_types.h #include with the
linux/pgtable.h one, which all architectures have.
Fixes: f80be4571b19 ("kmsan: add KMSAN runtime core")
Suggested-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>Reviewed-by: Alexander Potapenko <glider@google.com> (see the comment below)
-#include <asm/pgtable_64_types.h> +#include <linux/pgtable.h>
For the sake of consistency with other KMSAN code, please keep the headers sorted alphabetically.