Re: [patch 00/15] x86/tlb: Unexport per-CPU tlbstate

From: Alexandre Chartre
Date: Mon Apr 20 2020 - 12:30:58 EST




On 4/19/20 10:31 PM, Thomas Gleixner wrote:
The per-CPU tlbstate contains sensitive information which should be really
only accessible in core code. It is exported to modules because some inline
functions which are required by KVM need access to it.

The following series creates regular exported functions for the few things
which are needed by KVM and hides the struct definition and some low level
helpers from modules.

The series is also available from git:

git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel x86/tlb

Thanks,

tglx


Reviewed-by: Alexandre Chartre <alexandre.chartre@xxxxxxxxxx>

For all patches.

alex.