From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756104AbcFGUDL (ORCPT ); Tue, 7 Jun 2016 16:03:11 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:47349 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752775AbcFGUDJ (ORCPT ); Tue, 7 Jun 2016 16:03:09 -0400 Date: Tue, 7 Jun 2016 13:02:42 -0700 From: Guenter Roeck To: Kevin Hilman Cc: "kernelci.org bot" , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org, Matt Hart Subject: Re: [PATCH 4.6 000/121] 4.6.2-stable review Message-ID: <20160607200242.GA16926@roeck-us.net> References: <20160605214417.708509043@linuxfoundation.org> <57551989.692dc20a.8974c.7dc4@mx.google.com> <7ha8iye81z.fsf@baylibre.com> <20160606161853.GB24937@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160606161853.GB24937@roeck-us.net> 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 On Mon, Jun 06, 2016 at 09:18:53AM -0700, Guenter Roeck wrote: > On Mon, Jun 06, 2016 at 06:55:04AM -0700, Kevin Hilman wrote: > > kernelci.org bot writes: > > > > > stable-queue boot: 73 boots: 3 failed, 68 passed with 2 offline (v4.6.1-121-g2276ff7d4bf9) > > > > > > Full Boot Summary: https://kernelci.org/boot/all/job/stable-queue/kernel/v4.6.1-121-g2276ff7d4bf9/ > > > Full Build Summary: https://kernelci.org/build/stable-queue/kernel/v4.6.1-121-g2276ff7d4bf9/ > > > > > > Tree: stable-queue > > > Branch: local/linux-4.6.y.queue > > > Git Describe: v4.6.1-121-g2276ff7d4bf9 > > > Git Commit: 2276ff7d4bf9c438832f761ffd525cacf55362cd > > > Git URL: git://server.roeck-us.net/git/linux-stable.git > > > Tested: 28 unique boards, 9 SoC families, 16 builds out of 100 > > > > > > Boot Failures Detected: https://kernelci.org/boot/?v4.6.1-121-g2276ff7d4bf9&fail > > > > > > arm64: > > > > > > defconfig: > > > apq8016-sbc: 1 failed lab > > > > > > defconfig+CONFIG_RANDOMIZE_BASE=y: > > > apq8016-sbc: 1 failed lab > > > > Theses two are real boot regressions, bisections forthcoming. > > > This, plus several arm builds, plus all MIPS builds are failing. > I am out of town, bisecting tonight. > Followup: Reverting both 'MIPS: Sync icache & dcache in set_pte_at' and 'MIPS: Handle highmem pages in __update_cache' fixes the mips build problem for me. Tested in 4.4 and 4.6. I also ran a qemu test with 4.6 after reverting those patches, which passed. Guenter