Re: [PATCH v11 00/12] x86: Enable User-Mode Instruction Prevention

From: Ricardo Neri
Date: Thu Nov 09 2017 - 00:48:05 EST


On Wed, Nov 08, 2017 at 11:00:13AM +0100, Thomas Gleixner wrote:
> On Sun, 5 Nov 2017, Ricardo Neri wrote:
> > Changes since V10:
> > *Patch 1 ("x86/insn-eval: Extend get_seg_base_addr() to also obtain segment
> > limit") of v10 has been dropped has it has been merged in the tip tree.
> > *Removed unnecessary wrap-around of function calls to enforce the 80
> > chars-per-line rule. In some cases, variables were renamed.
> > *Removed unnecessary casts between variables of the same width.
> > *Reworked casts between variables of different width in favor of bit
> > masks. Casts were kept for arithmetic operations.
> > *Reworded patch descriptions and documentation of several functions to
> > improve clarity.
>
> For the whole series:
>
> Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Thank you Thomas!

BR,
Ricardo