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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=unavailable 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 215B2C04A6B for ; Sun, 12 May 2019 16:53:44 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EB7A32146F for ; Sun, 12 May 2019 16:53:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EB7A32146F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([127.0.0.1]:45285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPrjL-000286-71 for qemu-devel@archiver.kernel.org; Sun, 12 May 2019 12:53:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPriI-0001P2-Kp for qemu-devel@nongnu.org; Sun, 12 May 2019 12:52:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPriH-0002mQ-NP for qemu-devel@nongnu.org; Sun, 12 May 2019 12:52:38 -0400 Received: from mail-qk1-f193.google.com ([209.85.222.193]:38682) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hPriH-0002lX-JA for qemu-devel@nongnu.org; Sun, 12 May 2019 12:52:37 -0400 Received: by mail-qk1-f193.google.com with SMTP id a64so895919qkg.5 for ; Sun, 12 May 2019 09:52:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=tv7+SbtJTW406Xn58+T3o8cNYwcZMfaM6OpdKpHHAGI=; b=gL53X7YxSFjUTDxvAoOc/KrE6gxunTFVa70tfW4rJ4E3UoVvLKjJt3goihHGT72Zmv X3Wd2FpHiwsMNFNR8MwCoIgPHae8WKVzEzbzru6uyVPLWgXJFZStMtvKiIMjSvwyYqDr nhdAM0pLqEmm7pyfBR9jlkcX5z3fP1XaG31uFs6LS33aX4TrvLMJGS27Fh1+ihNJNkSH JkWXUPMZY95XKfQi+JcN2gSHlVFwQS46egg4IxhVQDEVYT0etT6UTbUPI54nHtOz779F i5hKMrVs5/B6Gy7C1C9bCwgEnapETiqt6ecIBIRyFx26Kh4Fu/BD75oGTv+UhzdorPHF 3nvw== X-Gm-Message-State: APjAAAVsV4X8OOXuNHnmTSxidDDS0hoCpqoXKjeBYR9JqCdbV+2Cm+pI Sa5PvLKR155W52JldgFGaoZ6rw== X-Google-Smtp-Source: APXvYqxk9SXE+foxB/6DAoFm93oskr+MiF5xkYgB0SEkfaz8myE/mnL8/ZXigyA4Y2k8vy6g71yM+Q== X-Received: by 2002:a37:9fcb:: with SMTP id i194mr18869154qke.258.1557679957115; Sun, 12 May 2019 09:52:37 -0700 (PDT) Received: from redhat.com (pool-173-76-105-71.bstnma.fios.verizon.net. [173.76.105.71]) by smtp.gmail.com with ESMTPSA id o37sm4708706qta.86.2019.05.12.09.52.34 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sun, 12 May 2019 09:52:36 -0700 (PDT) Date: Sun, 12 May 2019 12:52:33 -0400 From: "Michael S. Tsirkin" To: Pankaj Gupta Message-ID: <20190512125221-mutt-send-email-mst@kernel.org> References: <20190510155202.14737-1-pagupta@redhat.com> <1909759746.28039539.1557531183427.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1909759746.28039539.1557531183427.JavaMail.zimbra@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.222.193 Subject: Re: [Qemu-devel] [PATCH v8 0/6] virtio pmem driver X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: cohuck@redhat.com, Jan Kara , KVM list , David Hildenbrand , Jason Wang , david , Qemu Developers , virtualization@lists.linux-foundation.org, Andreas Dilger , Ross Zwisler , Andrea Arcangeli , Dave Jiang , jstaron@google.com, linux-nvdimm , Vishal L Verma , Matthew Wilcox , Christoph Hellwig , Linux ACPI , jmoyer , linux-ext4 , Len Brown , Adam Borowski , Rik van Riel , yuval shaia , Stefan Hajnoczi , Paolo Bonzini , Dan Williams , lcapitulino@redhat.com, Kevin Wolf , Nitesh Narayan Lal , Theodore Ts'o , Xiao Guangrong , "Darrick J. Wong" , "Rafael J. Wysocki" , Linux Kernel Mailing List , linux-xfs , linux-fsdevel , Igor Mammedov Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Fri, May 10, 2019 at 07:33:03PM -0400, Pankaj Gupta wrote: > > > > > > > Hi Michael & Dan, > > > > > > Please review/ack the patch series from LIBNVDIMM & VIRTIO side. > > > We have ack on ext4, xfs patches(4, 5 & 6) patch 2. Still need > > > your ack on nvdimm patches(1 & 3) & virtio patch 2. > > > > I was planning to merge these via the nvdimm tree, not ack them. Did > > you have another maintainer lined up to take these patches? > > Sorry! for not being clear on this. I wanted to say same. > > Proposed the patch series to be merged via nvdimm tree as kindly agreed > by you. We only need an ack on virtio patch 2 from Micahel. > > Thank you for all your help. > > Best regards, > Pankaj Gupta Fine by me. > >