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

From: Thomas Gleixner
Date: Wed Nov 08 2017 - 05:01:15 EST


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>