[ubuntu/yakkety-proposed] linux_4.8.0-38.41_amd64.tar.gz - (Accepted)
Benjamin M Romer
benjamin.romer at canonical.com
Thu Feb 9 17:08:38 UTC 2017
linux (4.8.0-38.41) yakkety; urgency=low
[ Thadeu Lima de Souza Cascardo ]
* Release Tracking Bug
- LP: #1661232
* 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 lcy01-17.buildd>
-------------- next part --------------
Format: 1.8
Date: Tue, 07 Feb 2017 13:59:06 -0500
Source: linux
Binary: linux-source-4.8.0 linux-doc linux-headers-4.8.0-38 linux-libc-dev linux-tools-common linux-tools-4.8.0-38 linux-cloud-tools-common linux-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-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-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-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-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-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-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
Distribution: yakkety
Urgency: low
Maintainer: Launchpad Build Daemon <buildd at lcy01-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 - Linux kernel version specific cloud tools for version 4.8.0-38
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-cloud-tools-common - Linux kernel version specific cloud tools for version 4.8.0
linux-doc - Linux kernel specific documentation for version 4.8.0
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-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-libc-dev - Linux Kernel Headers for development
linux-source-4.8.0 - Linux kernel source for version 4.8.0 with Ubuntu patches
linux-tools-4.8.0-38 - Linux kernel version specific tools for version 4.8.0-38
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
linux-tools-common - Linux kernel version specific tools for version 4.8.0
linux-udebs-generic - Metapackage depending on kernel udebs (udeb)
linux-udebs-generic-lpae - Metapackage depending on kernel udebs (udeb)
linux-udebs-lowlatency - Metapackage depending on kernel udebs (udeb)
linux-udebs-powerpc-e500mc - Metapackage depending on kernel udebs (udeb)
linux-udebs-powerpc-smp - Metapackage depending on kernel udebs (udeb)
linux-udebs-powerpc64-emb - Metapackage depending on kernel udebs (udeb)
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 1661232
Changes:
linux (4.8.0-38.41) yakkety; urgency=low
.
[ Thadeu Lima de Souza Cascardo ]
.
* Release Tracking Bug
- LP: #1661232
.
* 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:
13ab1c7554ee5c493a6b3b4bfb83c76101ace40c 395344 block-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
6258a48e28b0f86fd60c5ed6edddce416b50150d 324104 crypto-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
1be42e0216d4ca51f207652ea4bc669b8631cf34 4306 fat-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
ea4b1b732dac501f0e15fe9ace4a935869f0389d 13524 fb-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
fda44410a55bb18d39ff04651c8df9b3b7bf19aa 67928 firewire-core-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
b1e720aa3b57e533fbcaccef459496a22d4e6301 33708 floppy-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
ae5d55d852cbab7efd046033e443c9b2d3b02f0b 1135020 fs-core-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
9a086ac79ae2b12552443b6ae309aaa5f42c2448 618358 fs-secondary-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
c794ad76c3408648ae93dad2ad497fd8be62a397 292932 input-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
a2e07af9efeb30aa0987e92685d29d6538300fba 59488 ipmi-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
ea6c0814615edd49c9acb90ca257490fccb7d3c7 230426 irda-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
5b8a37b8f707d362e8decaf498399dd4bf57d764 8040970 kernel-image-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
3560327042c6eb6f09fe5e90b1fc4cafe2f3c0bf 834 linux-cloud-tools-4.8.0-38-dbgsym_4.8.0-38.41_amd64.ddeb
9db7528b34f1513db71fa803b7ddcbb7346cc7a0 1776 linux-cloud-tools-4.8.0-38-generic_4.8.0-38.41_amd64.deb
d4a8577d433e8a3eb5113e2b43397a623eaadf85 1788 linux-cloud-tools-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
2d646ca55d962e6f3f2d3519b9f0cbd309f7038d 52678 linux-cloud-tools-4.8.0-38_4.8.0-38.41_amd64.deb
0b7a351f96514dcd2b454b7ad10968c7068d42c2 45476 linux-cloud-tools-common_4.8.0-38.41_all.deb
fa00a7cd8799e4423434235a16dc27e7ac539991 10654554 linux-doc_4.8.0-38.41_all.deb
a296f73cb693d8098838ebc15262e2f8cdce698e 842818 linux-headers-4.8.0-38-generic_4.8.0-38.41_amd64.deb
c858353feadb5a4293838a8f665c58ab2136269a 842270 linux-headers-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
0ff3ca84c2b0dcffe347e262345b50702e41320f 10257628 linux-headers-4.8.0-38_4.8.0-38.41_all.deb
e3a1b7bf2976f13b22c64feb40b9b1e77978ea1f 648671844 linux-image-4.8.0-38-generic-dbgsym_4.8.0-38.41_amd64.ddeb
01135108e9f8976473d406aa763b5d94eaa10b7c 23501046 linux-image-4.8.0-38-generic_4.8.0-38.41_amd64.deb
e1844738dddad63601574caf10393e7a6e35c356 648220134 linux-image-4.8.0-38-lowlatency-dbgsym_4.8.0-38.41_amd64.ddeb
bb4ecf52288d8e62521fc98c720ee9cc9b7e40ea 61089466 linux-image-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
74279867fbaea615f7f0c9ed88b754f882f412ee 37530776 linux-image-extra-4.8.0-38-generic_4.8.0-38.41_amd64.deb
0e5a7ed194f4be4bc465ccc735e58f5688ba6c89 889046 linux-libc-dev_4.8.0-38.41_amd64.deb
07fe3befba87cfb12afed59bfa6993c26ac7a6f6 116472194 linux-source-4.8.0_4.8.0-38.41_all.deb
f01586afc88328b0136f40ec6b142a7849b98fc7 854 linux-tools-4.8.0-38-dbgsym_4.8.0-38.41_amd64.ddeb
a77ae7edf50d0634bded4defa23f3ffc1e74731d 1854 linux-tools-4.8.0-38-generic_4.8.0-38.41_amd64.deb
d37ba078b877fb1fc105cc7831a6637ad33eed61 1862 linux-tools-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
ab420dbcedf9352f1bcb18febe1cf0e4dd226a96 770040 linux-tools-4.8.0-38_4.8.0-38.41_amd64.deb
5c4e47dcad1b1cecd4723af3c50c01e7e7391c0a 142324 linux-tools-common_4.8.0-38.41_all.deb
de85c9c5b8c86d2a9407527310b2db2cfafa736a 926 linux-udebs-generic_4.8.0-38.41_amd64.udeb
b2fae0fe44a1514695b42a6ca6584f53c4ac1678 14337646 linux_4.8.0-38.41_amd64.tar.gz
582128c0438bb3f8921b17a56af1c063f8d43b6a 34376 linux_4.8.0-38.41_amd64_translations.tar.gz
14911237050f42c8ac9c89279e7fd6fdf93f97d5 260774 md-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
f104b3ca29c3eb72a1b0523bde9f37e30df71c93 204822 message-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
d177adfc170e773ad7d2070071e7204cdd898570 55638 mouse-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
29f2f13b9e9b88884482235a273f1e52d84f9273 18252 multipath-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
9919275335e6179b06ab3a46cb98e5308381af8c 503572 nfs-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
78b49291d47ac8faa81e249cbbd4cb446fb1fb11 4274648 nic-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
b7670f67b8bc57f8925665ded233c396d0437a2e 146092 nic-pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
56efec03cf17fc44dcf0fddebc473f987ef2c072 530438 nic-shared-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
daf4621cdd7c1b6a43d37680e711ce0233229972 297306 nic-usb-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
0cd4b8a1b3851c8e732602db0ffdcec513ff243e 33272 parport-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
c996c8718f03ace4f29dc1a3ceea7e505fe45832 126258 pata-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
bf7d35b8c99212801dc291df2818564b10b3c360 65424 pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
e777ecc0254e0f38aa7bdb5b198c56db545a2ed4 68132 pcmcia-storage-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
a1b63e53f47b8802abc2684783dcb4c9c02fb2bc 8616 plip-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
1be4163485ae904215e19286bd335899f8d4afca 26216 ppp-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
7e1d012f5a48f63f288d41dd1755003790dc7115 97896 sata-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
df5d63ccee1da32db9c6d710e40a49c2340fcd88 2253860 scsi-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
6cd7760719920f05b2fa36c4d64d0275bf0a1b37 88736 serial-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
8375031d41097a2efd1af47b8a06795a87a635a5 46818 storage-core-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
92628e57c1456f33eba4b879b313234eb3baeb04 143956 usb-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
556a29d7e8fb468541458f728f49536b7dc2ff09 92280 virtio-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
cf3d17a4b1d6e44586bfe553486b2ab7c1666277 27900 vlan-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
Checksums-Sha256:
2d1fee0a5221b7612973b9f793852cec2561c77cf1023f3516fba3562a12a6a7 395344 block-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
aa5e2f2497a2c2ee99d758bbccf4ab40baa20bf31745a045c9a6bcf516a33d2a 324104 crypto-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
d205855e64f87699eed4e058e2f5b6fd95b279bdde1ee62fd821b980dd224580 4306 fat-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
2574b80d4c15ca8da42652a46221b6f1ed4dd61b3f55e07b41e1b401f3b987be 13524 fb-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
4c7d71a117da5bdb65a46864d925a89dfa8a6c91d1fb60bd475fc34d6b826417 67928 firewire-core-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
80caf3cfb1be81b84861e90b3f7e5629622e8ee6a33daac71229ebbfbd8fb75a 33708 floppy-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
00002b7aa682a3233c7080330687c096e19e9019057e09407e83bca5756ee287 1135020 fs-core-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
455cde12bc18eaf515b3dc7ab5750f63fb7e6bb2476c4c4dfceda8ec6b202c0a 618358 fs-secondary-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
9305ae704eb6d97077db7de9779a60d36b83d8345f3fd2b6d6e2932ac35d3863 292932 input-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
0732fe1211ac6d45954063f41cdb4121f7388dae37eadf1be9799274a3da5cbc 59488 ipmi-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
b043e316475db44ceb69f32ea071a60e61e76dcc8930ae4c13e3f906985567ca 230426 irda-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
11afed0d2b771e4ee3cf50d538ae7bda78d0f9b65fba7f123632ee9c5dca997c 8040970 kernel-image-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
482dea5fee13adb4316f3a041d6e2f0d11d1a4a2733bfcdec9cf1abb3db00514 834 linux-cloud-tools-4.8.0-38-dbgsym_4.8.0-38.41_amd64.ddeb
d4293859903204343fa50239bfbacb8f21ffae3c70f5ce91cff0655530670e2f 1776 linux-cloud-tools-4.8.0-38-generic_4.8.0-38.41_amd64.deb
292e3ed93cb9aacfdaa98bbb02aa63953cbf57a25f30cdb2feabdf09bbcddc76 1788 linux-cloud-tools-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
5400e6b84f5938166e882d1862c8ff7ac160b243124c871feda0d4213e21200e 52678 linux-cloud-tools-4.8.0-38_4.8.0-38.41_amd64.deb
d3ceda5570f69274ef30226de26d15cc7e3a4a24e9cfec0b94b92d977ee5028f 45476 linux-cloud-tools-common_4.8.0-38.41_all.deb
6af3d65bfd0d8a2ca8198de019cae3e52c408fe5d8c74116c88d1e2da27c694a 10654554 linux-doc_4.8.0-38.41_all.deb
60d8a5ca4641cd924492594118eb839a182bd3320051b3947019c2ad5a81f663 842818 linux-headers-4.8.0-38-generic_4.8.0-38.41_amd64.deb
55b72e29f3a947e7b4894ab0c6bfca2bd3ede9db85f4b31ad567d9c13c2f4a4d 842270 linux-headers-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
88e1a65b959e430eb047824d9895c9aafe68314f29cf3d2a24a75d86ad9bc3ac 10257628 linux-headers-4.8.0-38_4.8.0-38.41_all.deb
4f23fee85b1bd8df1467c2fa89b25906686ebef23587788dd973e4359287603f 648671844 linux-image-4.8.0-38-generic-dbgsym_4.8.0-38.41_amd64.ddeb
bf512d3c8fa74eac4eaaa56035be1f367f22e198845edc42a4fe7495ed6cea58 23501046 linux-image-4.8.0-38-generic_4.8.0-38.41_amd64.deb
9f780222baa40396a4a53dc5b842649debd4527a37ab7ac34dd5c0b144e52d51 648220134 linux-image-4.8.0-38-lowlatency-dbgsym_4.8.0-38.41_amd64.ddeb
990bbb8598ce94b89aeabbc3c1f5b575774470b339ddd6e6659994a46f65463a 61089466 linux-image-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
e8a17cf3f0e0f29ed3c03b5d373de4cabb14b040719abced67e51973de960c1a 37530776 linux-image-extra-4.8.0-38-generic_4.8.0-38.41_amd64.deb
3e21d7b16f945f9a184a68065cd701d836597a2c0facdded6b324fe995cadf6c 889046 linux-libc-dev_4.8.0-38.41_amd64.deb
8466dd3431c3f506c3d2ee471a4352ff608482bc585228ac83589bf73aa30ddc 116472194 linux-source-4.8.0_4.8.0-38.41_all.deb
033cb8ff7803855a90eeb9738b5d45b107939815dc094374412205fff9c0adb0 854 linux-tools-4.8.0-38-dbgsym_4.8.0-38.41_amd64.ddeb
e755323b8b09c653b4f3adeab5dc7a18ccae3181bc455e0099750d3cb838e254 1854 linux-tools-4.8.0-38-generic_4.8.0-38.41_amd64.deb
0ee2e5b7443601a7e203cf109638b51516e2a99cb8c7b7af0ee9ba57793ed1e3 1862 linux-tools-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
7fbc672d0be2b8bb9091332aca3b1951f4f1bfc50b7556754dab9a03f7fdefe4 770040 linux-tools-4.8.0-38_4.8.0-38.41_amd64.deb
4cc4c44513d8873f5d9c5a75233dd3d14137874eb9a06e6a42515334b79f1824 142324 linux-tools-common_4.8.0-38.41_all.deb
f11def442fa3e8bccca7295d62138892f1ffc2d7ab1a266a7c01a718688183d8 926 linux-udebs-generic_4.8.0-38.41_amd64.udeb
f8adc89f7ff735d5eb57639362c7a6d3c31e2b338ac6c5897efc289ab0a4f5a0 14337646 linux_4.8.0-38.41_amd64.tar.gz
4f6a8df1fe5d66e52895f7b1a5516afe979bd4fdca3bafb792975a953f411f4e 34376 linux_4.8.0-38.41_amd64_translations.tar.gz
eb4dec831d01036af2ac8bb7bd768f233d50ab9bec0e33510ca4ba36b4683ae2 260774 md-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
ddad3cf0cdda82f553de7885abf485e13219e19f59c260487cda4b9cd4217fbc 204822 message-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
24cbc00e60307c7e37a51a92892fa32cd8d5b50ad637a3e90739e278c2c2680c 55638 mouse-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
815903baf3f0c32e7afab94833e96826555d42596cc16a81e746c75afa332c7b 18252 multipath-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
b4179842173bb88e3e1af88516c5854860fa105de95df8073e7d42e650bb145d 503572 nfs-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
a00b540a8a63df53bad9a61776fd1d59c46bada4ea9766943e2e569f59cf318e 4274648 nic-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
c369d6ae12c7f11a7d71a797c3254093c6e7e0cc574013f2b210c8d87e3b5e07 146092 nic-pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
9c1855f991c0b31747e1029383245765b1907081ce2e181b30a14f4a9643fa58 530438 nic-shared-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
4879201840b1e45071c412bfca96fb2229bc53e681eed8f82be8d4435e082126 297306 nic-usb-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
cda273f9f9b874bdf7bc4a0d4b806b5195d8332ba00ac6f0513fb77876cdfd2e 33272 parport-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
0da1c0cc4c5384939ae4138e461cff4d2ce31288e033e2b1a04cadc888bbe401 126258 pata-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
2431875916730dbcc31f8322269a7846b4e081af44c6eb48980c16474c83d8d2 65424 pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
a2c60367b9b7e35ee1f64edcdf8996d7526abaa1f822f6c637d09ffce59810d0 68132 pcmcia-storage-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
b5321ec2275a51085757bd41a7599200a0f358b32b2030665236874e7d7a5519 8616 plip-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
8c80985f5ea25089facda3e6487ce60266c7b33d3a636b65ebaee26b2cd14fb3 26216 ppp-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
409b673b5bd635f673c3047b1f46e87b6eb06f01006689b1f25bd104067e389b 97896 sata-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
4c95c492487b8574c3501c38dfa1da33e1e4c241fd22e441bd7b15170b2eddd8 2253860 scsi-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
e97e9de7aeee427febadf80f593f5a7c9ebf3120c1031b1e80d3866e29c0a7da 88736 serial-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
e903703a4ee0d533ce576e50f15b1bd232da0446653193ca222494cee52adacf 46818 storage-core-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
f353c53a67a255a7a5f7414a239f1ad527e1b0ebd1bee2f4d1284caa1e1eeea3 143956 usb-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
76c50a62dbe5845ff7dcbf736bb3f3a3fecd7bdeb0e7e66c976086fa2a467b25 92280 virtio-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
2e7a440ef3dd4fb9f0160c2cd943dad93ec9599ecbf0bb84e58537492b12e2aa 27900 vlan-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
Files:
25a3b96eb04803a3f54830d1019ec770 395344 debian-installer standard block-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
2d6669c240fec535e6f21a3893476c09 324104 debian-installer extra crypto-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
ab992c3910d5a78deb0eb5e7e7e963d3 4306 debian-installer standard fat-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
649ab8294b70ec6a34b7a16c319b7935 13524 debian-installer standard fb-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
0de033b345b8c9f56f4bcdd753aac89a 67928 debian-installer standard firewire-core-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
736d9ee6a35803a22e62437295895cbe 33708 debian-installer standard floppy-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
34f6a3d3b911721d3803b3536b0468a3 1135020 debian-installer standard fs-core-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
810c2be53572a510ca635c212bec3d21 618358 debian-installer standard fs-secondary-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
3a169ad75ee1ebca7996815c5c38e1cb 292932 debian-installer standard input-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
3480a51eed1702cd8a34af2b147aff39 59488 debian-installer standard ipmi-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
07d2e9f6a7d77e9b615891c143c45c90 230426 debian-installer standard irda-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
5ccf66bfe30075226d164c8457aafbc8 8040970 debian-installer optional kernel-image-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
5c35a65b9406136452c15a792bb37e87 834 devel extra linux-cloud-tools-4.8.0-38-dbgsym_4.8.0-38.41_amd64.ddeb
4da0d0596435def6d97397ccbc1da507 1776 devel optional linux-cloud-tools-4.8.0-38-generic_4.8.0-38.41_amd64.deb
1b71d5515c33863cce2bc7a9d01e71a9 1788 devel optional linux-cloud-tools-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
b1b9838a45c35da51a540fbf2d1aea89 52678 devel optional linux-cloud-tools-4.8.0-38_4.8.0-38.41_amd64.deb
a17726c71510b8a7f9f2e7628a690b28 45476 kernel optional linux-cloud-tools-common_4.8.0-38.41_all.deb
de09fd713d31ac402579634fee143808 10654554 doc optional linux-doc_4.8.0-38.41_all.deb
1ddb34b1dea0f08ebed2de51a8e0b8a7 842818 devel optional linux-headers-4.8.0-38-generic_4.8.0-38.41_amd64.deb
328f56549e8051b7b98e84462923dcdb 842270 devel optional linux-headers-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
273255b1608260ff4b518087b6486e2a 10257628 devel optional linux-headers-4.8.0-38_4.8.0-38.41_all.deb
9a87fec4ef9054df90ac5117447c9484 648671844 devel optional linux-image-4.8.0-38-generic-dbgsym_4.8.0-38.41_amd64.ddeb
0808765091da044aaa427b1823f7ad4a 23501046 kernel optional linux-image-4.8.0-38-generic_4.8.0-38.41_amd64.deb
41c737fa3d201f7003bab9439980ab87 648220134 devel optional linux-image-4.8.0-38-lowlatency-dbgsym_4.8.0-38.41_amd64.ddeb
b6b0bc06cfb42ec152026317066c13a6 61089466 kernel optional linux-image-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
c05eac58a26a6282cc2dde344801a1cc 37530776 kernel optional linux-image-extra-4.8.0-38-generic_4.8.0-38.41_amd64.deb
d9bae57d4b6ac0eba175224f080e906f 889046 devel optional linux-libc-dev_4.8.0-38.41_amd64.deb
cd03fc3f7345f96fa0fd2f39776182dd 116472194 devel optional linux-source-4.8.0_4.8.0-38.41_all.deb
7f8c01aa7eed8d87a951195f9ff99f40 854 devel extra linux-tools-4.8.0-38-dbgsym_4.8.0-38.41_amd64.ddeb
a8d13a2048182e16829b66e34c4b1859 1854 devel optional linux-tools-4.8.0-38-generic_4.8.0-38.41_amd64.deb
6f718ac690ddf47ebcc84d02ca937ffd 1862 devel optional linux-tools-4.8.0-38-lowlatency_4.8.0-38.41_amd64.deb
02b75c9231ae4875381d3d82f50f3676 770040 devel optional linux-tools-4.8.0-38_4.8.0-38.41_amd64.deb
a54a138d5c90c8b7bdedb86cd83f413a 142324 kernel optional linux-tools-common_4.8.0-38.41_all.deb
5552e7f37f54abddefcdb7be5daa8542 926 debian-installer optional linux-udebs-generic_4.8.0-38.41_amd64.udeb
a923412cadd1fabf6c1809d028605686 14337646 raw-uefi - linux_4.8.0-38.41_amd64.tar.gz
9de2aa778f369ef5bed9d351edefadc1 34376 raw-translations - linux_4.8.0-38.41_amd64_translations.tar.gz
c1fff83ae8c1979d8d3b30e77844e515 260774 debian-installer standard md-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
edd306c5411063486f2af1c946f0bf81 204822 debian-installer standard message-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
8c52c810185c1b1bba26092fc0a4c643 55638 debian-installer extra mouse-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
88c78bf3317b4dbc95f952066d24c845 18252 debian-installer extra multipath-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
4262a7197be3c7a39cbf7f835d104334 503572 debian-installer standard nfs-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
ab9e56d1c25c3616601a640170f9423c 4274648 debian-installer standard nic-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
4306445c9f9500d5253503e59ddcb498 146092 debian-installer standard nic-pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
16a6455a54bb341dec20bfc729b8946b 530438 debian-installer standard nic-shared-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
28dec34605eceb2742cf2aec86974ffb 297306 debian-installer standard nic-usb-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
44c3475c50f9ee0ffcdfdcbe77bfbe20 33272 debian-installer standard parport-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
f4fe8b2bba6db9d54f1991bcfd991945 126258 debian-installer standard pata-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
ac438754c92cf5d87a15dd6485837d44 65424 debian-installer standard pcmcia-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
05c313990545a7b12c656a6139933123 68132 debian-installer standard pcmcia-storage-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
77fbc8c8667132c9a8654a5b58d1855f 8616 debian-installer standard plip-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
300f27ef4a3a30e837bdc36dabf32d71 26216 debian-installer standard ppp-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
f4a1b8320b89ba5fb3ed7acc5e95623f 97896 debian-installer standard sata-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
1cff2731752d55fe578c02f42d5a9ba7 2253860 debian-installer standard scsi-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
e561d997fae5b1baa1cc739f05ec39ab 88736 debian-installer standard serial-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
533e8411f59731febf415d115cf1a0b4 46818 debian-installer standard storage-core-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
8cabe2870fb6e03da0f55469837a5441 143956 debian-installer standard usb-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
314fb0c12f2151b75cc117a242048f1e 92280 debian-installer standard virtio-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
befd523c92d51a477d8634c628509f9c 27900 debian-installer extra vlan-modules-4.8.0-38-generic-di_4.8.0-38.41_amd64.udeb
Package-Type: udeb
More information about the Yakkety-changes
mailing list