Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753130AbaDVBPn (ORCPT ); Mon, 21 Apr 2014 21:15:43 -0400 Received: from terminus.zytor.com ([198.137.202.10]:44033 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751877AbaDVBPk (ORCPT ); Mon, 21 Apr 2014 21:15:40 -0400 User-Agent: K-9 Mail for Android In-Reply-To: References: <1398120472-6190-1-git-send-email-hpa@linux.intel.com> <5355A9E9.9070102@zytor.com> <1dbe8155-58da-45c2-9dc0-d9f4b5a6e643@email.android.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: [PATCH] x86-64: espfix for 64-bit mode *PROTOTYPE* From: "H. Peter Anvin" Date: Mon, 21 Apr 2014 18:14:54 -0700 To: Andrew Lutomirski CC: "H. Peter Anvin" , Linux Kernel Mailing List , Linus Torvalds , Ingo Molnar , Alexander van Heukelum , Konrad Rzeszutek Wilk , Boris Ostrovsky , Borislav Petkov , Arjan van de Ven , Brian Gerst , Alexandre Julliard , Andi Kleen , Thomas Gleixner Message-ID: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I wanted to avoid the "another cpu made this allocation, now I have to free" crap, but I also didn't want to grab the lock if there was no work needed. On April 21, 2014 6:06:19 PM PDT, Andrew Lutomirski wrote: >On Mon, Apr 21, 2014 at 5:53 PM, H. Peter Anvin wrote: >> Well, if 2^17 CPUs are allocated we might 2K pages allocated. We >could easily do a bitmap here, of course. NR_CPUS/64 is a small >number, and would reduce the code complexity. >> > >Even simpler: just get rid of the check entirely. That is, break out >of the higher level loops once one of them is set (this should be a >big speedup regardless) and don't allocate the page if the first PTE >is already pointing at something. > >After all, espfix_already_there is mostly a duplicate of >init_espfix_cpu. > >--Andy -- Sent from my mobile phone. Please pardon brevity and lack of formatting. -- 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/