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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 C87DAC48BD3 for ; Wed, 26 Jun 2019 13:57:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A218521738 for ; Wed, 26 Jun 2019 13:57:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561557468; bh=ntI9i+OSrz2ckTtFpFkEfIodazwbeytTqIMBGkxp/eo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=o0rsp3NFgFs0lw4B4A7MbfwTtkeCJ4YVLf//LFOv6dk/l0CMRw9mGPmM7rxp8DSOX eQUGK6I8FVvzTQGwBwWJ4lNiD9RgfEDuTYxHXwjeQ9iJCYC2nVnHW4oSovdCxqodsn 2zxqpZo6iWsr1RJs0d2dIJYywR6rIkYGMkLAfsXQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727437AbfFZN5r (ORCPT ); Wed, 26 Jun 2019 09:57:47 -0400 Received: from mx2.suse.de ([195.135.220.15]:49268 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725958AbfFZN5r (ORCPT ); Wed, 26 Jun 2019 09:57:47 -0400 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 B933AAF05; Wed, 26 Jun 2019 13:57:45 +0000 (UTC) Date: Wed, 26 Jun 2019 15:57:44 +0200 From: Michal Hocko To: Pingfan Liu Cc: Qian Cai , Andrew Morton , Barret Rhoden , Dave Hansen , Mike Rapoport , Peter Zijlstra , Michael Ellerman , Ingo Molnar , Oscar Salvador , Andy Lutomirski , Thomas Gleixner , linux-mm@kvack.org, LKML Subject: Re: [PATCH -next v2] mm/hotplug: fix a null-ptr-deref during NUMA boot Message-ID: <20190626135744.GX17798@dhcp22.suse.cz> References: <20190512054829.11899-1-cai@lca.pw> <20190513124112.GH24036@dhcp22.suse.cz> <1561123078.5154.41.camel@lca.pw> <20190621135507.GE3429@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 Mon 24-06-19 16:42:20, Pingfan Liu wrote: > Hi Michal, > > What about dropping the change of the online definition of your patch, > just do the following? I am sorry but I am unlikely to find some more time to look into this. I am willing to help reviewing but I will not find enough time to focus on this to fix up the patch. Are you willing to work on this and finish the patch? It is a very tricky area with side effects really hard to see in advance but going with a robust fix is definitely worth the effort. Thanks! -- Michal Hocko SUSE Labs