From patchwork Mon Jul 1 20:42:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 2810021 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 9B4009F3EB for ; Mon, 1 Jul 2013 20:43:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B2CFF20201 for ; Mon, 1 Jul 2013 20:43:18 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 13D58201FF for ; Mon, 1 Jul 2013 20:43:17 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UtkwG-0006e0-Sw; Mon, 01 Jul 2013 20:43:09 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UtkwD-0007eZ-CW; Mon, 01 Jul 2013 20:43:05 +0000 Received: from arroyo.ext.ti.com ([192.94.94.40]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UtkwA-0007e8-1S for linux-arm-kernel@lists.infradead.org; Mon, 01 Jul 2013 20:43:03 +0000 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id r61Kge0i019455; Mon, 1 Jul 2013 15:42:40 -0500 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r61KgeuW016970; Mon, 1 Jul 2013 15:42:40 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.2.342.3; Mon, 1 Jul 2013 15:42:40 -0500 Received: from localhost (h78-2.vpn.ti.com [172.24.78.2]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r61KgdiG000420; Mon, 1 Jul 2013 15:42:39 -0500 Date: Mon, 1 Jul 2013 23:42:36 +0300 From: Felipe Balbi To: Paul Walmsley Subject: Re: OMAP baseline test results for v3.10-rc7 Message-ID: <20130701204236.GA805@arwen.pp.htv.fi> References: MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130701_164302_156778_6D5A690D X-CRM114-Status: GOOD ( 10.57 ) X-Spam-Score: -6.9 (------) Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: balbi@ti.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Hi, On Mon, Jul 01, 2013 at 07:48:50PM +0000, Paul Walmsley wrote: > Boot to userspace: > FAIL ( 2/12): 37xxevm, am335xbonelt | U-Boot# tftp 0x82000000 am335x-boneblack.dtb | link up on port 0, speed 100, full duplex | Using cpsw device | TFTP from server 192.168.57.1; our IP address is 192.168.57.138 | Filename 'am335x-boneblack.dtb'. Where are you taking am335x-boneblack.dtb from ? It's not in mainline v3.10-rc7 kernel: $ ls arch/arm/boot/dts/am33*.dts arch/arm/boot/dts/am335x-bone.dts arch/arm/boot/dts/am335x-evm.dts arch/arm/boot/dts/am335x-evmsk.dts $ git grep -e boneblack arch/arm/ $ echo $ 1 $ git show commit 9e895ace5d82df8929b16f58e9f515f6d54ab82d Author: Linus Torvalds Date: Sat Jun 22 09:47:31 2013 -1000 Linux 3.10-rc7 [1] http://www.pwsan.com/omap/testlogs/test_v3.10-rc7/20130630191558/boot/am335xbonelt/am335x-bone/am335xbonelt_log.txt diff --git a/Makefile b/Makefile index c6863b5..0142c93 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 10 SUBLEVEL = 0 -EXTRAVERSION = -rc6 +EXTRAVERSION = -rc7 NAME = Unicycling Gorilla # *DOCUMENTATION*