From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f173.google.com ([209.85.192.173]:36758 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751100AbeADX3K (ORCPT ); Thu, 4 Jan 2018 18:29:10 -0500 Received: by mail-pf0-f173.google.com with SMTP id p84so1442084pfd.3 for ; Thu, 04 Jan 2018 15:29:10 -0800 (PST) Date: Thu, 4 Jan 2018 15:29:07 -0800 From: Benjamin Gilbert To: luto@kernel.org, gregkh@linuxfoundation.org, stable@vger.kernel.org, peterz@infradead.org, dave.hansen@linux.intel.com, kuleshovmail@gmail.com, tglx@linutronix.de, hpa@zytor.com, linux-kernel@vger.kernel.org, mingo@kernel.org Subject: Re: [tip:x86/pti] x86/kaslr: Fix the vaddr_end mess Message-ID: <20180104232907.GA3710@trogon.sfo.coreos.systems> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Thu, Jan 04, 2018 at 02:10:44PM -0800, tip-bot for Thomas Gleixner wrote: > + BUILD_BUG_ON)(vaddr_end != CPU_ENTRY_AREA_BASE); ^^ Note typo. --Benjamin Gilbert