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=0.3 required=3.0 tests=BAYES_50,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 27131C4742C for ; Sat, 31 Oct 2020 03:01:59 +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 9A45422245 for ; Sat, 31 Oct 2020 03:01:58 +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="qNZR6kCd"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="Nglj8YmZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9A45422245 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 18B4D160560A6; Fri, 30 Oct 2020 20:01:58 -0700 (PDT) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.142.43.55; helo=galois.linutronix.de; envelope-from=tglx@linutronix.de; receiver= Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 9FF12160560A4 for ; Fri, 30 Oct 2020 20:01:55 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1604113312; 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=I9A/vn8RXV/aSq5gS0Fodurx6CXlO5hNvRAQKisHv0o=; b=qNZR6kCdlqf+PdXFp12Nng75v/0tUThW2lFom1ibgJ4oxPN5JQ+Fi+OmvSspWOzRze7h1R H/QL5WImX0gjceb10e3jYZQ4yyoACGnzFEBuYszFYclUJTONapBzfGGhS+FF8EZjjIZs77 CU9axHF3M0RhrLMV4gV5YHTZld4jUFXBf7Lgr3+pqXh9fKdEA8N1Q0MrgsJGZgfPehc9P/ MsenY4iWio8NkXrNuRMPdFwtarVugwwG7VMm8XXnJ/gw+pdQg9phqejVQBD4W76M+2itWJ N4sxG6jGZC8fULRl0AGm/DpQqEuVl9V8hCqrFDl4Tcqtx49LaWDRcIOTE/icKQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1604113312; 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=I9A/vn8RXV/aSq5gS0Fodurx6CXlO5hNvRAQKisHv0o=; b=Nglj8YmZFYVgU3Is3pm3AloSsv3hLn1TWQfLZjd3j7rd5m2qCHQiXFLvzQxtUDWIaIiqVL cbOSGFRJGd+bnpDw== To: Dan Williams , Andrew Morton 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> Date: Sat, 31 Oct 2020 04:01:51 +0100 Message-ID: <87blgjksio.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Message-ID-Hash: NXMAZ2W4HRZBZB2NN6W7LKC5SZJJMAQK X-Message-ID-Hash: NXMAZ2W4HRZBZB2NN6W7LKC5SZJJMAQK 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: 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 Fri, Oct 30 2020 at 18:54, Dan Williams wrote: > Thomas, do you want to ack this so Andrew can pick it up, or I can > take it through as a device-dax update, but either way the diffstat > warrants x86 + mm acks. It's butt ugly but I couldn't come up with anything better right away. So, FWIW: Acked-by: Thomas Gleixner Tested-by: Thomas Gleixner _______________________________________________ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-leave@lists.01.org