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 19336C388F7 for ; Sat, 31 Oct 2020 17:16:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C88D72076D for ; Sat, 31 Oct 2020 17:16:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604164577; bh=+g/ECFZbBrYGZiEeJP4Q+Da/WO9Q8mFKk0sfwmNj/CM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sA4MeHsSohX5h9q39Zgzu2M9wKJQg8/XPHdExjC/WvcaZHyU1aRyuARIRRl1IDeyo S6gFpWMHOJXpdJr8v24EIZLwgB2JU66cOJ/gUVDd90SoNymODdXw7sgg8DnFywlQfP TaDFPNKMNYwHjGG3NmoFBbson+6qwkaa2tndG4VU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728196AbgJaRQQ (ORCPT ); Sat, 31 Oct 2020 13:16:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:53362 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727120AbgJaRQQ (ORCPT ); Sat, 31 Oct 2020 13:16:16 -0400 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 C0E9F20729; Sat, 31 Oct 2020 17:16:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604164576; bh=+g/ECFZbBrYGZiEeJP4Q+Da/WO9Q8mFKk0sfwmNj/CM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=z+Z+EPBCs+htmS7aXNo/EV40AL2IhUuzkR9VmhjUYQw4S0jhim7cEQR+jFXpoHUge GbS/Xfuvz097vHH80SL56ug6LJX4R8nRANsUhRUY21U4gx5wgh96BX7qDj+CuFAESQ Pq81H6K7guxtGoqs/y9clTNdUGsir8Xw+8mKcz4Q= Date: Sat, 31 Oct 2020 19:16:08 +0200 From: Mike Rapoport To: Max Filippov Cc: linux-arm-kernel@lists.infradead.org, "open list:TENSILICA XTENSA PORT (xtensa)" , Ard Biesheuvel , 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: <20201031171608.GB14628@kernel.org> References: <20201031094345.6984-1-rppt@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 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? > -- > Thanks. > -- Max -- Sincerely yours, Mike.