Received: by 2002:a05:6a10:8395:0:0:0:0 with SMTP id n21csp95479pxh; Tue, 9 Nov 2021 07:50:10 -0800 (PST) X-Google-Smtp-Source: ABdhPJxtY64SpwjGBKLRedQImAgz1fzJGfNRP9Tk8phmWeKFxhINm+xXuRYNjwfsTbBebB4iFvrp X-Received: by 2002:aa7:c3cd:: with SMTP id l13mr11220739edr.275.1636473010216; Tue, 09 Nov 2021 07:50:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1636473010; cv=none; d=google.com; s=arc-20160816; b=E7Ao0MYARZdpsfimwZIWyFNep125gHOHsiRsDt7RlciGOSRkqz2KGe94sy2v4d6Xq4 OxEsUZqEWRDN5C2XISSjZSef09SB0xEaEfqn3ZwpQnP7lpDNL89Tdf5jTz7vUmq4BvCU IRGcfuW1CS2w4E8oWNecz+SglpjK+CnW2ZZsyFAMSvcSU3XLtgwBbFGcHp2ed0nLeFv2 BGUy7+ilyzqOiDPpJKta+RJyApdrPDKEIA/utHw/t+F7w7Bc4vfJ4yRr9eSCOnVat3Q6 CYkbdkAaG8Wgmexnz5n6tz8pIIPituxoueKV8HogkC5X1a6M13z+bRapG1+jTPYhmsgG mbVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=z0emPFkbni8gw6fbXDiGTyjHOVxcEJiVxg20d5QCFyGJbHfKLhWYskssNKFV+zz6EC 7EB0sYoOmqsR/32fV8X6xV1RAOLUiJiZvfGrS7nCzbi/4sgBO2V8mrh6yTnNM+7hSFzy u9BHpHHn+If+C8nDcOoB+lPCe443kcBnxJlBq+PGymU1qk8Vnydt1e4IrzoRq3FI5A5I U4+BQAyMamfFD2+kZuVUouaP3w8kEypbtHK2gCLl1kxalIpfFTp6F3xptz3h8QfCKSRA KtVXhANmT+SKbpI3p0vlGy4DygITa4rizc+qe3YEQumP29QCx+BBZnbvQ6L4Fb2s0PqJ Rk8g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u11si30665900edp.545.2021.11.09.07.49.45; Tue, 09 Nov 2021 07:50:10 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243969AbhKIIRd (ORCPT + 99 others); Tue, 9 Nov 2021 03:17:33 -0500 Received: from verein.lst.de ([213.95.11.211]:49051 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235389AbhKIIRd (ORCPT ); Tue, 9 Nov 2021 03:17:33 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 4D6F167373; Tue, 9 Nov 2021 09:14:46 +0100 (CET) Date: Tue, 9 Nov 2021 09:14:46 +0100 From: Christoph Hellwig To: Huaisheng Ye Cc: dan.j.williams@intel.com, hch@lst.de, vishal.l.verma@intel.com, dave.jiang@intel.com, ira.weiny@intel.com, nvdimm@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] add ro state control function for nvdimm drivers Message-ID: <20211109081446.GE28785@lst.de> References: <20211027120937.1163744-1-huaisheng.ye@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211027120937.1163744-1-huaisheng.ye@intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig