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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40CAFC2D0A3 for ; Wed, 4 Nov 2020 08:51:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB132207BB for ; Wed, 4 Nov 2020 08:51:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604479894; bh=gEXGeskxV4ls2Pw/EhAXNKpqcy+u23TmpPhn5CkeAuY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=xWdOeOBQqZSagzgyoO58ybMdrQc/yY15wMbIKxz9AIU05xZo/HbdCjSq07h2s7gm2 L2JAwdL6z5WySSlODEQoMLQK7C3+x6tIOgCHujEOnOQmjjYDfRWJgIFHHTlJNcYUHE 7CnYvzV/VySJwI3Lm6S0dDJSyN62UHGY+uV47Orw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728263AbgKDIvd (ORCPT ); Wed, 4 Nov 2020 03:51:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:41352 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728066AbgKDIvc (ORCPT ); Wed, 4 Nov 2020 03:51:32 -0500 Received: from kernel.org (unknown [87.71.17.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2C807207BB; Wed, 4 Nov 2020 08:51:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604479891; bh=gEXGeskxV4ls2Pw/EhAXNKpqcy+u23TmpPhn5CkeAuY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HWzIPcN+v1y8kMjXQtVyIqbsk60GiuOmMibv2svBV34kSD2Ps8DF2j7OfRUqvYy8l SsXO8DL+NxA+rQfRHVnfHBKRRUien5lLEhWghVgDk99op09beWHSGwVRg7gRIAVS+i dIJW1OCBs4iMRKg8htT/4Vomz/22GNj+K3aonhnU= Date: Wed, 4 Nov 2020 10:51:25 +0200 From: Mike Rapoport To: Russell King - ARM Linux admin , Ard Biesheuvel Cc: linux-xtensa@linux-xtensa.org, Florian Fainelli , Chris Zankel , Linus Walleij , Linux Kernel Mailing List , Mike Rapoport , Max Filippov , Linux ARM Subject: Re: [PATCH] ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservations Message-ID: <20201104085125.GN4879@kernel.org> References: <20201031094345.6984-1-rppt@kernel.org> <20201031103312.GI1551@shell.armlinux.org.uk> <20201031110350.GJ1551@shell.armlinux.org.uk> <20201031154528.GA14628@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201031154528.GA14628@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Russell, On Sat, Oct 31, 2020 at 05:45:35PM +0200, Mike Rapoport wrote: > On Sat, Oct 31, 2020 at 12:21:24PM +0100, Ard Biesheuvel wrote: > > On Sat, 31 Oct 2020 at 12:04, Russell King - ARM Linux admin > > wrote: > > > > > > Clearly, I wasn't blunt and stroppy enough to be properly understood. > > > Sort it out between yourselves and tell me which patch you want me to > > > apply. > > > > > > > I would like you to ack this version of the patch, and disregard the > > one in the patch system, so that Mike can take this one through the > > memblock tree where the issue originated in the first place. Can I please have your ack and move forward with pushing this via memblock tree? -- Sincerely yours, Mike.