]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'hyperv-fixes-signed-20211117' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Nov 2021 16:46:15 +0000 (08:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Nov 2021 16:46:15 +0000 (08:46 -0800)
commit1d69e2d3e56df742faffa4a9c9af4e89e00d0a39
treeb69fe1722cc99ecae24efc760eca071afa4c3699
parent08005c96db747a12905433df085b779a61aa495e
parent29b0cf6be1e2b4c1b97038bdc4e6771b401d65bd
Merge tag 'hyperv-fixes-signed-20211117' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux

Pull hyperv fixes from Wei Liu:

 - Fix ring size calculation for balloon driver (Boqun Feng)

 - Fix issues in Hyper-V setup code (Sean Christopherson)

* tag 'hyperv-fixes-signed-20211117' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux:
  x86/hyperv: Move required MSRs check to initial platform probing
  x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails
  Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size