From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (146.0.238.70:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 22 Feb 2019 06:53:59 -0000 Received: from mail.kernel.org ([198.145.29.99]) by Galois.linutronix.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1gx4ib-0006MV-J4 for speck@linutronix.de; Fri, 22 Feb 2019 07:53:58 +0100 Date: Fri, 22 Feb 2019 07:53:48 +0100 From: Greg KH Subject: [MODERATED] Re: [patch V3 1/9] MDS basics 1 Message-ID: <20190222065348.GA21639@kroah.com> References: <20190221234431.922117624@linutronix.de> <20190221235534.463223949@linutronix.de> MIME-Version: 1.0 In-Reply-To: <20190221235534.463223949@linutronix.de> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Fri, Feb 22, 2019 at 12:44:32AM +0100, speck for Thomas Gleixner wrote: > Subject: [patch V3 1/9] x86/msr-index: Cleanup bit defines > From: Thomas Gleixner > > 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 1UL > at least. > > Clean it up. > > Reported-by: Greg Kroah-Hartman > Signed-off-by: Thomas Gleixner Thanks for cleaning this up! Reviewed-by: Greg Kroah-Hartman