Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965080AbbLHOST (ORCPT ); Tue, 8 Dec 2015 09:18:19 -0500 Received: from www.linutronix.de ([62.245.132.108]:49747 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932380AbbLHOSS (ORCPT ); Tue, 8 Dec 2015 09:18:18 -0500 Date: Tue, 8 Dec 2015 15:17:11 +0100 (CET) From: Thomas Gleixner To: Dave Hansen cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, x86@kernel.org, dave.hansen@linux.intel.com Subject: Re: [PATCH 09/34] x86, pkeys: store protection in high VMA flags In-Reply-To: <20151204011437.1F3BB55E@viggo.jf.intel.com> Message-ID: References: <20151204011424.8A36E365@viggo.jf.intel.com> <20151204011437.1F3BB55E@viggo.jf.intel.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1043 Lines: 26 On Thu, 3 Dec 2015, Dave Hansen wrote: > vma->vm_flags is an 'unsigned long', so has space for 32 flags > on 32-bit architectures. The high 32 bits are unused on 64-bit > platforms. We've steered away from using the unused high VMA > bits for things because we would have difficulty supporting it > on 32-bit. > > Protection Keys are not available in 32-bit mode, so there is > no concern about supporting this feature in 32-bit mode or on > 32-bit CPUs. > > This patch carves out 4 bits from the high half of > vma->vm_flags and allows architectures to set config option > to make them available. > > Sparse complains about these constants unless we explicitly > call them "UL". > > Signed-off-by: Dave Hansen Reviewed-by: Thomas Gleixner -- 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/