[Intel-gfx] [PATCH v2] mm: Track page table modifications in __apply_to_page_range()

Chris Wilson chris at chris-wilson.co.uk
Fri Aug 21 18:51:42 UTC 2020


Quoting Joerg Roedel (2020-08-21 13:37:46)
> From: Joerg Roedel <jroedel at suse.de>
> 
> The __apply_to_page_range() function is also used to change and/or
> allocate page-table pages in the vmalloc area of the address space.
> Make sure these changes get synchronized to other page-tables in the
> system by calling arch_sync_kernel_mappings() when necessary.
> 
> Tested-by: Chris Wilson <chris at chris-wilson.co.uk> #x86-32
> Cc: <stable at vger.kernel.org> # v5.8+
> Signed-off-by: Joerg Roedel <jroedel at suse.de>

I've doubled check that this patch by itself fixes our x86-32 vmapping
issue. Thanks,
-Chris


More information about the Intel-gfx mailing list