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.2 required=3.0 tests=BAYES_50,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, 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 5CEECC4742C for ; Wed, 4 Nov 2020 01:38:21 +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 08E772242B for ; Wed, 4 Nov 2020 01:38:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="soYuRujH" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 08E772242B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org 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 A92B2165643C6; Tue, 3 Nov 2020 17:38:20 -0800 (PST) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=akpm@linux-foundation.org; receiver= Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4599016541970 for ; Tue, 3 Nov 2020 17:38:18 -0800 (PST) Received: from X1 (unknown [208.106.6.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 43934223C7; Wed, 4 Nov 2020 01:38:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604453897; bh=QyiDZsk9eykgAFwsDR70lNLbTMk7+4qieJ3z3HbDed0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=soYuRujHI95NxVLMA67ECMy9QyCT33nM81wjPdCFPbhjqyfhehGo1geHhmaSyodsI ZaTUoobKYRHJNvsJMN4be+VIxNda6UiEU47HC3gHGdWIlFTMI0rN+3jEWRJpDBAr8E QeiO35qJE/2EKTkUmXg08JoEkFL4SibDLDS1hlNE= Date: Tue, 3 Nov 2020 17:38:16 -0800 From: Andrew Morton To: Dan Williams Subject: Re: [PATCH] x86/mm: Fix phys_to_target_node() export Message-Id: <20201103173816.8f80920621fe08012deacfcc@linux-foundation.org> In-Reply-To: References: <160402498564.4173389.2743697400148832021.stgit@dwillia2-desk3.amr.corp.intel.com> <20201031091012.GA27844@infradead.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Message-ID-Hash: J5ADOWI74TNVORCWDMPFKEBT4RW2NW7D X-Message-ID-Hash: J5ADOWI74TNVORCWDMPFKEBT4RW2NW7D X-MailFrom: akpm@linux-foundation.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation CC: Christoph Hellwig , Randy Dunlap , Thomas Gleixner , 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, 2 Nov 2020 15:52:39 -0800 Dan Williams wrote: > The attached patch is going through some kbuild-robot exposure to make > sure I did not break anything else. I'll duck this for now - please send it along formally if/when testing is successful. _______________________________________________ Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org To unsubscribe send an email to linux-nvdimm-leave@lists.01.org