From patchwork Thu Sep 19 19:49:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Sixt X-Patchwork-Id: 2913301 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id CAEBBBFF05 for ; Thu, 19 Sep 2013 20:16:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E90CF20377 for ; Thu, 19 Sep 2013 20:16:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4A78D2034F for ; Thu, 19 Sep 2013 20:16:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752742Ab3ISUQa (ORCPT ); Thu, 19 Sep 2013 16:16:30 -0400 Received: from bsmtp4.bon.at ([195.3.86.186]:64027 "EHLO lbmfmo03.bon.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752602Ab3ISUQa (ORCPT ); Thu, 19 Sep 2013 16:16:30 -0400 X-Greylist: delayed 1577 seconds by postgrey-1.27 at vger.kernel.org; Thu, 19 Sep 2013 16:16:29 EDT Received: from bsmtp.bon.at (unknown [192.168.181.101]) by lbmfmo03.bon.at (Postfix) with ESMTP id 2A0B3CE182; Thu, 19 Sep 2013 21:50:10 +0200 (CEST) Received: from dx.sixt.local (unknown [93.83.142.38]) by bsmtp.bon.at (Postfix) with ESMTP id E9564CDF8B; Thu, 19 Sep 2013 21:49:50 +0200 (CEST) Received: from [IPv6:::1] (localhost [IPv6:::1]) by dx.sixt.local (Postfix) with ESMTP id 4F8D019F3F7; Thu, 19 Sep 2013 21:49:50 +0200 (CEST) Message-ID: <523B555E.2070508@kdbg.org> Date: Thu, 19 Sep 2013 21:49:50 +0200 From: Johannes Sixt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Ralf Baechle CC: Madhavan Srinivasan , Grant Likely , Rob Herring , devicetree@vger.kernel.org, git@vger.kernel.org, steven.hill@imgtec.com, mmarek@suse.cz, swarren@nvidia.com, linux-mips@linux-mips.org, linux-kbuild@vger.kernel.org, james.hogan@imgtec.com Subject: Re: git issue / [PATCH] MIPS: fix invalid symbolic link file References: <1379596148-32520-1-git-send-email-maddy@linux.vnet.ibm.com> <20130919133920.GA22468@linux-mips.org> In-Reply-To: <20130919133920.GA22468@linux-mips.org> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,KHOP_BIG_TO_CC, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Am 19.09.2013 15:39, schrieb Ralf Baechle: > The original patch that introduced the symlink with the \n is kernel > commit 3b29aa5ba204c62b3ec8f9f5b1ebd6e5d74f75d3 and is archived in > patchwork at http://patchwork.linux-mips.org/patch/5745/ The patch > file contains a \n at the end - but one would expect that from a > patch file that has been transfered via email, so I'm not sure how this > is supposed to work with emailed patches?!? The mbox file I downloaded from this link looks like this: arch/mips/boot/dts/include/dt-bindings | 1 + 1 file changed, 1 insertion(+) create mode 120000 arch/mips/boot/dts/include/dt-bindings \ No newline at end of file \ No newline at end of file Whoever or whatever moved the '\ No newline at end of file' line above the patch text is to blame. -- Hannes --- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/.../include/dt-bindings b/.../include/dt-bindings new file mode 120000 index 0000000..08c00e4 --- /dev/null +++ b/arch/mips/boot/dts/include/dt-bindings @@ -0,0 +1 @@ +../../../../../include/dt-bindings but it should look like this: arch/mips/boot/dts/include/dt-bindings | 1 + 1 file changed, 1 insertion(+) create mode 120000 arch/mips/boot/dts/include/dt-bindings diff --git a/.../include/dt-bindings b/.../include/dt-bindings new file mode 120000 index 0000000..08c00e4 --- /dev/null +++ b/arch/mips/boot/dts/include/dt-bindings @@ -0,0 +1 @@ +../../../../../include/dt-bindings