[MODERATED] Re: [patch V6 01/14] MDS basics 1
Frederic Weisbecker <[email protected]>
| Newsgroups | org.kernel.lore.historical-speck |
|---|---|
| Message-ID | <20190302000608.GA22355@lenoir> |
On Fri, Mar 01, 2019 at 10:47:39PM +0100, speck for Thomas Gleixner wrote: > Subject: [patch V6 01/14] x86/msr-index: Cleanup bit defines > From: Thomas Gleixner <[email protected]> > > Greg pointed out that speculation related bit defines are using (1 << N) > format instead of BIT(N). Aside of that (1 << N) is wrong as it should use > 1UL at least. > > Clean it up. > > [ Josh Poimboeuf: Fix tools build ] > > Reported-by: Greg Kroah-Hartman <[email protected]> > Signed-off-by: Thomas Gleixner <[email protected]> > Reviewed-by: Greg Kroah-Hartman <[email protected]> > Reviewed-by: Borislav Petkov <[email protected]> > --- > V5 -> V6: Fix tools build (Josh) Reviewed-by: Frederic Weisbecker <[email protected]>