Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1724167

Re: [PATCH v10 0/9] Hyper-V: paravirtualized remote TLB flushing and hypercall improvements

Path csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v10 0/9] Hyper-V: paravirtualized remote TLB flushing and hypercall improvements
Date Thu, 31 Aug 2017 14:30:02 +0200
Message-ID <ukwLE-5Ay-9@gated-at.bofh.it> (permalink)
References <ua4nE-3Eo-9@gated-at.bofh.it> <ukw8W-55Z-1@gated-at.bofh.it>
X-Original-To Vitaly Kuznetsov <vkuznets@redhat.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=oAJpva/8m8RkuDgRLbkQ7iBiKRXHmJAfrShib+5rbqw=; b=qUr+RJKhHGJE12BpTEzIs9paxlqOWC1ZFkNNv0JZ15g+KnXZB7pm6CgE5lL676teX8 wrT28/GEAlKp3aBcV/Lhi0mr40UoXLR4LbV+9DtSyd0S90Y54vSZ8tsMWvd07bhaKAUo IOyf0HSDi0E6C7w20kgsvSrGzG+bSU/4/e2JHmjqIhEFf2xdZXh68sPubxfo7BWiEfAk X4XVk37t1MzesdoiMgdvjNmCM/HaUVuLoOEx4DSZJkd+HtSSS5m5L6QrK2thdCeZdDwd VPumAgBuKkrOr083AzKcZ+uArDGG2xLalKJ9dy6c5HrrTCLVTYayWj3P3ackLq/23U1C SmcA==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=oAJpva/8m8RkuDgRLbkQ7iBiKRXHmJAfrShib+5rbqw=; b=lXn9+OBnjJH/x5MrmP0yvL8kSm+n3VgWCubnHgKHatJic9qIsDiVpJzRqsMhLefyey 96F6TlNOdc3bRrp5xVLT16qGt6jDWhHg96maxfhhbRpozY6gNxFM/LSZzLY5G2cvqlWT 9hkHEqh+SaXNfWwpO3/imbCbl7jt2cpAHQCOIaVRrppD3ebp7HbjwbmJVTpKl/vTxhFT Kl9At4T/sRfoHNk0fl4cbGA8a544+4mvmyzkJzBpqN02TgGWael19B2zG3AipLhuJjEv kF8r8VTqvDYquXzLg+y2SzzFGIrLo2i8Mr6Sha0NM0W6Ddes20HjqyAkjtKYoFfFDGuq jpAg==
X-Gm-Message-State AHPjjUgJIMi7e8FzM//MMacrL/jpzdttOYa6XchrDPyleZshsBnrK7hw nePLcawET3Hu8w==
X-Google-SMTP-Source ADKCNb5UWI/F98PUqTd9NZSXgvoGS8GiUz/D3BaMsGS+V6WD55jvsozNCeK7ZXK7qBicuY0urev04w==
X-Received by 10.28.109.24 with SMTP id i24mr513305wmc.68.1504182178227; Thu, 31 Aug 2017 05:22:58 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent NeoMutt/20170113 (1.7.2)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 31
Organization linux.* mail to news gateway
X-Original-Cc Ingo Molnar <mingo@redhat.com>, devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, "K. Y. Srinivasan" <kys@microsoft.com>, Haiyang Zhang <haiyangz@microsoft.com>, Stephen Hemminger <sthemmin@microsoft.com>, Thomas Gleixner <tglx@linutronix.de>, "H. Peter Anvin" <hpa@zytor.com>, Steven Rostedt <rostedt@goodmis.org>, Jork Loeser <Jork.Loeser@microsoft.com>, Simon Xiao <sixiao@microsoft.com>, Andy Lutomirski <luto@kernel.org>, Andy Shevchenko <andy.shevchenko@gmail.com>, x86@kernel.org
X-Original-Date Thu, 31 Aug 2017 14:22:55 +0200
X-Original-Message-ID <20170831122254.y7v6jenwhxmf2uim@gmail.com>
X-Original-References <20170802160921.21791-1-vkuznets@redhat.com> <87fuc8x8qp.fsf@vitty.brq.redhat.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1724167

Show key headers only | View raw


* Vitaly Kuznetsov <vkuznets@redhat.com> wrote:

> > Changes since v9:
> > - Rebase to 4.13-rc3.
> > - Drop PATCH1 as it was already taken by Greg to char-misc tree. There're no
> >   functional dependencies on this patch so the series can go through a different tree
> >   (and it actually belongs to x86 if I got Ingo's comment right).
> > - Add in missing void return type in PATCH1 [Colin King, Ingo Molnar, Greg KH]
> > - A few minor fixes in what is now PATCH7: add pr_fmt, tiny style fix in
> >   hyperv_flush_tlb_others() [Andy Shevchenko]
> > - Fix "error: implicit declaration of function 'virt_to_phys'" in PATCH2
> >   reported by kbuild test robot (#include <asm/io.h>)
> > - Add Steven's 'Reviewed-by:' to PATCH9.
> 
> Ingo,
> 
> this series ended up being 'almost merged' - you merged all but the last
> two patches to 'x86/platform' branch when Peter reported an issue with
> pagetable walkers. Now as we have 'x86/mm: Enable RCU based page table
> freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)' merged to 'x86/mm' this is
> resolved and we can hopefully proceed with this series. Could you please
> let me know if I need to resend these last two patches or if you can
> take them from v10?

Ok, I have merged tip:x86/mm into tip:x86/platform to pick up the dependency and 
have applied patches #9 and #10. Will push it all out after testing.

Thanks,

	Ingo

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH v10 0/9] Hyper-V: paravirtualized remote TLB flushing and hypercall improvements Vitaly Kuznetsov <vkuznets@redhat.com> - 2017-08-31 13:50 +0200
  Re: [PATCH v10 0/9] Hyper-V: paravirtualized remote TLB flushing and  hypercall improvements Ingo Molnar <mingo@kernel.org> - 2017-08-31 14:30 +0200
    Re: [PATCH v10 0/9] Hyper-V: paravirtualized remote TLB flushing and hypercall improvements Vitaly Kuznetsov <vkuznets@redhat.com> - 2017-08-31 17:00 +0200
      Re: [PATCH v10 0/9] Hyper-V: paravirtualized remote TLB flushing and  hypercall improvements Ingo Molnar <mingo@kernel.org> - 2017-08-31 22:10 +0200

csiph-web