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 <t...@linutronix.de>
Thank you Thomas! BR, Ricardo