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

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

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)

- ----------------------------------------------------------------
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.

- ----------------------------------------------------------------
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-----

iQIzBAEBCgAdFiEE4n5dijQDou9mhzu83qZv95d3LNwFAlw3YyQACgkQ3qZv95d3
LNyE8w/+Of8iNo0BtW4BQNIX+vF2jtP2fzvqyZ01wGC2FHR0MRiwLwG24yvZ3z/k
xqihTkbK2aiZ2r1LT9Z3nkd0xxpkj5GBN/9voW3xJDukimUlor+wEBl/TID1WdgT
sl4u+pI/2kfLeWYf9sCkoO0oZ/AiRmuC0PG4tLB8o21y13Ngd1lW1cIpCFciX2OJ
LnNgEHi5wfLipEj7wJEKJPh095CaDtBpsnw++5Ef5pYbJBVqH9QPtqWSfCWY0+vA
PEQmpij4VAtjXhyPixoc8bi9AxiHw6bqRk94jowyeH8M5Cn1gX3uY0hJmhjVPYSY
6/odsGf5ZUrnGYBd0DuJsdQwKKzaZGbL4M6dnJML1yKsBnU7lzfHTW8OaE8ob9oX
13lBF9ii2YOiPdzB1SeQ3unnHYyyVlfuYGJwKM+51KU2BWnSWsq7Jaw6MeNEXwqK
T1Deiiqmg5hdRTlsmS77uywkkrcS+Y+Fu9R9RFeddYj/gTekyWCDhZJ7Sf2AtkXP
bxjlPwFuTmOdpz6VaM6kvgJLA1VkalSHmf0dXKlYibLiS5uonVVydYUOv6wMiuJc
mh6XeVv28aPyYAeEC3dkITqAAPx1Grijp6k066cvcIYz2qD31dlKi6OXjeuIlHLN
O3ddwIzGTPrTTxtvj9L1aIaeRxVwNdFFi1XZjzvk2vGsoOj/gGk=
=SmAD
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL v3] Hyper-V commits for 5.0
  2019-01-10 15:24 [GIT PULL v3] Hyper-V commits for 5.0 Sasha Levin
@ 2019-01-11  9:15 ` Greg KH
  2019-01-11 14:10   ` Sasha Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2019-01-11  9:15 UTC (permalink / raw)
  To: Sasha Levin; +Cc: linux-kernel, kys, haiyangz, sthemmin, linux-kernel

On Thu, Jan 10, 2019 at 10:24:31AM -0500, Sasha Levin wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> 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)
> 
> - ----------------------------------------------------------------
> 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.
> 
> - ----------------------------------------------------------------

Did you really push out an updated tag?  I still get the following text
when doing a pull of this tag:

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

So it looks like nothing changed from your previous request.

Note, when creating the signed tag, with 'git tag -s' you have to enter
the text you want to show up in the tag into the editor at that time.

thanks,

greg k-h

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

* Re: [GIT PULL v3] Hyper-V commits for 5.0
  2019-01-11  9:15 ` Greg KH
@ 2019-01-11 14:10   ` Sasha Levin
  2019-01-11 14:30     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Sasha Levin @ 2019-01-11 14:10 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, kys, haiyangz, sthemmin, linux-kernel

On Fri, Jan 11, 2019 at 10:15:52AM +0100, Greg KH wrote:
>On Thu, Jan 10, 2019 at 10:24:31AM -0500, Sasha Levin wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA512
>>
>> 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)
>>
>> - ----------------------------------------------------------------
>> 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.
>>
>> - ----------------------------------------------------------------
>
>Did you really push out an updated tag?  I still get the following text
>when doing a pull of this tag:
>
>-----------
>hyperv-fixes-signed
>-----------
>
>So it looks like nothing changed from your previous request.
>
>Note, when creating the signed tag, with 'git tag -s' you have to enter
>the text you want to show up in the tag into the editor at that time.

Ugh, I haven't actually pushed it, so while the text appeared on
git-request-pull because it was in my local tag, you didn't see it
because the remote tag with the same name didn't have it.

I've pushed it out and made sure the 'git pull' you'd do looks right.
Sorry!

--
Thanks,
Sasha

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

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

On Fri, Jan 11, 2019 at 09:10:12AM -0500, Sasha Levin wrote:
> On Fri, Jan 11, 2019 at 10:15:52AM +0100, Greg KH wrote:
> > On Thu, Jan 10, 2019 at 10:24:31AM -0500, Sasha Levin wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA512
> > > 
> > > 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)
> > > 
> > > - ----------------------------------------------------------------
> > > 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.
> > > 
> > > - ----------------------------------------------------------------
> > 
> > Did you really push out an updated tag?  I still get the following text
> > when doing a pull of this tag:
> > 
> > -----------
> > hyperv-fixes-signed
> > -----------
> > 
> > So it looks like nothing changed from your previous request.
> > 
> > Note, when creating the signed tag, with 'git tag -s' you have to enter
> > the text you want to show up in the tag into the editor at that time.
> 
> Ugh, I haven't actually pushed it, so while the text appeared on
> git-request-pull because it was in my local tag, you didn't see it
> because the remote tag with the same name didn't have it.
> 
> I've pushed it out and made sure the 'git pull' you'd do looks right.
> Sorry!

Ok, that worked, now pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2019-01-11 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-10 15:24 [GIT PULL v3] Hyper-V commits for 5.0 Sasha Levin
2019-01-11  9:15 ` Greg KH
2019-01-11 14:10   ` Sasha Levin
2019-01-11 14:30     ` Greg KH

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).