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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 B9176C433EF for ; Fri, 17 Sep 2021 12:44:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9BAEF60F6D for ; Fri, 17 Sep 2021 12:44:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232803AbhIQMpf (ORCPT ); Fri, 17 Sep 2021 08:45:35 -0400 Received: from foss.arm.com ([217.140.110.172]:52736 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232332AbhIQMpf (ORCPT ); Fri, 17 Sep 2021 08:45:35 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3090331B; Fri, 17 Sep 2021 05:44:13 -0700 (PDT) Received: from bogus (unknown [10.57.23.241]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EA5653F719; Fri, 17 Sep 2021 05:44:11 -0700 (PDT) Date: Fri, 17 Sep 2021 13:43:53 +0100 From: Sudeep Holla To: Stephen Rothwell Cc: Rob Herring , Linux Kernel Mailing List , Sudeep Holla , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the scmi tree Message-ID: <20210917124353.d7plkoagiv2pqzo3@bogus> References: <20210917090954.18071850@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210917090954.18071850@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, Sep 17, 2021 at 09:09:54AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the scmi tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > arch/arm/boot/dts/vexpress-v2m-rs1.dtsi:107.3-49: Warning (ranges_format): /bus@8000000:ranges: "ranges" property has invalid length (20 bytes) (parent #address-cells == 1, child #address-cells == 2, #size-cells == 1) > Thanks for the report, it is now fixed. You must not see this in next integrated linux-next build. -- Regards, Sudeep