Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1805831ybn; Thu, 26 Sep 2019 02:28:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqxbnt2jetqPX0dCKjmoTMAlyYf+fpCV7WSSVHXzo6oyYGJMWKTyBUBAl3chAneyMKlWOt90 X-Received: by 2002:a17:906:4d0f:: with SMTP id r15mr2162349eju.147.1569490133823; Thu, 26 Sep 2019 02:28:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569490133; cv=none; d=google.com; s=arc-20160816; b=HxyePSGBh3EJpBO1o5CHhgw7uCIRPEhELHyAgbpIt/WvwtTBGLXAfs4KI5PMDCSJlc i+lnYXKH7o7Z86h6/yqIOjgdpBT2Cp7p6xrmijdcDNO4DDwB4FTt8duCOMP9M4oN3m3u ReLm7QEkRdEB2PKQgh1BL3sZtx8KPeXQHJS805RQE+ZjJQzwW6tDC5LMmBRZSpefp8g0 DSpnN5NtSRQQ9ZmB+EcxvND7K9XlmBNBWDbcBu2HF1KxqU8SeId3Lj4YXhMzNaEqdSB8 41HTbeQYqX8rSzTSWkMEaMJaLSAxIQumngi56apd7Dl26ziECtiN8ixwWu4HJ8yDqJsG hvPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:from:to :in-reply-to; bh=r0Z56RV1IjbYy+CBm5bVMfQPqndDO1Mmm6keWC84J84=; b=Bxpqajpx4ae7LYtr2l27R60t+G3iesx+WTSQAgKDAIgIATZGTEk7zg9/ybtJDx0re/ P9kBekE9jNVWbGCqrYWZAtjMxqMxs2tchpTlLmn4R2nP/bQ8WeOg9pnJCGIyV3K/kmL4 ctH1w6ULqPDR15ERZPtcrG+OxuzhYVSItaM6MRfv+ORt4t4bOeDtoU327YSb85GladdF WcZ+5ywyYOHhUnQPXxLldJN+tgMEm12bo4/M0DWPb/N8kOcFtCs47Z9YO+A3mVtNTaQC mOUphPUhYWDiOBME6yFrNtFhw66jpN7R9m9e6nw5q87RgRtsLWEb0Z8hZWF7xMbjuDxC RyWw== 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 a94si995079edf.110.2019.09.26.02.28.31; Thu, 26 Sep 2019 02:28:53 -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 S2404200AbfIYLF2 (ORCPT + 99 others); Wed, 25 Sep 2019 07:05:28 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:50093 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730050AbfIYLF1 (ORCPT ); Wed, 25 Sep 2019 07:05:27 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 46dZwP4hpLz9sPl; Wed, 25 Sep 2019 21:05:25 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 1211ee61b4a8e60d6dc77211cdcf01906915bfba In-Reply-To: <20190920130523.20441-2-ldufour@linux.ibm.com> To: Laurent Dufour , benh@kernel.crashing.org, paulus@samba.org, aneesh.kumar@linux.ibm.com, npiggin@gmail.com, linuxppc-dev@lists.ozlabs.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org From: Michael Ellerman Subject: Re: [PATCH v3 1/2] powperc/mm: read TLB Block Invalidate Characteristics Message-Id: <46dZwP4hpLz9sPl@ozlabs.org> Date: Wed, 25 Sep 2019 21:05:25 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2019-09-20 at 13:05:22 UTC, Laurent Dufour wrote: > The PAPR document specifies the TLB Block Invalidate Characteristics which > tells for each pair of segment base page size, actual page size, the size > of the block the hcall H_BLOCK_REMOVE supports. > > These characteristics are loaded at boot time in a new table hblkr_size. > The table is separate from the mmu_psize_def because this is specific to > the pseries platform. > > A new init function, pseries_lpar_read_hblkrm_characteristics() is added to > read the characteristics. It is called from pSeries_setup_arch(). > > Fixes: ba2dd8a26baa ("powerpc/pseries/mm: call H_BLOCK_REMOVE") > Signed-off-by: Laurent Dufour Series applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/1211ee61b4a8e60d6dc77211cdcf01906915bfba cheers