Re: [PATCH 08/32] kmsan: Remove an x86-specific #include from kmsan.h

2023-11-16 Thread Alexander Potapenko
On Wed, Nov 15, 2023 at 9:34 PM Ilya Leoshkevich 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 > Signed-off-by: Ilya

[PATCH 08/32] kmsan: Remove an x86-specific #include from kmsan.h

2023-11-15 Thread Ilya Leoshkevich
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 Signed-off-by: Ilya Leoshkevich --- mm/kmsan/kmsan.h | 2 +- 1 file changed, 1 insertion(+), 1