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=ham 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 46A4EC04A6B for ; Sun, 12 May 2019 16:52:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2329D21855 for ; Sun, 12 May 2019 16:52:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726917AbfELQwi (ORCPT ); Sun, 12 May 2019 12:52:38 -0400 Received: from mail-qk1-f193.google.com ([209.85.222.193]:44774 "EHLO mail-qk1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726695AbfELQwi (ORCPT ); Sun, 12 May 2019 12:52:38 -0400 Received: by mail-qk1-f193.google.com with SMTP id w25so6620311qkj.11 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=Jx2pjk5NffyL3T1ze5NaqsaZWRAZYD00R1s+KTX3mValjTnL5sBMfQd3Euw9kTLrlY StDmUqny8Kfsvgk/qfJB8HHROdCiBuC17a1/25JmAwdo6CgUwleIl6s8PE8CGjVECQpF 03fX/Pfb6P5qymZX+EYVuwWtkGwi/rSa53zq6fH6AZvs7A+UkB3B1R0p20kLMz2jQwQo jMPHUhkrCUQzfqiLyu0Rvx7IVDxgqcEdL9TBuX3FuT2i9Ka/yM5s8ujk5OD0zg9IEHBZ JtLDS5Oz2/B3HNxlj221BehU6YwsaWuaqZ7PlImHrYy1Cu/VorM5/DtrfOn5BkF1ZjYc hTZw== X-Gm-Message-State: APjAAAV21SA6M9VKuMPl2/Vs3EgBnVJXgxWhuv5vdnPAlAdlHJr1XOiJ wp2O1GaM7bNFsD245LUEWHvjPA== 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 Cc: Dan Williams , linux-nvdimm , Linux Kernel Mailing List , virtualization@lists.linux-foundation.org, KVM list , linux-fsdevel , Linux ACPI , Qemu Developers , linux-ext4 , linux-xfs , Ross Zwisler , Vishal L Verma , Dave Jiang , Jason Wang , Matthew Wilcox , "Rafael J. Wysocki" , Christoph Hellwig , Len Brown , Jan Kara , Theodore Ts'o , Andreas Dilger , "Darrick J. Wong" , lcapitulino@redhat.com, Kevin Wolf , Igor Mammedov , jmoyer , Nitesh Narayan Lal , Rik van Riel , Stefan Hajnoczi , Andrea Arcangeli , David Hildenbrand , david , cohuck@redhat.com, Xiao Guangrong , Paolo Bonzini , Adam Borowski , yuval shaia , jstaron@google.com Subject: Re: [PATCH v8 0/6] virtio pmem driver 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> Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org 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. > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-f193.google.com (mail-qk1-f193.google.com [209.85.222.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 32C7021260A5F for ; Sun, 12 May 2019 09:52:38 -0700 (PDT) Received: by mail-qk1-f193.google.com with SMTP id k189so6679974qkc.0 for ; Sun, 12 May 2019 09:52:38 -0700 (PDT) Date: Sun, 12 May 2019 12:52:33 -0400 From: "Michael S. Tsirkin" Subject: Re: [PATCH v8 0/6] virtio pmem driver 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-Disposition: inline In-Reply-To: <1909759746.28039539.1557531183427.JavaMail.zimbra@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Pankaj Gupta 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 , jstaron@google.com, linux-nvdimm , Matthew Wilcox , Christoph Hellwig , Linux ACPI , linux-ext4 , Len Brown , Adam Borowski , Rik van Riel , yuval shaia , Stefan Hajnoczi , Paolo Bonzini , 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 List-ID: 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. > > _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH v8 0/6] virtio pmem driver Date: Sun, 12 May 2019 12:52:33 -0400 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-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1909759746.28039539.1557531183427.JavaMail.zimbra@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Pankaj Gupta Cc: cohuck@redhat.com, Jan Kara , KVM list , 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 List-Id: virtualization@lists.linuxfoundation.org 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. > > 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. > >