linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL v2] Hyper-V commits for 5.0
@ 2019-01-10  7:05 Sasha Levin
  2019-01-10  7:43 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Sasha Levin @ 2019-01-10  7:05 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, kys, haiyangz, sthemmin, linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Greg,

Three bug fixes for different parts of the hyper-v code:

 - Fix for a lockup when changing NIC's MTU from Dexuan.
 - Fix of use of uninitialized memory from Dexuan.
 - Fix for memory corruption caused by ballooning from Vitaly.

All 3 were tested internally.

- --
Thanks,
Sasha


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed

for you to fetch changes up to b5679cebf780c6f1c2451a73bf1842a4409840e7:

  vmbus: fix subchannel removal (2019-01-09 19:20:31 -0500)

- ----------------------------------------------------------------
hyperv-fixes-signed

- ----------------------------------------------------------------
Dexuan Cui (2):
      Drivers: hv: vmbus: Check for ring when getting debug info
      vmbus: fix subchannel removal

Vitaly Kuznetsov (1):
      hv_balloon: avoid touching uninitialized struct page during tail onlining

 drivers/hv/channel.c     |  9 +----
 drivers/hv/hv_balloon.c  | 10 +++---
 drivers/hv/ring_buffer.c | 31 ++++++++---------
 drivers/hv/vmbus_drv.c   | 91 ++++++++++++++++++++++++++++++++----------------
 include/linux/hyperv.h   |  5 +--
 5 files changed, 86 insertions(+), 60 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE4n5dijQDou9mhzu83qZv95d3LNwFAlw27rAACgkQ3qZv95d3
LNyvPBAAiL6q801s5CN1EmMO2VWyEW5UjUuG5loKcB1/0H9D1ZfcEkq3U3eTIGk2
/OU2YNYz3Wz6zlmWum6Qf5EtvPZOmLDjVk3hozCyIz1w0DgNizFbXfa8sRqlYqPE
PzWX25bJwlSOG17QC2q9WeeZ7YGwe2aNc+qIUncmPYdSCkIGvoEm2WUKhvT3Tgvv
gxRao0mQkErjvVu6gkVhnDI7tv7qNPkrl6go/wOpZCoVNrhI2infR9G3hn2cOTL5
1yCV5Un2sqI9ZQ9/lJJ0qtSPs7eW0DGtayuYQqUNUKfProQZJGd/eAB5eEvts0f5
AdaU91E16/NK+U2pBOurYeLO9Kb7shOE6/DOerUzYVOg6KN//6+ZWSvnjM2/NDr5
nfPh6tUUdf7MtwQS9YPhqQR/teP/9s7M5tIlikHZt5rLTUvNq7QQxI9Twz0tQEwE
G+iBrUnhShKDW60c6sxUDbG9BJiszFDrnImY5YEZM3MUYlxLZ18ROpUNyk7SRdUc
jojqke17DttzlWIYW4xkIuwdHpMwIQ2aCqKUmj4awjC86f75w5viWKZGuiUEDuNz
Xw8twUNGYTwO1jjjrQLL7UCAygXnCJAjlp/BsXfnpzOQrXu1IE4y33t5WK+2Pw87
N+ATh72/IzsOHcvokTBeMrVrudW+vFLNwvbO183nYbxdnt8GSF4=
=/FGz
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL v2] Hyper-V commits for 5.0
  2019-01-10  7:05 [GIT PULL v2] Hyper-V commits for 5.0 Sasha Levin
@ 2019-01-10  7:43 ` Greg KH
  2019-01-10 15:21   ` Sasha Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2019-01-10  7:43 UTC (permalink / raw)
  To: Sasha Levin; +Cc: linux-kernel, kys, haiyangz, sthemmin, linux-kernel

On Thu, Jan 10, 2019 at 02:05:46AM -0500, Sasha Levin wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> Hi Greg,
> 
> Three bug fixes for different parts of the hyper-v code:
> 
>  - Fix for a lockup when changing NIC's MTU from Dexuan.
>  - Fix of use of uninitialized memory from Dexuan.
>  - Fix for memory corruption caused by ballooning from Vitaly.
> 
> All 3 were tested internally.
> 
> - --
> Thanks,
> Sasha
> 
> 
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
> 
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed
> 
> for you to fetch changes up to b5679cebf780c6f1c2451a73bf1842a4409840e7:
> 
>   vmbus: fix subchannel removal (2019-01-09 19:20:31 -0500)
> 
> - ----------------------------------------------------------------
> hyperv-fixes-signed
> 
> - ----------------------------------------------------------------

What changed?  In the tag, the above "one line" message is all that is
there, just like in the first version of this pull request.

That's what I asked to be changed, please put the information you have
above "Three bug...", in the tag itself.

Then, when I do a 'git pull' I can see that in the changelog message and
I do not have to go and manually cut/paste from the email, into the git
commit terminal, the needed information.

As it is, again, only the one line "hyperv-fixes-signed" shows up in the
commit log when I want to do the pull.

Try it yourself and see what I mean.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL v2] Hyper-V commits for 5.0
  2019-01-10  7:43 ` Greg KH
@ 2019-01-10 15:21   ` Sasha Levin
  0 siblings, 0 replies; 3+ messages in thread
From: Sasha Levin @ 2019-01-10 15:21 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, kys, haiyangz, sthemmin, linux-kernel

On Thu, Jan 10, 2019 at 08:43:23AM +0100, Greg KH wrote:
>On Thu, Jan 10, 2019 at 02:05:46AM -0500, Sasha Levin wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA512
>>
>> Hi Greg,
>>
>> Three bug fixes for different parts of the hyper-v code:
>>
>>  - Fix for a lockup when changing NIC's MTU from Dexuan.
>>  - Fix of use of uninitialized memory from Dexuan.
>>  - Fix for memory corruption caused by ballooning from Vitaly.
>>
>> All 3 were tested internally.
>>
>> - --
>> Thanks,
>> Sasha
>>
>>
>> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>>
>>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed
>>
>> for you to fetch changes up to b5679cebf780c6f1c2451a73bf1842a4409840e7:
>>
>>   vmbus: fix subchannel removal (2019-01-09 19:20:31 -0500)
>>
>> - ----------------------------------------------------------------
>> hyperv-fixes-signed
>>
>> - ----------------------------------------------------------------
>
>What changed?  In the tag, the above "one line" message is all that is
>there, just like in the first version of this pull request.
>
>That's what I asked to be changed, please put the information you have
>above "Three bug...", in the tag itself.
>
>Then, when I do a 'git pull' I can see that in the changelog message and
>I do not have to go and manually cut/paste from the email, into the git
>commit terminal, the needed information.
>
>As it is, again, only the one line "hyperv-fixes-signed" shows up in the
>commit log when I want to do the pull.
>
>Try it yourself and see what I mean.

Ah, I see. Coming right up.

--
Thanks,
Sasha

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-10 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-10  7:05 [GIT PULL v2] Hyper-V commits for 5.0 Sasha Levin
2019-01-10  7:43 ` Greg KH
2019-01-10 15:21   ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).