On Tue, May 23 2023 at 18:24, Uladzislau Rezki wrote: > On Tue, May 23, 2023 at 04:02:09PM +0200, Thomas Gleixner wrote: > mm/vmalloc.c: In function ‘_vm_unmap_aliases’: > mm/vmalloc.c:2220:19: error: ‘struct vmap_block_queue’ has no member named ‘vmap_blocks’ > 2220 | xa_for_each(&vbq->vmap_blocks, idx, vb) { > | ^~ Duh. I surely had that compile fail fixed before I boot tested that pile. And then I did something stupid obviously.