On Mon, Nov 2, 2020 at 5:04 PM Andrey Konovalov <andreyknvl@xxxxxxxxxx> wrote: > > asm/kasan.h relies on pgd_t type that is defined in asm/page.h. Include > asm/page.h from asm/kasan.h. > > Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx> > --- > Change-Id: I369a8f9beb442b9d05733892232345c3f4120e0a > --- > arch/s390/include/asm/kasan.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/s390/include/asm/kasan.h b/arch/s390/include/asm/kasan.h > index e9bf486de136..a0ea4158858b 100644 > --- a/arch/s390/include/asm/kasan.h > +++ b/arch/s390/include/asm/kasan.h > @@ -2,6 +2,8 @@ > #ifndef __ASM_KASAN_H > #define __ASM_KASAN_H > > +#include <asm/page.h> > + > #ifdef CONFIG_KASAN > > #define KASAN_SHADOW_SCALE_SHIFT 3 > -- > 2.29.1.341.ge80a0c044ae-goog > Hi Vasily, Could you give your ack on this patch? The full series is here: https://lore.kernel.org/linux-arm-kernel/cover.1604333009.git.andreyknvl@xxxxxxxxxx/ Thanks!