Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp98147pxj; Thu, 10 Jun 2021 16:02:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzA12129vo82jtYXF76x/as+nLM7ROZsRcSmJtLU/tXhLDTO9bBmzPWnSmv6NTwUC2QqZAj X-Received: by 2002:a50:9b42:: with SMTP id a2mr744272edj.215.1623366144641; Thu, 10 Jun 2021 16:02:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623366144; cv=none; d=google.com; s=arc-20160816; b=0Gbbc/VIpvPq9uUyGCh6lbW+nfiXmL7qbiiKVkaUFKo3giBr7hCVJNpYUfdtl9C3OW slhgb+dPT7l2uMTJdaU4vynsg9zLKvBmy1eTdVf/bW0UH0yjpcgFDCXU/rXLnBQs61lF 0dEVbxAU8Iz/Q2BbCM0bCFmYveBk+n9IfVxlRBnTcdXHlycZR9PpsdtQQwLHit5rNPcB AFxdcIPVWMUKndFNQyknfH/TQdF01UTfKsm0ChPgYydFuoBW8Vzucalnn3ia/Chk6lAV gnvXEFp1sqixtVWpXpbRlXIMCDX3U+fvelvspH78zR5wwcEU2m9Lpz+C4C3g8jb6hLj2 r3KA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date :dkim-signature; bh=r5Elfn+P/ASWm9ahT81NoZ3LXlqChZayb1nTI4CI5CM=; b=udZVkE3Aq07eUQJQa/IisheomXW9KR9v5Popixk9+SWkintPd8hotOSSDCQ1Qnn/PR QnGSs6yz9olKJVcFCPNea+RRanpyRa0Z+cM6EhBV+SROLuKdvj2qRto3aMgkxsm6jv3I T9GaNODHnhgzQJISFI0cgtpaEMjQ2O9Sa/jf8ZhsXG/6ybdnbhNA7IdicVPt79g8gxzD snZcMFaEZUIO6A1G7pqqyWzg7Dt5xsgiuT4kP4SIdC2qYs+puBwh/+ILl1MqnQuCxfKh rbKfJxLoekm1oeGwZEWpMhOCi7otnGbcVJ0T1jKryRilPUfdzOGvRmwzettaJ6BRsDfI 4/MQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linux-foundation.org header.s=korg header.b=RDkezbSY; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m2si3220962ejj.215.2021.06.10.16.02.00; Thu, 10 Jun 2021 16:02:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linux-foundation.org header.s=korg header.b=RDkezbSY; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230363AbhFJXBi (ORCPT + 99 others); Thu, 10 Jun 2021 19:01:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:44310 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230001AbhFJXBh (ORCPT ); Thu, 10 Jun 2021 19:01:37 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7BBFE613E7; Thu, 10 Jun 2021 22:59:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1623365980; bh=eAk/RlclQL7/weZiH/mH89yOgBpeK9/zIcd17GGJxac=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RDkezbSYdIQn8L5Xah3S1uOXt8pYkqqRKkuzKE+OACR9j2GMZswPX3Xzr4nPzIG6n yHepvR+gAvZhINQbJr1uErFgHna26XFafXPq5cHRf1O3oNEC5Wic8oJ/iFCrXRUGk0 vdAbgbLznILM7JjpdI1yPnZXl7Q30NcgD9NI6gM8= Date: Thu, 10 Jun 2021 15:59:40 -0700 From: Andrew Morton To: Zi Yan Cc: Mel Gorman , Dave Hansen , Vlastimil Babka , Michal Hocko , Jesper Dangaard Brouer , LKML , Linux-MM , Stephen Rothwell Subject: Re: [PATCH 2/2] mm/page_alloc: Allow high-order pages to be stored on the per-cpu lists Message-Id: <20210610155940.7d0e1430fd15461d9dabb2d4@linux-foundation.org> In-Reply-To: <3B44DF44-5669-40B6-A122-011F1A749FAA@nvidia.com> References: <20210603142220.10851-1-mgorman@techsingularity.net> <20210603142220.10851-3-mgorman@techsingularity.net> <88FCC7AA-FAAA-4B87-B382-50BD54B2886B@nvidia.com> <20210610111821.GY30378@techsingularity.net> <3B44DF44-5669-40B6-A122-011F1A749FAA@nvidia.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Jun 2021 07:40:47 -0400 Zi Yan wrote: > >> The attached config has THP disabled. The VM cannot boot with THP enabled, > >> either. > >> > > > > There is not a lot of information to go on here. Can you confirm that a > > revert of that specific patch from mmotm-2021-06-07-18-33 also boots? It > > sounds like your console log is empty, does anything useful appear if > > you add "earlyprintk=serial,ttyS0,115200" to the kernel command line? > > Sure. I can confirm that reverting the patch makes the VM boot. > The important information I forgot to mention is that after I remove > the NUMA setting in the QEMU, the VM can boot too. Thanks, I'll drop mm-page_alloc-allow-high-order-pages-to-be-stored-on-the-per-cpu-lists.patch for now.