Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753346AbcJKNkO (ORCPT ); Tue, 11 Oct 2016 09:40:14 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:42510 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752003AbcJKNkJ (ORCPT ); Tue, 11 Oct 2016 09:40:09 -0400 Subject: Re: [PATCH 4.8 00/10] 4.8.1-stable review To: Mark Brown References: <20161006074740.913116523@linuxfoundation.org> <57f820fc.4398c20a.3305b.cf51@mx.google.com> <20161008140357.GC3533@kroah.com> <7hd1jaes70.fsf@baylibre.com> <7394d3b9-5d01-07bf-94c6-f0b624c97722@roeck-us.net> <20161010093855.yl2nxfhb7wdgc7ls@sirena.org.uk> <5945ba10-e8d9-8509-9b7f-dc9d8bae8b01@roeck-us.net> <20161010191123.zcala7dz5sdp7bta@sirena.org.uk> <20161010194743.GB15170@roeck-us.net> <20161011101953.elgbpuba5wwlbubo@sirena.org.uk> Cc: Kevin Hilman , Greg Kroah-Hartman , "kernelci.org bot" , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org From: Guenter Roeck Message-ID: Date: Tue, 11 Oct 2016 06:37:28 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20161011101953.elgbpuba5wwlbubo@sirena.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1316 Lines: 26 On 10/11/2016 03:19 AM, Mark Brown wrote: > On Mon, Oct 10, 2016 at 12:47:43PM -0700, Guenter Roeck wrote: >> On Mon, Oct 10, 2016 at 09:11:23PM +0200, Mark Brown wrote: > >>> My connection doesn't have IPv6 and is a bit spotty right now so it's a >>> bit difficult for me to check by lab but today's -next jobs are working >>> for me as well... looking at the log for the failed stable boots: > >> Can you send me (or point me to) the qemu command lines you are using ? > > Managed to get things running long enough to pull the log: > > qemu-system-arm -M vexpress-a15 -no-reboot -show-cursor -no-reboot -nographic -m 256 -net user -kernel /var/lib/lava/dispatcher/tmp/tmpZBxic8/.zImage -append "root=/dev/ram0 rw console=ttyAMA0 115200 ip=dhcp mem=256M" -initrd /var/lib/lava/dispatcher/tmp/tmpxoFsPn/ramdisk.cpio.gz -dtb /var/lib/lava/dispatcher/tmp/tmpMN1a1R/vexpress-v2p-ca15_a7.dtb > Boots for me, though I have to specify -append "rdinit=/sbin/init console=ttyAMA0,115200" or, when using a root file system, -drive file=core-image-minimal-qemuarm.ext3,format=raw,if=sd \ -append "root=/dev/mmcblk0 rootwait rw console=ttyAMA0,115200" I do get the warning about the wrong CPU id, but looks like that is as expected. I tried with qemu 2.5, 1.6, and 2.7, and the mainline kernel as well as v4.7. Guenter