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 1C204EB64DD for ; Mon, 24 Jul 2023 18:49:03 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linux-foundation.org header.i=@linux-foundation.org header.a=rsa-sha256 header.s=korg header.b=sLhid+zt; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4R8q263MzFz30hG for ; Tue, 25 Jul 2023 04:49:02 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linux-foundation.org header.i=@linux-foundation.org header.a=rsa-sha256 header.s=korg header.b=sLhid+zt; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linux-foundation.org (client-ip=2604:1380:4641:c500::1; helo=dfw.source.kernel.org; envelope-from=akpm@linux-foundation.org; receiver=lists.ozlabs.org) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4R8q156qbrz2yF1 for ; Tue, 25 Jul 2023 04:48:09 +1000 (AEST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (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 dfw.source.kernel.org (Postfix) with ESMTPS id A789A613EA; Mon, 24 Jul 2023 18:48:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDFDBC433C7; Mon, 24 Jul 2023 18:48:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1690224486; bh=hgd/wxGBNudrZUEd2hUOTSrtCc3VkIUy/w1mrcKH7VM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=sLhid+ztaIo1jEE5eBZ3QG5Cb0RDp2n8L/v7GNqAt40gk1UXwx0BnPmtwsiZJMNkv 4V69433evha//Db4YEJt2U4zl71Z0MsJy7grWjph2VtKpQsThK4b8yZf/OCrs0mXDy sVBaOVFgHG32OZBUIkCrfCLiaxmhUKoaobXG7nBs= Date: Mon, 24 Jul 2023 11:48:05 -0700 From: Andrew Morton To: "Aneesh Kumar K.V" Subject: Re: [PATCH v5 10/13] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function Message-Id: <20230724114805.24b464295c3125ca2c66d828@linux-foundation.org> In-Reply-To: <87edkx2mew.fsf@linux.ibm.com> References: <20230718022934.90447-1-aneesh.kumar@linux.ibm.com> <20230718022934.90447-11-aneesh.kumar@linux.ibm.com> <87edkx2mew.fsf@linux.ibm.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: , Cc: Will Deacon , Muchun Song , linux-mm@kvack.org, npiggin@gmail.com, Catalin Marinas , Dan Williams , Mike Kravetz , linuxppc-dev@lists.ozlabs.org, Joao Martins , Oscar Salvador Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, 24 Jul 2023 23:59:27 +0530 "Aneesh Kumar K.V" wrote: > Please take this diff on top of this patch when adding this series to > -mm . "[10/13] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function" has a conflict with "mm: move is_ioremap_addr() into new header file" (in mm-unstable) (https://lkml.kernel.org/r/20230706154520.11257-17-bhe@redhat.com), so please can we have a v6 of this series, which includes this fixup?