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=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 B1FB2C2D0F2 for ; Wed, 1 Apr 2020 18:36:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 924BE2071A for ; Wed, 1 Apr 2020 18:36:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732498AbgDASg3 (ORCPT ); Wed, 1 Apr 2020 14:36:29 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:37724 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732308AbgDASg3 (ORCPT ); Wed, 1 Apr 2020 14:36:29 -0400 Received: from localhost (unknown [IPv6:2601:601:9f00:477::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 2585C11E3C074; Wed, 1 Apr 2020 11:36:28 -0700 (PDT) Date: Wed, 01 Apr 2020 11:36:27 -0700 (PDT) Message-Id: <20200401.113627.1377328159361906184.davem@davemloft.net> To: olteanv@gmail.com Cc: grygorii.strashko@ti.com, nsekhar@ti.com, t-kristo@ti.com, peter.ujfalusi@ti.com, robh@kernel.org, netdev@vger.kernel.org, rogerq@ti.com, devicetree@vger.kernel.org, kuba@kernel.org, m-karicheri2@ti.com, kishon@ti.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net Subject: Re: [PATCH net-next v6 00/11] net: ethernet: ti: add networking support for k3 am65x/j721e soc From: David Miller In-Reply-To: References: <590f9865-ace7-fc12-05e7-0c8579785f96@ti.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 01 Apr 2020 11:36:28 -0700 (PDT) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Vladimir Oltean Date: Wed, 1 Apr 2020 21:27:04 +0300 > I think the ARM64 build is now also broken on Linus' master branch, > after the net-next merge? I am not quite sure if the device tree > patches were supposed to land in mainline the way they did. There's a fix in my net tree and it will go to Linus soon. There is no clear policy for dt change integration, and honestly I try to deal with the situation on a case by case basis.