From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755627AbbAHQC0 (ORCPT ); Thu, 8 Jan 2015 11:02:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57662 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753943AbbAHQCZ (ORCPT ); Thu, 8 Jan 2015 11:02:25 -0500 From: Vitaly Kuznetsov To: KY Srinivasan Cc: "gregkh\@linuxfoundation.org" , "devel\@linuxdriverproject.org" , "Haiyang Zhang" , "linux-kernel\@vger.kernel.org" Subject: Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup References: <1418140103-11854-1-git-send-email-vkuznets@redhat.com> <87lhmfhna7.fsf@vitty.brq.redhat.com> <20141210144829.GB17184@kroah.com> Date: Thu, 08 Jan 2015 17:02:15 +0100 In-Reply-To: (KY Srinivasan's message of "Wed, 10 Dec 2014 17:50:23 +0000") Message-ID: <877fwxqn08.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org KY Srinivasan writes: >> -----Original Message----- >> From: devel [mailto:driverdev-devel-bounces@linuxdriverproject.org] On >> Behalf Of gregkh@linuxfoundation.org >> Sent: Wednesday, December 10, 2014 6:48 AM >> To: Vitaly Kuznetsov >> Cc: devel@linuxdriverproject.org; Haiyang Zhang; linux- >> kernel@vger.kernel.org >> Subject: Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor >> cleanup >> >> On Wed, Dec 10, 2014 at 10:22:40AM +0100, Vitaly Kuznetsov wrote: >> > Dexuan Cui writes: >> > >> > >> -----Original Message----- >> > >> From: Vitaly Kuznetsov [mailto:vkuznets@redhat.com] >> > >> Sent: Tuesday, December 9, 2014 23:48 PM >> > >> To: KY Srinivasan >> > >> Cc: Haiyang Zhang; devel@linuxdriverproject.org; linux- >> > >> kernel@vger.kernel.org; Dexuan Cui >> > >> Subject: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor >> > >> cleanup >> > >> >> > >> When someone does 'make' in tools/hv/ issues appear: >> > >> - hv_fcopy_daemon is not being built; >> > >> - lots of compiler warnings. >> > >> >> > >> This is just a cleanup. Compile-tested by myself on top of linux- >> next/master. >> > >> >> > >> Piggyback this series and send "[PATCH 5/5] Tools: hv: do not add >> > >> redundant '/' >> > >> in hv_start_fcopy()" >> > >> >> > >> Vitaly Kuznetsov (5): >> > >> Tools: hv: add mising fcopyd to the Makefile >> > >> Tools: hv: remove unused bytes_written from kvp_update_file() >> > >> Tools: hv: address compiler warnings for hv_kvp_daemon.c >> > >> Tools: hv: address compiler warnings for hv_fcopy_daemon.c >> > >> Tools: hv: do not add redundant '/' in hv_start_fcopy() >> > >> >> > >> tools/hv/Makefile | 4 ++-- >> > >> tools/hv/hv_fcopy_daemon.c | 10 ++-------- >> > >> tools/hv/hv_kvp_daemon.c | 29 +++++++++++++---------------- >> > >> 3 files changed, 17 insertions(+), 26 deletions(-) >> > >> >> > >> -- >> > >> 1.9.3 >> > > >> > > Hi Vitaly, >> > > Thanks for the patchset! >> > > >> > > Acked-by: Dexuan Cui >> > > >> > > PS, I added Greg into the TO list. >> > > The hv code in drivers/hv/ and tools/hv/ usually has to go into >> > > Greg's tree first. >> > >> > Well, I don't mind spamming Greg but he's not on the >> > scripts/get_maintainer.pl output. In case he's not monitoring the list >> > for patches by some other tool (patchwork?) a patch adding him to >> > MAINTAINERS would do the job. >> > >> > Greg, do you want to become an official Hyper-V maintainer in >> > MAINTAINERS? I can send a patch then :-) >> >> No. It's up to the "real" maintainers to take the patches and then forward >> them on to me for inclusion in the kernel tree. KY knows this... > > I will take care of this. > Hi KY, I just found out these patches never made it to any repo, at least I can't see them in char-misc-next. Do I need to resend? Thanks, -- Vitaly