linux (4.4.0-52.73) xenial; urgency=low

  [ Luis Henriques ]

  * Release Tracking Bug
    - LP: #1646150

  * linux: Enable live patching for all supported architectures (LP: #1633577)
    - [Config] CONFIG_LIVEPATCH=y for s390x

  * Botched backport breaks level triggered EOIs in QEMU guests with --machine
    kernel_irqchip=split (LP: #1644394)
    - kvm/irqchip: kvm_arch_irq_routing_update renaming split

  * Xenial update to v4.4.35 stable release (LP: #1645453)
    - x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systems
    - KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr
    - KVM: Disable irq while unregistering user notifier
    - fuse: fix fuse_write_end() if zero bytes were copied
    - mfd: intel-lpss: Do not put device in reset state on suspend
    - can: bcm: fix warning in bcm_connect/proc_register
    - i2c: mux: fix up dependencies
    - kbuild: add -fno-PIE
    - scripts/has-stack-protector: add -fno-PIE
    - x86/kexec: add -fno-PIE
    - kbuild: Steal gcc's pie from the very beginning
    - ext4: sanity check the block and cluster size at mount time
    - crypto: caam - do not register AES-XTS mode on LP units
    - drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)
    - clk: mmp: pxa910: fix return value check in pxa910_clk_init()
    - clk: mmp: pxa168: fix return value check in pxa168_clk_init()
    - clk: mmp: mmp2: fix return value check in mmp2_clk_init()
    - rtc: omap: Fix selecting external osc
    - iwlwifi: pcie: fix SPLC structure parsing
    - mfd: core: Fix device reference leak in mfd_clone_cell
    - uwb: fix device reference leaks
    - PM / sleep: fix device reference leak in test_suspend
    - PM / sleep: don't suspend parent when async child suspend_{noirq, late}
      fails
    - IB/mlx4: Check gid_index return value
    - IB/mlx4: Fix create CQ error flow
    - IB/mlx5: Use cache line size to select CQE stride
    - IB/mlx5: Fix fatal error dispatching
    - IB/core: Avoid unsigned int overflow in sg_alloc_table
    - IB/uverbs: Fix leak of XRC target QPs
    - IB/cm: Mark stale CM id's whenever the mad agent was unregistered
    - netfilter: nft_dynset: fix element timeout for HZ != 1000
    - Linux 4.4.35

  * Upstream stable 4.4.34 and 4.8.10 regression (LP: #1645278)
    - flow_dissect: call init_default_flow_dissectors() earlier

  * AD5593R configurable multi-channel converter support (LP: #1644726)
    - iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs
    - iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()
    - [Config] CONFIG_AD5592R/AD5593R=m

  * ST Micro lps22hb pressure sensor support (LP: #1642258)
    - iio:st_pressure:initial lps22hb sensor support
    - iio:st_pressure: align storagebits on power of 2
    - iio:st_pressure: document sampling gains
    - iio:st_pressure:lps22hb: temperature support

  * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
    - SAUCE: ibmvscsis: Rearrange functions for future patches
    - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
    - SAUCE: ibmvscsis: Synchronize cmds at remove time
    - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
    - SAUCE: ibmvscsis: Return correct partition name/# to client
    - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch

  * System stalls when creating device node on booting (LP: #1643797)
    - sched/fair: Fix new task's load avg removed from source CPU in
      wake_up_new_task()

  * nvme: improve performance for virtual Google NVMe devices (LP: #1637565)
    - blk-mq: add blk_mq_alloc_request_hctx
    - nvme.h: add NVMe over Fabrics definitions
    - [Config] CONFIG_NVME_VENDOR_EXT_GOOGLE=y
    - SAUCE: nvme: improve performance for virtual NVMe devices

  * Move some kernel modules to the main kernel package (LP: #1642228)
    - [Config] Move some powerpc kernel modules to the main kernel package

  * sched: Match-all classifier is missing in xenial (LP: #1642514)
    - [Config] CONFIG_NET_CLS_MATCHALL=m
    - net/sched: introduce Match-all classifier

  * Xenial update to 4.4.34 stable release (LP: #1643637)
    - dctcp: avoid bogus doubling of cwnd after loss
    - net: clear sk_err_soft in sk_clone_lock()
    - net: mangle zero checksum in skb_checksum_help()
    - bgmac: stop clearing DMA receive control register right after it is set
    - ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
    - tcp: fix potential memory corruption
    - dccp: do not send reset to already closed sockets
    - dccp: fix out of bound access in dccp_v4_err()
    - ipv6: dccp: fix out of bound access in dccp_v6_err()
    - ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped
    - sctp: assign assoc_id earlier in __sctp_connect
    - fib_trie: Correct /proc/net/route off by one error
    - sock: fix sendmmsg for partial sendmsg
    - net: __skb_flow_dissect() must cap its return value
    - ipv4: use new_gw for redirect neigh lookup
    - tcp: take care of truncations done by sk_filter()
    - tty: Prevent ldisc drivers from re-using stale tty fields
    - sparc: Don't leak context bits into thread->fault_address
    - sparc: serial: sunhv: fix a double lock bug
    - sparc64 mm: Fix base TSB sizing when hugetlb pages are used
    - sparc: Handle negative offsets in arch_jump_label_transform
    - sparc64: Handle extremely large kernel TSB range flushes sanely.
    - sparc64: Fix illegal relative branches in hypervisor patched TLB code.
    - sparc64: Fix instruction count in comment for
      __hypervisor_flush_tlb_pending.
    - sparc64: Fix illegal relative branches in hypervisor patched TLB 
cross-call
      code.
    - sparc64: Handle extremely large kernel TLB range flushes more gracefully.
    - sparc64: Delete __ret_efault.
    - sparc64: Prepare to move to more saner user copy exception handling.
    - sparc64: Convert copy_in_user to accurate exception reporting.
    - sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.
    - sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.
    - sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.
    - sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.
    - sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.
    - sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.
    - sparc64: Delete now unused user copy assembler helpers.
    - sparc64: Delete now unused user copy fixup functions.
    - Linux 4.4.34

  * Xenial update to v4.4.33 stable release (LP: #1642968)
    - ALSA: info: Return error for invalid read/write
    - ALSA: info: Limit the proc text input size
    - ASoC: cs4270: fix DAPM stream name mismatch
    - dib0700: fix nec repeat handling
    - swapfile: fix memory corruption via malformed swapfile
    - coredump: fix unfreezable coredumping task
    - s390/hypfs: Use get_free_page() instead of kmalloc to ensure page 
alignment
    - ARC: timer: rtc: implement read loop in "C" vs. inline asm
    - pinctrl: cherryview: Serialize register access in suspend/resume
    - pinctrl: cherryview: Prevent possible interrupt storm on resume
    - staging: iio: ad5933: avoid uninitialized variable in error case
    - drivers: staging: nvec: remove bogus reset command for PS/2 interface
    - Revert "staging: nvec: ps2: change serio type to passthrough"
    - staging: nvec: remove managed resource from PS2 driver
    - USB: cdc-acm: fix TIOCMIWAIT
    - usb: gadget: u_ether: remove interrupt throttling
    - drbd: Fix kernel_sendmsg() usage - potential NULL deref
    - toshiba-wmi: Fix loading the driver on non Toshiba laptops
    - clk: qoriq: Don't allow CPU clocks higher than starting value
    - iio: hid-sensors: Increase the precision of scale to fix wrong reading
      interpretation.
    - iio: orientation: hid-sensor-rotation: Add PM function (fix non working
      driver)
    - scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init
    - scsi: mpt3sas: Fix for block device of raid exists even after deleting 
raid
      disk
    - KVM: MIPS: Precalculate MMIO load resume PC
    - drm/i915: Respect alternate_ddc_pin for all DDI ports
    - dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers
    - tty/serial: at91: fix hardware handshake on Atmel platforms
    - iommu/amd: Free domain id when free a domain of struct dma_ops_domain
    - iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path
    - mei: bus: fix received data size check in NFC fixup
    - lib/genalloc.c: start search from start of chunk
    - hwrng: core - Don't use a stack buffer in add_early_randomness()
    - i40e: fix call of ndo_dflt_bridge_getlink()
    - ACPI / APEI: Fix incorrect return value of ghes_proc()
    - ASoC: sun4i-codec: return error code instead of NULL when create_card 
fails
    - mmc: mxs: Initialize the spinlock prior to using it
    - btrfs: qgroup: Prevent qgroup->reserved from going subzero
    - netfilter: fix namespace handling in nf_log_proc_dostring
    - Linux 4.4.33

  * Xenial update to 4.4.32 stable release (LP: #1642573)
    - tcp: fix overflow in __tcp_retransmit_skb()
    - net: avoid sk_forward_alloc overflows
    - tcp: fix wrong checksum calculation on MTU probing
    - tcp: fix a compile error in DBGUNDO()
    - ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()
    - ipmr, ip6mr: fix scheduling while atomic and a deadlock with 
ipmr_get_route
    - tg3: Avoid NULL pointer dereference in tg3_io_error_detected()
    - net: fec: set mac address unconditionally
    - net: pktgen: fix pkt_size
    - net/sched: act_vlan: Push skb->data to mac_header prior calling 
skb_vlan_*()
      functions
    - net: Add netdev all_adj_list refcnt propagation to fix panic
    - packet: call fanout_release, while UNREGISTERING a netdev
    - netlink: do not enter direct reclaim from netlink_dump()
    - ipv6: tcp: restore IP6CB for pktoptions skbs
    - ip6_tunnel: fix ip6_tnl_lookup
    - net: pktgen: remove rcu locking in pktgen_change_name()
    - bridge: multicast: restore perm router ports on multicast enable
    - rtnetlink: Add rtnexthop offload flag to compare mask
    - net: add recursion limit to GRO
    - ipv4: disable BH in set_ping_group_range()
    - ipv4: use the right lock for ping_group_range
    - net: sctp, forbid negative length
    - udp: fix IP_CHECKSUM handling
    - net sched filters: fix notification of filter delete with proper handle
    - sctp: validate chunk len before actually using it
    - packet: on direct_xmit, limit tso and csum to supported devices
    - of: silence warnings due to max() usage
    - Revert KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
    - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
    - drm/amdgpu/dp: add back special handling for NUTMEG
    - drm/amdgpu: fix DP mode validation
    - drm/radeon: fix DP mode validation
    - scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regression
    - Linux 4.4.32

  * Xenial update to 4.4.31 stable release (LP: #1642572)
    - i2c: xgene: Avoid dma_buffer overrun
    - i2c: core: fix NULL pointer dereference under race condition
    - drm/dp/mst: Clear port->pdt when tearing down the i2c adapter
    - h8300: fix syscall restarting
    - libxfs: clean up _calc_dquots_per_chunk
    - mm/list_lru.c: avoid error-path NULL pointer deref
    - mm: memcontrol: do not recurse in direct reclaim
    - ALSA: usb-audio: Add quirk for Syntek STK1160
    - ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND caps
    - ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top drivers
    - ALSA: hda - allow 40 bit DMA mask for NVidia devices
    - ALSA: hda - Adding a new group of pin cfg into ALC295 pin quirk table
    - ALSA: hda - Fix headset mic detection problem for two Dell laptops
    - ANDROID: binder: Add strong ref checks
    - ANDROID: binder: Clear binder and cookie when setting handle in flat 
binder
      struct
    - btrfs: fix races on root_log_ctx lists
    - ubifs: Abort readdir upon error
    - ubifs: Fix regression in ubifs_readdir()
    - mei: txe: don't clean an unprocessed interrupt cause.
    - usb: gadget: function: u_ether: don't starve tx request queue
    - USB: serial: fix potential NULL-dereference at probe
    - USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7
    - xhci: use default USB_RESUME_TIMEOUT when resuming ports.
    - usb: increase ohci watchdog delay to 275 msec
    - Fix potential infoleak in older kernels
    - vt: clear selection before resizing
    - xhci: add restart quirk for Intel Wildcatpoint PCH
    - tty: limit terminal size to 4M chars
    - USB: serial: cp210x: fix tiocmget error handling
    - dm: free io_barrier after blk_cleanup_queue call
    - KVM: x86: fix wbinvd_dirty_mask use-after-free
    - KVM: MIPS: Make ERET handle ERL before EXL
    - ovl: fsync after copy-up
    - parisc: Ensure consistent state when switching to kernel stack at syscall
      entry
    - virtio_ring: Make interrupt suppression spec compliant
    - virtio: console: Unlock vqs while freeing buffers
    - dm mirror: fix read error on recovery after default leg failure
    - Input: i8042 - add XMG C504 to keyboard reset table
    - firewire: net: guard against rx buffer overflows
    - firewire: net: fix fragmented datagram_size off-by-one
    - mac80211: discard multicast and 4-addr A-MSDUs
    - scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough)
      devices
    - scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
    - scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware
    - mmc: dw_mmc-pltfm: fix the potential NULL pointer dereference
    - Revert "drm/radeon: fix DP link training issue with second 4K monitor"
    - drm/radeon/si_dpm: Limit clocks on HD86xx part
    - drm/radeon/si_dpm: workaround for SI kickers
    - drm/radeon: drop register readback in cayman_cp_int_cntl_setup
    - drm/dp/mst: Check peer device type before attempting EDID read
    - perf build: Fix traceevent plugins build race
    - x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()
    - powerpc/ptrace: Fix out of bounds array access warning
    - ARM: 8584/1: floppy: avoid gcc-6 warning
    - mm/cma: silence warnings due to max() usage
    - drm/exynos: fix error handling in exynos_drm_subdrv_open
    - cgroup: avoid false positive gcc-6 warning
    - smc91x: avoid self-comparison warning
    - Disable "frame-address" warning
    - UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
    - pwm: Unexport children before chip removal
    - usb: dwc3: Fix size used in dma_free_coherent()
    - tty: vt, fix bogus division in csi_J
    - kvm: x86: Check memopp before dereference (CVE-2016-8630)
    - ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
    - HID: usbhid: add ATEN CS962 to list of quirky devices
    - Linux 4.4.31

  * CVE-2016-6213
    - mnt: Add a per mount namespace limit on the number of mounts

  * ThinkPad T460 hotkeys stop working in Ubuntu 16.04 (LP: #1642114)
    - thinkpad_acpi: Add support for HKEY version 0x200

  * CVE-2016-4568
    - videobuf2-v4l2: Verify planes array in buffer dequeueing

  * [SRU] Add 0cf3:e009 to btusb (LP: #1641562)
    - Bluetooth: btusb: Add support for 0cf3:e009

  * Fix resource leak in btusb (LP: #1641569)
    - SAUCE: Bluetooth: decrease refcount after use

  * WiFi LED doesn't work on some Edge Gateway units (LP: #1640418)
    - SAUCE: mwifiex: Use PCI ID instead of DMI ID to identify Edge Gateways

  * [Hyper-V] do not lose pending heartbeat vmbus packets (LP: #1632786)
    - hv: do not lose pending heartbeat vmbus packets

  * ipv6: connected routes are missing after a down/up cycle on the loopback
    (LP: #1634545)
    - ipv6: correctly add local routes when lo goes up

  * audit: prevent a new auditd to stop an old auditd still alive (LP: #1633404)
    - audit: stop an old auditd being starved out by a new auditd

  * hv_set_ifconfig script parsing fails for certain configuration
    (LP: #1640109)
    - hv_set_ifconfig -- handle DHCP interfaces correctly
    - hv_set_ifconfig -- ensure we include the last stanza

  * CVE-2016-7039 and CVE-2016-8666 (LP: #1631287)
    - Revert "UBUNTU: SAUCE: net: add recursion limit to GRO"

Date: Wed, 30 Nov 2016 15:22:07 +0000
Changed-By: Luis Henriques <luis.henriq...@canonical.com>
Maintainer: Launchpad Build Daemon <buildd@lcy01-07.buildd>

Format: 1.8
Date: Wed, 30 Nov 2016 15:22:07 +0000
Source: linux
Binary: linux-source-4.4.0 linux-doc linux-headers-4.4.0-52 linux-libc-dev 
linux-tools-common linux-tools-4.4.0-52 linux-cloud-tools-common 
linux-cloud-tools-4.4.0-52 linux-image-4.4.0-52-generic 
linux-image-extra-4.4.0-52-generic linux-headers-4.4.0-52-generic 
linux-image-4.4.0-52-generic-dbgsym linux-tools-4.4.0-52-generic 
linux-cloud-tools-4.4.0-52-generic linux-udebs-generic 
linux-image-4.4.0-52-generic-lpae linux-image-extra-4.4.0-52-generic-lpae 
linux-headers-4.4.0-52-generic-lpae linux-image-4.4.0-52-generic-lpae-dbgsym 
linux-tools-4.4.0-52-generic-lpae linux-cloud-tools-4.4.0-52-generic-lpae 
linux-udebs-generic-lpae linux-image-4.4.0-52-lowlatency 
linux-image-extra-4.4.0-52-lowlatency linux-headers-4.4.0-52-lowlatency 
linux-image-4.4.0-52-lowlatency-dbgsym linux-tools-4.4.0-52-lowlatency 
linux-cloud-tools-4.4.0-52-lowlatency linux-udebs-lowlatency 
linux-image-4.4.0-52-powerpc-e500mc linux-image-extra-4.4.0-52-powerpc-e500mc 
linux-headers-4.4.0-52-powerpc-e500mc
 linux-image-4.4.0-52-powerpc-e500mc-dbgsym linux-tools-4.4.0-52-powerpc-e500mc 
linux-cloud-tools-4.4.0-52-powerpc-e500mc linux-udebs-powerpc-e500mc 
linux-image-4.4.0-52-powerpc-smp linux-image-extra-4.4.0-52-powerpc-smp 
linux-headers-4.4.0-52-powerpc-smp linux-image-4.4.0-52-powerpc-smp-dbgsym 
linux-tools-4.4.0-52-powerpc-smp linux-cloud-tools-4.4.0-52-powerpc-smp 
linux-udebs-powerpc-smp linux-image-4.4.0-52-powerpc64-emb 
linux-image-extra-4.4.0-52-powerpc64-emb linux-headers-4.4.0-52-powerpc64-emb 
linux-image-4.4.0-52-powerpc64-emb-dbgsym linux-tools-4.4.0-52-powerpc64-emb 
linux-cloud-tools-4.4.0-52-powerpc64-emb linux-udebs-powerpc64-emb 
linux-image-4.4.0-52-powerpc64-smp linux-image-extra-4.4.0-52-powerpc64-smp 
linux-headers-4.4.0-52-powerpc64-smp linux-image-4.4.0-52-powerpc64-smp-dbgsym 
linux-tools-4.4.0-52-powerpc64-smp linux-cloud-tools-4.4.0-52-powerpc64-smp 
linux-udebs-powerpc64-smp kernel-image-4.4.0-52-generic-di 
nic-modules-4.4.0-52-generic-di
 nic-shared-modules-4.4.0-52-generic-di serial-modules-4.4.0-52-generic-di 
ppp-modules-4.4.0-52-generic-di pata-modules-4.4.0-52-generic-di 
firewire-core-modules-4.4.0-52-generic-di scsi-modules-4.4.0-52-generic-di 
plip-modules-4.4.0-52-generic-di floppy-modules-4.4.0-52-generic-di 
fat-modules-4.4.0-52-generic-di nfs-modules-4.4.0-52-generic-di 
md-modules-4.4.0-52-generic-di multipath-modules-4.4.0-52-generic-di 
usb-modules-4.4.0-52-generic-di pcmcia-storage-modules-4.4.0-52-generic-di 
fb-modules-4.4.0-52-generic-di input-modules-4.4.0-52-generic-di 
mouse-modules-4.4.0-52-generic-di irda-modules-4.4.0-52-generic-di 
parport-modules-4.4.0-52-generic-di nic-pcmcia-modules-4.4.0-52-generic-di 
pcmcia-modules-4.4.0-52-generic-di nic-usb-modules-4.4.0-52-generic-di 
sata-modules-4.4.0-52-generic-di crypto-modules-4.4.0-52-generic-di 
speakup-modules-4.4.0-52-generic-di virtio-modules-4.4.0-52-generic-di 
fs-core-modules-4.4.0-52-generic-di
 fs-secondary-modules-4.4.0-52-generic-di 
storage-core-modules-4.4.0-52-generic-di block-modules-4.4.0-52-generic-di 
message-modules-4.4.0-52-generic-di vlan-modules-4.4.0-52-generic-di
 ipmi-modules-4.4.0-52-generic-di
Architecture: amd64 all amd64_translations
Version: 4.4.0-52.73
Distribution: xenial
Urgency: low
Maintainer: Launchpad Build Daemon <buildd@lcy01-07.buildd>
Changed-By: Luis Henriques <luis.henriq...@canonical.com>
Description:
 block-modules-4.4.0-52-generic-di - Block storage devices (udeb)
 crypto-modules-4.4.0-52-generic-di - crypto modules (udeb)
 fat-modules-4.4.0-52-generic-di - FAT filesystem support (udeb)
 fb-modules-4.4.0-52-generic-di - Framebuffer modules (udeb)
 firewire-core-modules-4.4.0-52-generic-di - Firewire (IEEE-1394) Support (udeb)
 floppy-modules-4.4.0-52-generic-di - Floppy driver support (udeb)
 fs-core-modules-4.4.0-52-generic-di - Base filesystem modules (udeb)
 fs-secondary-modules-4.4.0-52-generic-di - Extra filesystem modules (udeb)
 input-modules-4.4.0-52-generic-di - Support for various input methods (udeb)
 ipmi-modules-4.4.0-52-generic-di - ipmi modules (udeb)
 irda-modules-4.4.0-52-generic-di - Support for Infrared protocols (udeb)
 kernel-image-4.4.0-52-generic-di - Linux kernel binary image for the Debian 
installer (udeb)
 linux-cloud-tools-4.4.0-52 - Linux kernel version specific cloud tools for 
version 4.4.0-52
 linux-cloud-tools-4.4.0-52-generic - Linux kernel version specific cloud tools 
for version 4.4.0-52
 linux-cloud-tools-4.4.0-52-generic-lpae - Linux kernel version specific cloud 
tools for version 4.4.0-52
 linux-cloud-tools-4.4.0-52-lowlatency - Linux kernel version specific cloud 
tools for version 4.4.0-52
 linux-cloud-tools-4.4.0-52-powerpc-e500mc - Linux kernel version specific 
cloud tools for version 4.4.0-52
 linux-cloud-tools-4.4.0-52-powerpc-smp - Linux kernel version specific cloud 
tools for version 4.4.0-52
 linux-cloud-tools-4.4.0-52-powerpc64-emb - Linux kernel version specific cloud 
tools for version 4.4.0-52
 linux-cloud-tools-4.4.0-52-powerpc64-smp - Linux kernel version specific cloud 
tools for version 4.4.0-52
 linux-cloud-tools-common - Linux kernel version specific cloud tools for 
version 4.4.0
 linux-doc  - Linux kernel specific documentation for version 4.4.0
 linux-headers-4.4.0-52 - Header files related to Linux kernel version 4.4.0
 linux-headers-4.4.0-52-generic - Linux kernel headers for version 4.4.0 on 64 
bit x86 SMP
 linux-headers-4.4.0-52-generic-lpae - Linux kernel headers for version 4.4.0 
on 64 bit x86 SMP
 linux-headers-4.4.0-52-lowlatency - Linux kernel headers for version 4.4.0 on 
64 bit x86 SMP
 linux-headers-4.4.0-52-powerpc-e500mc - Linux kernel headers for version 4.4.0 
on 32-bit Freescale Power
 linux-headers-4.4.0-52-powerpc-smp - Linux kernel headers for version 4.4.0 on 
32-bit PowerPC SMP
 linux-headers-4.4.0-52-powerpc64-emb - Linux kernel headers for version 4.4.0 
on 64-bit PowerPC SMP Book
 linux-headers-4.4.0-52-powerpc64-smp - Linux kernel headers for version 4.4.0 
on 64-bit PowerPC SMP
 linux-image-4.4.0-52-generic - Linux kernel image for version 4.4.0 on 64 bit 
x86 SMP
 linux-image-4.4.0-52-generic-dbgsym - Linux kernel debug image for version 
4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-52-generic-lpae - Linux kernel image for version 4.4.0 on 64 
bit x86 SMP
 linux-image-4.4.0-52-generic-lpae-dbgsym - Linux kernel debug image for 
version 4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-52-lowlatency - Linux kernel image for version 4.4.0 on 64 
bit x86 SMP
 linux-image-4.4.0-52-lowlatency-dbgsym - Linux kernel debug image for version 
4.4.0 on 64 bit x86 SMP
 linux-image-4.4.0-52-powerpc-e500mc - Linux kernel image for version 4.4.0 on 
32-bit Freescale Power e5
 linux-image-4.4.0-52-powerpc-e500mc-dbgsym - Linux kernel debug image for 
version 4.4.0 on 32-bit Freescale Po
 linux-image-4.4.0-52-powerpc-smp - Linux kernel image for version 4.4.0 on 
32-bit PowerPC SMP
 linux-image-4.4.0-52-powerpc-smp-dbgsym - Linux kernel debug image for version 
4.4.0 on 32-bit PowerPC SMP
 linux-image-4.4.0-52-powerpc64-emb - Linux kernel image for version 4.4.0 on 
64-bit PowerPC SMP Book3E
 linux-image-4.4.0-52-powerpc64-emb-dbgsym - Linux kernel debug image for 
version 4.4.0 on 64-bit PowerPC SMP
 linux-image-4.4.0-52-powerpc64-smp - Linux kernel image for version 4.4.0 on 
64-bit PowerPC SMP
 linux-image-4.4.0-52-powerpc64-smp-dbgsym - Linux kernel debug image for 
version 4.4.0 on 64-bit PowerPC SMP
 linux-image-extra-4.4.0-52-generic - Linux kernel extra modules for version 
4.4.0 on 64 bit x86 SMP
 linux-image-extra-4.4.0-52-generic-lpae - Linux kernel extra modules for 
version 4.4.0 on 64 bit x86 SMP
 linux-image-extra-4.4.0-52-lowlatency - Linux kernel extra modules for version 
4.4.0 on 64 bit x86 SMP
 linux-image-extra-4.4.0-52-powerpc-e500mc - Linux kernel extra modules for 
version 4.4.0 on 32-bit Freescale
 linux-image-extra-4.4.0-52-powerpc-smp - Linux kernel extra modules for 
version 4.4.0 on 32-bit PowerPC SM
 linux-image-extra-4.4.0-52-powerpc64-emb - Linux kernel extra modules for 
version 4.4.0 on 64-bit PowerPC SM
 linux-image-extra-4.4.0-52-powerpc64-smp - Linux kernel extra modules for 
version 4.4.0 on 64-bit PowerPC SM
 linux-libc-dev - Linux Kernel Headers for development
 linux-source-4.4.0 - Linux kernel source for version 4.4.0 with Ubuntu patches
 linux-tools-4.4.0-52 - Linux kernel version specific tools for version 4.4.0-52
 linux-tools-4.4.0-52-generic - Linux kernel version specific tools for version 
4.4.0-52
 linux-tools-4.4.0-52-generic-lpae - Linux kernel version specific tools for 
version 4.4.0-52
 linux-tools-4.4.0-52-lowlatency - Linux kernel version specific tools for 
version 4.4.0-52
 linux-tools-4.4.0-52-powerpc-e500mc - Linux kernel version specific tools for 
version 4.4.0-52
 linux-tools-4.4.0-52-powerpc-smp - Linux kernel version specific tools for 
version 4.4.0-52
 linux-tools-4.4.0-52-powerpc64-emb - Linux kernel version specific tools for 
version 4.4.0-52
 linux-tools-4.4.0-52-powerpc64-smp - Linux kernel version specific tools for 
version 4.4.0-52
 linux-tools-common - Linux kernel version specific tools for version 4.4.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)
 linux-udebs-powerpc64-smp - Metapackage depending on kernel udebs (udeb)
 md-modules-4.4.0-52-generic-di - Multi-device support (raid, device-mapper, 
lvm) (udeb)
 message-modules-4.4.0-52-generic-di - Fusion and i2o storage modules (udeb)
 mouse-modules-4.4.0-52-generic-di - Mouse support (udeb)
 multipath-modules-4.4.0-52-generic-di - DM-Multipath support (udeb)
 nfs-modules-4.4.0-52-generic-di - NFS filesystem drivers (udeb)
 nic-modules-4.4.0-52-generic-di - Network interface support (udeb)
 nic-pcmcia-modules-4.4.0-52-generic-di - PCMCIA network interface support 
(udeb)
 nic-shared-modules-4.4.0-52-generic-di - nic shared modules (udeb)
 nic-usb-modules-4.4.0-52-generic-di - USB network interface support (udeb)
 parport-modules-4.4.0-52-generic-di - Parallel port support (udeb)
 pata-modules-4.4.0-52-generic-di - PATA support modules (udeb)
 pcmcia-modules-4.4.0-52-generic-di - PCMCIA Modules (udeb)
 pcmcia-storage-modules-4.4.0-52-generic-di - PCMCIA storage support (udeb)
 plip-modules-4.4.0-52-generic-di - PLIP (parallel port) networking support 
(udeb)
 ppp-modules-4.4.0-52-generic-di - PPP (serial port) networking support (udeb)
 sata-modules-4.4.0-52-generic-di - SATA storage support (udeb)
 scsi-modules-4.4.0-52-generic-di - SCSI storage support (udeb)
 serial-modules-4.4.0-52-generic-di - Serial port support (udeb)
 speakup-modules-4.4.0-52-generic-di - speakup modules (udeb)
 storage-core-modules-4.4.0-52-generic-di - Core storage support (udeb)
 usb-modules-4.4.0-52-generic-di - Core USB support (udeb)
 virtio-modules-4.4.0-52-generic-di - VirtIO Modules (udeb)
 vlan-modules-4.4.0-52-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1631287 1632786 1633404 1633577 1634545 1637565 1640109 
1640418 1641562 1641569 1642114 1642228 1642258 1642299 1642514 1642572 1642573 
1642968 1643637 1643797 1644394 1644726 1645278 1645453 1646150
Changes:
 linux (4.4.0-52.73) xenial; urgency=low
 .
   [ Luis Henriques ]
 .
   * Release Tracking Bug
     - LP: #1646150
 .
   * linux: Enable live patching for all supported architectures (LP: #1633577)
     - [Config] CONFIG_LIVEPATCH=y for s390x
 .
   * Botched backport breaks level triggered EOIs in QEMU guests with --machine
     kernel_irqchip=split (LP: #1644394)
     - kvm/irqchip: kvm_arch_irq_routing_update renaming split
 .
   * Xenial update to v4.4.35 stable release (LP: #1645453)
     - x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systems
     - KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr
     - KVM: Disable irq while unregistering user notifier
     - fuse: fix fuse_write_end() if zero bytes were copied
     - mfd: intel-lpss: Do not put device in reset state on suspend
     - can: bcm: fix warning in bcm_connect/proc_register
     - i2c: mux: fix up dependencies
     - kbuild: add -fno-PIE
     - scripts/has-stack-protector: add -fno-PIE
     - x86/kexec: add -fno-PIE
     - kbuild: Steal gcc's pie from the very beginning
     - ext4: sanity check the block and cluster size at mount time
     - crypto: caam - do not register AES-XTS mode on LP units
     - drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)
     - clk: mmp: pxa910: fix return value check in pxa910_clk_init()
     - clk: mmp: pxa168: fix return value check in pxa168_clk_init()
     - clk: mmp: mmp2: fix return value check in mmp2_clk_init()
     - rtc: omap: Fix selecting external osc
     - iwlwifi: pcie: fix SPLC structure parsing
     - mfd: core: Fix device reference leak in mfd_clone_cell
     - uwb: fix device reference leaks
     - PM / sleep: fix device reference leak in test_suspend
     - PM / sleep: don't suspend parent when async child suspend_{noirq, late}
       fails
     - IB/mlx4: Check gid_index return value
     - IB/mlx4: Fix create CQ error flow
     - IB/mlx5: Use cache line size to select CQE stride
     - IB/mlx5: Fix fatal error dispatching
     - IB/core: Avoid unsigned int overflow in sg_alloc_table
     - IB/uverbs: Fix leak of XRC target QPs
     - IB/cm: Mark stale CM id's whenever the mad agent was unregistered
     - netfilter: nft_dynset: fix element timeout for HZ != 1000
     - Linux 4.4.35
 .
   * Upstream stable 4.4.34 and 4.8.10 regression (LP: #1645278)
     - flow_dissect: call init_default_flow_dissectors() earlier
 .
   * AD5593R configurable multi-channel converter support (LP: #1644726)
     - iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs
     - iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()
     - [Config] CONFIG_AD5592R/AD5593R=m
 .
   * ST Micro lps22hb pressure sensor support (LP: #1642258)
     - iio:st_pressure:initial lps22hb sensor support
     - iio:st_pressure: align storagebits on power of 2
     - iio:st_pressure: document sampling gains
     - iio:st_pressure:lps22hb: temperature support
 .
   * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
     - SAUCE: ibmvscsis: Rearrange functions for future patches
     - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
     - SAUCE: ibmvscsis: Synchronize cmds at remove time
     - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
     - SAUCE: ibmvscsis: Return correct partition name/# to client
     - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
 .
   * System stalls when creating device node on booting (LP: #1643797)
     - sched/fair: Fix new task's load avg removed from source CPU in
       wake_up_new_task()
 .
   * nvme: improve performance for virtual Google NVMe devices (LP: #1637565)
     - blk-mq: add blk_mq_alloc_request_hctx
     - nvme.h: add NVMe over Fabrics definitions
     - [Config] CONFIG_NVME_VENDOR_EXT_GOOGLE=y
     - SAUCE: nvme: improve performance for virtual NVMe devices
 .
   * Move some kernel modules to the main kernel package (LP: #1642228)
     - [Config] Move some powerpc kernel modules to the main kernel package
 .
   * sched: Match-all classifier is missing in xenial (LP: #1642514)
     - [Config] CONFIG_NET_CLS_MATCHALL=m
     - net/sched: introduce Match-all classifier
 .
   * Xenial update to 4.4.34 stable release (LP: #1643637)
     - dctcp: avoid bogus doubling of cwnd after loss
     - net: clear sk_err_soft in sk_clone_lock()
     - net: mangle zero checksum in skb_checksum_help()
     - bgmac: stop clearing DMA receive control register right after it is set
     - ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
     - tcp: fix potential memory corruption
     - dccp: do not send reset to already closed sockets
     - dccp: fix out of bound access in dccp_v4_err()
     - ipv6: dccp: fix out of bound access in dccp_v6_err()
     - ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped
     - sctp: assign assoc_id earlier in __sctp_connect
     - fib_trie: Correct /proc/net/route off by one error
     - sock: fix sendmmsg for partial sendmsg
     - net: __skb_flow_dissect() must cap its return value
     - ipv4: use new_gw for redirect neigh lookup
     - tcp: take care of truncations done by sk_filter()
     - tty: Prevent ldisc drivers from re-using stale tty fields
     - sparc: Don't leak context bits into thread->fault_address
     - sparc: serial: sunhv: fix a double lock bug
     - sparc64 mm: Fix base TSB sizing when hugetlb pages are used
     - sparc: Handle negative offsets in arch_jump_label_transform
     - sparc64: Handle extremely large kernel TSB range flushes sanely.
     - sparc64: Fix illegal relative branches in hypervisor patched TLB code.
     - sparc64: Fix instruction count in comment for
       __hypervisor_flush_tlb_pending.
     - sparc64: Fix illegal relative branches in hypervisor patched TLB 
cross-call
       code.
     - sparc64: Handle extremely large kernel TLB range flushes more gracefully.
     - sparc64: Delete __ret_efault.
     - sparc64: Prepare to move to more saner user copy exception handling.
     - sparc64: Convert copy_in_user to accurate exception reporting.
     - sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.
     - sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.
     - sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.
     - sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.
     - sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.
     - sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.
     - sparc64: Delete now unused user copy assembler helpers.
     - sparc64: Delete now unused user copy fixup functions.
     - Linux 4.4.34
 .
   * Xenial update to v4.4.33 stable release (LP: #1642968)
     - ALSA: info: Return error for invalid read/write
     - ALSA: info: Limit the proc text input size
     - ASoC: cs4270: fix DAPM stream name mismatch
     - dib0700: fix nec repeat handling
     - swapfile: fix memory corruption via malformed swapfile
     - coredump: fix unfreezable coredumping task
     - s390/hypfs: Use get_free_page() instead of kmalloc to ensure page 
alignment
     - ARC: timer: rtc: implement read loop in "C" vs. inline asm
     - pinctrl: cherryview: Serialize register access in suspend/resume
     - pinctrl: cherryview: Prevent possible interrupt storm on resume
     - staging: iio: ad5933: avoid uninitialized variable in error case
     - drivers: staging: nvec: remove bogus reset command for PS/2 interface
     - Revert "staging: nvec: ps2: change serio type to passthrough"
     - staging: nvec: remove managed resource from PS2 driver
     - USB: cdc-acm: fix TIOCMIWAIT
     - usb: gadget: u_ether: remove interrupt throttling
     - drbd: Fix kernel_sendmsg() usage - potential NULL deref
     - toshiba-wmi: Fix loading the driver on non Toshiba laptops
     - clk: qoriq: Don't allow CPU clocks higher than starting value
     - iio: hid-sensors: Increase the precision of scale to fix wrong reading
       interpretation.
     - iio: orientation: hid-sensor-rotation: Add PM function (fix non working
       driver)
     - scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during init
     - scsi: mpt3sas: Fix for block device of raid exists even after deleting 
raid
       disk
     - KVM: MIPS: Precalculate MMIO load resume PC
     - drm/i915: Respect alternate_ddc_pin for all DDI ports
     - dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers
     - tty/serial: at91: fix hardware handshake on Atmel platforms
     - iommu/amd: Free domain id when free a domain of struct dma_ops_domain
     - iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path
     - mei: bus: fix received data size check in NFC fixup
     - lib/genalloc.c: start search from start of chunk
     - hwrng: core - Don't use a stack buffer in add_early_randomness()
     - i40e: fix call of ndo_dflt_bridge_getlink()
     - ACPI / APEI: Fix incorrect return value of ghes_proc()
     - ASoC: sun4i-codec: return error code instead of NULL when create_card 
fails
     - mmc: mxs: Initialize the spinlock prior to using it
     - btrfs: qgroup: Prevent qgroup->reserved from going subzero
     - netfilter: fix namespace handling in nf_log_proc_dostring
     - Linux 4.4.33
 .
   * Xenial update to 4.4.32 stable release (LP: #1642573)
     - tcp: fix overflow in __tcp_retransmit_skb()
     - net: avoid sk_forward_alloc overflows
     - tcp: fix wrong checksum calculation on MTU probing
     - tcp: fix a compile error in DBGUNDO()
     - ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()
     - ipmr, ip6mr: fix scheduling while atomic and a deadlock with 
ipmr_get_route
     - tg3: Avoid NULL pointer dereference in tg3_io_error_detected()
     - net: fec: set mac address unconditionally
     - net: pktgen: fix pkt_size
     - net/sched: act_vlan: Push skb->data to mac_header prior calling 
skb_vlan_*()
       functions
     - net: Add netdev all_adj_list refcnt propagation to fix panic
     - packet: call fanout_release, while UNREGISTERING a netdev
     - netlink: do not enter direct reclaim from netlink_dump()
     - ipv6: tcp: restore IP6CB for pktoptions skbs
     - ip6_tunnel: fix ip6_tnl_lookup
     - net: pktgen: remove rcu locking in pktgen_change_name()
     - bridge: multicast: restore perm router ports on multicast enable
     - rtnetlink: Add rtnexthop offload flag to compare mask
     - net: add recursion limit to GRO
     - ipv4: disable BH in set_ping_group_range()
     - ipv4: use the right lock for ping_group_range
     - net: sctp, forbid negative length
     - udp: fix IP_CHECKSUM handling
     - net sched filters: fix notification of filter delete with proper handle
     - sctp: validate chunk len before actually using it
     - packet: on direct_xmit, limit tso and csum to supported devices
     - of: silence warnings due to max() usage
     - Revert KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
     - KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
     - drm/amdgpu/dp: add back special handling for NUTMEG
     - drm/amdgpu: fix DP mode validation
     - drm/radeon: fix DP mode validation
     - scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regression
     - Linux 4.4.32
 .
   * Xenial update to 4.4.31 stable release (LP: #1642572)
     - i2c: xgene: Avoid dma_buffer overrun
     - i2c: core: fix NULL pointer dereference under race condition
     - drm/dp/mst: Clear port->pdt when tearing down the i2c adapter
     - h8300: fix syscall restarting
     - libxfs: clean up _calc_dquots_per_chunk
     - mm/list_lru.c: avoid error-path NULL pointer deref
     - mm: memcontrol: do not recurse in direct reclaim
     - ALSA: usb-audio: Add quirk for Syntek STK1160
     - ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND caps
     - ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top drivers
     - ALSA: hda - allow 40 bit DMA mask for NVidia devices
     - ALSA: hda - Adding a new group of pin cfg into ALC295 pin quirk table
     - ALSA: hda - Fix headset mic detection problem for two Dell laptops
     - ANDROID: binder: Add strong ref checks
     - ANDROID: binder: Clear binder and cookie when setting handle in flat 
binder
       struct
     - btrfs: fix races on root_log_ctx lists
     - ubifs: Abort readdir upon error
     - ubifs: Fix regression in ubifs_readdir()
     - mei: txe: don't clean an unprocessed interrupt cause.
     - usb: gadget: function: u_ether: don't starve tx request queue
     - USB: serial: fix potential NULL-dereference at probe
     - USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7
     - xhci: use default USB_RESUME_TIMEOUT when resuming ports.
     - usb: increase ohci watchdog delay to 275 msec
     - Fix potential infoleak in older kernels
     - vt: clear selection before resizing
     - xhci: add restart quirk for Intel Wildcatpoint PCH
     - tty: limit terminal size to 4M chars
     - USB: serial: cp210x: fix tiocmget error handling
     - dm: free io_barrier after blk_cleanup_queue call
     - KVM: x86: fix wbinvd_dirty_mask use-after-free
     - KVM: MIPS: Make ERET handle ERL before EXL
     - ovl: fsync after copy-up
     - parisc: Ensure consistent state when switching to kernel stack at syscall
       entry
     - virtio_ring: Make interrupt suppression spec compliant
     - virtio: console: Unlock vqs while freeing buffers
     - dm mirror: fix read error on recovery after default leg failure
     - Input: i8042 - add XMG C504 to keyboard reset table
     - firewire: net: guard against rx buffer overflows
     - firewire: net: fix fragmented datagram_size off-by-one
     - mac80211: discard multicast and 4-addr A-MSDUs
     - scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough)
       devices
     - scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloaded
     - scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmware
     - mmc: dw_mmc-pltfm: fix the potential NULL pointer dereference
     - Revert "drm/radeon: fix DP link training issue with second 4K monitor"
     - drm/radeon/si_dpm: Limit clocks on HD86xx part
     - drm/radeon/si_dpm: workaround for SI kickers
     - drm/radeon: drop register readback in cayman_cp_int_cntl_setup
     - drm/dp/mst: Check peer device type before attempting EDID read
     - perf build: Fix traceevent plugins build race
     - x86/xen: fix upper bound of pmd loop in xen_cleanhighmap()
     - powerpc/ptrace: Fix out of bounds array access warning
     - ARM: 8584/1: floppy: avoid gcc-6 warning
     - mm/cma: silence warnings due to max() usage
     - drm/exynos: fix error handling in exynos_drm_subdrv_open
     - cgroup: avoid false positive gcc-6 warning
     - smc91x: avoid self-comparison warning
     - Disable "frame-address" warning
     - UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC 
header
     - pwm: Unexport children before chip removal
     - usb: dwc3: Fix size used in dma_free_coherent()
     - tty: vt, fix bogus division in csi_J
     - kvm: x86: Check memopp before dereference (CVE-2016-8630)
     - ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
     - HID: usbhid: add ATEN CS962 to list of quirky devices
     - Linux 4.4.31
 .
   * CVE-2016-6213
     - mnt: Add a per mount namespace limit on the number of mounts
 .
   * ThinkPad T460 hotkeys stop working in Ubuntu 16.04 (LP: #1642114)
     - thinkpad_acpi: Add support for HKEY version 0x200
 .
   * CVE-2016-4568
     - videobuf2-v4l2: Verify planes array in buffer dequeueing
 .
   * [SRU] Add 0cf3:e009 to btusb (LP: #1641562)
     - Bluetooth: btusb: Add support for 0cf3:e009
 .
   * Fix resource leak in btusb (LP: #1641569)
     - SAUCE: Bluetooth: decrease refcount after use
 .
   * WiFi LED doesn't work on some Edge Gateway units (LP: #1640418)
     - SAUCE: mwifiex: Use PCI ID instead of DMI ID to identify Edge Gateways
 .
   * [Hyper-V] do not lose pending heartbeat vmbus packets (LP: #1632786)
     - hv: do not lose pending heartbeat vmbus packets
 .
   * ipv6: connected routes are missing after a down/up cycle on the loopback
     (LP: #1634545)
     - ipv6: correctly add local routes when lo goes up
 .
   * audit: prevent a new auditd to stop an old auditd still alive (LP: 
#1633404)
     - audit: stop an old auditd being starved out by a new auditd
 .
   * hv_set_ifconfig script parsing fails for certain configuration
     (LP: #1640109)
     - hv_set_ifconfig -- handle DHCP interfaces correctly
     - hv_set_ifconfig -- ensure we include the last stanza
 .
   * CVE-2016-7039 and CVE-2016-8666 (LP: #1631287)
     - Revert "UBUNTU: SAUCE: net: add recursion limit to GRO"
Checksums-Sha1:
 07b7ab1ce3609ebdbb9b32e892d72f5d14cb359f 374662 
block-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 3eae4226eb617a8becf58130fd2f6915ba15d6b4 338876 
crypto-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 f027c6194441a78ccbb3c52bb66c9d6855f4dd14 4328 
fat-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 f52e3cea3ef456f193bd5b6bde0708178c47ebe6 13300 
fb-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 42c8985aa4b12bdb77f2cf3ff720fb56069802dc 67572 
firewire-core-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 2e388fb168394403e5b1c10d008e3c9ec20658ad 33024 
floppy-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 3409a4b6aa10b70b0f9f6695b2a9128af447814f 1113150 
fs-core-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 7612d15eec901df90b832e91cd5d46b70d4f57e2 587996 
fs-secondary-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 81a83ff68f2182f897dd571713d3e2ce768a3102 290488 
input-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 e0f42489fafcbb2e800adb060173f88d74fe5d76 59272 
ipmi-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 2e87d0fdeeda3134de547dacf1cc894a571b7e75 227488 
irda-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 56221a7b187d5977fccac047c873d99df3ce30f3 7660690 
kernel-image-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 2ee69391f2f6224c26d21c2f82881c79adbd8aea 838 
linux-cloud-tools-4.4.0-52-dbgsym_4.4.0-52.73_amd64.ddeb
 81631cf0b1550fb8f1a611d0399a9ce05aa9d25b 1800 
linux-cloud-tools-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 6dc36e049467946dc8a0d425bb4daa7b33ba8b4d 1802 
linux-cloud-tools-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 f3fac0eceaef3c664fc14411b8fa5130741e8be1 39114 
linux-cloud-tools-4.4.0-52_4.4.0-52.73_amd64.deb
 89300aee64a8370570bcc12e5fd48fa177ccc8b0 32058 
linux-cloud-tools-common_4.4.0-52.73_all.deb
 54f1e834ea793f7d2267bc9af785dc8d46d160e0 11246356 linux-doc_4.4.0-52.73_all.deb
 cdda1fc35bb6a795bfefc91480de1bbaa51e54a8 778780 
linux-headers-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 234b70f2202ae9fec9d98f152155c6fe847d7f71 778548 
linux-headers-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 abd44ea8bbb8ca3287ecbe35e959c4fb72ff270f 9912400 
linux-headers-4.4.0-52_4.4.0-52.73_all.deb
 aa10f6c30c8ff86706308ffc7e9b5f89995d0ac8 482204166 
linux-image-4.4.0-52-generic-dbgsym_4.4.0-52.73_amd64.ddeb
 a55b1a6f5c4af8b6ce4eb8a7104d9d52eca3d20b 21377038 
linux-image-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 2456eab15b6c837e6525fafc6db8854d46dafddb 482714010 
linux-image-4.4.0-52-lowlatency-dbgsym_4.4.0-52.73_amd64.ddeb
 d5902f7fa283693cda08572ff49d81fee219bb47 57869094 
linux-image-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 0228d0e7065f57fcb6980de2d423b9b3a3234fa3 36530176 
linux-image-extra-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 c3f9eca16174c999abe7d3a5ab9365bf42f1aac1 841062 
linux-libc-dev_4.4.0-52.73_amd64.deb
 af7b52d8c72986cc51ddfc2df2637e98eb3fcc9d 111856598 
linux-source-4.4.0_4.4.0-52.73_all.deb
 11f8597db1988a482e156e3278b0c3bcbc8939ef 858 
linux-tools-4.4.0-52-dbgsym_4.4.0-52.73_amd64.ddeb
 d8b3b3ccae4622cfd8d8beff2133607350a37aa0 1880 
linux-tools-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 765c095b810af2f32a5aa9a9ecdf08de9e93e9e3 1880 
linux-tools-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 af348e3dff17ee1d777c0566ffb7fae6a4d37cb5 695296 
linux-tools-4.4.0-52_4.4.0-52.73_amd64.deb
 1a91166a2943172e4978cff05d27d7f15a526234 115140 
linux-tools-common_4.4.0-52.73_all.deb
 7d2c27409b800ec73f9083fb4fabce9c27e862f8 942 
linux-udebs-generic_4.4.0-52.73_amd64.udeb
 b6cbe67bb9460d09505a896671904fc494de01fd 13649644 
linux_4.4.0-52.73_amd64.tar.gz
 986c3b429f314ff0e34f7c9df77d020b75b4d9dc 34158 
linux_4.4.0-52.73_amd64_translations.tar.gz
 64e7f9670769bc29c45dd86d1ab1cf6fbd985a19 252704 
md-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 f1da16fbe2ff61f029da2427fc88ba75cb382c42 202250 
message-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 7963db0947a847e371d2813ef4e0eb97991b7b39 54096 
mouse-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 e4b82382f27c2242fad557d42abb7c82da87d57c 15740 
multipath-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 ea5b8911ecdb806f9fab14e26f614f4444b6cb06 495876 
nfs-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 d3be585d8fb86901673fe30a6001233cbc245ebf 4167028 
nic-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 899f3795fe09451b98e5b469311ea5ac69cb7b9d 144430 
nic-pcmcia-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 bec4494bf3f7c7d4b1f838fe6131230a6da0c1df 512564 
nic-shared-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 d902fe683951a1e20e6d5f675dc5b60e86af7128 294336 
nic-usb-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 07f153894a5e531ddb0dc1a619ad16ea1b7a2325 32884 
parport-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 f4eb5f97486c94323c8598b9838197871a6e66f5 125646 
pata-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 cb166429064ced0780851852cebe047b4d41e899 64514 
pcmcia-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 959cba3eb41f9334e9c6a29b9c26f4420fd354ca 67822 
pcmcia-storage-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 0a8ffa9b7dfdeb58a383d0b2639cab8fd52683bc 8692 
plip-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 bce90e97dc42863fc0ae3975c7596018986a933a 25562 
ppp-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 fab50521fb1f74585a80cd2bd222317455c107f1 97316 
sata-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 7467a09d499489993f6638027e2dfa9868323378 2182240 
scsi-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 f454dd9b8f5d59710000ab6b0d833c4a2c11007b 87958 
serial-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 63e999338301ddbfb0a9c085440c3196559e4c2e 54724 
speakup-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 7be44c46856fa43ac247405c144c2822bf4127ee 46190 
storage-core-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 a767b0e86c530c5affbe2a2ace7c267ae60d34b6 125384 
usb-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 fd717257ce46e0594300bd7c0a0908f66ff17586 90130 
virtio-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 923519770f9c9f9ff5e9940addef3d8afca8f713 27558 
vlan-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
Checksums-Sha256:
 a827532f88793b0f490db400ced4bfa49ed4e22603f1fa1117ecff5916dc2f2d 374662 
block-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 752852cd4a857e4524c724eeb22977138203ddb7d43fdcaa5af237bcad761517 338876 
crypto-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 c9964aa25ed7aa076db240bf6912cf1bf5479aa5bbf6814dd6b2284acbbe523e 4328 
fat-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 086e6f4d4f6db87f67c414a0c6ff4fbab37683840b24a05f237f04eef9182bea 13300 
fb-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 5dc2b26760f0531bda4ccd8ea0dfe3a25ff7c3e5eb032b8cb6506fca4a318f7d 67572 
firewire-core-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 20f71e49ef396b4466baf7717e75ca077c74add165745e0f46c4fbfc6b5407c9 33024 
floppy-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 9beef1d5b06205180505b8d0a22165da26190b9032f7eca84eefd2e498bf310a 1113150 
fs-core-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 c3a2ecf20716a895676da9103002d7b9fee4396e8e3ef7cef6e531429f35138e 587996 
fs-secondary-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 f5f1c5cea536516f579ed403747760b5d1aefa75501c8ab1237855d85fff9096 290488 
input-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 6d0740a50239c0eda04c6057c8f56b12b83b65e86c652bf4150377eff8da5ea3 59272 
ipmi-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 cf729382bb3eef0ff27941946819fce534d048639cb17059c67fc6903a2146ba 227488 
irda-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 5801df1a41bc1ea99b33847c70e00d0c22cedd0ed8578b1639c0fc1a05fee0c4 7660690 
kernel-image-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 dd70b01c112dfce225ed4fccc97426c6252546d31a5ac37cb5cce5261889650d 838 
linux-cloud-tools-4.4.0-52-dbgsym_4.4.0-52.73_amd64.ddeb
 48e2b4720b4d3712928217a3489e0b18e3ce5b4df51012b75be248fcb9e56bb5 1800 
linux-cloud-tools-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 ecabbc05ebdde36f19b7e4252faf16313e6d3ae405af48848e721c6f76d1c07b 1802 
linux-cloud-tools-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 ed99459cb287453bb34b9321c8ede6f24f5fffb9c983a20d13a039f9325f59e2 39114 
linux-cloud-tools-4.4.0-52_4.4.0-52.73_amd64.deb
 70af56df5150270bc3c4af768062e9bc83b2bc92c01a05d4adb0e03c407be82f 32058 
linux-cloud-tools-common_4.4.0-52.73_all.deb
 cbb866b5a9cd79ca32575585dfed88b2e95826b896afc522ea01dc695609af43 11246356 
linux-doc_4.4.0-52.73_all.deb
 d82624e9e4b6f4218ef2448a6d43ec4c530c68631c7f3c5fceef45a151cb27f4 778780 
linux-headers-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 5bd3803e708df01dc0f9aa37a51ab56542f14927cdd0bd625548bd274d9adbf1 778548 
linux-headers-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 29c6d594e4f498742072dcd9bc06f6373f7c32506891e7407ac64e6ef4845705 9912400 
linux-headers-4.4.0-52_4.4.0-52.73_all.deb
 c6219fbc09d72b8d6e1e6b4277fbaec0b3d0c8cc4b3cff1f68659c56f0a18baf 482204166 
linux-image-4.4.0-52-generic-dbgsym_4.4.0-52.73_amd64.ddeb
 c304bee39ddb8c1c8a34cf3ae896b1ac6e8fd6a581463dd5c306421eb9eb01b9 21377038 
linux-image-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 221548dc4d0e31d3433a6c24069b8f969f0f2c16f0cd0034e682e349510dde56 482714010 
linux-image-4.4.0-52-lowlatency-dbgsym_4.4.0-52.73_amd64.ddeb
 3104e256c8de8ad7bb8d68dea401f8728ac2968efa7ca1a88ddb907c63323cbf 57869094 
linux-image-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 27f84a40b9ed716b4dc5354e108165e707ea887151cade723d2c84d1258ecbc0 36530176 
linux-image-extra-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 90e21632c2436c94055adea54e0fc9f5b5237217bea60989e8d0c51bc45a2ad5 841062 
linux-libc-dev_4.4.0-52.73_amd64.deb
 03bcd8bfd08a4eb0910c689c1ba2f030d23b5eb00665ca7b6a9d6443f6911742 111856598 
linux-source-4.4.0_4.4.0-52.73_all.deb
 42546186e62f0259f3da0f3ddaa1417a833957734c202061b3a8673c601a77f7 858 
linux-tools-4.4.0-52-dbgsym_4.4.0-52.73_amd64.ddeb
 90082a26513ea41b594bdfede8454985634eac7fad240b26212a20f6dd29f169 1880 
linux-tools-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 b29a25db4e5ece65d5dd4ca757d16ac71191b371909a605b02f4fe860a938d21 1880 
linux-tools-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 bc485feca9201d048f4d5e462b08a376ff49eef9bccf24affed437b8e4dcdc0b 695296 
linux-tools-4.4.0-52_4.4.0-52.73_amd64.deb
 52fc561fdd2dfca82b6cca083eebdc8a519a3142246f336d6ac7d05644b8e1fa 115140 
linux-tools-common_4.4.0-52.73_all.deb
 55e1e60fc7b5013ade23c64b379a82a564573e7ce17bf7eaf00bb1f265ef7005 942 
linux-udebs-generic_4.4.0-52.73_amd64.udeb
 58729932e5d8cd529991fa140bf2c1ad0800234e3ac70639227be87152aa3b55 13649644 
linux_4.4.0-52.73_amd64.tar.gz
 8899c1e7f829705da798f49bd59b5798169772dde7c7ca1325bcb7982dfc153e 34158 
linux_4.4.0-52.73_amd64_translations.tar.gz
 feab582b6ffebc2a82d2630f92ae968d29afaccc8834aeba53843e19cb3095e9 252704 
md-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 2644678c2b1939d1b9b3070a44240d05bb9936f15aceb89f5ec82f0f8437a7bb 202250 
message-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 27eef7893d202a76f1250a993eba99e26f79555947ec9a174e6f90693d2dc40b 54096 
mouse-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 f215ec04c19c5dde63ae3f474c2f24f41384b1da34753f5e5c085de388316a1f 15740 
multipath-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 64a5430f5f5cf900dc23f19d86779e86d61d495010d02fe186504bd2e98a5213 495876 
nfs-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 8a75ed2663eb841c70fce72ee8ed0b3611db46330773c22570e56c5554df5302 4167028 
nic-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 d1481949028cdb525eddf4cdd54389f862d9cddc58c76f9cf23644bf4124e01e 144430 
nic-pcmcia-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 d31bac2522a9eda3cc5df109931690715f3f04264f715f9d0657b9b4b116432e 512564 
nic-shared-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 1c0cf7217bbd9557ce39e1a6c8aeef27022f7b0d3a47e689b397d46cbf2b6e4b 294336 
nic-usb-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 873ec0b9260bcd198e1b3ade18ee269e5ffbaf4597a5d7ee18d32dc14b0aa763 32884 
parport-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 29ae6addfb50dc07a3b78cd5c1f555c0ef4866e41f3c9f10df66a74bdb55e6fe 125646 
pata-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 97159f0a845519e8772070b521e65a4f5b1ae461155a5c74a1079fb464d02e4b 64514 
pcmcia-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 293450669bb26415adc2282ef70f201c0e34ad4e498b08e471bb08843649260d 67822 
pcmcia-storage-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 b6bc3510b11076f5ddbde94d33187c876bc99331411c4afb228624e037285821 8692 
plip-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 0456e90c1ac41a3796936f5a0ed69322e7238b8a17a0e9b180a5a2fbf428a319 25562 
ppp-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 dbb3a15e94b3c16ecd7ca8594689b97ddb923a131125b893e548c77b0a05f0d6 97316 
sata-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 567bf09a66845e32162f809299601fb941dd731d6b7b87e3b50838de88b34c13 2182240 
scsi-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 34c7a213da4cf0e605dbf1033fbb7399a29bb2f2d834c46c1fcd3f5ec21904f5 87958 
serial-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 889e1f1670e0f6669d48e608ae7d7ffc636dc36e13b7fdba6fa560e47e1e6a7b 54724 
speakup-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 2f108a5b59f508163b48d7c1e19ea43b6cf45f7d2c95e07fe2ef5e356a55daaf 46190 
storage-core-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 ab3e63a24f01ea870ff11e67ef7689ace51b02c820eee6cfc95b4a9e2be286ba 125384 
usb-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 0707f98cea2576b928b9f811729b6d99458ad120a3a2aebe8f4d110942f4dc33 90130 
virtio-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 c96e8f94bc86d2565339e89e3e350cff6ece31684621fa6bfd8bd44e479662e6 27558 
vlan-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
Files:
 1741af182ccd24fa796fc5d1c241cd45 374662 debian-installer standard 
block-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 ff021a0133d47929233d13bdb7b4a10b 338876 debian-installer extra 
crypto-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 b825798aadcb84ddc8f1ae3bd8e6c4f0 4328 debian-installer standard 
fat-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 d1f235e51cdf7a4e64d123444a826d50 13300 debian-installer standard 
fb-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 acb5b34c96cafabe1d1b7b2f1e662f85 67572 debian-installer standard 
firewire-core-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 56d968d17810e05d8da81cbc7f718459 33024 debian-installer standard 
floppy-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 1773bcf4bff42849abb6e7db2be3a99a 1113150 debian-installer standard 
fs-core-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 1484dd923c821a06d86cfb0d5ccf3fd9 587996 debian-installer standard 
fs-secondary-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 67e9b27acc84a50999777bd7944d730b 290488 debian-installer standard 
input-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 51249f506f47ad092a5783a15f8e1d9d 59272 debian-installer standard 
ipmi-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 4c40a2c0b77648a5621c4ac5ba210e40 227488 debian-installer standard 
irda-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 4ba044e8960d39025776174653c77e5a 7660690 debian-installer extra 
kernel-image-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 f44d6716b67ace1c75860ec0767bd145 838 devel extra 
linux-cloud-tools-4.4.0-52-dbgsym_4.4.0-52.73_amd64.ddeb
 7563166736cbdf1ded30e32d89b66962 1800 devel optional 
linux-cloud-tools-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 76120407d389b33d33a3692c95f94885 1802 devel optional 
linux-cloud-tools-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 7e6e5dff6c1b90a6ff19ae7c6348a410 39114 devel optional 
linux-cloud-tools-4.4.0-52_4.4.0-52.73_amd64.deb
 b7bd193d82acf352338f385bebe26e05 32058 kernel optional 
linux-cloud-tools-common_4.4.0-52.73_all.deb
 7e91fd682bc81283d422c4efcfa57ee2 11246356 doc optional 
linux-doc_4.4.0-52.73_all.deb
 e2e68b5e475789126bc371c6023a200a 778780 devel optional 
linux-headers-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 1b6501d02e21a3f216727bdaf5aa0c1f 778548 devel optional 
linux-headers-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 a93aee8710c3dc59d099d15541cdeee8 9912400 devel optional 
linux-headers-4.4.0-52_4.4.0-52.73_all.deb
 77a9da82e5e85df2bd644fd8f8a9c36d 482204166 devel optional 
linux-image-4.4.0-52-generic-dbgsym_4.4.0-52.73_amd64.ddeb
 33ca8e6f59be570dde88e8f7d4dc8fb8 21377038 kernel optional 
linux-image-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 b8d3dcfe300148d21d04c375c0de8b65 482714010 devel optional 
linux-image-4.4.0-52-lowlatency-dbgsym_4.4.0-52.73_amd64.ddeb
 0f2555050ddf608d83d6c2313802be6b 57869094 kernel optional 
linux-image-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 fbfd9800fa1e4bc8368420310840758d 36530176 kernel optional 
linux-image-extra-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 00ffc9372c2f312cda3a6ba8c9c4798a 841062 devel optional 
linux-libc-dev_4.4.0-52.73_amd64.deb
 2ef67553b411ac67a1353cf7afd8621a 111856598 devel optional 
linux-source-4.4.0_4.4.0-52.73_all.deb
 dc3c3863672e2fc2b0d6423ec54e862c 858 devel extra 
linux-tools-4.4.0-52-dbgsym_4.4.0-52.73_amd64.ddeb
 587b637d93fc1ec6098c7e8d44a0a849 1880 devel optional 
linux-tools-4.4.0-52-generic_4.4.0-52.73_amd64.deb
 86cd4364d823e7822d55673e3c1ae21c 1880 devel optional 
linux-tools-4.4.0-52-lowlatency_4.4.0-52.73_amd64.deb
 0d3d2f13665567afbbb4f9f27ff508b6 695296 devel optional 
linux-tools-4.4.0-52_4.4.0-52.73_amd64.deb
 bf80ad5197ababec8d27e6060895bf2c 115140 kernel optional 
linux-tools-common_4.4.0-52.73_all.deb
 64efcff6faae466760a25e33fce6e645 942 debian-installer optional 
linux-udebs-generic_4.4.0-52.73_amd64.udeb
 951d1cae96cc7fb39228ef4d279d479f 13649644 raw-uefi - 
linux_4.4.0-52.73_amd64.tar.gz
 a900e943838d040f358541aa9db8c4e8 34158 raw-translations - 
linux_4.4.0-52.73_amd64_translations.tar.gz
 eebe03315944b1b6b3a7c01338685669 252704 debian-installer standard 
md-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 c79cf27884c6f492f747618fbbcd4ee1 202250 debian-installer standard 
message-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 d8b93f9f73e29b9b1480eb60f52d5bdb 54096 debian-installer extra 
mouse-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 2be244f8169d700cd1e848eba792eeb3 15740 debian-installer extra 
multipath-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 25c84edebd4eb61e4023b9edc95c7662 495876 debian-installer standard 
nfs-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 b932362ae7b0e9e9f56d1dee8b1d1bf7 4167028 debian-installer standard 
nic-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 3bab4704651447da509c8e813538c139 144430 debian-installer standard 
nic-pcmcia-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 8759badf0c44d3f871587b936396a0a5 512564 debian-installer standard 
nic-shared-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 114c3a7f348b364af582e6faf858fb59 294336 debian-installer standard 
nic-usb-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 303897e13a56716620ea945124100c28 32884 debian-installer standard 
parport-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 c627b9450d0f24795b89da89b1b01aa3 125646 debian-installer standard 
pata-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 1ccace1c6a51272d673925013bd194db 64514 debian-installer standard 
pcmcia-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 547264d7bfded724a7e1aadf42394f13 67822 debian-installer standard 
pcmcia-storage-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 0054ed6d1302b32d381922c89b0c962e 8692 debian-installer standard 
plip-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 d37f4ab6e848e49c115aa13828721b1d 25562 debian-installer standard 
ppp-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 5e1a374ce8d68da6990a7d96541fa3e1 97316 debian-installer standard 
sata-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 0c3df8fb71a57ccf2fe999e25f83a893 2182240 debian-installer standard 
scsi-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 6596dd77f10a58bdcc9da512dfb05f64 87958 debian-installer standard 
serial-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 79c622f2ce69d2b1490c0755043fab10 54724 debian-installer extra 
speakup-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 58fc04c790778f2598ea7dd56778636c 46190 debian-installer standard 
storage-core-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 432bde52031ad18cb4256782d38847ae 125384 debian-installer standard 
usb-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 a83830184e31348e8736802047f9da74 90130 debian-installer standard 
virtio-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
 90df65dcbc147b2e2e24d14919671cb6 27558 debian-installer extra 
vlan-modules-4.4.0-52-generic-di_4.4.0-52.73_amd64.udeb
Package-Type: udeb
-- 
Xenial-changes mailing list
Xenial-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xenial-changes

Reply via email to