From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9ED13C2D0C8 for ; Tue, 17 Dec 2019 08:59:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 714A72082E for ; Tue, 17 Dec 2019 08:59:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576573191; bh=8+GCH4a4FYhU8ejV47+FBWWtU/uk2d0b3oSPUsIbLOc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sSKJoGRn2E3LiUckVYVSZtVUDVxpeVJlPG1JPC0f9hXs6d8FEzsMA9Hx+WCSbWVlk +wJtCaQXDhpjQ5sDRtvosyHV+kPN6ELhPMr0cDYpanNt92RWRW9T57tBKP15TKItWA tw24Mg2I5n4Aworm87Nm78FDDZ99qhhhDlCZyb5w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727005AbfLQI7u (ORCPT ); Tue, 17 Dec 2019 03:59:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:34424 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725893AbfLQI7u (ORCPT ); Tue, 17 Dec 2019 03:59:50 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 723D02072D; Tue, 17 Dec 2019 08:59:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576573189; bh=8+GCH4a4FYhU8ejV47+FBWWtU/uk2d0b3oSPUsIbLOc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UGpXFUaHoBgbjUpl9/+Vlbk3s+WxeVqIUxsqT7+D8K+iWgrHsu8PsUjMnj0fg1gxy M481mrJ6TDz/fAcXbKrh+LFD2IA0iBvLAbTZNtqaT1UIjK6GZY0p8Zo3IffqKG67aZ hLRL4293KmCeOlJpl+yrcpOpkL776t8WBp+vDID4= Date: Tue, 17 Dec 2019 09:59:47 +0100 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: open list , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , lkft-triage@lists.linaro.org, linux- stable , Michal Hocko , Arnd Bergmann , william.kucharski@oracle.com, bepvte@gmail.com, rppt@linux.ibm.com, Jan Kara , rientjes@google.com, dan.j.williams@intel.com, Vlastimil Babka Subject: Re: [PATCH 4.14 000/267] 4.14.159-stable review Message-ID: <20191217085947.GB2773492@kroah.com> References: <20191216174848.701533383@linuxfoundation.org> <20191217075322.GE2474507@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 17, 2019 at 02:15:16PM +0530, Naresh Kamboju wrote: > > ltp-fs-tests: > > > * proc01 > > > > What does all of this mean? > > > > Can you bisect to find the offending patch? > > Here is the offending patch, > > Michal Hocko > mm, thp, proc: report THP eligibility for each vma > > FYI, > Reverted this patch and re-validated ltp-fs-tests proc01 and now > getting PASS on arm. Ok, I'll go drop this. Sasha, the backport of this patch didn't work. Also you have two "upstream commit" messages in the changelog, which feels odd :( thanks, greg k-h