On Wed, Aug 21 2024 at 11:35, Max R. wrote: Please do not top-post and trim your replies. > Apparently, x86-32 doesn't provide VMALLOC_START in asm/pgtable.h, > and after a quick glance it seems to be the only arch to do so... > Probably the correct solution is to add include asm/vmalloc.h to > include/linux/ioremap.h, considering it uses VMALLOC_START. Will > resubmit the v4 version of patch later today. Careful, this might end up with other issues vs. the kernel header inclusion hell. If i386 is the only one which does not have VMALLOC start in asm/pgtable.h, then curing this might be the easier fix, no? Thanks, tglx