Received: by 10.223.164.202 with SMTP id h10csp67845wrb; Mon, 6 Nov 2017 02:43:57 -0800 (PST) X-Google-Smtp-Source: ABhQp+RaV8XGRgBVEmt1UNNU4qAS7pi6e4jLMmRXz+lVl+r2lTbROEV1MP06aQSBtw7ftHJ1Awe/ X-Received: by 10.84.235.69 with SMTP id g5mr14798156plt.239.1509965037591; Mon, 06 Nov 2017 02:43:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1509965037; cv=none; d=google.com; s=arc-20160816; b=EwvaMmtlOLHGK/z5EVuDQGxyx+JDKE08gb7f+oifcoL3KNYEEqm1NKFgnmLpN0IN9A xjJHglQIOdYC5XY/VrHIcr8XIQGCBvUg9sHj/UecnTTjdraA+JHwcEJIi8BTSo4PNnOv BFFL6biD6R/6PsQxb2niQPk6sfEnTi3g9THozalkw0pUNlzOQPYApeQEAkO+42n9d7ln nZdeLzXWWBQXaFQvLdLedyq2TRVibcj6XOzJl45EDnMoGdtVlU1Kx4cfvdhTN/Melh1S XPPP7Iqr8TI0RhDp7q2wdAyj3XY+NAoK+Uw/VYyO1R2fnPzbgP4gT6fl0dHSLRHXZSys IJWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dmarc-filter :arc-authentication-results; bh=d7L/lnX+N4u1FH204h7hEiWhL7PNeknidrf+GqTDauE=; b=mRYesZyoywJ6TwiHgHGkoDzmArPern1d+W8qheClIEDPXDGhjJUViKViu7aoP7bxv7 nqvSWXkgcbIKo07EjjkhSVvuJi7JOlo9vvEh5Stpe35W275aDYrH2UJo2H0syvY3PDia mvtuHaKfikzlatmieWwjbwgu7Kv/o4iOoQMMVSw2QlGuPssk1uDcX802Cq+JMKCOFmGu pGKK7gg744rBT5fpS4v8snoCtfc/8P/s7J2VhW3wsdICHfV2/IKTHjnDE93srGMnlC34 PneTX4vCCnSNb51oM2X5EtCXH4T/VyjPQH4co6SeR/JVRi5M/U/ZCy0HmanrZcRUXc4/ wxig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1si9888415pli.442.2017.11.06.02.43.44; Mon, 06 Nov 2017 02:43:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752262AbdKFKl5 convert rfc822-to-8bit (ORCPT + 99 others); Mon, 6 Nov 2017 05:41:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:34600 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751754AbdKFKly (ORCPT ); Mon, 6 Nov 2017 05:41:54 -0500 Received: from saruman (jahogan.plus.com [212.159.75.221]) (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 2282D218D0; Mon, 6 Nov 2017 10:41:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2282D218D0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jhogan@kernel.org Date: Mon, 6 Nov 2017 10:41:47 +0000 From: James Hogan To: Masahiro Yamada Cc: Rob Herring , devicetree@vger.kernel.org, Linux Kbuild mailing list , Mark Rutland , Pantelis Antoniou , linux-arm-kernel , Arnd Bergmann , Linux Kernel Mailing List , Michal Marek , Sam Ravnborg , Ralf Baechle , linux-mips@linux-mips.org, Kevin Cernekee , Florian Fainelli Subject: Re: [PATCH 1/2] MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry Message-ID: <20171106095139.GG15260@jhogan-linux> References: <1509859853-27473-1-git-send-email-yamada.masahiro@socionext.com> <1509859853-27473-2-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Sun, Nov 05, 2017 at 11:11:38PM +0900, Masahiro Yamada wrote: > +CC Ralf Baechle > +CC linux-mips@linux-mips.org > +CC Kevin Cernekee > +CC Florian Fainelli > > > I missed to CC MIPS maintainers. Yes, please resend the patch so it lands in patchwork.linux-mips.org. > 2017-11-05 14:30 GMT+09:00 Masahiro Yamada : > > arch/mips/boot/dts/brcm/bcm96358nb4ser.dts does not exist, so > > we cannot build bcm96358nb4ser.dtb . This appears to be due to the file being renamed in commit 695835511f96 ("MIPS: BMIPS: rename bcm96358nb4ser to bcm6358-neufbox4-sercom"). Please can you update the commit message when you resend to mention the cause of the problem. You could also add the following if you like while you're at it: Fixes: 695835511f96 ("MIPS: BMIPS: rename bcm96358nb4ser to bcm6358-neufbox4-sercom") Cc: # 4.9+ Thanks James From 1583235680038818193@xxx Sun Nov 05 14:13:24 +0000 2017 X-GM-THRID: 1583203144148238166 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread