From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 60B54C433F5 for ; Tue, 4 Oct 2022 13:57:49 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4MhfRH6s7hz3fnf for ; Wed, 5 Oct 2022 00:57:47 +1100 (AEDT) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Mhf1p0Ks6z3dsV for ; Wed, 5 Oct 2022 00:39:10 +1100 (AEDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Mhf1k6159z4xHZ; Wed, 5 Oct 2022 00:39:06 +1100 (AEDT) From: Michael Ellerman To: Nicholas Miehlbradt , linuxppc-dev@lists.ozlabs.org In-Reply-To: <20220926075726.2846-1-nicholas@linux.ibm.com> References: <20220926075726.2846-1-nicholas@linux.ibm.com> Subject: Re: [PATCH v3 1/4] powerpc/64s: Add DEBUG_PAGEALLOC for radix Message-Id: <166488992976.779920.838090389693307955.b4-ty@ellerman.id.au> Date: Wed, 05 Oct 2022 00:25:29 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, 26 Sep 2022 07:57:23 +0000, Nicholas Miehlbradt wrote: > There is support for DEBUG_PAGEALLOC on hash but not on radix. > Add support on radix. > > Applied to powerpc/next. [1/4] powerpc/64s: Add DEBUG_PAGEALLOC for radix https://git.kernel.org/powerpc/c/5e8b2c4dd3a0a4a2966e61d60dbeafab441cff28 [2/4] powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utils https://git.kernel.org/powerpc/c/3e791d0f32b10eff9437822c6099c7a158560151 [3/4] powerpc/64s: Allow double call of kernel_[un]map_linear_page() https://git.kernel.org/powerpc/c/d7902d31cbc3bf72722768831a684b0286ccd523 [4/4] powerpc/64s: Enable KFENCE on book3s64 https://git.kernel.org/powerpc/c/a5edf9815dd739fce660b4c8658f61b7d2517042 cheers