Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755501AbdCJXxL (ORCPT ); Fri, 10 Mar 2017 18:53:11 -0500 Received: from mail-ot0-f181.google.com ([74.125.82.181]:34385 "EHLO mail-ot0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755139AbdCJXxC (ORCPT ); Fri, 10 Mar 2017 18:53:02 -0500 MIME-Version: 1.0 In-Reply-To: References: <20170310083956.767605269@linuxfoundation.org> <58c2b8ac.1f002e0a.ae306.aa13@mx.google.com> From: Kevin Hilman Date: Fri, 10 Mar 2017 15:52:03 -0800 Message-ID: Subject: Re: [PATCH 4.10 000/167] 4.10.2-stable review To: "kernelci.org bot" Cc: Greg Kroah-Hartman , lkml , Linus Torvalds , akpm@linux-foundation.org, Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , stable@vger.kernel.org, Andy Gross Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1815 Lines: 48 On Fri, Mar 10, 2017 at 3:24 PM, Kevin Hilman wrote: > kernelci.org bot writes: > >> stable-rc boot: 541 boots: 6 failed, 500 passed with 34 offline, 1 conflict (v4.10.1-168-gcdc1f9d24aac) >> >> Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/kernel/v4.10.1-168-gcdc1f9d24aac/ >> Full Build Summary: https://kernelci.org/build/stable-rc/kernel/v4.10.1-168-gcdc1f9d24aac/ >> >> Tree: stable-rc >> Branch: local/linux-4.10.y >> Git Describe: v4.10.1-168-gcdc1f9d24aac >> Git Commit: cdc1f9d24aac385a7fe4611d7b42f51e20f49cdb >> Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git >> Tested: 101 unique boards, 25 SoC families, 30 builds out of 204 >> >> Boot Regressions Detected: >> >> arm: >> >> multi_v7_defconfig+CONFIG_PROVE_LOCKING=y: >> am335x-pepper: >> lab-baylibre-seattle: new failure (last pass: v4.10-21-gd23a9821d397) > > This one is a new regression, and a first attempt at bisect was > inconclusive. Bisect fingered the commit below. I confirmed that reverting that commit on top of stable-rc/linux-4.10.y gets this am335x-pepper platform booting again. What's rather strange is that this boot test is using a .cpio.gz initramfs, and not using any ext4 filesystem. 04992982b8f8caf6c54531a23d3f9c2bc4d0a7d8 is the first bad commit commit 04992982b8f8caf6c54531a23d3f9c2bc4d0a7d8 Author: Theodore Ts'o Date: Sat Feb 4 23:04:00 2017 -0500 ext4: fix inline data error paths commit eb5efbcb762aee4b454b04f7115f73ccbcf8f0ef upstream. The write_end() function must always unlock the page and drop its ref count, even on an error. Signed-off-by: Theodore Ts'o Signed-off-by: Greg Kroah-Hartman Kevin