From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753930Ab2K3Djz (ORCPT ); Thu, 29 Nov 2012 22:39:55 -0500 Received: from co9ehsobe001.messaging.microsoft.com ([207.46.163.24]:19351 "EHLO co9outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753565Ab2K3Djy (ORCPT ); Thu, 29 Nov 2012 22:39:54 -0500 X-Forefront-Antispam-Report: CIP:160.33.194.230;KIP:(null);UIP:(null);IPV:NLI;H:usculsndmail03v.am.sony.com;RD:mail.sonyusa.com;EFVD:NLI X-SpamScore: -1 X-BigFish: VPS-1(zz936eIzz1de0h1202h1d1ah1d2ahzz8275dhz2fh2a8h668h839h947hd25hf0ah10d2h1288h12a5h12a9h12bdh137ah13b6h1441h1537h153bh162dh1631h1155h) Message-ID: <50B826FC.7060502@am.sony.com> Date: Thu, 29 Nov 2012 19:24:44 -0800 From: Frank Rowand Reply-To: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10 MIME-Version: 1.0 To: Thomas Gleixner , , Subject: linux-3.6.7-rt18 smoke test on ARM Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-OriginatorOrg: am.sony.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.6.7-rt18 builds and boots on some ARM boards (PandaBoard, Realview) for: - SMP, PREEMPT_RT_FULL - SMP, PREEMPT_NONE - UP, PREEMPT_RT_FULL - UP, PREEMPT_NONE A patch is required to resolve a BUG_ON() from preempt_schedule_irq(). The patch is available at https://lkml.org/lkml/2012/11/29/432 The PandaBoard frequently fails to boot with an eth0 error. I have only seen this for SMP, PREEMPT_NONE. This same error also occurs in 3.6.7 without the RT_PREEMPT patches applied, so this does not appear to be an RT_PREEMPT issue. The boot error starts with the time out on ep0out: [ 3.264373] smsc95xx 1-1.1:1.0: usb_probe_interface [ 3.269500] smsc95xx 1-1.1:1.0: usb_probe_interface - got id [ 3.275543] smsc95xx v1.0.4 [ 8.078674] smsc95xx 1-1.1:1.0: eth0: register 'smsc95xx' at usb-ehci-omap.0-1.1, smsc95xx USB 2.0 Ethernet, 82:b9:1d:fa:67:0d [ 8.091003] hub 1-1:1.0: state 7 ports 5 chg 0000 evt 0002 [ 13.509918] usb 1-1.1: swapper/0 timed out on ep0out len=0/4 [ 13.515869] smsc95xx 1-1.1:1.0: eth0: Failed to write register index 0x00000108 [ 13.523559] smsc95xx 1-1.1:1.0: eth0: Failed to write ADDRL: -110 [ 13.529998] IP-Config: Failed to open eth0 -Frank