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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87EF5C433EF for ; Mon, 2 May 2022 12:41:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1385056AbiEBMpX (ORCPT ); Mon, 2 May 2022 08:45:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385036AbiEBMpU (ORCPT ); Mon, 2 May 2022 08:45:20 -0400 Received: from alexa-out.qualcomm.com (alexa-out.qualcomm.com [129.46.98.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03DE313E9A; Mon, 2 May 2022 05:41:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1651495312; x=1683031312; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=PFv7xf39B7dctfrpvPmGz6siPWZ4sWErtUwGztT4Aps=; b=M1+WM26SdLQ/uKqeLT+JqIOS7EUqtHHaqSna5UV/j6OIW6nDNxVRFeoO dQjTCiP6D/mY6yKW/eTPj4g0UDG1JbPrBLPY8zu1NTBjfXBaliZp7UqQA hq5HpZMUVMeRBPTJVVkMKIP24V0XSI2BuqSy+Hm5D5/+zhtNCxNwXcdHD E=; Received: from ironmsg07-lv.qualcomm.com ([10.47.202.151]) by alexa-out.qualcomm.com with ESMTP; 02 May 2022 05:41:51 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg07-lv.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 May 2022 05:41:51 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Mon, 2 May 2022 05:41:50 -0700 Received: from qian (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Mon, 2 May 2022 05:41:47 -0700 Date: Mon, 2 May 2022 08:41:46 -0400 From: Qian Cai To: Naresh Kamboju CC: Linux-Next Mailing List , linux-mm , open list , , Andrew Morton , Stephen Rothwell , Arnd Bergmann , "Zi Yan" , Christophe Leroy , "David Hildenbrand" , Eric Ren , "kernel test robot" , Mel Gorman , "Mike Rapoport" , Minchan Kim , "Oscar Salvador" , Vlastimil Babka , Chen Wandun , NeilBrown , , , Wei Yang , Song Liu Subject: Re: [next] mm: libhugetlbfs: WARNING: at mm/page_alloc.c:5368 __alloc_pages Message-ID: <20220502124146.GA71@qian> References: <20220429160317.GA71@qian> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 30, 2022 at 03:41:41AM +0530, Naresh Kamboju wrote: > The reported kernel warning was not solved by reverted above patches. Thanks for the confirmation. Then, I can't think of any other good candidates at the moment apart from doing brutal-force bisecting.