From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757579AbcASJ04 (ORCPT ); Tue, 19 Jan 2016 04:26:56 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33204 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757282AbcASJ0x (ORCPT ); Tue, 19 Jan 2016 04:26:53 -0500 Date: Tue, 19 Jan 2016 10:26:49 +0100 From: Ingo Molnar To: Andy Lutomirski Cc: Pavel Machek , x86@kernel.org, Arjan van de Ven , Linus Torvalds , Borislav Petkov , linux-kernel@vger.kernel.org, Stephen Smalley , Brian Gerst , Denys Vlasenko , hpa@zytor.com, Mike Galbraith , Peter Zijlstra Subject: Re: [PATCH 0/2] x86/mm: A _PAGE_NX fixlet and a kmap cleanup Message-ID: <20160119092649.GA749@gmail.com> References: <20151215075656.GA3734@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andy Lutomirski wrote: > The fixlet might help with some WX warnings. The kmap cleanup is > just a cleanup. > > This is very lightly tested. > > Andy Lutomirski (2): > x86_32/mm: Set NX in __supported_pte_mask before enabling paging > x86/mm: Make kmap_prot into a #define > > arch/x86/include/asm/fixmap.h | 2 +- > arch/x86/kernel/head_32.S | 6 ++++++ > arch/x86/mm/init_32.c | 3 --- > arch/x86/mm/setup_nx.c | 5 ++--- > 4 files changed, 9 insertions(+), 7 deletions(-) Noticed this older submission, but the first patch does not apply anymore. Or does it have other dependencies? Thanks, Ingo