Re: [PATCH v9 1/8] x86/tlb: add APIs manipulating tlb batch's arch data

From: Byungchul Park
Date: Fri Apr 19 2024 - 02:07:25 EST


On Fri, Apr 19, 2024 at 07:36:14AM +0200, Thomas Gleixner wrote:
> On Wed, Apr 17 2024 at 16:18, Byungchul Park wrote:
> > This is a preparation for migrc mechanism that needs to recognize
> > read-only tlb entries during migration by separating tlb batch arch data
> > into two, one is for read-only entries and the other is for writable
> > ones, and merging those two when needed.
>
> I have no idea what migrc mechanism means. Please add enough context
> into the change log so the reviewer does not have to go through loops
> and hoops to figure out what this is about.

I will add a simple description explaining 'what migrc is' at every
patch mentioning migrc, from the next spin. Thank you for the advice.

JFYI, you can see what migrc is in the following link:

https://lore.kernel.org/lkml/20240418061536.11645-1-byungchul@xxxxxx/

Byungchul

> Thanks,
>
> tglx