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 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 6B4B4C2D0A3 for ; Wed, 4 Nov 2020 08:49:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 01EC42220B for ; Wed, 4 Nov 2020 08:49:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604479768; bh=YjV8drwtbCKLQgPVP1Fm9MmP9SfbtUGj8UOQKGuV/As=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oELnU3SoZsZHvhGBPArcIiCaRHD7gLHdRd2l9pcjwRY/TT3UviIbrMVoGId1nBdkF wqc3ufCy/yBKNdPmY8OONOmXmxgOmtgMFRDgqJlLQlyiyJK+OJjuDqWbnfTt3XcWTd /rR/eYE75yaQbdrPQ6ilppI3gVB45aWcsTOQdFBg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727754AbgKDIt1 (ORCPT ); Wed, 4 Nov 2020 03:49:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:39182 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725812AbgKDIt0 (ORCPT ); Wed, 4 Nov 2020 03:49:26 -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 8205B206DB; Wed, 4 Nov 2020 08:49:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604479766; bh=YjV8drwtbCKLQgPVP1Fm9MmP9SfbtUGj8UOQKGuV/As=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Mdof30MlU5fx/72EQbF4RNf0tmeF2AD2NHfeqJj1/kb3FjG8AGj3Alsl0kyWzErVk VUyuY2siPE+szmVdAyUsMhQHM4cmlSIzzUudLJrWB3DR1osf5izmwIFPe82DDRQ/7t qnjBxvWsmLD8wTGTx/vkTv5VNxiN6N7PiADDeio4= Date: Wed, 4 Nov 2020 10:49:19 +0200 From: Mike Rapoport To: Ard Biesheuvel Cc: Max Filippov , Linux ARM , "open list:TENSILICA XTENSA PORT (xtensa)" , Chris Zankel , Florian Fainelli , Linus Walleij , Mike Rapoport , Russell King , LKML Subject: Re: [PATCH] ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservations Message-ID: <20201104084919.GM4879@kernel.org> References: <20201031094345.6984-1-rppt@kernel.org> <20201031171608.GB14628@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 04, 2020 at 09:35:14AM +0100, Ard Biesheuvel wrote: > On Sat, 31 Oct 2020 at 18:44, Max Filippov wrote: > > > > On Sat, Oct 31, 2020 at 10:16 AM Mike Rapoport wrote: > > > > > > On Sat, Oct 31, 2020 at 09:37:09AM -0700, Max Filippov wrote: > > > > On Sat, Oct 31, 2020 at 2:43 AM Mike Rapoport wrote: > > > > > Please let me know how do you prefer to take it upstream. > > > > > If needed this can go via memblock tree. > > > > > > > > Going through the memblock tree sounds right to me. > > > > > > Can I treat this as Ack? > > > > Sure, for the xtensa part: > > Acked-by: Max Filippov > > > > Could we get this queued up please? It's in memblock/fixes now, I'd like to have it in next for day or two. -- Sincerely yours, Mike.