RE: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2015-01-09 Thread KY Srinivasan


> -Original Message-
> From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> Sent: Friday, January 9, 2015 1:02 PM
> To: KY Srinivasan
> Cc: de...@linuxdriverproject.org; Haiyang Zhang; linux-
> ker...@vger.kernel.org
> Subject: Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor
> cleanup
> 
> On Fri, Jan 09, 2015 at 08:58:08PM +, KY Srinivasan wrote:
> > > Please resend everything, there has been a mess of different patches
> > > and discussions and I can't figure out what should be applied and
> > > what should not.  I'll guess at a few easy ones, but getting the "correct"
> > > ones from you is the best thing.
> > Will do. Vitaly, could you please resend the patches.
> 
> You are the subsystem maintainer, right?  It's your job to bundle them up
> and resend if needed.

Will do.

K. Y
> 
> thanks,
> 
> greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2015-01-09 Thread gre...@linuxfoundation.org
On Fri, Jan 09, 2015 at 08:58:08PM +, KY Srinivasan wrote:
> > Please resend everything, there has been a mess of different patches and
> > discussions and I can't figure out what should be applied and what should
> > not.  I'll guess at a few easy ones, but getting the "correct"
> > ones from you is the best thing.
> Will do. Vitaly, could you please resend the patches. 

You are the subsystem maintainer, right?  It's your job to bundle them
up and resend if needed.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2015-01-09 Thread KY Srinivasan


> -Original Message-
> From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org]
> Sent: Friday, January 9, 2015 12:48 PM
> To: KY Srinivasan
> Cc: Vitaly Kuznetsov; de...@linuxdriverproject.org; Haiyang Zhang; linux-
> ker...@vger.kernel.org
> Subject: Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor
> cleanup
> 
> On Thu, Jan 08, 2015 at 05:04:20PM +, KY Srinivasan wrote:
> >
> >
> > > -Original Message-
> > > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> > > Sent: Thursday, January 8, 2015 8:02 AM
> > > To: KY Srinivasan
> > > Cc: gre...@linuxfoundation.org; de...@linuxdriverproject.org;
> > > Haiyang Zhang; linux-kernel@vger.kernel.org
> > > Subject: Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do
> > > minor cleanup
> > >
> > > KY Srinivasan  writes:
> > >
> > > >> -Original Message-
> > > >> From: devel
> > > >> [mailto:driverdev-devel-boun...@linuxdriverproject.org]
> > > >> On Behalf Of gre...@linuxfoundation.org
> > > >> Sent: Wednesday, December 10, 2014 6:48 AM
> > > >> To: Vitaly Kuznetsov
> > > >> Cc: de...@linuxdriverproject.org; Haiyang Zhang; linux-
> > > >> ker...@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:vkuzn...@redhat.com]
> > > >> > >> Sent: Tuesday, December 9, 2014 23:48 PM
> > > >> > >> To: KY Srinivasan
> > > >> > >> Cc: Haiyang Zhang; de...@linuxdriverproject.org; linux-
> > > >> > >> ker...@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?
> >
> > Greg,
> >
> > I have signed off on these patches. Do you want us to resend them. On
> > a different note, I too have a Few patches that I sent some weeks ago.
> Should I be resending them as well.
> 
> Please resend everything, there has been a mess of different patches and
> discussions and I can't figure out what should be applied and what should
> not.  I'll guess at a few easy ones, but getting the "correct"
> ones from you is the best thing.
Will do. Vitaly, could you please resend the patches. 

Regards,

K. Y
> 
> thanks,
> 
> greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2015-01-09 Thread gre...@linuxfoundation.org
On Thu, Jan 08, 2015 at 05:04:20PM +, KY Srinivasan wrote:
> 
> 
> > -Original Message-
> > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> > Sent: Thursday, January 8, 2015 8:02 AM
> > To: KY Srinivasan
> > Cc: gre...@linuxfoundation.org; de...@linuxdriverproject.org; Haiyang
> > Zhang; linux-kernel@vger.kernel.org
> > Subject: Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor
> > cleanup
> > 
> > KY Srinivasan  writes:
> > 
> > >> -Original Message-
> > >> From: devel [mailto:driverdev-devel-boun...@linuxdriverproject.org]
> > >> On Behalf Of gre...@linuxfoundation.org
> > >> Sent: Wednesday, December 10, 2014 6:48 AM
> > >> To: Vitaly Kuznetsov
> > >> Cc: de...@linuxdriverproject.org; Haiyang Zhang; linux-
> > >> ker...@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:vkuzn...@redhat.com]
> > >> > >> Sent: Tuesday, December 9, 2014 23:48 PM
> > >> > >> To: KY Srinivasan
> > >> > >> Cc: Haiyang Zhang; de...@linuxdriverproject.org; linux-
> > >> > >> ker...@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?
> 
> Greg,
> 
> I have signed off on these patches. Do you want us to resend them. On a 
> different note, I too have a
> Few patches that I sent some weeks ago. Should I be resending them as well.

