From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754908AbcG0KhE (ORCPT ); Wed, 27 Jul 2016 06:37:04 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34235 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753836AbcG0KhA (ORCPT ); Wed, 27 Jul 2016 06:37:00 -0400 Date: Wed, 27 Jul 2016 12:36:55 +0200 From: Ingo Molnar To: Borislav Petkov Cc: Kees Cook , Thomas Garnier , Nicolai Stange , Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra , "linux-tip-commits@vger.kernel.org" , LKML , Linus Torvalds Subject: Re: [PATCH -v2 1/2] x86/asm: Add __PAGE_OFFSET_BASE define on 32-bit Message-ID: <20160727103655.GA8845@gmail.com> References: <20160726095138.3470-1-bp@alien8.de> <20160727054543.GB3142@nazgul.tnic> <20160727080917.GA3009@nazgul.tnic> <20160727090516.GC30204@gmail.com> <20160727091025.GC3009@nazgul.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160727091025.GC3009@nazgul.tnic> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Borislav Petkov wrote: > On Wed, Jul 27, 2016 at 11:05:16AM +0200, Ingo Molnar wrote: > > Could you please send a delta patch for this? I've already applied the original > > fix, with a few minor edits. > > Ontop of this? > > http://git.kernel.org/tip/efaad554b4ffae1840a2759e09e21325ddbc8b05 On top of: tip/x86/microcode df15929f8f5c: Merge branch 'linus' into x86/microcode, to pick up merge window changes (the merge commit is fresh, I just pushed it out) ... because this way there's actually a CONFIG_RANDOMIZE_MEMORY option available in that kernel tree. Thanks, Ingo