[ubuntu/xenial-proposed] linux-hwe_4.8.0-38.41~16.04.1_amd64.tar.gz - (Accepted)

Benjamin M Romer benjamin.romer at canonical.com
Mon Feb 20 17:48:00 UTC 2017


linux-hwe (4.8.0-38.41~16.04.1) xenial; urgency=low

  [ Thadeu Lima de Souza Cascardo ]

  * Release Tracking Bug
    - LP: #1661654

  * Backport Dirty COW patch to prevent wineserver freeze (LP: #1658270)
    - SAUCE: mm: Respect FOLL_FORCE/FOLL_COW for thp

  * Kdump through NMI SMP and single core not working on Ubuntu16.10
    (LP: #1630924)
    - x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
    - SAUCE: hv: don't reset hv_context.tsc_page on crash

  * Call trace when testing fstat stressor on ppc64el with virtual  keyboard and
    mouse present (LP: #1652132)
    - HID: usbhid: Quirk a AMI virtual mouse and keyboard with ALWAYS_POLL

  * regression in linux-libc-dev in yakkety: C++ style comments are not allowed
    in ISO C90 (LP: #1659654)
    - generic syscalls: kill cruft from removed pkey syscalls

  * [16.04.2] POWER9 patches on top of 4.8 (LP: #1650263)
    - powerpc/book3s: Add a cpu table entry for different POWER9 revs
    - powerpc/mm/radix: Use different RTS encoding for different POWER9 revs
    - powerpc/mm/radix: Use different pte update sequence for different POWER9
      revs
    - powerpc/mm: Update the HID bit when switching from radix to hash
    - powerpc/64/kexec: NULL check "clear_all" in kexec_sequence
    - powerpc/64/kexec: Fix MMU cleanup on radix
    - powerpc/mm: Add radix flush all with IS=3
    - powerpc/64/kexec: Copy image with MMU off when possible
    - powerpc/64: Simplify adaptation to new ISA v3.00 HPTE format
    - powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1
    - powerpc/mm: Fix missing update of HID register on secondary CPUs
    - powerpc/64: Add some more SPRs and SPR bits for POWER9
    - powerpc/64: Provide functions for accessing POWER9 partition table
    - powerpc/powernv: Define real-mode versions of OPAL XICS accessors
    - powerpc/64: Define new ISA v3.00 logical PVR value and PCR register value
    - mm: update mmu_gather range correctly
    - mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages
    - mm: add tlb_remove_check_page_size_change to track page size change
    - powerpc: Revert Load Monitor Register Support
    - powerpc/mm: Correct process and partition table max size
    - powernv: Clear SPRN_PSSCR when a POWER9 CPU comes online
    - powerpc/mm/radix: Setup AMOR in HV mode to allow key 0
    - powerpc/mm: Detect instruction fetch denied and report
    - powerpc/mm/radix: Prevent kernel execution of user space
    - powerpc/mm: Rename hugetlb-radix.h to hugetlb.h
    - powerpc/mm/hugetlb: Handle hugepage size supported by hash config
    - powerpc/mm: Introduce _PAGE_LARGE software pte bits
    - powerpc/mm: Add radix__tlb_flush_pte_p9_dd1()
    - powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flush
    - powerpc/mm: update radix__pte_update to not do full mm tlb flush
    - powerpc/mm: Batch tlb flush when invalidating pte entries
    - powerpc/sparse: Make a bunch of things static
    - powerpc/perf: factor out the event format field
    - powerpc/perf: update attribute_group data structure
    - powerpc/perf: power9 raw event format encoding
    - powerpc/perf: macros for power9 format encoding
    - KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulation
    - KVM: PPC: Implement kvm_arch_intc_initialized() for PPC
    - KVM: PPC: Book3S HV: Move struct kvmppc_vcore from kvm_host.h to
      kvm_book3s.h
    - KVM: PPC: Book3S HV: Change vcore element runnable_threads from linked-list
      to array
    - KVM: Export kvm module parameter variables
    - KVM: PPC: Book3S HV: Implement halt polling
    - KVM: Add provisioning for ulong vm stats and u64 vcpu stats
    - KVM: PPC: Implement existing and add new halt polling vcpu stats
    - powerpc/mm: Speed up computation of base and actual page size for a HPTE
    - powerpc: Add simple cache inhibited MMIO accessors
    - KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C function
    - KVM: PPC: select IRQ_BYPASS_MANAGER
    - KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmap
    - powerpc/powernv: Provide facilities for EOI, usable from real mode
    - KVM: PPC: Book3S HV: Enable IRQ bypass
    - KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
    - KVM: PPC: Book3S HV: Complete passthrough interrupt in host
    - KVM: PPC: Book3S HV: Dump irqmap in debugfs
    - KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
    - KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real mode
    - KVM: PPC: Book3S HV: Set server for passed-through interrupts
    - KVM: PPC: Book3S HV: Counters for passthrough IRQ stats
    - KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()
    - KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after
      error detection
    - KVM: PPC: e500: Delete an unnecessary initialisation in
      kvm_vcpu_ioctl_config_tlb()
    - KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functions
    - KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()
    - KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()
    - kvm: add stubs for arch specific debugfs support
    - KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread
    - KVM: PPC: Book3S HV: Take out virtual core piggybacking code
    - KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbie
    - KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVL
    - KVM: PPC: Book3S HV: Fix build error when SMP=n
    - KVM: PPC: Book3S HV: Fix sparse static warning
    - KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler
    - KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tail
    - KVM: PPC: Book3S HV: Clear the key field of HPTE when the page is paged out
    - KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO
      entries
    - KVM: PPC: Book3S HV: Drop duplicate header asm/iommu.h
    - KVM: PPC: Book3S HV: Adapt to new HPTE format on POWER9
    - KVM: PPC: Book3S HV: Set partition table rather than SDR1 on POWER9
    - KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9
    - KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
    - KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
    - KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9
    - KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9
    - KVM: PPC: Book3S HV: Use stop instruction rather than nap on POWER9
    - KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in
      guest
    - KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcores
    - KVM: PPC: Book3S HV: Update kvmppc_set_arch_compat() for ISA v3.00
    - KVM: PPC: Book3S HV: Fix compilation with unusual configurations
    - KVM: PPC: Correctly report KVM_CAP_PPC_ALLOC_HTAB
    - KVM: PPC: Book3S HV: Use generic kvm module parameters
    - KVM: PPC: Book3S HV: Add check for module parameter halt_poll_ns
    - KVM: PPC: Decrease the powerpc default halt poll max value
    - KVM: PPC: Book3S HV: Comment style and print format fixups
    - KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h
    - KVM/PPC/Book3S HV: Convert to hotplug state machine
    - [Config] IRQ_BYPASS_MANAGER=y

  * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
    Chromebook R11 (LP: #1630238)
    - [Config] CONFIG_PINCTRL_CHERRYVIEW=y

  * Bug fixes for IBM VNIC Driver (LP: #1655379)
    - ibmvnic: Fix GFP_KERNEL allocation in interrupt context
    - ibmvnic: Update MTU after device initialization
    - ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context
    - ibmvnic: Fix missing brackets in init_sub_crq_irqs
    - ibmvnic: Start completion queue negotiation at server-provided optimum
      values
    - ibmvnic: Unmap ibmvnic_statistics structure
    - ibmvnic: Fix size of debugfs name buffer

  * Backport 3 patches to fix bugs with AIX clients using IBMVSCSI Target Driver
    (LP: #1657194)
    - SAUCE: ibmvscsis: Fix max transfer length
    - SAUCE: ibmvscsis: fix sleeping in interrupt context
    - SAUCE: ibmvscsis: Fix srp_transfer_data fail return code

  * NVMe: adapter is missing after abnormal shutdown followed by quick reboot,
    quirk needed (LP: #1656913)
    - nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too

  * Ubuntu 16.10 KVM SRIOV: if enable sriov while ping flood is running ping
    will stop working (LP: #1625318)
    - PCI: Do any VF BAR updates before enabling the BARs
    - PCI: Ignore BAR updates on virtual functions
    - PCI: Update BARs using property bits appropriate for type
    - PCI: Separate VF BAR updates from standard BAR updates
    - PCI: Don't update VF BARs while VF memory space is enabled
    - PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
    - PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
    - PCI: Add comments about ROM BAR updating

  * Ubuntu - ibmveth: abnormally large TCP MSS value caused a TCP session to
    hang with a zero window (LP: #1655420)
    - ibmveth: set correct gso_size and gso_type
    - ibmveth: calculate gso_segs for large packets

  * netfilter regression introducing a performance slowdown in binary
    arp/ip/ip6tables (LP: #1640786)
    - netfilter: x_tables: pass xt_counters struct instead of packet counter
    - netfilter: x_tables: pass xt_counters struct to counter allocator
    - netfilter: x_tables: pack percpu counter allocations

  * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
    - [Config] Add IBM power drivers to the inclusion list

  * [Hyper-V] netvsc: add rcu_read locked to netvsc callback (LP: #1657540)
    - netvsc: add rcu_read locking to netvsc callback

  * [Hyper-V] Rebase Hyper-V in 16.04 and 16.10 to the the upstream 4.9 kernel
    (LP: #1650059)
    - hv_netvsc: Add query for initial physical link speed
    - hv_netvsc: Add handler for physical link speed change
    - hv_netvsc: Implement batching of receive completions
    - PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()
    - hv_netvsc: fix rtnl locking in callback
    - hv_netvsc: make RSS hash key static
    - hv_netvsc: use kcalloc
    - hv_netvsc: style cleanups
    - hv_netvsc: make inline functions static
    - hv_netvsc: use ARRAY_SIZE() for NDIS versions
    - hv_netvsc: make device_remove void
    - hv_netvsc: init completion during alloc
    - hv_netvsc: rearrange start_xmit
    - hv_netvsc: refactor completion function
    - hv_netvsc: make netvsc_destroy_buf void
    - hv_netvsc: make variable local
    - hv_netvsc: report vmbus name in ethtool
    - hv_netvsc: add ethtool statistics for tx packet issues
    - Drivers: hv: get rid of redundant messagecount in create_gpadl_header()
    - Drivers: hv: don't leak memory in vmbus_establish_gpadl()
    - Drivers: hv: get rid of timeout in vmbus_open()
    - Drivers: hv: utils: fix a race on userspace daemons registration
    - Drivers: hv: vmbus: fix the race when querying & updating the percpu list
    - Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels
    - Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
    - Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency
    - Tools: hv: kvp: ensure kvp device fd is closed on exec
    - Drivers: hv: balloon: keep track of where ha_region starts
    - Drivers: hv: balloon: account for gaps in hot add regions
    - Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is
      enabled
    - Drivers: hv: balloon: replace ha_region_mutex with spinlock
    - Drivers: hv: balloon: Use available memory value in pressure report
    - Drivers: hv: cleanup vmbus_open() for wrap around mappings
    - Drivers: hv: ring_buffer: wrap around mappings for ring buffers
    - Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from,
      to}_ringbuffer()
    - Drivers: hv: ring_buffer: count on wrap around mappings in
      get_next_pkt_raw()
    - Drivers: hv: Introduce a policy for controlling channel affinity
    - Drivers: hv: utils: Continue to poll VSS channel after handling requests.
    - Drivers: hv: utils: Check VSS daemon is listening before a hot backup
    - PCI: hv: Use zero-length array in struct pci_packet
    - PCI: hv: Use pci_function_description[0] in struct definitions
    - PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
    - PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()
    - PCI: hv: Handle hv_pci_generic_compl() error case
    - Revert "Drivers: hv: ring_buffer: count on wrap around mappings in
      get_next_pkt_raw()"
    - Driver: hv: vmbus: Make mmio resource local
    - Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings
    - Drivers: hv: utils: Rename version definitions to reflect protocol version.
    - Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.
    - Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.
    - Drivers: hv: hv_util: Avoid dynamic allocation in time synch
    - Revert "hv_netvsc: make inline functions static"
    - hv_netvsc: use consume_skb
    - hv_netvsc: dev hold/put reference to VF
    - hv_netvsc: simplify callback event code
    - hv_netvsc: improve VF device matching
    - hv_netvsc: use RCU to protect vf_netdev
    - hv_netvsc: remove VF in flight counters
    - hv_netvsc: count multicast packets received
    - hv_netvsc: fix comments
    - Drivers: hv: make VMBus bus ids persistent
    - Drivers: hv: get rid of id in struct vmbus_channel
    - netvsc: fix checksum on UDP IPV6
    - netvsc: Remove mistaken udp.h inclusion.
    - net/hyperv: avoid uninitialized variable
    - Revert "hv_netvsc: report vmbus name in ethtool"
    - vmbus: make sysfs names consistent with PCI
    - netvsc: reduce maximum GSO size
    - Drivers: hv: vmbus: Base host signaling strictly on the ring state

  * Yakkety update to v4.8.17 stable release (LP: #1655057)
    - ssb: Fix error routine when fallback SPROM fails
    - rtlwifi: Fix enter/exit power_save
    - perf/x86: Fix exclusion of BTS and LBR for Goldmont
    - perf/x86/intel/cstate: Prevent hotplug callback leak
    - rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnecting
    - cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts
    - ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on success
    - ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.
    - mmc: sdhci: Fix recovery from tuning timeout
    - regulator: stw481x-vmmc: fix ages old enable error
    - timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
    - gpio: chardev: Return error for seek operations
    - arm64: tegra: Add VDD_GPU regulator to Jetson TX1
    - clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk
    - thermal: hwmon: Properly report critical temperature in sysfs
    - docs: sphinx-extensions: make rstFlatTable work with docutils 0.13
    - hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()
    - staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask
    - staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data
    - ACPI / video: Add force_native quirk for Dell XPS 17 L702X
    - ACPI / video: Add force_native quirk for HP Pavilion dv6
    - drm/amd/amdgpu: enable GUI idle INT after enabling CGCG
    - drm/nouveau/gr: fallback to legacy paths during firmware lookup
    - drm/nouveau/kms: lvds panel strap moved again on maxwell
    - drm/nouveau/bios: require checksum to match for fast acpi shadow method
    - drm/nouveau/ltc: protect clearing of comptags with mutex
    - drm/nouveau/ttm: wait for bo fence to signal before unmapping vmas
    - drm/nouveau/i2c/gk110b,gm10x: use the correct implementation
    - drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutex
    - drm/radeon: Also call cursor_move_locked when the cursor size changes
    - drm/radeon: Hide the HW cursor while it's out of bounds
    - drm/radeon: add additional pci revision to dpm workaround
    - drm/radeon/si: load the proper firmware on 0x87 oland boards
    - drm/gma500: Add compat ioctl
    - drm/amdgpu: fix init save/restore list in gfx_v8.0
    - drivers/gpu/drm/ast: Fix infinite loop if read fails
    - mei: request async autosuspend at the end of enumeration
    - mei: me: add lewisburg device ids
    - block: protect iterate_bdevs() against concurrent close
    - vt: fix Scroll Lock LED trigger name
    - stm class: Fix device leak in open error path
    - scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for
      30secs before reset
    - scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which
      does not support JBOD sequence map
    - iscsi-target: Return error if unable to add network portal
    - scsi: zfcp: fix use-after-"free" in FC ingress path after TMF
    - scsi: zfcp: do not trace pure benign residual HBA responses at default level
    - scsi: zfcp: fix rport unblock race with LUN recovery
    - scsi: avoid a permanent stop of the scsi device's request queue
    - ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache
    - firmware: fix usermode helper fallback loading
    - s390/vmlogrdr: fix IUCV buffer allocation
    - s390/kexec: use node 0 when re-adding crash kernel memory
    - arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the
      guest
    - sc16is7xx: Drop bogus use of IRQF_ONESHOT
    - md/raid5: limit request size according to implementation limits
    - scsi: aacraid: remove wildcard for series 9 controllers
    - KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
    - KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
    - kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
    - fsnotify: Fix possible use-after-free in inode iteration on umount
    - vsock/virtio: fix src/dst cid format
    - platform/x86: asus-nb-wmi.c: Add X45U quirk
    - fgraph: Handle a case where a tracer ignores set_graph_notrace
    - IB/mad: Fix an array index check
    - IPoIB: Avoid reading an uninitialized member variable
    - IB/multicast: Check ib_find_pkey() return value
    - IB/rxe: Fix a memory leak in rxe_qp_cleanup()
    - IB/cma: Fix a race condition in iboe_addr_get_sgid()
    - mn88472: fix chip id check on probe
    - mn88473: fix chip id check on probe
    - s5p-mfc: fix failure path of s5p_mfc_alloc_memdev()
    - media: solo6x10: fix lockup by avoiding delayed register write
    - v4l: tvp5150: Add missing break in set control handler
    - Input: drv260x - fix input device's parent assignment
    - i40iw: Use correct src address in memcpy to rdma stats counters
    - PCI: Check for PME in targeted sleep state
    - libceph: verify authorize reply on connect
    - nfs_write_end(): fix handling of short copies
    - pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed
    - pNFS: Don't clear the layout stateid if a layout return is outstanding
    - pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid
    - pNFS: Fix a deadlock between read resends and layoutreturn
    - SUNRPC: fix refcounting problems with auth_gss messages.
    - powerpc/64e: Convert cmpi to cmpwi in head_64.S
    - powerpc/ps3: Fix system hang with GCC 5 builds
    - libnvdimm, pfn: fix align attribute
    - kconfig/nconf: Fix hang when editing symbol with a long prompt
    - sg_write()/bsg_write() is not fit to be called under KERNEL_DS
    - net: mvpp2: fix dma unmapping of TX buffers for fragments
    - drm/i915/dsi: Fix chv_exec_gpio disabling the GPIOs it is setting
    - drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from
      vlv_init_display_clock_gating
    - drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing things
    - drm/i915: Initialize dev_priv->atomic_cdclk_freq at init time
    - drm/i915: skip the first 4k of stolen memory on everything >= gen8
    - Linux 4.8.17

  * Ubuntu 16.10 KVM: Running out of memory if trying to bringup guest with more
    than 64VFs. (LP: #1654067)
    - powerpc/iommu: Pass mm_struct to init/cleanup helpers
    - powerpc/iommu: Stop using @current in mm_iommu_xxx
    - vfio/spapr: Postpone allocation of userspace version of TCE table
    - vfio/spapr: Add a helper to create default DMA window
    - vfio/spapr: Postpone default window creation
    - vfio/spapr: Reference mm in tce_container
    - powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown

  * Miscellaneous Ubuntu changes
    - [Config] Drop elants_i2c and pinctrl-cherryview from ABI

Date: Tue, 07 Feb 2017 13:59:06 -0500
Changed-By: Benjamin M Romer <benjamin.romer at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lgw01-17.buildd>

-------------- next part --------------
Format: 1.8
Date: Tue, 07 Feb 2017 13:59:06 -0500
Source: linux-hwe
Binary: linux-source-4.8.0 linux-headers-4.8.0-38 linux-hwe-tools-4.8.0-38 linux-hwe-cloud-tools-4.8.0-38 linux-image-4.8.0-38-generic linux-image-extra-4.8.0-38-generic linux-headers-4.8.0-38-generic linux-image-4.8.0-38-generic-dbgsym linux-tools-4.8.0-38-generic linux-cloud-tools-4.8.0-38-generic linux-hwe-udebs-generic linux-image-4.8.0-38-generic-lpae linux-image-extra-4.8.0-38-generic-lpae linux-headers-4.8.0-38-generic-lpae linux-image-4.8.0-38-generic-lpae-dbgsym linux-tools-4.8.0-38-generic-lpae linux-cloud-tools-4.8.0-38-generic-lpae linux-hwe-udebs-generic-lpae linux-image-4.8.0-38-lowlatency linux-image-extra-4.8.0-38-lowlatency linux-headers-4.8.0-38-lowlatency linux-image-4.8.0-38-lowlatency-dbgsym linux-tools-4.8.0-38-lowlatency linux-cloud-tools-4.8.0-38-lowlatency linux-hwe-udebs-lowlatency linux-image-4.8.0-38-powerpc-e500mc linux-image-extra-4.8.0-38-powerpc-e500mc linux-headers-4.8.0-38-powerpc-e500mc linux-image-4.8.0-38-powerpc-e500mc-dbgsym
 linux-tools-4.8.0-38-powerpc-e500mc linux-cloud-tools-4.8.0-38-powerpc-e500mc linux-hwe-udebs-powerpc-e500mc linux-image-4.8.0-38-powerpc-smp linux-image-extra-4.8.0-38-powerpc-smp linux-headers-4.8.0-38-powerpc-smp linux-image-4.8.0-38-powerpc-smp-dbgsym linux-tools-4.8.0-38-powerpc-smp linux-cloud-tools-4.8.0-38-powerpc-smp linux-hwe-udebs-powerpc-smp linux-image-4.8.0-38-powerpc64-emb linux-image-extra-4.8.0-38-powerpc64-emb linux-headers-4.8.0-38-powerpc64-emb linux-image-4.8.0-38-powerpc64-emb-dbgsym linux-tools-4.8.0-38-powerpc64-emb linux-cloud-tools-4.8.0-38-powerpc64-emb linux-hwe-udebs-powerpc64-emb kernel-image-4.8.0-38-generic-di fat-modules-4.8.0-38-generic-di fb-modules-4.8.0-38-generic-di firewire-core-modules-4.8.0-38-generic-di floppy-modules-4.8.0-38-generic-di fs-core-modules-4.8.0-38-generic-di fs-secondary-modules-4.8.0-38-generic-di input-modules-4.8.0-38-generic-di irda-modules-4.8.0-38-generic-di md-modules-4.8.0-38-generic-di
 nic-modules-4.8.0-38-generic-di nic-pcmcia-modules-4.8.0-38-generic-di nic-usb-modules-4.8.0-38-generic-di nic-shared-modules-4.8.0-38-generic-di parport-modules-4.8.0-38-generic-di pata-modules-4.8.0-38-generic-di pcmcia-modules-4.8.0-38-generic-di pcmcia-storage-modules-4.8.0-38-generic-di plip-modules-4.8.0-38-generic-di ppp-modules-4.8.0-38-generic-di sata-modules-4.8.0-38-generic-di scsi-modules-4.8.0-38-generic-di serial-modules-4.8.0-38-generic-di storage-core-modules-4.8.0-38-generic-di usb-modules-4.8.0-38-generic-di nfs-modules-4.8.0-38-generic-di block-modules-4.8.0-38-generic-di message-modules-4.8.0-38-generic-di crypto-modules-4.8.0-38-generic-di virtio-modules-4.8.0-38-generic-di mouse-modules-4.8.0-38-generic-di vlan-modules-4.8.0-38-generic-di ipmi-modules-4.8.0-38-generic-di
 multipath-modules-4.8.0-38-generic-di
Architecture: amd64 all amd64_translations
Version: 4.8.0-38.41~16.04.1
Distribution: xenial
Urgency: low
Maintainer: Launchpad Build Daemon <buildd at lgw01-17.buildd>
Changed-By: Benjamin M Romer <benjamin.romer at canonical.com>
Description:
 block-modules-4.8.0-38-generic-di - Block storage devices (udeb)
 crypto-modules-4.8.0-38-generic-di - crypto modules (udeb)
 fat-modules-4.8.0-38-generic-di - FAT filesystem support (udeb)
 fb-modules-4.8.0-38-generic-di - Framebuffer modules (udeb)
 firewire-core-modules-4.8.0-38-generic-di - Firewire (IEEE-1394) Support (udeb)
 floppy-modules-4.8.0-38-generic-di - Floppy driver support (udeb)
 fs-core-modules-4.8.0-38-generic-di - Base filesystem modules (udeb)
 fs-secondary-modules-4.8.0-38-generic-di - Extra filesystem modules (udeb)
 input-modules-4.8.0-38-generic-di - Support for various input methods (udeb)
 ipmi-modules-4.8.0-38-generic-di - ipmi modules (udeb)
 irda-modules-4.8.0-38-generic-di - Support for Infrared protocols (udeb)
 kernel-image-4.8.0-38-generic-di - kernel image and system map (udeb)
 linux-cloud-tools-4.8.0-38-generic - Linux kernel version specific cloud tools for version 4.8.0-38
 linux-cloud-tools-4.8.0-38-generic-lpae - Linux kernel version specific cloud tools for version 4.8.0-38
 linux-cloud-tools-4.8.0-38-lowlatency - Linux kernel version specific cloud tools for version 4.8.0-38
 linux-cloud-tools-4.8.0-38-powerpc-e500mc - Linux kernel version specific cloud tools for version 4.8.0-38
 linux-cloud-tools-4.8.0-38-powerpc-smp - Linux kernel version specific cloud tools for version 4.8.0-38
 linux-cloud-tools-4.8.0-38-powerpc64-emb - Linux kernel version specific cloud tools for version 4.8.0-38
 linux-headers-4.8.0-38 - Header files related to Linux kernel version 4.8.0
 linux-headers-4.8.0-38-generic - Linux kernel headers for version 4.8.0 on 64 bit x86 SMP
 linux-headers-4.8.0-38-generic-lpae - Linux kernel headers for version 4.8.0 on 64 bit x86 SMP
 linux-headers-4.8.0-38-lowlatency - Linux kernel headers for version 4.8.0 on 64 bit x86 SMP
 linux-headers-4.8.0-38-powerpc-e500mc - Linux kernel headers for version 4.8.0 on 32-bit Freescale Power
 linux-headers-4.8.0-38-powerpc-smp - Linux kernel headers for version 4.8.0 on 32-bit PowerPC SMP
 linux-headers-4.8.0-38-powerpc64-emb - Linux kernel headers for version 4.8.0 on 64-bit PowerPC SMP Book
 linux-hwe-cloud-tools-4.8.0-38 - Linux kernel version specific cloud tools for version 4.8.0-38
 linux-hwe-tools-4.8.0-38 - Linux kernel version specific tools for version 4.8.0-38
 linux-hwe-udebs-generic - Metapackage depending on kernel udebs (udeb)
 linux-hwe-udebs-generic-lpae - Metapackage depending on kernel udebs (udeb)
 linux-hwe-udebs-lowlatency - Metapackage depending on kernel udebs (udeb)
 linux-hwe-udebs-powerpc-e500mc - Metapackage depending on kernel udebs (udeb)
 linux-hwe-udebs-powerpc-smp - Metapackage depending on kernel udebs (udeb)
 linux-hwe-udebs-powerpc64-emb - Metapackage depending on kernel udebs (udeb)
 linux-image-4.8.0-38-generic - Linux kernel image for version 4.8.0 on 64 bit x86 SMP
 linux-image-4.8.0-38-generic-dbgsym - Linux kernel debug image for version 4.8.0 on 64 bit x86 SMP
 linux-image-4.8.0-38-generic-lpae - Linux kernel image for version 4.8.0 on 64 bit x86 SMP
 linux-image-4.8.0-38-generic-lpae-dbgsym - Linux kernel debug image for version 4.8.0 on 64 bit x86 SMP
 linux-image-4.8.0-38-lowlatency - Linux kernel image for version 4.8.0 on 64 bit x86 SMP
 linux-image-4.8.0-38-lowlatency-dbgsym - Linux kernel debug image for version 4.8.0 on 64 bit x86 SMP
 linux-image-4.8.0-38-powerpc-e500mc - Linux kernel image for version 4.8.0 on 32-bit Freescale Power e5
 linux-image-4.8.0-38-powerpc-e500mc-dbgsym - Linux kernel debug image for version 4.8.0 on 32-bit Freescale Po
 linux-image-4.8.0-38-powerpc-smp - Linux kernel image for version 4.8.0 on 32-bit PowerPC SMP
 linux-image-4.8.0-38-powerpc-smp-dbgsym - Linux kernel debug image for version 4.8.0 on 32-bit PowerPC SMP
 linux-image-4.8.0-38-powerpc64-emb - Linux kernel image for version 4.8.0 on 64-bit PowerPC SMP Book3E
 linux-image-4.8.0-38-powerpc64-emb-dbgsym - Linux kernel debug image for version 4.8.0 on 64-bit PowerPC SMP
 linux-image-extra-4.8.0-38-generic - Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP
 linux-image-extra-4.8.0-38-generic-lpae - Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP
 linux-image-extra-4.8.0-38-lowlatency - Linux kernel extra modules for version 4.8.0 on 64 bit x86 SMP
 linux-image-extra-4.8.0-38-powerpc-e500mc - Linux kernel extra modules for version 4.8.0 on 32-bit Freescale
 linux-image-extra-4.8.0-38-powerpc-smp - Linux kernel extra modules for version 4.8.0 on 32-bit PowerPC SM
 linux-image-extra-4.8.0-38-powerpc64-emb - Linux kernel extra modules for version 4.8.0 on 64-bit PowerPC SM
 linux-source-4.8.0 - Linux kernel source for version 4.8.0 with Ubuntu patches
 linux-tools-4.8.0-38-generic - Linux kernel version specific tools for version 4.8.0-38
 linux-tools-4.8.0-38-generic-lpae - Linux kernel version specific tools for version 4.8.0-38
 linux-tools-4.8.0-38-lowlatency - Linux kernel version specific tools for version 4.8.0-38
 linux-tools-4.8.0-38-powerpc-e500mc - Linux kernel version specific tools for version 4.8.0-38
 linux-tools-4.8.0-38-powerpc-smp - Linux kernel version specific tools for version 4.8.0-38
 linux-tools-4.8.0-38-powerpc64-emb - Linux kernel version specific tools for version 4.8.0-38
 md-modules-4.8.0-38-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-4.8.0-38-generic-di - Fusion and i2o storage modules (udeb)
 mouse-modules-4.8.0-38-generic-di - Mouse support (udeb)
 multipath-modules-4.8.0-38-generic-di - DM-Multipath support (udeb)
 nfs-modules-4.8.0-38-generic-di - NFS filesystem drivers (udeb)
 nic-modules-4.8.0-38-generic-di - Network interface support (udeb)
 nic-pcmcia-modules-4.8.0-38-generic-di - PCMCIA network interface support (udeb)
 nic-shared-modules-4.8.0-38-generic-di - nic shared modules (udeb)
 nic-usb-modules-4.8.0-38-generic-di - USB network interface support (udeb)
 parport-modules-4.8.0-38-generic-di - Parallel port support (udeb)
 pata-modules-4.8.0-38-generic-di - PATA support modules (udeb)
 pcmcia-modules-4.8.0-38-generic-di - PCMCIA Modules (udeb)
 pcmcia-storage-modules-4.8.0-38-generic-di - PCMCIA storage support (udeb)
 plip-modules-4.8.0-38-generic-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-4.8.0-38-generic-di - PPP (serial port) networking support (udeb)
 sata-modules-4.8.0-38-generic-di - SATA storage support (udeb)
 scsi-modules-4.8.0-38-generic-di - SCSI storage support (udeb)
 serial-modules-4.8.0-38-generic-di - Serial port support (udeb)
 storage-core-modules-4.8.0-38-generic-di - Core storage support (udeb)
 usb-modules-4.8.0-38-generic-di - Core USB support (udeb)
 virtio-modules-4.8.0-38-generic-di - VirtIO Modules (udeb)
 vlan-modules-4.8.0-38-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1625318 1630238 1630924 1640786 1650059 1650263 1652132 1654067 1655002 1655057 1655379 1655420 1656913 1657194 1657540 1658270 1659654 1661654
Changes:
 linux-hwe (4.8.0-38.41~16.04.1) xenial; urgency=low
 .
   [ Thadeu Lima de Souza Cascardo ]
 .
   * Release Tracking Bug
     - LP: #1661654
 .
   * Backport Dirty COW patch to prevent wineserver freeze (LP: #1658270)
     - SAUCE: mm: Respect FOLL_FORCE/FOLL_COW for thp
 .
   * Kdump through NMI SMP and single core not working on Ubuntu16.10
     (LP: #1630924)
     - x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
     - SAUCE: hv: don't reset hv_context.tsc_page on crash
 .
   * Call trace when testing fstat stressor on ppc64el with virtual  keyboard and
     mouse present (LP: #1652132)
     - HID: usbhid: Quirk a AMI virtual mouse and keyboard with ALWAYS_POLL
 .
   * regression in linux-libc-dev in yakkety: C++ style comments are not allowed
     in ISO C90 (LP: #1659654)
     - generic syscalls: kill cruft from removed pkey syscalls
 .
   * [16.04.2] POWER9 patches on top of 4.8 (LP: #1650263)
     - powerpc/book3s: Add a cpu table entry for different POWER9 revs
     - powerpc/mm/radix: Use different RTS encoding for different POWER9 revs
     - powerpc/mm/radix: Use different pte update sequence for different POWER9
       revs
     - powerpc/mm: Update the HID bit when switching from radix to hash
     - powerpc/64/kexec: NULL check "clear_all" in kexec_sequence
     - powerpc/64/kexec: Fix MMU cleanup on radix
     - powerpc/mm: Add radix flush all with IS=3
     - powerpc/64/kexec: Copy image with MMU off when possible
     - powerpc/64: Simplify adaptation to new ISA v3.00 HPTE format
     - powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1
     - powerpc/mm: Fix missing update of HID register on secondary CPUs
     - powerpc/64: Add some more SPRs and SPR bits for POWER9
     - powerpc/64: Provide functions for accessing POWER9 partition table
     - powerpc/powernv: Define real-mode versions of OPAL XICS accessors
     - powerpc/64: Define new ISA v3.00 logical PVR value and PCR register value
     - mm: update mmu_gather range correctly
     - mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages
     - mm: add tlb_remove_check_page_size_change to track page size change
     - powerpc: Revert Load Monitor Register Support
     - powerpc/mm: Correct process and partition table max size
     - powernv: Clear SPRN_PSSCR when a POWER9 CPU comes online
     - powerpc/mm/radix: Setup AMOR in HV mode to allow key 0
     - powerpc/mm: Detect instruction fetch denied and report
     - powerpc/mm/radix: Prevent kernel execution of user space
     - powerpc/mm: Rename hugetlb-radix.h to hugetlb.h
     - powerpc/mm/hugetlb: Handle hugepage size supported by hash config
     - powerpc/mm: Introduce _PAGE_LARGE software pte bits
     - powerpc/mm: Add radix__tlb_flush_pte_p9_dd1()
     - powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flush
     - powerpc/mm: update radix__pte_update to not do full mm tlb flush
     - powerpc/mm: Batch tlb flush when invalidating pte entries
     - powerpc/sparse: Make a bunch of things static
     - powerpc/perf: factor out the event format field
     - powerpc/perf: update attribute_group data structure
     - powerpc/perf: power9 raw event format encoding
     - powerpc/perf: macros for power9 format encoding
     - KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulation
     - KVM: PPC: Implement kvm_arch_intc_initialized() for PPC
     - KVM: PPC: Book3S HV: Move struct kvmppc_vcore from kvm_host.h to
       kvm_book3s.h
     - KVM: PPC: Book3S HV: Change vcore element runnable_threads from linked-list
       to array
     - KVM: Export kvm module parameter variables
     - KVM: PPC: Book3S HV: Implement halt polling
     - KVM: Add provisioning for ulong vm stats and u64 vcpu stats
     - KVM: PPC: Implement existing and add new halt polling vcpu stats
     - powerpc/mm: Speed up computation of base and actual page size for a HPTE
     - powerpc: Add simple cache inhibited MMIO accessors
     - KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C function
     - KVM: PPC: select IRQ_BYPASS_MANAGER
     - KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmap
     - powerpc/powernv: Provide facilities for EOI, usable from real mode
     - KVM: PPC: Book3S HV: Enable IRQ bypass
     - KVM: PPC: Book3S HV: Handle passthrough interrupts in guest
     - KVM: PPC: Book3S HV: Complete passthrough interrupt in host
     - KVM: PPC: Book3S HV: Dump irqmap in debugfs
     - KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
     - KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real mode
     - KVM: PPC: Book3S HV: Set server for passed-through interrupts
     - KVM: PPC: Book3S HV: Counters for passthrough IRQ stats
     - KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()
     - KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after
       error detection
     - KVM: PPC: e500: Delete an unnecessary initialisation in
       kvm_vcpu_ioctl_config_tlb()
     - KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functions
     - KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()
     - KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()
     - kvm: add stubs for arch specific debugfs support
     - KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread
     - KVM: PPC: Book3S HV: Take out virtual core piggybacking code
     - KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbie
     - KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVL
     - KVM: PPC: Book3S HV: Fix build error when SMP=n
     - KVM: PPC: Book3S HV: Fix sparse static warning
     - KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler
     - KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tail
     - KVM: PPC: Book3S HV: Clear the key field of HPTE when the page is paged out
     - KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO
       entries
     - KVM: PPC: Book3S HV: Drop duplicate header asm/iommu.h
     - KVM: PPC: Book3S HV: Adapt to new HPTE format on POWER9
     - KVM: PPC: Book3S HV: Set partition table rather than SDR1 on POWER9
     - KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9
     - KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
     - KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
     - KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9
     - KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9
     - KVM: PPC: Book3S HV: Use stop instruction rather than nap on POWER9
     - KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in
       guest
     - KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcores
     - KVM: PPC: Book3S HV: Update kvmppc_set_arch_compat() for ISA v3.00
     - KVM: PPC: Book3S HV: Fix compilation with unusual configurations
     - KVM: PPC: Correctly report KVM_CAP_PPC_ALLOC_HTAB
     - KVM: PPC: Book3S HV: Use generic kvm module parameters
     - KVM: PPC: Book3S HV: Add check for module parameter halt_poll_ns
     - KVM: PPC: Decrease the powerpc default halt poll max value
     - KVM: PPC: Book3S HV: Comment style and print format fixups
     - KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h
     - KVM/PPC/Book3S HV: Convert to hotplug state machine
     - [Config] IRQ_BYPASS_MANAGER=y
 .
   * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
     Chromebook R11 (LP: #1630238)
     - [Config] CONFIG_PINCTRL_CHERRYVIEW=y
 .
   * Bug fixes for IBM VNIC Driver (LP: #1655379)
     - ibmvnic: Fix GFP_KERNEL allocation in interrupt context
     - ibmvnic: Update MTU after device initialization
     - ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context
     - ibmvnic: Fix missing brackets in init_sub_crq_irqs
     - ibmvnic: Start completion queue negotiation at server-provided optimum
       values
     - ibmvnic: Unmap ibmvnic_statistics structure
     - ibmvnic: Fix size of debugfs name buffer
 .
   * Backport 3 patches to fix bugs with AIX clients using IBMVSCSI Target Driver
     (LP: #1657194)
     - SAUCE: ibmvscsis: Fix max transfer length
     - SAUCE: ibmvscsis: fix sleeping in interrupt context
     - SAUCE: ibmvscsis: Fix srp_transfer_data fail return code
 .
   * NVMe: adapter is missing after abnormal shutdown followed by quick reboot,
     quirk needed (LP: #1656913)
     - nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
 .
   * Ubuntu 16.10 KVM SRIOV: if enable sriov while ping flood is running ping
     will stop working (LP: #1625318)
     - PCI: Do any VF BAR updates before enabling the BARs
     - PCI: Ignore BAR updates on virtual functions
     - PCI: Update BARs using property bits appropriate for type
     - PCI: Separate VF BAR updates from standard BAR updates
     - PCI: Don't update VF BARs while VF memory space is enabled
     - PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
     - PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
     - PCI: Add comments about ROM BAR updating
 .
   * Ubuntu - ibmveth: abnormally large TCP MSS value caused a TCP session to
     hang with a zero window (LP: #1655420)
     - ibmveth: set correct gso_size and gso_type
     - ibmveth: calculate gso_segs for large packets
 .
   * netfilter regression introducing a performance slowdown in binary
     arp/ip/ip6tables (LP: #1640786)
     - netfilter: x_tables: pass xt_counters struct instead of packet counter
     - netfilter: x_tables: pass xt_counters struct to counter allocator
     - netfilter: x_tables: pack percpu counter allocations
 .
   * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
     - [Config] Add IBM power drivers to the inclusion list
 .
   * [Hyper-V] netvsc: add rcu_read locked to netvsc callback (LP: #1657540)
     - netvsc: add rcu_read locking to netvsc callback
 .
   * [Hyper-V] Rebase Hyper-V in 16.04 and 16.10 to the the upstream 4.9 kernel
     (LP: #1650059)
     - hv_netvsc: Add query for initial physical link speed
     - hv_netvsc: Add handler for physical link speed change
     - hv_netvsc: Implement batching of receive completions
     - PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()
     - hv_netvsc: fix rtnl locking in callback
     - hv_netvsc: make RSS hash key static
     - hv_netvsc: use kcalloc
     - hv_netvsc: style cleanups
     - hv_netvsc: make inline functions static
     - hv_netvsc: use ARRAY_SIZE() for NDIS versions
     - hv_netvsc: make device_remove void
     - hv_netvsc: init completion during alloc
     - hv_netvsc: rearrange start_xmit
     - hv_netvsc: refactor completion function
     - hv_netvsc: make netvsc_destroy_buf void
     - hv_netvsc: make variable local
     - hv_netvsc: report vmbus name in ethtool
     - hv_netvsc: add ethtool statistics for tx packet issues
     - Drivers: hv: get rid of redundant messagecount in create_gpadl_header()
     - Drivers: hv: don't leak memory in vmbus_establish_gpadl()
     - Drivers: hv: get rid of timeout in vmbus_open()
     - Drivers: hv: utils: fix a race on userspace daemons registration
     - Drivers: hv: vmbus: fix the race when querying & updating the percpu list
     - Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels
     - Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
     - Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency
     - Tools: hv: kvp: ensure kvp device fd is closed on exec
     - Drivers: hv: balloon: keep track of where ha_region starts
     - Drivers: hv: balloon: account for gaps in hot add regions
     - Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is
       enabled
     - Drivers: hv: balloon: replace ha_region_mutex with spinlock
     - Drivers: hv: balloon: Use available memory value in pressure report
     - Drivers: hv: cleanup vmbus_open() for wrap around mappings
     - Drivers: hv: ring_buffer: wrap around mappings for ring buffers
     - Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from,
       to}_ringbuffer()
     - Drivers: hv: ring_buffer: count on wrap around mappings in
       get_next_pkt_raw()
     - Drivers: hv: Introduce a policy for controlling channel affinity
     - Drivers: hv: utils: Continue to poll VSS channel after handling requests.
     - Drivers: hv: utils: Check VSS daemon is listening before a hot backup
     - PCI: hv: Use zero-length array in struct pci_packet
     - PCI: hv: Use pci_function_description[0] in struct definitions
     - PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_device
     - PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()
     - PCI: hv: Handle hv_pci_generic_compl() error case
     - Revert "Drivers: hv: ring_buffer: count on wrap around mappings in
       get_next_pkt_raw()"
     - Driver: hv: vmbus: Make mmio resource local
     - Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings
     - Drivers: hv: utils: Rename version definitions to reflect protocol version.
     - Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.
     - Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.
     - Drivers: hv: hv_util: Avoid dynamic allocation in time synch
     - Revert "hv_netvsc: make inline functions static"
     - hv_netvsc: use consume_skb
     - hv_netvsc: dev hold/put reference to VF
     - hv_netvsc: simplify callback event code
     - hv_netvsc: improve VF device matching
     - hv_netvsc: use RCU to protect vf_netdev
     - hv_netvsc: remove VF in flight counters
     - hv_netvsc: count multicast packets received
     - hv_netvsc: fix comments
     - Drivers: hv: make VMBus bus ids persistent
     - Drivers: hv: get rid of id in struct vmbus_channel
     - netvsc: fix checksum on UDP IPV6
     - netvsc: Remove mistaken udp.h inclusion.
     - net/hyperv: avoid uninitialized variable
     - Revert "hv_netvsc: report vmbus name in ethtool"
     - vmbus: make sysfs names consistent with PCI
     - netvsc: reduce maximum GSO size
     - Drivers: hv: vmbus: Base host signaling strictly on the ring state
 .
   * Yakkety update to v4.8.17 stable release (LP: #1655057)
     - ssb: Fix error routine when fallback SPROM fails
     - rtlwifi: Fix enter/exit power_save
     - perf/x86: Fix exclusion of BTS and LBR for Goldmont
     - perf/x86/intel/cstate: Prevent hotplug callback leak
     - rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnecting
     - cfg80211/mac80211: fix BSS leaks when abandoning assoc attempts
     - ath9k: fix ath9k_hw_gpio_get() to return 0 or 1 on success
     - ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.
     - mmc: sdhci: Fix recovery from tuning timeout
     - regulator: stw481x-vmmc: fix ages old enable error
     - timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
     - gpio: chardev: Return error for seek operations
     - arm64: tegra: Add VDD_GPU regulator to Jetson TX1
     - clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clk
     - thermal: hwmon: Properly report critical temperature in sysfs
     - docs: sphinx-extensions: make rstFlatTable work with docutils 0.13
     - hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()
     - staging: comedi: ni_mio_common: fix M Series ni_ai_insn_read() data mask
     - staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data
     - ACPI / video: Add force_native quirk for Dell XPS 17 L702X
     - ACPI / video: Add force_native quirk for HP Pavilion dv6
     - drm/amd/amdgpu: enable GUI idle INT after enabling CGCG
     - drm/nouveau/gr: fallback to legacy paths during firmware lookup
     - drm/nouveau/kms: lvds panel strap moved again on maxwell
     - drm/nouveau/bios: require checksum to match for fast acpi shadow method
     - drm/nouveau/ltc: protect clearing of comptags with mutex
     - drm/nouveau/ttm: wait for bo fence to signal before unmapping vmas
     - drm/nouveau/i2c/gk110b,gm10x: use the correct implementation
     - drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutex
     - drm/radeon: Also call cursor_move_locked when the cursor size changes
     - drm/radeon: Hide the HW cursor while it's out of bounds
     - drm/radeon: add additional pci revision to dpm workaround
     - drm/radeon/si: load the proper firmware on 0x87 oland boards
     - drm/gma500: Add compat ioctl
     - drm/amdgpu: fix init save/restore list in gfx_v8.0
     - drivers/gpu/drm/ast: Fix infinite loop if read fails
     - mei: request async autosuspend at the end of enumeration
     - mei: me: add lewisburg device ids
     - block: protect iterate_bdevs() against concurrent close
     - vt: fix Scroll Lock LED trigger name
     - stm class: Fix device leak in open error path
     - scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for
       30secs before reset
     - scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which
       does not support JBOD sequence map
     - iscsi-target: Return error if unable to add network portal
     - scsi: zfcp: fix use-after-"free" in FC ingress path after TMF
     - scsi: zfcp: do not trace pure benign residual HBA responses at default level
     - scsi: zfcp: fix rport unblock race with LUN recovery
     - scsi: avoid a permanent stop of the scsi device's request queue
     - ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache
     - firmware: fix usermode helper fallback loading
     - s390/vmlogrdr: fix IUCV buffer allocation
     - s390/kexec: use node 0 when re-adding crash kernel memory
     - arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the
       guest
     - sc16is7xx: Drop bogus use of IRQF_ONESHOT
     - md/raid5: limit request size according to implementation limits
     - scsi: aacraid: remove wildcard for series 9 controllers
     - KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
     - KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
     - kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
     - fsnotify: Fix possible use-after-free in inode iteration on umount
     - vsock/virtio: fix src/dst cid format
     - platform/x86: asus-nb-wmi.c: Add X45U quirk
     - fgraph: Handle a case where a tracer ignores set_graph_notrace
     - IB/mad: Fix an array index check
     - IPoIB: Avoid reading an uninitialized member variable
     - IB/multicast: Check ib_find_pkey() return value
     - IB/rxe: Fix a memory leak in rxe_qp_cleanup()
     - IB/cma: Fix a race condition in iboe_addr_get_sgid()
     - mn88472: fix chip id check on probe
     - mn88473: fix chip id check on probe
     - s5p-mfc: fix failure path of s5p_mfc_alloc_memdev()
     - media: solo6x10: fix lockup by avoiding delayed register write
     - v4l: tvp5150: Add missing break in set control handler
     - Input: drv260x - fix input device's parent assignment
     - i40iw: Use correct src address in memcpy to rdma stats counters
     - PCI: Check for PME in targeted sleep state
     - libceph: verify authorize reply on connect
     - nfs_write_end(): fix handling of short copies
     - pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed
     - pNFS: Don't clear the layout stateid if a layout return is outstanding
     - pNFS: Clear NFS_LAYOUT_RETURN_REQUESTED when invalidating the layout stateid
     - pNFS: Fix a deadlock between read resends and layoutreturn
     - SUNRPC: fix refcounting problems with auth_gss messages.
     - powerpc/64e: Convert cmpi to cmpwi in head_64.S
     - powerpc/ps3: Fix system hang with GCC 5 builds
     - libnvdimm, pfn: fix align attribute
     - kconfig/nconf: Fix hang when editing symbol with a long prompt
     - sg_write()/bsg_write() is not fit to be called under KERNEL_DS
     - net: mvpp2: fix dma unmapping of TX buffers for fragments
     - drm/i915/dsi: Fix chv_exec_gpio disabling the GPIOs it is setting
     - drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from
       vlv_init_display_clock_gating
     - drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing things
     - drm/i915: Initialize dev_priv->atomic_cdclk_freq at init time
     - drm/i915: skip the first 4k of stolen memory on everything >= gen8
     - Linux 4.8.17
 .
   * Ubuntu 16.10 KVM: Running out of memory if trying to bringup guest with more
     than 64VFs. (LP: #1654067)
     - powerpc/iommu: Pass mm_struct to init/cleanup helpers
     - powerpc/iommu: Stop using @current in mm_iommu_xxx
     - vfio/spapr: Postpone allocation of userspace version of TCE table
     - vfio/spapr: Add a helper to create default DMA window
     - vfio/spapr: Postpone default window creation
     - vfio/spapr: Reference mm in tce_container
     - powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown
 .
   * Miscellaneous Ubuntu changes
     - [Config] Drop elants_i2c and pinctrl-cherryview from ABI
Checksums-Sha1:
 d6bdbb096a798c5156322b5b0ce54aae18bee299 391790 block-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 db974384a593ad28eb3778bcfb6add258430b341 326246 crypto-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 b29095bab1e64693048e6b495a3a78f82a7e1454 4332 fat-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 60e5ed969a64e29f95b132eb86443ee3ffbe51b3 13412 fb-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 7a8435dc8467574417fa8050d0e5f662cf432b25 68124 firewire-core-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 2b14c2032947b365c136752a26e30954fa79056c 33288 floppy-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 290570fbc5a36cf6b4d2cbb20f559b6dc9e19734 1137930 fs-core-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 96c30f32f85c74b8bda2a995ba190ec67adaf96f 620500 fs-secondary-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 78e69dc41664302f4b22c1e7474ed3010d66cd9f 294366 input-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 30d54330a9748930baf83367d7b6ce26b47bea38 59366 ipmi-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 192fc8edacc3dafd99cca5e1f10b9f0fc30331ea 230472 irda-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 5fc57c421c1fd19ca9603efd8c55198c567104ef 8022754 kernel-image-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 3d639ef7889711d3359db45bd85380d4e09893a6 1820 linux-cloud-tools-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 b5eb93c1323c323889d16033b58f28b3237a1df7 1832 linux-cloud-tools-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 726de3d9d78696d0402fef60973d73b5d7990539 843060 linux-headers-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 7c3042b4f131ea8f7c91fe79c129e63ca8204b38 847198 linux-headers-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 ba6a4332fd2ac5a2a986e2746866ddfda234cfe1 10302668 linux-headers-4.8.0-38_4.8.0-38.41~16.04.1_all.deb
 b7b6601e948c176aa8c7766c793bb6fe2174d814 852 linux-hwe-cloud-tools-4.8.0-38-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 cc0518f59c88e191ff19e24ff4245efb1445970e 52734 linux-hwe-cloud-tools-4.8.0-38_4.8.0-38.41~16.04.1_amd64.deb
 147934853a42db077bf8dfed38463c34a168bb82 872 linux-hwe-tools-4.8.0-38-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 6040946950e5687faf3c7620abd58fc8e674321f 731058 linux-hwe-tools-4.8.0-38_4.8.0-38.41~16.04.1_amd64.deb
 37548cb27caba6e339c4c4e7e2e10d85eb7f7ce4 938 linux-hwe-udebs-generic_4.8.0-38.41~16.04.1_amd64.udeb
 869df0b865ffc4aaf642b7ce36fdb0590ace0a9b 14297105 linux-hwe_4.8.0-38.41~16.04.1_amd64.tar.gz
 e8e8617fc81c06e28269b7052287df25d82d061f 34389 linux-hwe_4.8.0-38.41~16.04.1_amd64_translations.tar.gz
 c39109a6bf5abbbd2bad7741676369360163bb5c 548178144 linux-image-4.8.0-38-generic-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 1ffdfc621d2c323be876ccc3e326bed6640e154f 23494600 linux-image-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 1b29e8f3787a677778c8f9ea4fc330ede54fdd2f 548305218 linux-image-4.8.0-38-lowlatency-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 f3880188f11b4c3e9af4b2832438294a909a452b 61179450 linux-image-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 2a26d181796b221393b7a4a39af6c2e55279c71e 37679486 linux-image-extra-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 1183d4a6b0ec59737f8ddd1d17d110a700c02d45 119926942 linux-source-4.8.0_4.8.0-38.41~16.04.1_all.deb
 92af3fd2420535b501fa9a3f91b53478461ced1f 1892 linux-tools-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 6d18b28be478ba88cab66c65de82c036546061d9 1906 linux-tools-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 5d9d95dfe3e72b0067a64fd52844a9728925ba18 260094 md-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 1edfdb80d38437e018188f09bcfb3619d8895a06 204178 message-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 3213486df4a5cf67a57ed44efd1f4a7d526c1a95 55756 mouse-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 d499f68097f58ee0af95805fe08149c871e59188 18170 multipath-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 7cbad293134ef646910464d5aecb89e1ec5b1e89 503392 nfs-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 a3a0924ef58ba6a18acc7c1e5194a905ed8da168 4261336 nic-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 67518269b86964e13827d99e9919f87b127f5162 145972 nic-pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 9f1d0703683ca01a0210ba35653323fc495a2577 530544 nic-shared-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 b958e729717f022d14a9d9a091608474f5941a58 296980 nic-usb-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 a6c1d4e3a638bf89b9f0a54aab91d101f827fd4e 33182 parport-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 1c6ea9da32bc9a4ac7a26ebca14598a98f43ec02 126284 pata-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 d8ca2c0f3f5e1d55ba1ecf381b15ebd58decaf1a 65750 pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 c1838e4fe34c682d4f1e937c5ff3626fdc9a10bc 68174 pcmcia-storage-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 3430950de0c4db593cc6dea6dfb3f0ee0ded6805 8796 plip-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 71cfe0426ae5bf44873214795eae356ccc2de138 26114 ppp-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 913251171259f6ebc0dbd2316995a581ed0f66bd 97954 sata-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 c3209e7f15bbeccc9a6f3da97227a719341014eb 2258656 scsi-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 eb004f790eab0736b10a9ab8214a36d70c960c0b 88848 serial-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 774ef621004da51e5476eabccc4e60b5199506ca 46562 storage-core-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 908eef4ba398af3f6642e79be0a808597ea96ece 144006 usb-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 6e9c32bbcbfb79481517a69d9f771a7368972939 91746 virtio-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 4eb0281fd98387d20885df040f85d6ea786b5b35 27838 vlan-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
Checksums-Sha256:
 0ed86f7a66fbe0d47c659ea4f4ea1e96980f3791a8d8e14b8e5b1cab21774050 391790 block-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 022c1fb900cfff0cee03f93c1d70288155e722756e797bf9792109a213b5a2fc 326246 crypto-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 90cee466b454d94e2741f117630c3028c0ee5f52b1ef077e6a3111ad8796a4f1 4332 fat-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 6138e5b1c6c9911f7940d03001ef5193a3be8795f7b27d106fe576bd71d21849 13412 fb-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 e5a6770e13a3cb8db9fa96ff6fc08877f76495b30188dca9e48f1b40ed93dddf 68124 firewire-core-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 cd55ae7c852e87114a13dceee49b3e012fcd28494cf71e1aab91d4cab4d42fdc 33288 floppy-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 8adbf2f782ec178a40f25d97d1db6c388ff51c83c54d496e4b8f6d58fff84a17 1137930 fs-core-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 81ef1692843d9bfba12a79a74d70504d0c86b5fb2f204c4b4796d07f49509471 620500 fs-secondary-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 a67a056bc4c91b0aa58264e1768683b5e0adb27cdd0e2af24bbe71600ff7195b 294366 input-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 554bf89d23b54a8a38cc92e5cef6ce144f323838dd2dfb19ed4c538cd18b617a 59366 ipmi-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 44e9f860f0564734b07ac5be9d4988d9b3289171cc6333f650ea1a3d99a93f0c 230472 irda-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 dc0fe6e520ba033e94af265deaad466fa50ecc2e3d4c5a49a6182b03197f13d1 8022754 kernel-image-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 518325c6a43ab786f591e106db8a183ac567e6d54438e009b24a9bf285fdf4c4 1820 linux-cloud-tools-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 3e96eec7ab78c8e67627c5096ceb00f517aa5e47879d06b056d821c0ffa9ef51 1832 linux-cloud-tools-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 8a7a128211c8c4a924aca2d2f77b3599a10e177830200363890738bf5fe8dda9 843060 linux-headers-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 f98c942d5ad2410053ce5319d45703cf178523a6e1f99f67ce7074713d19988d 847198 linux-headers-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 c4aba65d940df901edda2398eadb18cefe2332c14a6ea43e487b4e5fe72db02e 10302668 linux-headers-4.8.0-38_4.8.0-38.41~16.04.1_all.deb
 e859e8d26e25048659a8468413a7417710422a238f430601685c29ad3ad8846c 852 linux-hwe-cloud-tools-4.8.0-38-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 8c259a585a9ac23ec02bc450b2fe06cdf4934e0f9eab2adefeeb5c64ad11117c 52734 linux-hwe-cloud-tools-4.8.0-38_4.8.0-38.41~16.04.1_amd64.deb
 5cc8abc29bc89b5760c273835317f8e7706d669cdaa045246705e04c5d65887f 872 linux-hwe-tools-4.8.0-38-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 1b97a85794068dbe662b1367996063dd6110bfab4355d1f7d8418f1642b83856 731058 linux-hwe-tools-4.8.0-38_4.8.0-38.41~16.04.1_amd64.deb
 afd355ab2ef2e6c83bc3954d01fe5c642a83b334066141acb64ebc05772a6e50 938 linux-hwe-udebs-generic_4.8.0-38.41~16.04.1_amd64.udeb
 fd23a80d815ba75e095a548290847ef0f27c14e8c54fa4bbbcce53520d234059 14297105 linux-hwe_4.8.0-38.41~16.04.1_amd64.tar.gz
 ee07852e250133894d17a47110257399a8d07c360e933de50371658e49b3b92c 34389 linux-hwe_4.8.0-38.41~16.04.1_amd64_translations.tar.gz
 2eb4dcd2691da3bdbfb480ecd0847606255abc7d4d48fd907c1de9d44e16092a 548178144 linux-image-4.8.0-38-generic-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 4ea8315d02cb05f3860b954d34dfbe376f13ae337a2af7d70b1bb55597acf494 23494600 linux-image-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 362078d44a43e982e839a6f102fff117c80e6c802cd4eed62709b52e4cf43ce2 548305218 linux-image-4.8.0-38-lowlatency-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 7c64f82276c6cf711132463eb69ca982ea3a37ba67411504b5818d22ef44ec35 61179450 linux-image-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 7ccbc2b8f3144543cbbefdd1a645a447a51b5cb060723623be371c196e3cefd8 37679486 linux-image-extra-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 aadd9374316290590f697dffc34cc0f3dfab3660d12f51981a31e2fc387bbdf6 119926942 linux-source-4.8.0_4.8.0-38.41~16.04.1_all.deb
 cf8b7efa541a95af03b3f2f0af1bc38bb895d93eb8f20f8eb962a7273965dd18 1892 linux-tools-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 c313a71a3c5ea2699e094d160211a4f21462b19aec6f9204edeb6b792731ca20 1906 linux-tools-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 54a5e4356e9dacc3142525dc60dcf59e346968de05dde340229e038c335e9e99 260094 md-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 fda6f404b3623c27850ac4b6584a61c53eaf97d668369a9479a199ea796cdfcd 204178 message-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 694c3fb23351ac17a24532b149ee9318785a5b50f5b3ed388a196874f1364bfa 55756 mouse-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 de895c40c773720ee21ccd81a822e3c8997177e4bd2ebec607f220364415b8d0 18170 multipath-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 7a88459c55097a1c33ec150bd3e2d65ec87acae197543b7c61e3b5060bc444d8 503392 nfs-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 3d6106d81f51cdd1d6adb4ac0def18fce365fbed7db646a7fb2b2e10034cdc4b 4261336 nic-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 f69d0078af7119e566a8f4c9edc58552c1c95712612ee1c93557d1b83eb4f323 145972 nic-pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 b26cf11537154793e99919193e58e43f8c9b0be9eabbf13a333c0818d17988f7 530544 nic-shared-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 f2500d536c4bc886ab2388e3748f7f6f811a399b85af5e6ad4856f783dfa2018 296980 nic-usb-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 1070a0ec359bc00b4a93425d843288f98123d23d0eef2713165abffffb2aec68 33182 parport-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 f8f374881a304fb744e4e4d013edf0e459b10b3d3144607c8919e6d6fa7cc48c 126284 pata-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 0b8feb443ad13e6a4219a2aade50f874d740e5143f5f39c2b89883f25ae7a2bd 65750 pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 7650a6a9e8cc0271b0549405572849cfe73759ba850682357405cc4a9227fb7c 68174 pcmcia-storage-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 ab4ccc0e1e9adb7bd4c58fbf2c4045830e2a38d7f936dabcd1d364b1d5197320 8796 plip-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 884c1eff2d3f871592ec0a16d00f4d012730e071cd434e6b84a96da5a9e80bd1 26114 ppp-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 2b44e87fe8c337d7d63d3ba6bcfde30767b56763ede3d46bbe4589f55897f04e 97954 sata-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 7a21e67ef7be0c787fc7c5b9c7ac98498d8c1c8425cffd2f5c9304c8c9d76684 2258656 scsi-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 9e830d2abecafc8ed0e94a2eef3075b0e53dc924b8b02f68f52cf17a528efb92 88848 serial-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 733b4b21b7ec69d21f80c0e0e0c77817e9458de9612ab47b7c709c47bc851788 46562 storage-core-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 fddaf9aebfca4bcd7c5c5894a86278c56463eaeac153803ba3d7ada783a0b9f2 144006 usb-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 3e3a0a21c7a775dd3544fd397bd127a053395821d6334a9df188db06ffca35a8 91746 virtio-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 660459e6c17d798ff0139051b49d2974c14c54dd1b59adf1f3e0478b97f1e021 27838 vlan-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
Files:
 69ff6410ecc494ff30cda182803f20df 391790 debian-installer standard block-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 948ecd0c3c002ca32d2917a49b1e654c 326246 debian-installer extra crypto-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 be2aa28a1ffeef3c4a82c80941d41a6e 4332 debian-installer standard fat-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 78276a629077983f715cfe4dd06bfa82 13412 debian-installer standard fb-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 7b48ab92abd51743cded999c45be3d25 68124 debian-installer standard firewire-core-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 18c7b08642d2b3a68936b41ea13633ca 33288 debian-installer standard floppy-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 309e60ddb526738e3f961754217cdec2 1137930 debian-installer standard fs-core-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 6298d7e8810c180275b6a9d9d39779ff 620500 debian-installer standard fs-secondary-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 fdc4bbfafab5021a2f2ecee71a4792a7 294366 debian-installer standard input-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 21fb67d7f4404abb97a2cb506678f13d 59366 debian-installer standard ipmi-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 e65f40f58463467fb6375e228e7cf52e 230472 debian-installer standard irda-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 3b91c85d5cfc92a90e72e2e01befc83f 8022754 debian-installer optional kernel-image-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 1a81fdbe6ee60eef9978eefbafca1e34 1820 devel optional linux-cloud-tools-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 23c3b9e47dfccfcc17ad28e29af0ffcb 1832 devel optional linux-cloud-tools-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 b6abc8df2e173c10d7f98f140cc46707 843060 devel optional linux-headers-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 2fc5905e9feb30999807752453b67ca6 847198 devel optional linux-headers-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 455bda8abe85e390997fcabb4c244ec6 10302668 devel optional linux-headers-4.8.0-38_4.8.0-38.41~16.04.1_all.deb
 b3587f20493b7aa8cb6f9c9bdd4a6c49 852 devel extra linux-hwe-cloud-tools-4.8.0-38-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 4f891e7ad1b8cf06262e650e83e67420 52734 devel optional linux-hwe-cloud-tools-4.8.0-38_4.8.0-38.41~16.04.1_amd64.deb
 13f070284531d4837ea5d38a2069dd92 872 devel extra linux-hwe-tools-4.8.0-38-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 36078d954437e9d55f6da7dc2384d1f0 731058 devel optional linux-hwe-tools-4.8.0-38_4.8.0-38.41~16.04.1_amd64.deb
 1df4975d2b9a3b585128cc6099d5f4f0 938 debian-installer optional linux-hwe-udebs-generic_4.8.0-38.41~16.04.1_amd64.udeb
 db0f98f264f50c7aeaa2b12f7d69ecc5 14297105 raw-uefi - linux-hwe_4.8.0-38.41~16.04.1_amd64.tar.gz
 c84b8d24ea5fb9f478fe62fcd2c2174f 34389 raw-translations - linux-hwe_4.8.0-38.41~16.04.1_amd64_translations.tar.gz
 4468d65561666f262729ddd7a0d35abc 548178144 devel optional linux-image-4.8.0-38-generic-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 e804d586e5cb4acfa8204cde0c8ad4c0 23494600 kernel optional linux-image-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 4286be7d681041097c34dec434b015b8 548305218 devel optional linux-image-4.8.0-38-lowlatency-dbgsym_4.8.0-38.41~16.04.1_amd64.ddeb
 15b867e92f73d093936dd4e8ce352e72 61179450 kernel optional linux-image-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 32d4812cc3e0df60b2e396b353533380 37679486 kernel optional linux-image-extra-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 8cd6b36b748e8258f95ee36a2b9431a9 119926942 devel optional linux-source-4.8.0_4.8.0-38.41~16.04.1_all.deb
 2410e57faced99de28d60ad347e09faf 1892 devel optional linux-tools-4.8.0-38-generic_4.8.0-38.41~16.04.1_amd64.deb
 d848f0f17932f095a7cf0b515a04f8e3 1906 devel optional linux-tools-4.8.0-38-lowlatency_4.8.0-38.41~16.04.1_amd64.deb
 fd7021127331c0150970628d0aadd35b 260094 debian-installer standard md-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 d8ff0c4d9476c747d149978d1a0d0d08 204178 debian-installer standard message-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 37974da5272712bfdd96e8c9f82f0bd7 55756 debian-installer extra mouse-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 1e546b4fe8898416eb5ebdd98210fc7a 18170 debian-installer extra multipath-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 aaaa433b26a79ac4c66be82a97355fc6 503392 debian-installer standard nfs-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 e5c8f0477e08073ce235edf4c4074a8f 4261336 debian-installer standard nic-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 cf88c0689d5b2b7bd7c2d3369f6eff0c 145972 debian-installer standard nic-pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 9ce88babf988c33dc4165506f278bf92 530544 debian-installer standard nic-shared-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 1bf9d56968cc72d682c5d88724c4aa41 296980 debian-installer standard nic-usb-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 6c1f04f4d65dd2a2aeb1906e25dc3c58 33182 debian-installer standard parport-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 f5111c30a67cfed6219cbc3446258b02 126284 debian-installer standard pata-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 080f1d4e51122261f50b9d56df6c263b 65750 debian-installer standard pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 71997d49678426dfd58b9d60b898daa0 68174 debian-installer standard pcmcia-storage-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 e0c884a85881d5d5ca78f19daa765f95 8796 debian-installer standard plip-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 783b470c687ec1f7f3b95b9b48c76d65 26114 debian-installer standard ppp-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 3bd2ea31a7963c5a73f212562fb567f3 97954 debian-installer standard sata-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 fef2abd441f656caa7c97f956741b0ef 2258656 debian-installer standard scsi-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 2cd9292858801d21f63a66b3f2ce9e7f 88848 debian-installer standard serial-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 b38d2a8f2f07440ef9fe9226ad978cd8 46562 debian-installer standard storage-core-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 c659d4bc6ce480edd3bb98fcdad06103 144006 debian-installer standard usb-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 ce0c5c6499fc69ec884988e8ce80bff0 91746 debian-installer standard virtio-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
 a2d8c1a8a545490715731c0a310854ea 27838 debian-installer extra vlan-modules-4.8.0-38-generic-di_4.8.0-38.41~16.04.1_amd64.udeb
Package-Type: udeb


More information about the Xenial-changes mailing list