Please resend everything, there has been a mess of different patches and
discussions and I can't figure out what should be applied and what
should not.  I'll guess at a few easy ones, but getting the "correct"
ones from you is the best thing.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2015-01-08 Thread KY Srinivasan


> -Original Message-
> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> Sent: Thursday, January 8, 2015 8:02 AM
> To: KY Srinivasan
> Cc: gre...@linuxfoundation.org; de...@linuxdriverproject.org; Haiyang
> Zhang; linux-kernel@vger.kernel.org
> Subject: Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor
> cleanup
> 
> KY Srinivasan  writes:
> 
> >> -Original Message-
> >> From: devel [mailto:driverdev-devel-boun...@linuxdriverproject.org]
> >> On Behalf Of gre...@linuxfoundation.org
> >> Sent: Wednesday, December 10, 2014 6:48 AM
> >> To: Vitaly Kuznetsov
> >> Cc: de...@linuxdriverproject.org; Haiyang Zhang; linux-
> >> ker...@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:vkuzn...@redhat.com]
> >> > >> Sent: Tuesday, December 9, 2014 23:48 PM
> >> > >> To: KY Srinivasan
> >> > >> Cc: Haiyang Zhang; de...@linuxdriverproject.org; linux-
> >> > >> ker...@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?

Greg,

I have signed off on these patches. Do you want us to resend them. On a 
different note, I too have a
Few patches that I sent some weeks ago. Should I be resending them as well.

Regards,

K. Y
> 
> Thanks,
> 
> --
>   Vitaly
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2015-01-08 Thread Vitaly Kuznetsov
KY Srinivasan  writes:

>> -Original Message-
>> From: devel [mailto:driverdev-devel-boun...@linuxdriverproject.org] On
>> Behalf Of gre...@linuxfoundation.org
>> Sent: Wednesday, December 10, 2014 6:48 AM
>> To: Vitaly Kuznetsov
>> Cc: de...@linuxdriverproject.org; Haiyang Zhang; linux-
>> ker...@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:vkuzn...@redhat.com]
>> > >> Sent: Tuesday, December 9, 2014 23:48 PM
>> > >> To: KY Srinivasan
>> > >> Cc: Haiyang Zhang; de...@linuxdriverproject.org; linux-
>> > >> ker...@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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2014-12-10 Thread KY Srinivasan


> -Original Message-
> From: devel [mailto:driverdev-devel-boun...@linuxdriverproject.org] On
> Behalf Of gre...@linuxfoundation.org
> Sent: Wednesday, December 10, 2014 6:48 AM
> To: Vitaly Kuznetsov
> Cc: de...@linuxdriverproject.org; Haiyang Zhang; linux-
> ker...@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:vkuzn...@redhat.com]
> > >> Sent: Tuesday, December 9, 2014 23:48 PM
> > >> To: KY Srinivasan
> > >> Cc: Haiyang Zhang; de...@linuxdriverproject.org; linux-
> > >> ker...@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.

K. Y
> 
> thanks,
> 
> greg k-h
> ___
> devel mailing list
> de...@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2014-12-10 Thread gre...@linuxfoundation.org
On Wed, Dec 10, 2014 at 10:22:40AM +0100, Vitaly Kuznetsov wrote:
> Dexuan Cui  writes:
> 
> >> -Original Message-
> >> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> >> Sent: Tuesday, December 9, 2014 23:48 PM
> >> To: KY Srinivasan
> >> Cc: Haiyang Zhang; de...@linuxdriverproject.org; linux-
> >> ker...@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...

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2014-12-10 Thread Vitaly Kuznetsov
Dexuan Cui  writes:

>> -Original Message-
>> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
>> Sent: Tuesday, December 9, 2014 23:48 PM
>> To: KY Srinivasan
>> Cc: Haiyang Zhang; de...@linuxdriverproject.org; linux-
>> ker...@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 :-)

-- 
  Vitaly
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 0/5] Tools: hv: fix compiler warnings and do minor cleanup

2014-12-09 Thread Dexuan Cui
> -Original Message-
> From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com]
> Sent: Tuesday, December 9, 2014 23:48 PM
> To: KY Srinivasan
> Cc: Haiyang Zhang; de...@linuxdriverproject.org; linux-
> ker...@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.

-- Dexuan