← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1670544] Re: [Hyper-V] Rebase Hyper-V to the upstream 4.10 kernel

 

** Changed in: linux (Ubuntu Zesty)
       Status: Triaged => Fix Released

** Changed in: linux (Ubuntu Yakkety)
       Status: Triaged => In Progress

** Changed in: linux (Ubuntu Yakkety)
     Assignee: (unassigned) => Tim Gardner (timg-tpi)

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1670544

Title:
  [Hyper-V] Rebase Hyper-V to the upstream 4.10 kernel

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Triaged
Status in linux source package in Yakkety:
  In Progress
Status in linux source package in Zesty:
  Fix Released

Bug description:
  Catching up with upstream 4.10 Hyper-V, files:
  arch/x86/kernel/cpu/mshyperv.c
  arch/x86/include/asm/mshyperv.h
  arch/x86/include/uapi/asm/hyperv.h
  include/linux/hyperv.h
  drivers/hv/channel.c
  drivers/hv/channel_mgmt.c
  drivers/hv/connection.c
  drivers/hv/hv_balloon.c
  drivers/hv/hv.c
  drivers/hv/hv_fcopy.c
  drivers/hv/hv_kvp.c
  drivers/hv/hv_snapshot.c
  drivers/hv/hv_util.c
  drivers/hv/hv_utils_transport.c
  drivers/hv/hv_utils_transport.h
  drivers/hv/hyperv_vmbus.h
  drivers/hv/ring_buffer.c
  drivers/hv/vmbus_drv.c
  tools/hv/hv_fcopy_daemon.c
  tools/hv/hv_get_dhcp_info.sh
  tools/hv/hv_get_dns_info.sh
  tools/hv/hv_kvp_daemon.c
  tools/hv/hv_set_ifconfig.sh
  tools/hv/hv_vss_daemon.c
  tools/hv/lsvmbus
  drivers/input/serio/hyperv-keyboard.c
  drivers/net/hyperv/hyperv_net.h
  drivers/net/hyperv/netvsc.c
  drivers/net/hyperv/netvsc_drv.c
  drivers/net/hyperv/rndis_filter.c
  drivers/scsi/storvsc_drv.c
  drivers/hid/hid-hyperv.c
  drivers/pci/host/pci-hyperv.c
  drivers/video/fbdev/hyperv_fb.c
  drivers/uio/uio_hv_generic.c

  Here is the delta from 4.9 to 4.10:
  mshyperv.c : commit a5a1d1c2914b5316924c7893eb683a5420ebd3be :     clocksource: Use a plain u64 instead of cycle_t
  hyperv.h : commit 433e19cf33d34bb6751c874a9c00980552fe508c :     Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
  hyperv.h : commit f45be72c8ec0b85263d1fe1e6c681d8c87e198e6 :     hyperv: Fix spelling of HV_UNKOWN
  hyperv.h : commit fc76936d3ea5720a6e0948a08381b803a68deb28 :     vmbus: add support for dynamic device id's
  hyperv.h : commit 1f6ee4e7d83586c8b10bd4f2f4346353d04ce884 :     Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
  hyperv.h : commit fa32ff6576623616c1751562edaed8c164ca5199 :     Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() (v2)
  channel.c : commit 1f6ee4e7d83586c8b10bd4f2f4346353d04ce884 :     Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
  channel.c : commit 3372592a140db69fd63837e81f048ab4abf8111e :     Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host
  channel_mgmt.c : commit f45be72c8ec0b85263d1fe1e6c681d8c87e198e6 :     hyperv: Fix spelling of HV_UNKOWN
  channel_mgmt.c : commit abd1026da4a7700a8db370947f75cd17b6ae6f76 :     hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()
  channel_mgmt.c : commit 74198eb4a42c4a3c4fbef08fa01a291a282f7c2e :     Drivers: hv: vmbus: Base host signaling strictly on the ring state
  connection.c : commit 95096f2fbd10186d3e78a328b327afc71428f65f :     uio-hv-generic: new userspace i/o driver for VMBus
  hv_balloon.c : commit b3bb97b8a49f3c489134793705bc636c7883e777 :     Drivers: hv: balloon: Add logging for dynamic memory operations
  hv_balloon.c : commit 8500096017e3a1baadbdefe8b84a99117472af46 :     Drivers: hv: balloon: Fix info request to show max page count
  hv_balloon.c : commit 8ba8c0a111083bfe53f7a8a0e2f14fd12eb2e030 :     Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not set
  hv.c : commit a5a1d1c2914b5316924c7893eb683a5420ebd3be :     clocksource: Use a plain u64 instead of cycle_t
  hv.c : commit 6ffc4b85358f6b7d252420cfa5862312cf5f83d8 :     hv: change clockevents unbind tactics
  hv_snapshot.c : commit b357fd3908c1191f2f56e38aa77f2aecdae18bc8 :     Drivers: hv: vss: Operation timeouts should match host expectation
  hv_snapshot.c : commit 23d2cc0c29eb0e7c6fe4cac88098306c31c40208 :     Drivers: hv: vss: Improve log messages.
  hv_util.c : commit 3da0401b4d0e17aea7526db0235d98fa535d903e :     Drivers: hv: utils: Fix the mapping between host version and protocol to use
  hyperv_vmbus.h : commit d7edd31ba9a661f1a3f357b43e84e84e5fad9538 :     Drivers: hv: utils: reduce HV_UTIL_NEGO_TIMEOUT timeout
  ring_buffer.c : commit 433e19cf33d34bb6751c874a9c00980552fe508c :     Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
  vmbus_drv.c : commit fc76936d3ea5720a6e0948a08381b803a68deb28 :     vmbus: add support for dynamic device id's
  vmbus_drv.c : commit f6b2db084b65b9dc0f910bc48d5f77c0e5166dc6 :     vmbus: make sysfs names consistent with PCI
  hv_fcopy_daemon.c : commit 0c38cda64aecb4a821210bb2d3d04092c181c0ae :     tools: hv: remove unnecessary header files and netlink related code
  hv_kvp_daemon.c : commit 0c38cda64aecb4a821210bb2d3d04092c181c0ae :     tools: hv: remove unnecessary header files and netlink related code
  hv_kvp_daemon.c : commit 51b68128ef55200fbe03d82c9ac5722f255e58b7 :     Tools: hv: remove inclusion of linux/types.h
  hv_kvp_daemon.c : commit 1745ba41945db2c77d918e3bcad898f8259f7f5a :     tools: hv: fix a compile warning in snprintf
  hyperv_net.h : commit d0c2c9973ecd267307543526ae93855e3a3e4b23 :     net: use core MTU range checking in virt drivers
  netvsc.c : commit 93ba2222550415e61f773a8e2ecd1f2a665f5ef5 :     hv_netvsc: remove excessive logging on MTU change
  netvsc.c : commit e8f0a89cd7591c5d4eb7c77833af865b4db356b7 :     hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()
  netvsc.c : commit 433e19cf33d34bb6751c874a9c00980552fe508c :     Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()
  netvsc_drv.c : commit 0719e72ccb801829a3d735d187ca8417f0930459 :     netvsc: add rcu_read locking to netvsc callback
  netvsc_drv.c : commit d0c2c9973ecd267307543526ae93855e3a3e4b23 :     net: use core MTU range checking in virt drivers
  rndis_filter.c : commit 93ba2222550415e61f773a8e2ecd1f2a665f5ef5 :     hv_netvsc: remove excessive logging on MTU change
  storvsc_drv.c : commit b0120d9906253570f593daf82016a5331bbee2b8 :     scsi: storvsc: Payload buffer incorrectly sized for 32 bit kernels.
  pci-hyperv.c : commit 0de8ce3ee8e38cc66683438f715c79a2cc69539e :     PCI: hv: Allocate physically contiguous hypercall params buffer
  pci-hyperv.c : commit 542ccf4551fa019a8ae9dfb7c8cd7e73a3d7e614 :     PCI: hv: Make unnecessarily global IRQ masking functions static
  pci-hyperv.c : commit 8286e96d95f2dd01a72e3500322ad95153a469c2 :     PCI: hv: Use the correct buffer size in new_pcichild_device()
  pci-hyperv.c : commit e74d2ebdda33b3bdd1826b5b92e9aa45bdf92bb3 :     PCI: hv: Delete the device earlier from hbus->children for hot-remove
  pci-hyperv.c : commit 17978524a636d007e6b929304ae3eb5ea0371019 :     PCI: hv: Fix hv_pci_remove() for hot-remove

  In addition, there are two important fixes for PCI in linux-next (already included in SR-IOV work):
  pci-hyperv.c : commit 60e2e2fbafdd1285ae1b4ad39ded41603e0c74d0 :     PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
  pci-hyperv.c : commit 4a9b0933bdfcd85da840284bf5a0eb17b654b9c2 :     PCI: hv: Use device serial number as PCI domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1670544/+subscriptions