From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f193.google.com ([209.85.210.193]:46807 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726279AbeHXVRG (ORCPT ); Fri, 24 Aug 2018 17:17:06 -0400 Received: by mail-pf1-f193.google.com with SMTP id u24-v6so4842495pfn.13 for ; Fri, 24 Aug 2018 10:41:28 -0700 (PDT) Date: Fri, 24 Aug 2018 10:41:26 -0700 From: Guenter Roeck To: Guillaume Tucker Cc: Andi Kleen , Thomas Gleixner , David Woodhouse , Greg Kroah-Hartman , kernel-build-reports@lists.linaro.org, stable@vger.kernel.org, Matt Hart Subject: Re: stable/linux-4.4.y boot: 124 boots: 3 failed, 117 passed with 2 offline, 1 untried/unknown, 1 conflict (v4.4.151) Message-ID: <20180824174126.GA6269@roeck-us.net> References: <5b7d6a46.1c69fb81.4c530.6a24@mx.google.com> <20180824163022.GA5551@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180824163022.GA5551@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Aug 24, 2018 at 09:30:22AM -0700, Guenter Roeck wrote: > Hi Guillaume, > > On Fri, Aug 24, 2018 at 08:32:07AM +0100, Guillaume Tucker wrote: > > On 22/08/18 14:51, kernelci.org bot wrote: > > >stable/linux-4.4.y boot: 124 boots: 3 failed, 117 passed with 2 offline, 1 untried/unknown, 1 conflict (v4.4.151) > > > > > >Full Boot Summary: https://kernelci.org/boot/all/job/stable/branch/linux-4.4.y/kernel/v4.4.151/ > > >Full Build Summary: https://kernelci.org/build/stable/branch/linux-4.4.y/kernel/v4.4.151/ > > > > > >Tree: stable > > >Branch: linux-4.4.y > > >Git Describe: v4.4.151 > > >Git Commit: 78f654f6cce3442937b8c7eb4b640357871363c1 > > >Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git > > >Tested: 43 unique boards, 20 SoC families, 22 builds out of 191 > > > > > >Boot Regressions Detected: > > [...] > > >x86: > > > > > > defconfig+kvm_guest: > > > x86-x5-z8350: > > > lab-mhart: failing since 6 days (last pass: v4.4.147 - first fail: v4.4.148) > > > > > > x86_64_defconfig: > > > x86-x5-z8350: > > > lab-mhart: failing since 6 days (last pass: v4.4.147 - first fail: v4.4.148) > > > > We've had a couple of automated boot bisections pointing at the > > same commit on an x86 Atom x5-Z8350 platform (AAEON UP-CHT01), > > please see details below. The issue seems to have started with > > v4.4.148. > > > > Can you test if a backport of upstream commit d367cef0a7f0 ("x86/mm/pat: > Fix boot crash when 1GB pages are not supported by the CPU") fixes > the problem ? It doesn't apply cleanly, but the conflict is easy to > resolve. > We also may have to reapply commit 87e2bd898d3a ("x86/mm/pat: Ensure cpa->pfn only contains page frame numbers") and fix whatever problems it had. Guenter