From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751070AbdEaO3S (ORCPT ); Wed, 31 May 2017 10:29:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38726 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750878AbdEaO3Q (ORCPT ); Wed, 31 May 2017 10:29:16 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 1957081138 Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=vkuznets@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 1957081138 From: Vitaly Kuznetsov To: Andy Shevchenko Cc: "x86\@kernel.org" , devel@linuxdriverproject.org, "linux-kernel\@vger.kernel.org" , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Steven Rostedt , Jork Loeser , Simon Xiao , Andy Lutomirski Subject: Re: [PATCH v5 00/10] Hyper-V: praravirtualized remote TLB flushing and hypercall improvements References: <20170530113424.15687-1-vkuznets@redhat.com> Date: Wed, 31 May 2017 16:29:11 +0200 In-Reply-To: (Andy Shevchenko's message of "Tue, 30 May 2017 20:05:00 +0300") Message-ID: <87fufl14nc.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 31 May 2017 14:29:16 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andy Shevchenko writes: > On Tue, May 30, 2017 at 2:34 PM, Vitaly Kuznetsov wrote: > >> K. Y., while all the changes are not groundbreaking I still have to drop >> 'Tested-by' tags on affected patches. It would be great to have this >> series retested. >> >> Thomas, Ingo, Peter, would you like to take this through x86 tree or should >> we push it through Greg's char-misc tree? > > What does MAINTAINERS tell about? > MAINTAINERS says Hyper-V: Hyper-V CORE AND DRIVERS M: "K. Y. Srinivasan" M: Haiyang Zhang M: Stephen Hemminger L: devel@linuxdriverproject.org S: Maintained F: arch/x86/include/asm/mshyperv.h F: arch/x86/include/uapi/asm/hyperv.h F: arch/x86/kernel/cpu/mshyperv.c F: arch/x86/hyperv ... But Andy L. was asking if we could push this through x86 as it clashes with his PCID series. >> Vitaly Kuznetsov (10): > > I have found number of small issues, after addressing them, FWIW, > Reviewed-by: Andy Shevchenko Thanks for the review! -- Vitaly