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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 BDBB6C43215 for ; Mon, 25 Nov 2019 16:02:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9759B20740 for ; Mon, 25 Nov 2019 16:02:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574697768; bh=skJc9fG/eJBZo5SjIMjAN61t7JCkmNqQuuiP8i9fmKQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HMKUed6ZiYb//kTE7MQw/ygg+7u8c4k24Udd7fPA1ymDdbVaum8SqL7RmXXLrCYNQ utG5rM6QPlhNG1B+C8QDRwR83MYo7qcePlY/dDCqGoB3cBC1yqEqnDgNUczU6E+/yP 1EzmAUBNk6tR8De+ibUHH9x5XRaoLaoIQJQU2PAM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728759AbfKYQCr (ORCPT ); Mon, 25 Nov 2019 11:02:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:59580 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728650AbfKYQCr (ORCPT ); Mon, 25 Nov 2019 11:02:47 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 E4AF820679; Mon, 25 Nov 2019 16:02:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574697766; bh=skJc9fG/eJBZo5SjIMjAN61t7JCkmNqQuuiP8i9fmKQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pa+ghNJa5+QXMJvuY5ttkyuMX0HqhGsl9Zu/52uR3DekV5IvbVz/c1e6iG/QOxw/d ZvYEYmn9ev7xLmKyq886nUCod9HSLkfjW6NFUHNogq2WTD39jvft7Po8rFm6wkTCiC joae7KFqi1JMldRAnUR9X54gDa7g3GcMOUW5Oycw= Date: Mon, 25 Nov 2019 17:02:44 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: Jon Hunter , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org, linux-tegra Subject: Re: [PATCH 4.4 000/159] 4.4.203-stable review Message-ID: <20191125160244.GC2683321@kroah.com> References: <20191122100704.194776704@linuxfoundation.org> <20191122133931.GA2033651@kroah.com> <20191122134131.GA2050590@kroah.com> <20191122134627.GB2050590@kroah.com> <9f976044-2dbc-6c19-11e7-210cd7ab35ea@nvidia.com> <7edc9531-347e-9ac7-2583-5efb49acffdb@nvidia.com> <20191125094116.GA2340170@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 25, 2019 at 06:08:17AM -0800, Guenter Roeck wrote: > On 11/25/19 1:41 AM, Greg Kroah-Hartman wrote: > > On Sun, Nov 24, 2019 at 08:31:46PM +0000, Jon Hunter wrote: > > > > > > On 23/11/2019 15:46, Guenter Roeck wrote: > > > > On 11/22/19 6:48 AM, Jon Hunter wrote: > > > > > > > > [ ... ] > > > > > > > > > Error: arch/arm/boot/dts/omap5-board-common.dtsi:636.1-6 Label or path > > > > > dwc3 not found > > > > > FATAL ERROR: Syntax error parsing input tree > > > > > scripts/Makefile.lib:293: recipe for target > > > > > 'arch/arm/boot/dts/omap5-igep0050.dtb' failed > > > > > make[1]: *** [arch/arm/boot/dts/omap5-igep0050.dtb] Error 1 > > > > > arch/arm/Makefile:338: recipe for target 'dtbs' failed > > > > > make: *** [dtbs] Error 2 > > > > > > > > > > > > > > > This is caused by the following commit ... > > > > > > > > > > commit d0abc07b3d752cbe2a8d315f662c53c772caed0f > > > > > Author: H. Nikolaus Schaller > > > > > Date:   Fri Sep 28 17:54:00 2018 +0200 > > > > > > > > > >      ARM: dts: omap5: enable OTG role for DWC3 controller > > > > > > > > > > > > > On top of the breakage caused by this patch, I would also argue > > > > that it is not a bug fix and should not have been included > > > > in the first place. > > > > > > > > The dwc3 label was added with commit 4c387984618fe ("ARM: dts: omap5: > > > > Add l4 interconnect hierarchy and ti-sysc data"). Given the size of > > > > that patch, I highly doubt that a backport to 4.4 would work. > > > > Good catch, I have now dropped both of these patches and pushed out a > > -rc3 > > > > > FYI ... I am still seeing a build failure because of this with -rc2 ... > > > > Can you see if -rc3 is also giving you problems? > > > > For v4.4.202-157-g2576206c30b5: > > Build results: > total: 170 pass: 170 fail: 0 > Qemu test results: > total: 324 pass: 324 fail: 0 Thanks for testing, I'll go with this tree now. greg k-h