Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3491425ybi; Tue, 2 Jul 2019 08:38:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqyRUm0W2iDGiTY9U0cRBkuzLthGb4g0+BjRL7kNJhCsH/NXdV4PyVEd74bENQzENljm403m X-Received: by 2002:a63:6eca:: with SMTP id j193mr12898234pgc.74.1562081920418; Tue, 02 Jul 2019 08:38:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562081920; cv=none; d=google.com; s=arc-20160816; b=qJsTKxeUPsv3TCTvtUutZfGNLSLObYfXPmSbXq+TZgnnkLQhOT2FotEdE0joNNgEOQ C6zGQGrkLNi5niYi9YNGscf00zknJyaGHvU8Xyn+zi7c8/JnsQ1IeofVtaZtYrLB/oky Q9ySqCGQ4pM8+GHVqVQvXXs9cV5Yl8eSTsCNbuwpJBWtqiQczaFscwsruN1La+LyIn8Q PO4lVj04Ei5yR6Ef3JzwhWED+c3R6EFwkzzATbsJ3kKYksxFcgqY0l3/Suw2YandyANI ey5i66Q9LpQN9GV7LpNrZMJln+pHcvUX/S7kZhiD3JXCOwRcPNurdyRyG6SVyFdIxJO4 M9Dw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=MDVNGGlikG3PNLN96w8q1+HWFHqZPJFJ7ngYVXdwE4E=; b=zKgAEKBkaqHaRbQ/vhhPq3/6o70tBRP4yfUg7myuM+5PuqHOuukPoXq7m0Q7Nn9jKt jrlH4n+kx5eP5TbOx9dx7CYe4cv/oPZd+dd6l0lUk+/qfaUTC5PX82DiLwZg47lXhhUj kZJuBX3EIZFJI1Z+HCmTTa7epa8tCKLxcGk7xcAON+/1AhQZj1hfpHeVh7ZM0+MkNQUg Ldpbt9FN9AYE++Y8OkvdsaPN0Lfy8a2rxOOQACBkLWHeiB6GckfcSVnPCYca9QvtG3Qk bYAeZSs6SQNjj+sPvUqa7FI1mVYg3ZogIFbb4nQF6bdvpplD5318GP682v1oz+tlVFyA hN6Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f59si13795317plf.220.2019.07.02.08.38.25; Tue, 02 Jul 2019 08:38:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726767AbfGBPh6 (ORCPT + 99 others); Tue, 2 Jul 2019 11:37:58 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:46811 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725780AbfGBPh5 (ORCPT ); Tue, 2 Jul 2019 11:37:57 -0400 Received: from [10.30.1.20] (lneuilly-657-1-5-103.w81-250.abo.wanadoo.fr [81.250.144.103]) (Authenticated sender: alex@ghiti.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id A808B24000E; Tue, 2 Jul 2019 15:37:39 +0000 (UTC) Subject: Re: [PATCH v3 1/2] x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/Kconfig To: Paul Walmsley , Palmer Dabbelt , Catalin Marinas Cc: Hanjun Guo , Christoph Hellwig , Ingo Molnar , Mike Kravetz , Will Deacon , Albert Ou , Thomas Gleixner , Borislav Petkov , "H . Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-riscv@lists.infradead.org References: <20190701175900.4034-1-alex@ghiti.fr> <20190701175900.4034-2-alex@ghiti.fr> From: Alexandre Ghiti Message-ID: <8678d648-2ead-61dd-0d03-277e81355fd7@ghiti.fr> Date: Tue, 2 Jul 2019 17:37:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: fr Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/1/19 8:51 PM, Paul Walmsley wrote: > Catalin, Palmer, > > On Mon, 1 Jul 2019, Alexandre Ghiti wrote: > >> ARCH_WANT_HUGE_PMD_SHARE config was declared in both architectures: >> move this declaration in arch/Kconfig and make those architectures >> select it. >> >> Signed-off-by: Alexandre Ghiti > Since the change from v2 to v3 was minor (the removal of the "config > ARCH_WANT_HUGE_PMD_SHARE" line from the arm64 port), I'm planning to > apply your Reviewed-by:s and acks from > > https://lore.kernel.org/linux-riscv/20190603172723.GH63283@arrakis.emea.arm.com/ > > https://lore.kernel.org/linux-riscv/mhng-4d1d4acb-f65f-4ed4-bc86-85a14b7c3e16@palmer-si-x1e/ Ingo acked this patch too in that case. Sorry for that, I was unsure if I could add them. Thanks for your answer, Alex > > If there's any objection, please let me know as soon as possible. > > > - Paul