Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751991AbcJIPV2 (ORCPT ); Sun, 9 Oct 2016 11:21:28 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:44152 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677AbcJIPV1 (ORCPT ); Sun, 9 Oct 2016 11:21:27 -0400 Date: Sun, 9 Oct 2016 08:21:21 -0700 From: Guenter Roeck To: Nicholas Piggin Cc: Michael Ellerman , linux-kernel@vger.kernel.org, Benjamin Herrenschmidt , linuxppc-dev@lists.ozlabs.org Subject: ppc64 qemu test failure since commit f9aa67142 ("powerpc/64s: Consolidate Alignment 0x600 interrupt") Message-ID: <20161009152121.GA13188@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@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: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@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: 2977 Lines: 49 Nicholas, some of my qemu tests for ppc64 started failing on mainline (and -next). You can find a test log at http://kerneltests.org/builders/qemu-ppc64-master/builds/580/steps/qemubuildcommand/logs/stdio The scripts to run the test are available at https://github.com/groeck/linux-build-test/tree/master/rootfs/ppc64 Bisect points to commit f9aa67142ef26 ("powerpc/64s: Consolidate Alignment 0x600 interrupt"). Bisect log is attached. Since I don't have the means to run the code on a real system, I have no idea if the problem is caused by qemu or by the code. It is interesting, though, that only the 'mac99' tests are affected. Please let me know if there is anything I can do to help tracking down the problem. Thanks, Guenter --- # bad: [b66484cd74706fa8681d051840fe4b18a3da40ff] Merge branch 'akpm' (patches from Andrew) # good: [87840a2b7e048018d18d60bdac5c09224de85370] Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux git bisect start 'HEAD' '87840a2' # bad: [6afd563d4bbc1924b7de9e053324c007e0d36476] Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc git bisect bad 6afd563d4bbc1924b7de9e053324c007e0d36476 # bad: [07021b43597f506cc525d139ed1a94e79cf184f2] Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux git bisect bad 07021b43597f506cc525d139ed1a94e79cf184f2 # bad: [e909fb83d39292679118761426d7784715ad79ad] powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx} git bisect bad e909fb83d39292679118761426d7784715ad79ad # good: [313483dd72289ff0b7dff4207032d94dbce39cf6] powerpc/powernv: Unfreeze PE on allocation git bisect good 313483dd72289ff0b7dff4207032d94dbce39cf6 # bad: [792cbddd628282027f99f5499f2899613e07f8f9] powerpc/64s: Consolidate VSX Unavailable 0xf40 interrupt git bisect bad 792cbddd628282027f99f5499f2899613e07f8f9 # bad: [11e87346b9b885f3b088efb6afda604e91233026] powerpc/64s: Consolidate Program 0x700 interrupt git bisect bad 11e87346b9b885f3b088efb6afda604e91233026 # good: [57f266497d81e16141bd2c9009e91dad34ea5f70] powerpc: Use gas sections for arranging exception vectors git bisect good 57f266497d81e16141bd2c9009e91dad34ea5f70 # good: [2b9af6e40e477fbfe39777dda9a609ae359d3dd8] powerpc/64s: Consolidate Data Segment 0x380 interrupt git bisect good 2b9af6e40e477fbfe39777dda9a609ae359d3dd8 # good: [8d04631ad7cbbe27d058ae79e3d41009a8e006d1] powerpc/64s: Consolidate Instruction Segment 0x480 interrupt git bisect good 8d04631ad7cbbe27d058ae79e3d41009a8e006d1 # bad: [f9aa67142ef2697990d1f36aa3d59320820bcfae] powerpc/64s: Consolidate Alignment 0x600 interrupt git bisect bad f9aa67142ef2697990d1f36aa3d59320820bcfae # good: [c138e58890dd5128a5706ed30c5deab6736320d6] powerpc/64s: Consolidate External 0x500 interrupt git bisect good c138e58890dd5128a5706ed30c5deab6736320d6 # first bad commit: [f9aa67142ef2697990d1f36aa3d59320820bcfae] powerpc/64s: Consolidate Alignment 0x600 interrupt