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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 7317BFA372A for ; Thu, 17 Oct 2019 16:34:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3DB1121848 for ; Thu, 17 Oct 2019 16:34:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571330059; bh=Tn+koxulxw6ocFxiBhGjkALSnZCiOhXdANJ79cpjiGg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NSvDymIm67mH+CdOxc9AJ2Q5T92zhMU4if+3if23Hhes86JDRaKlirnqcGFgeCDXZ 7Vk/JOZh0kvbvfU3+o3Gbep7ZSGaP9rVj6PlTFKtWlUFKj9VpZgG9CqBdXmwnTZ7E7 yMnsQaEM2k25XH2rHsOWc6nQihu/cqWdW8dpWWPY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2408129AbfJQQeR (ORCPT ); Thu, 17 Oct 2019 12:34:17 -0400 Received: from mail-oi1-f193.google.com ([209.85.167.193]:46045 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730640AbfJQQeR (ORCPT ); Thu, 17 Oct 2019 12:34:17 -0400 Received: by mail-oi1-f193.google.com with SMTP id o205so2665891oib.12; Thu, 17 Oct 2019 09:34:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=vb3NEiIkWc24DZr6uWoBxgdelPca9NnceF0V+QvAIKw=; b=i/fXgxgUFPvE7kHhydPJuhtaLi/83P/d1JqrFT4vpaTDdx8JrdCbiq4XTXqiNJ2/cN lXYGrgdyEfg6jGgLz+fsXFGdBaeK346j7viHL/S8TsSJIPr4TkY2523CoKs70s5/y/A9 S9v3jFOxcxrM5l7Rjv+hLD2WCsYWdnPhqYUoy6v+CUpuwpBtDnWvpEp117zoY62B9Sia MBQkMde0r9RThLlc6RyqDMOQOs1+ZAhTZ94Z4qwmSrjZbJZVf0y8q3HzFd+0sJJdOQGx quu8c5OEGmxTdCbR+yOxxC6QbaacBt0jrMr2aFdMMmf2iPNbx2BIjsbqBsirS9DFjeXn beOQ== X-Gm-Message-State: APjAAAXHstFfEkBLB3HIrDUhpueT4ZLKxnljFdXYAGpPZV/xgpFiadIb z8Q/H7ab4XnDqT7IqvsI9UuPEqs= X-Google-Smtp-Source: APXvYqwYD3AVF2BEc4z/z1+7K+G6abfOyaOtFugvE8+kSzC7ebxIK8XRx1dysXuBGpnXjDYiPl/uow== X-Received: by 2002:a54:468b:: with SMTP id k11mr4125215oic.174.1571330056063; Thu, 17 Oct 2019 09:34:16 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id a21sm631814oia.27.2019.10.17.09.34.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Oct 2019 09:34:15 -0700 (PDT) Date: Thu, 17 Oct 2019 11:34:14 -0500 From: Rob Herring To: Masahiro Yamada Cc: Andrew Morton , Linux Kernel Mailing List , Frank Rowand , DTML Subject: Re: [PATCH] libfdt: reduce the number of headers included from libfdt_env.h Message-ID: <20191017163414.GA4205@bogus> References: <20190617162123.24920-1-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 16, 2019 at 08:01:46PM +0900, Masahiro Yamada wrote: > Hi Andrew, > > Could you pick up this to akpm tree? > https://lore.kernel.org/patchwork/patch/1089856/ > > I believe this is correct, and a good clean-up. > > I pinged the DT maintainers, but they did not respond. Sorry I missed this. Things outside my normal paths fall thru the cracks. I'll apply it now. Rob