From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a01:7a0:2:106d:700::1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zJBpn438NzF0fs for ; Sat, 13 Jan 2018 05:58:25 +1100 (AEDT) Date: Fri, 12 Jan 2018 19:57:35 +0100 (CET) From: Thomas Gleixner To: Laurent Dufour cc: paulmck@linux.vnet.ibm.com, peterz@infradead.org, akpm@linux-foundation.org, kirill@shutemov.name, ak@linux.intel.com, mhocko@kernel.org, dave@stgolabs.net, jack@suse.cz, Matthew Wilcox , benh@kernel.crashing.org, mpe@ellerman.id.au, paulus@samba.org, Ingo Molnar , hpa@zytor.com, Will Deacon , Sergey Senozhatsky , Andrea Arcangeli , Alexei Starovoitov , kemi.wang@intel.com, sergey.senozhatsky.work@gmail.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, haren@linux.vnet.ibm.com, khandual@linux.vnet.ibm.com, npiggin@gmail.com, bsingharora@gmail.com, Tim Chen , linuxppc-dev@lists.ozlabs.org, x86@kernel.org Subject: Re: [PATCH v6 01/24] x86/mm: Define CONFIG_SPF In-Reply-To: <1515777968-867-2-git-send-email-ldufour@linux.vnet.ibm.com> Message-ID: References: <1515777968-867-1-git-send-email-ldufour@linux.vnet.ibm.com> <1515777968-867-2-git-send-email-ldufour@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 12 Jan 2018, Laurent Dufour wrote: > Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when > building for 64bits with SMP. > > Signed-off-by: Laurent Dufour > --- > arch/x86/Kconfig | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > index a317d5594b6a..d74353b85aaf 100644 > --- a/arch/x86/Kconfig > +++ b/arch/x86/Kconfig > @@ -2882,6 +2882,10 @@ config X86_DMA_REMAP > config HAVE_GENERIC_GUP > def_bool y > > +config SPF > + def_bool y > + depends on X86_64 && SMP Can you please put that into a generic place as config SPF bool and let the architectures select it. Also SPF could be bit more elaborate and self explaining for the causual reader. 3 letter acronyms are reserved for non existing agencies. Thanks, tglx