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=-6.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 42B6CC2D0A3 for ; Tue, 3 Nov 2020 10:39:35 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CE1E12242A for ; Tue, 3 Nov 2020 10:39:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="y4ByPkZ0"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="/YfxklNf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CE1E12242A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linutronix.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvdimm-bounces@lists.01.org Received: from ml01.vlan13.01.org (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 0A009165F399A; Tue, 3 Nov 2020 02:39:34 -0800 (PST) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2a0a:51c0:0:12e:550::1; helo=galois.linutronix.de; envelope-from=tglx@linutronix.de; receiver= Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C3C5316544F91 for ; Tue, 3 Nov 2020 02:39:31 -0800 (PST) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1604399966; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=77FSFVw1wEgpqHD3g7fXJa5TjMy2ujnsWNKfTk4sE7Y=; b=y4ByPkZ0wX/QgFwS2SYrqvUfhi+sCS77ny5e6/zRNEfl+fQimC7oeuTV1T+6IbEAQgUJnE JJG65h6l4nL2XeDm+oJoE8RjGqhYAXoIHdcA21+wm/h0q3kQQqqcpC/WHmHUevU8Y6yvmt 82VyaA7Km9Eqq/rkNEQGCV3isUQyprzg8wlmkFkasSKxI59fqnwgswjcHKHbSQvJtU0KD4 E9GDY+SjTXiCgyOrhO6AfVef1UsBYvVgyd43T6o/DE9N++h+wlWpmgtg1OMhOqtXX63XIr pth5P7uXacHlZyXNEM7PEFIntD3Wv2/QbQVCMf8JMyfzSUIDMBQuuKgmCy4w8g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1604399966; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=77FSFVw1wEgpqHD3g7fXJa5TjMy2ujnsWNKfTk4sE7Y=; b=/YfxklNfi/VzDvGCu+aBfmlOC/O157U8w8e1tcpXRL68Wi+xM7kS6eZbwcO2BVw5bB1upO sj326S83253ogAAg== To: Dan Williams , Christoph Hellwig Subject: Re: [PATCH] x86/mm: Fix phys_to_target_node() export In-Reply-To: References: <160402498564.4173389.2743697400148832021.stgit@dwillia2-desk3.amr.corp.intel.com> <20201031091012.GA27844@infradead.org> Date: Tue, 03 Nov 2020 11:39:26 +0100 Message-ID: <87h7q67mht.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Message-ID-Hash: EEOKYDLLSHBFISNHFUNRQPUXK754IU2Z X-Message-ID-Hash: EEOKYDLLSHBFISNHFUNRQPUXK754IU2Z X-MailFrom: tglx@linutronix.de X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Andrew Morton , Randy Dunlap , kernel test robot , Joao Martins , X86 ML , Linux MM , linux-nvdimm X-Mailman-Version: 3.1.1 Precedence: list List-Id: "Linux-nvdimm developer list." Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Nov 02 2020 at 15:52, Dan Williams wrote: > On Sat, Oct 31, 2020 at 2:10 AM Christoph Hellwig wrote: > The dependency on NUMA_KEEP_MEMINFO for DEV_DAX_HMEM_DEVICES is invalid > now that the symbol is properly exported / stubbed in all combinations > of CONFIG_NUMA_KEEP_MEMINFO and CONFIG_MEMORY_HOTPLUG. > > Reported-by: Randy Dunlap > Reported-by: Thomas Gleixner > Reported-by: kernel test robot > Reported-by: Christoph Hellwig > Fixes: a035b6bf863e ("mm/memory_hotplug: introduce default phys_to_target_node() implementation") > Cc: Joao Martins > Cc: Andrew Morton > Cc: x86@kernel.org > Cc: Tony Luck > Cc: Fenghua Yu > Cc: Michael Ellerman > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Vishal Verma > Signed-off-by: Dan Williams Tested-by: Thomas Gleixner Reviewed-by: Thomas Gleixner _______________________________________________ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-leave@lists.01.org