[PATCH 12/17] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-03-27 Thread Dave Hansen
From: Dave Hansen MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes redundant one. Signed-off-by: Qiaowei Ren Signed-off-by: Dave Hansen --- b/arch/x86/include/asm/mpx.h |1 - 1 file changed, 1 deletion(-) diff -puN arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redunda

Re: [PATCH 12/17] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-03-27 Thread Dave Hansen
On 03/27/2015 10:01 AM, Borislav Petkov wrote: > On Thu, Mar 26, 2015 at 11:33:49AM -0700, Dave Hansen wrote: >> >> From: Dave Hansen >> >> From: Qiaowei Ren > > So Qiaowei is the author? Yes, that was some borkage in my patch preparation scripts. But, seriously, it's 1 removed line. -- To un

Re: [PATCH 12/17] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-03-27 Thread Borislav Petkov
On Thu, Mar 26, 2015 at 11:33:49AM -0700, Dave Hansen wrote: > > From: Dave Hansen > > From: Qiaowei Ren So Qiaowei is the author? -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH 12/17] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-03-26 Thread Dave Hansen
From: Dave Hansen From: Qiaowei Ren MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes redundant one. Signed-off-by: Qiaowei Ren Signed-off-by: Dave Hansen --- b/arch/x86/include/asm/mpx.h |1 - 1 file changed, 1 deletion(-) diff -puN arch/x86/include/asm/mpx.h~0001-x8