Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753756AbaKQD01 (ORCPT ); Sun, 16 Nov 2014 22:26:27 -0500 Received: from mail-ig0-f176.google.com ([209.85.213.176]:41963 "EHLO mail-ig0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751691AbaKQD00 (ORCPT ); Sun, 16 Nov 2014 22:26:26 -0500 MIME-Version: 1.0 In-Reply-To: References: <20141114204517.GA24402@www.outflux.net> Date: Sun, 16 Nov 2014 19:26:25 -0800 X-Google-Sender-Auth: 7Ezs42plvTfpqVTom8i5Mvkt3BA Message-ID: Subject: Re: [PATCH v2] x86, mm: set NX across entire PMD at boot From: Yinghai Lu To: Thomas Gleixner Cc: Kees Cook , Linux Kernel Mailing List , Ingo Molnar , "H. Peter Anvin" , "the arch/x86 maintainers" , Andrew Morton , Andy Lutomirski , Yasuaki Ishimatsu , Wang Nan , David Vrabel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 16, 2014 at 10:52 AM, Thomas Gleixner wrote: >> > >> > Are you sure? For me, _brk_end isn't far enough: >> > >> > [ 1.475572] all_end: 0xffffffff82df5000 >> > [ 1.476736] _brk_end: 0xffffffff82dd6000 >> >> Yes. _brk_end should be small then &_end. > > Wrong. _brk_end can move up to _end, i.e. to __brk_limit. Confused. What is wrong? _brk_end is not smaller than &_end? Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/