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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 62EDDC433DF for ; Thu, 28 May 2020 07:22:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3C9C0207BC for ; Thu, 28 May 2020 07:22:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=jms.id.au header.i=@jms.id.au header.b="nDJk+/il" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726587AbgE1HWK (ORCPT ); Thu, 28 May 2020 03:22:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725601AbgE1HWK (ORCPT ); Thu, 28 May 2020 03:22:10 -0400 Received: from mail-ed1-x542.google.com (mail-ed1-x542.google.com [IPv6:2a00:1450:4864:20::542]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93ADCC05BD1E; Thu, 28 May 2020 00:22:09 -0700 (PDT) Received: by mail-ed1-x542.google.com with SMTP id k8so6277277edq.4; Thu, 28 May 2020 00:22:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=n4tBqrHHH015OrQnVw44NXP8wN1moQE/VCGYfLYhYdM=; b=nDJk+/ilcTY5g3WooqU4ASS72DOIy/+CsGkeFXI6o5HqLogDfJueIM6ZQKHkg3Ojcl gnPnvgdOMCm9ixt3t4fHxUqqBNZo8GuaHbybuNVbJOh1huL0IKFtoVPt0NGFheVnskTM 9K1gjCVQ5K9hg6BAy6DRt5824wcrgyrdWUeGA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=n4tBqrHHH015OrQnVw44NXP8wN1moQE/VCGYfLYhYdM=; b=dhRShogeMFyYmduCV7yA2zE07JnZJFn/nFKtwOP1t6yKvGaMjTPd2ikxJaNWRxoPCr jvy7GjsvN6X91E52hQVrIqcyefdDI/UcAzcMLwEJBaeJ769eYfCcOmq3q3mj25LPn12W jT6cVVObSKD1gqDGFbniuMvvnk48yg2Fk2gboJ2Br9UNGgeW3pKiV+/VTvnKwfKCTpnK qjwtMwuY0OMPn2bWzAcITM+Jg001FK1A3mRxWvzKSleVqVyqKUf2FfDHQ4EcqPuPSjVW 3dg0dmkKy8YXRWpFrM3d6yhTmuO4i+jpokehmccR5kaOtuEGudIR1uMEjjx+FGg66yX7 JCEw== X-Gm-Message-State: AOAM5316y+DrraOwfAgFabdUspzSx+uLkFh2rX8PWZ5b+gVKuJE5AUeM zKVgZVnk0JOzsaw8g1HhQSNB4fwhW5CDwkyp5uBfpYIt X-Google-Smtp-Source: ABdhPJwEwZAhHDft77mB5JK0NRgMsjUb79eJIRkORoZxijEz0fO5+COmADUM8RxYzt2rFE0Wm4P5ghj3W/q76Zrw9qU= X-Received: by 2002:a50:e444:: with SMTP id e4mr1608372edm.191.1590650528266; Thu, 28 May 2020 00:22:08 -0700 (PDT) MIME-Version: 1.0 References: <20200507091008.1bd38185@canb.auug.org.au> <20200522101638.052bd0a2@canb.auug.org.au> In-Reply-To: From: Joel Stanley Date: Thu, 28 May 2020 07:21:56 +0000 Message-ID: Subject: Re: linux-next: build warning after merge of the aspeed tree To: Arnd Bergmann Cc: Stephen Rothwell , Olof Johansson , ARM , Rob Herring , devicetree , Devicetree Compiler , Linux Next Mailing List , Linux Kernel Mailing List , Manikandan Elumalai , Andrew Jeffery , Vijay Khemka , David Gibson Content-Type: text/plain; charset="UTF-8" Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, 28 May 2020 at 06:09, Joel Stanley wrote: > > On Fri, 22 May 2020 at 08:16, Arnd Bergmann wrote: > > > > On Fri, May 22, 2020 at 2:16 AM Stephen Rothwell wrote: > > > On Wed, 20 May 2020 07:56:36 +0000 Joel Stanley wrote: > > > > I've sent the patch so it applies to the dtc tree. It would be good to > > > > see that change propagate over to -next as others have reported this > > > > warning. > > > > > > These warnings now appear in the arm-soc tree. > > > > Right, I also saw them earlier. > > > > Joel, have you sent your patch to David Gibson for integration into > > upstream dtc? > > I don't know who sent the other patch, but as long as one of them > > gets merged, I'd hope we can pull that into kernel as well. > > David asked for some extra features (and a typo fix) before he would > merge it. I'll take a look at that now. Here we go: https://lore.kernel.org/lkml/20200528072037.1402346-1-joel@jms.id.au/