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=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH,USER_AGENT_MUTT autolearn=ham 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 25CDCC07E85 for ; Fri, 7 Dec 2018 14:22:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DCA34208E7 for ; Fri, 7 Dec 2018 14:22:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544192566; bh=MflvRnDPq7xI1/pFw9/cNqpNjuyqHlX9S8/LW/NYKOs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=LmFYFXPyGpWHIJohbOGXrwLWp9rWixRYexnHXLqJBAoJhDKJSGS0Gp6EnuakrLsOE 8jZbYakBn5TqqVaKmf52KYsyHtKtu5cxEpAF0IQOqq+3jKNbb/HMdxPKedvvm8nv72 e7uDCXBYdv33jOkuveZ3AbQdgvQtHhMl0gPB2ycU= DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DCA34208E7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726070AbeLGOWo (ORCPT ); Fri, 7 Dec 2018 09:22:44 -0500 Received: from mx2.suse.de ([195.135.220.15]:47338 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725998AbeLGOWo (ORCPT ); Fri, 7 Dec 2018 09:22:44 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 61BBDB014; Fri, 7 Dec 2018 14:22:42 +0000 (UTC) Date: Fri, 7 Dec 2018 15:22:40 +0100 From: Michal Hocko To: Pingfan Liu Cc: Vlastimil Babka , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrew Morton , Mike Rapoport , Bjorn Helgaas , Jonathan Cameron Subject: Re: [PATCH] mm/alloc: fallback to first node if the wanted node offline Message-ID: <20181207142240.GC1286@dhcp22.suse.cz> References: <20181206082806.GB1286@dhcp22.suse.cz> <20181206121152.GH1286@dhcp22.suse.cz> <20181207075322.GS1286@dhcp22.suse.cz> <20181207113044.GB1286@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 07-12-18 21:20:17, Pingfan Liu wrote: [...] > Hi Michal, > > As I mentioned in my previous email, I have manually apply the patch, > and the patch can not work for normal bootup. I am sorry, I have misread your previous response. Is there anything interesting on the serial console by any chance? -- Michal Hocko SUSE Labs