Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1118740pxj; Thu, 17 Jun 2021 23:19:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyVcO8LNLGXMqChqhAvC+KG8WTvMTy0EVqMs28U39WziP9/Im8O4XKOyvxedaGclsIhAzOR X-Received: by 2002:a17:907:3da4:: with SMTP id he36mr9187681ejc.108.1623997140361; Thu, 17 Jun 2021 23:19:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623997140; cv=none; d=google.com; s=arc-20160816; b=iDhGUWinkqPCF7CtWOnxmlYacBZ/yHEVJ3bKcsDOC4lIX6dmsiyuHj1emwSMWwReQ2 m9iRJB9WpUytiNgQ48M4qN+rdZxL4sFsn3hwuJhClyuJrm1JjmYg6oKcmBWxFSwvl0kD peLTTX/hfHXG6PCoBe0WBHd2x9LzZ4PDNswIuMCn5N2c/aN65X7Vc42UKzko+qUITpAq GoVeHZWLbJWY++8ZPHGgZesLsw8R7BPMbDz9Yw8QYFvc3yyqShtvtTnhN8oSCKJmSqii TzxzH4ykgZ4Lz+N7Gie4IpNIwc6lS7TBX5pEyAbdw9hkYEgkkHAY3bk+7/aZC2meKcJ6 ONIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=Y1fHDuDvhbrmy46o+dzhWAv8AZGo5IcQmLwjOTa9WUs=; b=ErsBpCMz0bhlCeL+joOvGiRKid3SQsLvWyTFuEkMsm/01Z55lC8r/P3+PE4gQKtOn0 XHA9ssqTGDxHVMgz9FqxnMutPb26xu+BdXb61wpiaKcxfmxNKf9oAMEjHiP5xpLmaihG qi7HSnohhGPBirXzmvvQcKgiTmGTsNwN6sqjOJbnQk1M1i5uAZUVJddtnLnyqyIDBANS ncDz9VjKyDJVGgPPU/q8VyQdaYOO4c22U3PrAfgRReVrjZpoghgjmwnqy7ZN+941Bgo7 2xsi4Z9PoG0W1XKMq9ysWa/l+5pon+QAbPSRpwkMU++hdiVIicSj5c9DHcNa2hWSB3wK U71Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o1si7450642edt.289.2021.06.17.23.18.37; Thu, 17 Jun 2021 23:19:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232362AbhFRE0B (ORCPT + 99 others); Fri, 18 Jun 2021 00:26:01 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:40841 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231800AbhFREZJ (ORCPT ); Fri, 18 Jun 2021 00:25:09 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4G5m4M42x0z9sxS; Fri, 18 Jun 2021 14:22:59 +1000 (AEST) From: Michael Ellerman To: Paul Mackerras , Michael Ellerman , Benjamin Herrenschmidt , Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <4c54997edd3548fa54717915e7c6ebaf60f208c0.1622712515.git.christophe.leroy@csgroup.eu> References: <4c54997edd3548fa54717915e7c6ebaf60f208c0.1622712515.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH v3 1/6] powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context() Message-Id: <162398828812.1363949.10092519584526889516.b4-ty@ellerman.id.au> Date: Fri, 18 Jun 2021 13:51:28 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Jun 2021 09:29:02 +0000 (UTC), Christophe Leroy wrote: > Instead of duplicating the update of BDI2000 pointers in > set_context(), do it directly from switch_mmu_context(). Applied to powerpc/next. [1/6] powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context() https://git.kernel.org/powerpc/c/25910260ff69fa0c37e26541aac4e8f978e1f17f [2/6] powerpc/nohash: Convert set_context() to C https://git.kernel.org/powerpc/c/a56ab7c7290f5922363d1ee11bbafc4da2b9bf51 [3/6] powerpc/nohash: Remove CONFIG_SMP #ifdefery in mmu_context.h https://git.kernel.org/powerpc/c/c13066e53aabd8f268f051d267270765e10343aa [4/6] powerpc/nohash: Remove DEBUG_MAP_CONSISTENCY https://git.kernel.org/powerpc/c/dac3db1edf8b4c75859f07789f577322f2a51e3a [5/6] powerpc/nohash: Remove DEBUG_CLAMP_LAST_CONTEXT https://git.kernel.org/powerpc/c/a36c0faf3dbc429d5ddcb941afe38dd6fe6c5901 [6/6] powerpc/nohash: Remove DEBUG_HARDER https://git.kernel.org/powerpc/c/e2c043163d44f7b3a9e65d9161af72b647b18451 cheers