[ubuntu/zesty-proposed] linux_4.10.0-14.16_amd64.tar.gz - (Accepted)
Tim Gardner
tim.gardner at canonical.com
Mon Mar 20 16:52:53 UTC 2017
linux (4.10.0-14.16) zesty; urgency=low
[ Tim Gardner ]
* Release Tracking Bug
- LP: #1673805
* msleep() bug causes Nuvoton I2C TPM device driver delays (LP: #1667567)
- tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
- SAUCE: tpm: add sleep only for retry in i2c_nuvoton_write_status()
* C++ demangling support missing from perf (LP: #1396654)
- [Config] added binutils-dev to Build-deps
* dm-queue-length module is not included in installer/initramfs (LP: #1673350)
- [Config] d-i: Also add dm-queue-length to multipath modules
* move aufs.ko from -extra to linux-image package (LP: #1673498)
- [config] aufs.ko moved to linux-image package
* Using an NVMe drive causes huge power drain (LP: #1664602)
- nvme: Add a quirk mechanism that uses identify_ctrl
- nvme: Enable autonomous power state transitions
* Broadcom bluetooth modules sometimes fail to initialize (LP: #1483101)
- Bluetooth: btbcm: Add a delay for module reset
* Need support of Broadcom bluetooth device [413c:8143] (LP: #1166113)
- Bluetooth: btusb: Add support for 413c:8143
* Zesty update to v4.10.3 stable release (LP: #1673118)
- serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
- KVM: s390: Disable dirty log retrieval for UCONTROL guests
- KVM: VMX: use correct vmcs_read/write for guest segment selector/base
- Bluetooth: Add another AR3012 04ca:3018 device
- phy: qcom-ufs: Don't kfree devres resource
- phy: qcom-ufs: Fix misplaced jump label
- s390/qdio: clear DSCI prior to scanning multiple input queues
- s390/dcssblk: fix device size calculation in dcssblk_direct_access()
- s390/kdump: Use "LINUX" ELF note name instead of "CORE"
- s390/chsc: Add exception handler for CHSC instruction
- s390: TASK_SIZE for kernel threads
- s390/topology: correct allocation of topology information
- s390: make setup_randomness work
- s390: use correct input data address for setup_randomness
- net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
- cxl: Prevent read/write to AFU config space while AFU not configured
- cxl: fix nested locking hang during EEH hotplug
- brcmfmac: fix incorrect event channel deduction
- mnt: Tuck mounts under others instead of creating shadow/side mounts.
- IB/ipoib: Fix deadlock between rmmod and set_mode
- IB/IPoIB: Add destination address when re-queue packet
- IB/mlx5: Fix out-of-bound access
- IB/SRP: Avoid using IB_MR_TYPE_SG_GAPS
- IB/srp: Avoid that duplicate responses trigger a kernel bug
- IB/srp: Fix race conditions related to task management
- Btrfs: fix data loss after truncate when using the no-holes feature
- orangefs: Use RCU for destroy_inode
- memory/atmel-ebi: Fix ns <-> cycles conversions
- tracing: Fix return value check in trace_benchmark_reg()
- ktest: Fix child exit code processing
- ceph: remove req from unsafe list when unregistering it
- target: Fix NULL dereference during LUN lookup + active I/O shutdown
- drivers/pci/hotplug: Handle presence detection change properly
- drivers/pci/hotplug: Fix initial state for empty slot
- nlm: Ensure callback code also checks that the files match
- pwm: pca9685: Fix period change with same duty cycle
- xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
- nfit, libnvdimm: fix interleave set cookie calculation
- mac80211: flush delayed work when entering suspend
- mac80211: don't reorder frames with SN smaller than SSN
- mac80211: don't handle filtered frames within a BA session
- mac80211: use driver-indicated transmitter STA only for data frames
- drm/amdgpu: add more cases to DCE11 possible crtc mask setup
- drm/amdgpu/pm: check for headless before calling compute_clocks
- Revert "drm/amdgpu: update tile table for oland/hainan"
- drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS
- drm/radeon: handle vfct with multiple vbios images
- drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
- drm/ttm: Make sure BOs being swapped out are cacheable
- drm/vmwgfx: Work around drm removal of control nodes
- drm/imx: imx-tve: Do not set the regulator voltage
- drm/atomic: fix an error code in mode_fixup()
- drm/i915/gvt: Disable access to stolen memory as a guest
- drm: Cancel drm_fb_helper_dirty_work on unload
- drm: Cancel drm_fb_helper_resume_work on unload
- drm/i915: Recreate internal objects with single page segments if dmar fails
- drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
- drm/i915: Check for timeout completion when waiting for the rq to submitted
- drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()
- drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT
- libceph: use BUG() instead of BUG_ON(1)
- x86, mm: fix gup_pte_range() vs DAX mappings
- x86/tlb: Fix tlb flushing when lguest clears PGE
- thp: fix another corner case of munlock() vs. THPs
- mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
- kasan: resched in quarantine_remove_cache()
- fat: fix using uninitialized fields of fat_inode/fsinfo_inode
- drivers: hv: Turn off write permission on the hypercall page
- Linux 4.10.3
* Zesty update to v4.10.2 stable release (LP: #1672544)
- MIPS: pic32mzda: Fix linker error for pic32_get_pbclk()
- MIPS: Fix special case in 64 bit IP checksumming.
- MIPS: BCM47XX: Fix button inversion for Asus WL-500W
- MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
- MIPS: Lantiq: Keep ethernet enabled during boot
- MIPS: Clear ISA bit correctly in get_frame_info()
- MIPS: Prevent unaligned accesses during stack unwinding
- MIPS: Fix get_frame_info() handling of microMIPS function size
- MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
- MIPS: Calculate microMIPS ra properly when unwinding the stack
- MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
- mmc: sdhci-acpi: support deferred probe
- am437x-vpfe: always assign bpp variable
- uvcvideo: Fix a wrong macro
- media: fix dm1105.c build error
- cxd2820r: fix gpio null pointer dereference
- dvb-usb: don't use stack for firmware load
- lirc_dev: LIRC_{G,S}ET_REC_MODE do not work
- media: Properly pass through media entity types in entity enumeration
- ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
- spi: s3c64xx: fix inconsistency between binding and driver
- ARM: at91: define LPDDR types
- ARM: dts: at91: Enable DMA on sama5d4_xplained console
- ARM: dts: at91: Enable DMA on sama5d2_xplained console
- ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
- ALSA: hda - fix Lewisburg audio issue
- ALSA: timer: Reject user params with too small ticks
- ALSA: ctxfi: Fallback DMA mask to 32bit
- ALSA: seq: Fix link corruption by event error handling
- ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming
- ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine
- hwmon: (it87) Do not overwrite bit 2..6 of pwm control registers
- hwmon: (it87) Ensure that pwm control cache is current before updating values
- staging: greybus: loopback: fix broken udelay
- staging/lustre/lnet: Fix allocation size for sv_cpt_data
- staging: rtl: fix possible NULL pointer dereference
- coresight: STM: Balance enable/disable
- coresight: fix kernel panic caused by invalid CPU
- regulator: Fix regulator_summary for deviceless consumers
- tpm_tis: use default timeout value if chip reports it as zero
- tpm_tis: fix the error handling of init_tis()
- iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
- iommu/vt-d: Tylersburg isoch identity map check is done too late.
- CIFS: Fix splice read for non-cached files
- mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}
- mm/page_alloc: fix nodes for reclaim in fast path
- mm: vmpressure: fix sending wrong events on underflow
- mm: do not access page->mapping directly on page_endio
- mm balloon: umount balloon_mnt when removing vb device
- mm, vmscan: cleanup lru size claculations
- mm, vmscan: consider eligible zones in get_scan_count
- sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT
- ipc/shm: Fix shmat mmap nil-page protection
- ima: fix ima_d_path() possible race with rename
- PM / devfreq: Fix available_governor sysfs
- PM / devfreq: Fix wrong trans_stat of passive devfreq device
- dm cache: fix corruption seen when using cache > 2TB
- dm stats: fix a leaked s->histogram_boundaries array
- dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
- dm raid: fix data corruption on reshape request
- scsi: qla2xxx: Cleaned up queue configuration code.
- scsi: qla2xxx: Fix response queue count for Target mode.
- scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.
- Revert "scsi: aacraid: Reorder Adapter status check"
- scsi: aacraid: Reorder Adapter status check
- scsi: use 'scsi_device_from_queue()' for scsi_dh
- power: reset: at91-poweroff: timely shutdown LPDDR memories
- Fix: Disable sys_membarrier when nohz_full is enabled
- jbd2: don't leak modified metadata buffers on an aborted journal
- block/loop: fix race between I/O and set_status
- loop: fix LO_FLAGS_PARTSCAN hang
- ext4: Include forgotten start block on fallocate insert range
- ext4: do not polute the extents cache while shifting extents
- ext4: trim allocation requests to group size
- ext4: fix data corruption in data=journal mode
- ext4: fix use-after-iput when fscrypt contexts are inconsistent
- ext4: fix inline data error paths
- ext4: preserve the needs_recovery flag when the journal is aborted
- ext4: return EROFS if device is r/o and journal replay is needed
- ext4: fix fencepost in s_first_meta_bg validation
- samples/seccomp: fix 64-bit comparison macros
- mei: remove support for broken parallel read
- ath10k: fix boot failure in UTF mode/testmode
- ath5k: drop bogus warning on drv_set_key with unsupported cipher
- ath9k: fix race condition in enabling/disabling IRQs
- ath9k: use correct OTP register offsets for the AR9340 and AR9550
- PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
- PCI: altera: Fix TLP_CFG_DW0 for TLP write
- Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
- crypto: xts - Add ECB dependency
- crypto: testmgr - Pad aes_ccm_enc_tv_template vector
- crypto: xts - Propagate NEED_FALLBACK bit
- crypto: api - Add crypto_requires_off helper
- fuse: add missing FR_FORCE
- x86/pkeys: Check against max pkey to avoid overflows
- arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
- arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB
- arm64: fix erroneous __raw_read_system_reg() cases
- KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
- Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"
- iio: pressure: mpl115: do not rely on structure field ordering
- iio: pressure: mpl3115: do not rely on structure field ordering
- can: gs_usb: Don't use stack memory for USB transfers
- can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
- w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
- w1: ds2490: USB transfer buffers need to be DMAable
- usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
- usb: dwc3: gadget: skip Set/Clear Halt when invalid
- usb: host: xhci: plat: check hcc_params after add hcd
- usb: gadget: udc-core: Rescan pending list on driver unbind
- usb: gadget: udc: fsl: Add missing complete function.
- usb: gadget: f_hid: fix: Free out requests
- usb: gadget: f_hid: fix: Prevent accessing released memory
- usb: gadget: f_hid: Use spinlock instead of mutex
- usb: gadget: f_hid: fix: Move IN request allocation to set_alt()
- hv: allocate synic pages for all present CPUs
- hv: init percpu_list in hv_synic_alloc()
- Drivers: hv: vmbus: Prevent sending data on a rescinded channel
- Drivers: hv: vmbus: Fix a rescind handling bug
- Drivers: hv: util: kvp: Fix a rescind processing issue
- Drivers: hv: util: Fcopy: Fix a rescind processing issue
- Drivers: hv: util: Backup: Fix a rescind processing issue
- RDMA/core: Fix incorrect structure packing for booleans
- rdma_cm: fail iwarp accepts w/o connection params
- gfs2: Add missing rcu locking for glock lookup
- remoteproc: qcom: mdt_loader: Don't overwrite firmware object
- rtlwifi: Fix alignment issues
- rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
- VME: restore bus_remove function causing incomplete module unload
- nfsd: minor nfsd_setattr cleanup
- nfsd: special case truncates some more
- NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
- NFSv4: Fix reboot recovery in copy offload
- pNFS/flexfiles: If the layout is invalid, it must be updated before retrying
- Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE"
- NFSv4: fix getacl head length estimation
- NFSv4: fix getacl ERANGE for some ACL buffer sizes
- f2fs: fix a problem of using memory after free
- f2fs: fix multiple f2fs_add_link() calls having same name
- f2fs: add ovp valid_blocks check for bg gc victim to fg_gc
- f2fs: avoid to issue redundant discard commands
- f2fs: Fix zoned block device support
- rtc: sun6i: Disable the build as a module
- rtc: sun6i: Add some locking
- rtc: sun6i: Switch to the external oscillator
- md linear: fix a race between linear_add() and linear_congested()
- bcma: use (get|put)_device when probing/removing device driver
- mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0
- dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
- xprtrdma: Fix Read chunk padding
- xprtrdma: Per-connection pad optimization
- xprtrdma: Disable pad optimization by default
- xprtrdma: Reduce required number of send SGEs
- powerpc/xmon: Fix data-breakpoint
- powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask
- module: fix memory leak on early load_module() failures
- MIPS: IP22: Reformat inline assembler code to modern standards.
- MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.
- ceph: update readpages osd request according to size of pages
- Linux 4.10.2
* kernel selftests ADT failure with linux 4.10.0-13.15 on ppc64el (LP: #1672510)
- SAUCE: Add '-fno-ie -no-pie' to cflags for powerpc ptrace tests
* arm64: Workaround QDF2400 erratum 0065 (LP: #1672486)
- [Config] CONFIG_QCOM_QDF2400_ERRATUM_0065=y
- irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065
* arm64 MSI/PCIe passthrough patches break build of certain configs (LP: #1672502)
- irqdomain: Add empty irq_domain_check_msi_remap
* pinctrl: qcom: add get_direction function (LP: #1672504)
- pinctrl: qcom: add get_direction function
* perf probes on arm64 don't work with 4.10 kernel b/c of register name issue (LP: #1671917)
- perf probe: Fix wrong register name for arm64
* cleanup primary tree for linux-hwe layering issues (LP: #1637473)
- [Config] linux-source-* is in the primary linux namespace
* 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
* Revert "UBUNTU: SAUCE: Disable timers selftest for now" (LP: #1672372)
- Revert "UBUNTU: SAUCE: Disable timers selftest for now"
* Ubuntu 16.10: Network checksum fixes needed for IPoIB for Mellanox CX4/CX5 card (LP: #1670247)
- powerpc/64: Fix checksum folding in csum_add()
* POWER9: Additional power9 patches (LP: #1671613)
- mm/autonuma: don't use set_pte_at when updating protnone ptes
- mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte.
- powerpc/mm/autonuma: switch ppc64 to its own implementation of saved write
- mm/gup: check for protnone only if it is a PTE entry
- mm/thp/autonuma: use TNF flag instead of vm fault
- SAUCE: powerpc/mm: handle protnone ptes on fork
- SAUCE: power/mm: update pte_write and pte_wrprotect to handle savedwrite
- mm/ksm: improve deduplication of zero pages with colouring
- mm: introduce page_vma_mapped_walk()
- mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()
- mm/ksm: handle protnone saved writes when making page write protect
* POWER9 : Enable Stop 0-2 with ESL=EC=0 (LP: #1666197)
- powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stop
* Miscellaneous Ubuntu changes
- [Debian] consider renames in gen-auto-reconstruct
Date: Thu, 09 Mar 2017 13:30:55 -0700
Changed-By: Tim Gardner <tim.gardner at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lcy01-01.buildd>
-------------- next part --------------
Format: 1.8
Date: Thu, 09 Mar 2017 13:30:55 -0700
Source: linux
Binary: linux-source-4.10.0 linux-doc linux-headers-4.10.0-14 linux-libc-dev linux-tools-common linux-tools-4.10.0-14 linux-cloud-tools-common linux-cloud-tools-4.10.0-14 linux-image-4.10.0-14-generic linux-image-extra-4.10.0-14-generic linux-headers-4.10.0-14-generic linux-image-4.10.0-14-generic-dbgsym linux-tools-4.10.0-14-generic linux-cloud-tools-4.10.0-14-generic linux-udebs-generic linux-image-4.10.0-14-generic-lpae linux-image-extra-4.10.0-14-generic-lpae linux-headers-4.10.0-14-generic-lpae linux-image-4.10.0-14-generic-lpae-dbgsym linux-tools-4.10.0-14-generic-lpae linux-cloud-tools-4.10.0-14-generic-lpae linux-udebs-generic-lpae linux-image-4.10.0-14-lowlatency linux-image-extra-4.10.0-14-lowlatency linux-headers-4.10.0-14-lowlatency linux-image-4.10.0-14-lowlatency-dbgsym linux-tools-4.10.0-14-lowlatency linux-cloud-tools-4.10.0-14-lowlatency linux-udebs-lowlatency linux-image-4.10.0-14-powerpc-e500mc linux-image-extra-4.10.0-14-powerpc-e500mc
linux-headers-4.10.0-14-powerpc-e500mc linux-image-4.10.0-14-powerpc-e500mc-dbgsym linux-tools-4.10.0-14-powerpc-e500mc linux-cloud-tools-4.10.0-14-powerpc-e500mc linux-udebs-powerpc-e500mc linux-image-4.10.0-14-powerpc-smp linux-image-extra-4.10.0-14-powerpc-smp linux-headers-4.10.0-14-powerpc-smp linux-image-4.10.0-14-powerpc-smp-dbgsym linux-tools-4.10.0-14-powerpc-smp linux-cloud-tools-4.10.0-14-powerpc-smp linux-udebs-powerpc-smp linux-image-4.10.0-14-powerpc64-emb linux-image-extra-4.10.0-14-powerpc64-emb linux-headers-4.10.0-14-powerpc64-emb linux-image-4.10.0-14-powerpc64-emb-dbgsym linux-tools-4.10.0-14-powerpc64-emb linux-cloud-tools-4.10.0-14-powerpc64-emb linux-udebs-powerpc64-emb kernel-image-4.10.0-14-generic-di fat-modules-4.10.0-14-generic-di fb-modules-4.10.0-14-generic-di firewire-core-modules-4.10.0-14-generic-di floppy-modules-4.10.0-14-generic-di fs-core-modules-4.10.0-14-generic-di fs-secondary-modules-4.10.0-14-generic-di
input-modules-4.10.0-14-generic-di irda-modules-4.10.0-14-generic-di md-modules-4.10.0-14-generic-di nic-modules-4.10.0-14-generic-di nic-pcmcia-modules-4.10.0-14-generic-di nic-usb-modules-4.10.0-14-generic-di nic-shared-modules-4.10.0-14-generic-di parport-modules-4.10.0-14-generic-di pata-modules-4.10.0-14-generic-di pcmcia-modules-4.10.0-14-generic-di pcmcia-storage-modules-4.10.0-14-generic-di plip-modules-4.10.0-14-generic-di ppp-modules-4.10.0-14-generic-di sata-modules-4.10.0-14-generic-di scsi-modules-4.10.0-14-generic-di serial-modules-4.10.0-14-generic-di storage-core-modules-4.10.0-14-generic-di usb-modules-4.10.0-14-generic-di nfs-modules-4.10.0-14-generic-di block-modules-4.10.0-14-generic-di message-modules-4.10.0-14-generic-di crypto-modules-4.10.0-14-generic-di virtio-modules-4.10.0-14-generic-di mouse-modules-4.10.0-14-generic-di vlan-modules-4.10.0-14-generic-di ipmi-modules-4.10.0-14-generic-di
multipath-modules-4.10.0-14-generic-di
Architecture: amd64 all amd64_translations
Version: 4.10.0-14.16
Distribution: zesty
Urgency: low
Maintainer: Launchpad Build Daemon <buildd at lcy01-01.buildd>
Changed-By: Tim Gardner <tim.gardner at canonical.com>
Description:
block-modules-4.10.0-14-generic-di - Block storage devices (udeb)
crypto-modules-4.10.0-14-generic-di - crypto modules (udeb)
fat-modules-4.10.0-14-generic-di - FAT filesystem support (udeb)
fb-modules-4.10.0-14-generic-di - Framebuffer modules (udeb)
firewire-core-modules-4.10.0-14-generic-di - Firewire (IEEE-1394) Support (udeb)
floppy-modules-4.10.0-14-generic-di - Floppy driver support (udeb)
fs-core-modules-4.10.0-14-generic-di - Base filesystem modules (udeb)
fs-secondary-modules-4.10.0-14-generic-di - Extra filesystem modules (udeb)
input-modules-4.10.0-14-generic-di - Support for various input methods (udeb)
ipmi-modules-4.10.0-14-generic-di - ipmi modules (udeb)
irda-modules-4.10.0-14-generic-di - Support for Infrared protocols (udeb)
kernel-image-4.10.0-14-generic-di - kernel image and system map (udeb)
linux-cloud-tools-4.10.0-14 - Linux kernel version specific cloud tools for version 4.10.0-14
linux-cloud-tools-4.10.0-14-generic - Linux kernel version specific cloud tools for version 4.10.0-14
linux-cloud-tools-4.10.0-14-generic-lpae - Linux kernel version specific cloud tools for version 4.10.0-14
linux-cloud-tools-4.10.0-14-lowlatency - Linux kernel version specific cloud tools for version 4.10.0-14
linux-cloud-tools-4.10.0-14-powerpc-e500mc - Linux kernel version specific cloud tools for version 4.10.0-14
linux-cloud-tools-4.10.0-14-powerpc-smp - Linux kernel version specific cloud tools for version 4.10.0-14
linux-cloud-tools-4.10.0-14-powerpc64-emb - Linux kernel version specific cloud tools for version 4.10.0-14
linux-cloud-tools-common - Linux kernel version specific cloud tools for version 4.10.0
linux-doc - Linux kernel specific documentation for version 4.10.0
linux-headers-4.10.0-14 - Header files related to Linux kernel version 4.10.0
linux-headers-4.10.0-14-generic - Linux kernel headers for version 4.10.0 on 64 bit x86 SMP
linux-headers-4.10.0-14-generic-lpae - Linux kernel headers for version 4.10.0 on 64 bit x86 SMP
linux-headers-4.10.0-14-lowlatency - Linux kernel headers for version 4.10.0 on 64 bit x86 SMP
linux-headers-4.10.0-14-powerpc-e500mc - Linux kernel headers for version 4.10.0 on 32-bit Freescale Power
linux-headers-4.10.0-14-powerpc-smp - Linux kernel headers for version 4.10.0 on 32-bit PowerPC SMP
linux-headers-4.10.0-14-powerpc64-emb - Linux kernel headers for version 4.10.0 on 64-bit PowerPC SMP Boo
linux-image-4.10.0-14-generic - Linux kernel image for version 4.10.0 on 64 bit x86 SMP
linux-image-4.10.0-14-generic-dbgsym - Linux kernel debug image for version 4.10.0 on 64 bit x86 SMP
linux-image-4.10.0-14-generic-lpae - Linux kernel image for version 4.10.0 on 64 bit x86 SMP
linux-image-4.10.0-14-generic-lpae-dbgsym - Linux kernel debug image for version 4.10.0 on 64 bit x86 SMP
linux-image-4.10.0-14-lowlatency - Linux kernel image for version 4.10.0 on 64 bit x86 SMP
linux-image-4.10.0-14-lowlatency-dbgsym - Linux kernel debug image for version 4.10.0 on 64 bit x86 SMP
linux-image-4.10.0-14-powerpc-e500mc - Linux kernel image for version 4.10.0 on 32-bit Freescale Power e
linux-image-4.10.0-14-powerpc-e500mc-dbgsym - Linux kernel debug image for version 4.10.0 on 32-bit Freescale P
linux-image-4.10.0-14-powerpc-smp - Linux kernel image for version 4.10.0 on 32-bit PowerPC SMP
linux-image-4.10.0-14-powerpc-smp-dbgsym - Linux kernel debug image for version 4.10.0 on 32-bit PowerPC SMP
linux-image-4.10.0-14-powerpc64-emb - Linux kernel image for version 4.10.0 on 64-bit PowerPC SMP Book3
linux-image-4.10.0-14-powerpc64-emb-dbgsym - Linux kernel debug image for version 4.10.0 on 64-bit PowerPC SMP
linux-image-extra-4.10.0-14-generic - Linux kernel extra modules for version 4.10.0 on 64 bit x86 SMP
linux-image-extra-4.10.0-14-generic-lpae - Linux kernel extra modules for version 4.10.0 on 64 bit x86 SMP
linux-image-extra-4.10.0-14-lowlatency - Linux kernel extra modules for version 4.10.0 on 64 bit x86 SMP
linux-image-extra-4.10.0-14-powerpc-e500mc - Linux kernel extra modules for version 4.10.0 on 32-bit Freescale
linux-image-extra-4.10.0-14-powerpc-smp - Linux kernel extra modules for version 4.10.0 on 32-bit PowerPC S
linux-image-extra-4.10.0-14-powerpc64-emb - Linux kernel extra modules for version 4.10.0 on 64-bit PowerPC S
linux-libc-dev - Linux Kernel Headers for development
linux-source-4.10.0 - Linux kernel source for version 4.10.0 with Ubuntu patches
linux-tools-4.10.0-14 - Linux kernel version specific tools for version 4.10.0-14
linux-tools-4.10.0-14-generic - Linux kernel version specific tools for version 4.10.0-14
linux-tools-4.10.0-14-generic-lpae - Linux kernel version specific tools for version 4.10.0-14
linux-tools-4.10.0-14-lowlatency - Linux kernel version specific tools for version 4.10.0-14
linux-tools-4.10.0-14-powerpc-e500mc - Linux kernel version specific tools for version 4.10.0-14
linux-tools-4.10.0-14-powerpc-smp - Linux kernel version specific tools for version 4.10.0-14
linux-tools-4.10.0-14-powerpc64-emb - Linux kernel version specific tools for version 4.10.0-14
linux-tools-common - Linux kernel version specific tools for version 4.10.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.10.0-14-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
message-modules-4.10.0-14-generic-di - Fusion and i2o storage modules (udeb)
mouse-modules-4.10.0-14-generic-di - Mouse support (udeb)
multipath-modules-4.10.0-14-generic-di - DM-Multipath support (udeb)
nfs-modules-4.10.0-14-generic-di - NFS filesystem drivers (udeb)
nic-modules-4.10.0-14-generic-di - Network interface support (udeb)
nic-pcmcia-modules-4.10.0-14-generic-di - PCMCIA network interface support (udeb)
nic-shared-modules-4.10.0-14-generic-di - nic shared modules (udeb)
nic-usb-modules-4.10.0-14-generic-di - USB network interface support (udeb)
parport-modules-4.10.0-14-generic-di - Parallel port support (udeb)
pata-modules-4.10.0-14-generic-di - PATA support modules (udeb)
pcmcia-modules-4.10.0-14-generic-di - PCMCIA Modules (udeb)
pcmcia-storage-modules-4.10.0-14-generic-di - PCMCIA storage support (udeb)
plip-modules-4.10.0-14-generic-di - PLIP (parallel port) networking support (udeb)
ppp-modules-4.10.0-14-generic-di - PPP (serial port) networking support (udeb)
sata-modules-4.10.0-14-generic-di - SATA storage support (udeb)
scsi-modules-4.10.0-14-generic-di - SCSI storage support (udeb)
serial-modules-4.10.0-14-generic-di - Serial port support (udeb)
storage-core-modules-4.10.0-14-generic-di - Core storage support (udeb)
usb-modules-4.10.0-14-generic-di - Core USB support (udeb)
virtio-modules-4.10.0-14-generic-di - VirtIO Modules (udeb)
vlan-modules-4.10.0-14-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1166113 1396654 1483101 1637473 1640109 1664602 1666197 1667567 1670247 1671613 1671917 1672372 1672486 1672502 1672504 1672510 1672544 1673118 1673350 1673498 1673805
Changes:
linux (4.10.0-14.16) zesty; urgency=low
.
[ Tim Gardner ]
.
* Release Tracking Bug
- LP: #1673805
.
* msleep() bug causes Nuvoton I2C TPM device driver delays (LP: #1667567)
- tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
- SAUCE: tpm: add sleep only for retry in i2c_nuvoton_write_status()
.
* C++ demangling support missing from perf (LP: #1396654)
- [Config] added binutils-dev to Build-deps
.
* dm-queue-length module is not included in installer/initramfs (LP: #1673350)
- [Config] d-i: Also add dm-queue-length to multipath modules
.
* move aufs.ko from -extra to linux-image package (LP: #1673498)
- [config] aufs.ko moved to linux-image package
.
* Using an NVMe drive causes huge power drain (LP: #1664602)
- nvme: Add a quirk mechanism that uses identify_ctrl
- nvme: Enable autonomous power state transitions
.
* Broadcom bluetooth modules sometimes fail to initialize (LP: #1483101)
- Bluetooth: btbcm: Add a delay for module reset
.
* Need support of Broadcom bluetooth device [413c:8143] (LP: #1166113)
- Bluetooth: btusb: Add support for 413c:8143
.
* Zesty update to v4.10.3 stable release (LP: #1673118)
- serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
- KVM: s390: Disable dirty log retrieval for UCONTROL guests
- KVM: VMX: use correct vmcs_read/write for guest segment selector/base
- Bluetooth: Add another AR3012 04ca:3018 device
- phy: qcom-ufs: Don't kfree devres resource
- phy: qcom-ufs: Fix misplaced jump label
- s390/qdio: clear DSCI prior to scanning multiple input queues
- s390/dcssblk: fix device size calculation in dcssblk_direct_access()
- s390/kdump: Use "LINUX" ELF note name instead of "CORE"
- s390/chsc: Add exception handler for CHSC instruction
- s390: TASK_SIZE for kernel threads
- s390/topology: correct allocation of topology information
- s390: make setup_randomness work
- s390: use correct input data address for setup_randomness
- net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()
- cxl: Prevent read/write to AFU config space while AFU not configured
- cxl: fix nested locking hang during EEH hotplug
- brcmfmac: fix incorrect event channel deduction
- mnt: Tuck mounts under others instead of creating shadow/side mounts.
- IB/ipoib: Fix deadlock between rmmod and set_mode
- IB/IPoIB: Add destination address when re-queue packet
- IB/mlx5: Fix out-of-bound access
- IB/SRP: Avoid using IB_MR_TYPE_SG_GAPS
- IB/srp: Avoid that duplicate responses trigger a kernel bug
- IB/srp: Fix race conditions related to task management
- Btrfs: fix data loss after truncate when using the no-holes feature
- orangefs: Use RCU for destroy_inode
- memory/atmel-ebi: Fix ns <-> cycles conversions
- tracing: Fix return value check in trace_benchmark_reg()
- ktest: Fix child exit code processing
- ceph: remove req from unsafe list when unregistering it
- target: Fix NULL dereference during LUN lookup + active I/O shutdown
- drivers/pci/hotplug: Handle presence detection change properly
- drivers/pci/hotplug: Fix initial state for empty slot
- nlm: Ensure callback code also checks that the files match
- pwm: pca9685: Fix period change with same duty cycle
- xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
- nfit, libnvdimm: fix interleave set cookie calculation
- mac80211: flush delayed work when entering suspend
- mac80211: don't reorder frames with SN smaller than SSN
- mac80211: don't handle filtered frames within a BA session
- mac80211: use driver-indicated transmitter STA only for data frames
- drm/amdgpu: add more cases to DCE11 possible crtc mask setup
- drm/amdgpu/pm: check for headless before calling compute_clocks
- Revert "drm/amdgpu: update tile table for oland/hainan"
- drm/ast: Fix AST2400 POST failure without BMC FW or VBIOS
- drm/radeon: handle vfct with multiple vbios images
- drm/edid: Add EDID_QUIRK_FORCE_8BPC quirk for Rotel RSX-1058
- drm/ttm: Make sure BOs being swapped out are cacheable
- drm/vmwgfx: Work around drm removal of control nodes
- drm/imx: imx-tve: Do not set the regulator voltage
- drm/atomic: fix an error code in mode_fixup()
- drm/i915/gvt: Disable access to stolen memory as a guest
- drm: Cancel drm_fb_helper_dirty_work on unload
- drm: Cancel drm_fb_helper_resume_work on unload
- drm/i915: Recreate internal objects with single page segments if dmar fails
- drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
- drm/i915: Check for timeout completion when waiting for the rq to submitted
- drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()
- drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXT
- libceph: use BUG() instead of BUG_ON(1)
- x86, mm: fix gup_pte_range() vs DAX mappings
- x86/tlb: Fix tlb flushing when lguest clears PGE
- thp: fix another corner case of munlock() vs. THPs
- mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
- kasan: resched in quarantine_remove_cache()
- fat: fix using uninitialized fields of fat_inode/fsinfo_inode
- drivers: hv: Turn off write permission on the hypercall page
- Linux 4.10.3
.
* Zesty update to v4.10.2 stable release (LP: #1672544)
- MIPS: pic32mzda: Fix linker error for pic32_get_pbclk()
- MIPS: Fix special case in 64 bit IP checksumming.
- MIPS: BCM47XX: Fix button inversion for Asus WL-500W
- MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
- MIPS: Lantiq: Keep ethernet enabled during boot
- MIPS: Clear ISA bit correctly in get_frame_info()
- MIPS: Prevent unaligned accesses during stack unwinding
- MIPS: Fix get_frame_info() handling of microMIPS function size
- MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
- MIPS: Calculate microMIPS ra properly when unwinding the stack
- MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
- mmc: sdhci-acpi: support deferred probe
- am437x-vpfe: always assign bpp variable
- uvcvideo: Fix a wrong macro
- media: fix dm1105.c build error
- cxd2820r: fix gpio null pointer dereference
- dvb-usb: don't use stack for firmware load
- lirc_dev: LIRC_{G,S}ET_REC_MODE do not work
- media: Properly pass through media entity types in entity enumeration
- ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
- spi: s3c64xx: fix inconsistency between binding and driver
- ARM: at91: define LPDDR types
- ARM: dts: at91: Enable DMA on sama5d4_xplained console
- ARM: dts: at91: Enable DMA on sama5d2_xplained console
- ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
- ALSA: hda - fix Lewisburg audio issue
- ALSA: timer: Reject user params with too small ticks
- ALSA: ctxfi: Fallback DMA mask to 32bit
- ALSA: seq: Fix link corruption by event error handling
- ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 Gaming
- ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machine
- hwmon: (it87) Do not overwrite bit 2..6 of pwm control registers
- hwmon: (it87) Ensure that pwm control cache is current before updating values
- staging: greybus: loopback: fix broken udelay
- staging/lustre/lnet: Fix allocation size for sv_cpt_data
- staging: rtl: fix possible NULL pointer dereference
- coresight: STM: Balance enable/disable
- coresight: fix kernel panic caused by invalid CPU
- regulator: Fix regulator_summary for deviceless consumers
- tpm_tis: use default timeout value if chip reports it as zero
- tpm_tis: fix the error handling of init_tis()
- iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
- iommu/vt-d: Tylersburg isoch identity map check is done too late.
- CIFS: Fix splice read for non-cached files
- mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}
- mm/page_alloc: fix nodes for reclaim in fast path
- mm: vmpressure: fix sending wrong events on underflow
- mm: do not access page->mapping directly on page_endio
- mm balloon: umount balloon_mnt when removing vb device
- mm, vmscan: cleanup lru size claculations
- mm, vmscan: consider eligible zones in get_scan_count
- sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT
- ipc/shm: Fix shmat mmap nil-page protection
- ima: fix ima_d_path() possible race with rename
- PM / devfreq: Fix available_governor sysfs
- PM / devfreq: Fix wrong trans_stat of passive devfreq device
- dm cache: fix corruption seen when using cache > 2TB
- dm stats: fix a leaked s->histogram_boundaries array
- dm round robin: revert "use percpu 'repeat_count' and 'current_path'"
- dm raid: fix data corruption on reshape request
- scsi: qla2xxx: Cleaned up queue configuration code.
- scsi: qla2xxx: Fix response queue count for Target mode.
- scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.
- Revert "scsi: aacraid: Reorder Adapter status check"
- scsi: aacraid: Reorder Adapter status check
- scsi: use 'scsi_device_from_queue()' for scsi_dh
- power: reset: at91-poweroff: timely shutdown LPDDR memories
- Fix: Disable sys_membarrier when nohz_full is enabled
- jbd2: don't leak modified metadata buffers on an aborted journal
- block/loop: fix race between I/O and set_status
- loop: fix LO_FLAGS_PARTSCAN hang
- ext4: Include forgotten start block on fallocate insert range
- ext4: do not polute the extents cache while shifting extents
- ext4: trim allocation requests to group size
- ext4: fix data corruption in data=journal mode
- ext4: fix use-after-iput when fscrypt contexts are inconsistent
- ext4: fix inline data error paths
- ext4: preserve the needs_recovery flag when the journal is aborted
- ext4: return EROFS if device is r/o and journal replay is needed
- ext4: fix fencepost in s_first_meta_bg validation
- samples/seccomp: fix 64-bit comparison macros
- mei: remove support for broken parallel read
- ath10k: fix boot failure in UTF mode/testmode
- ath5k: drop bogus warning on drv_set_key with unsupported cipher
- ath9k: fix race condition in enabling/disabling IRQs
- ath9k: use correct OTP register offsets for the AR9340 and AR9550
- PCI: hv: Fix wslot_to_devfn() to fix warnings on device removal
- PCI: altera: Fix TLP_CFG_DW0 for TLP write
- Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
- crypto: xts - Add ECB dependency
- crypto: testmgr - Pad aes_ccm_enc_tv_template vector
- crypto: xts - Propagate NEED_FALLBACK bit
- crypto: api - Add crypto_requires_off helper
- fuse: add missing FR_FORCE
- x86/pkeys: Check against max pkey to avoid overflows
- arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
- arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB
- arm64: fix erroneous __raw_read_system_reg() cases
- KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
- Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"
- iio: pressure: mpl115: do not rely on structure field ordering
- iio: pressure: mpl3115: do not rely on structure field ordering
- can: gs_usb: Don't use stack memory for USB transfers
- can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
- w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
- w1: ds2490: USB transfer buffers need to be DMAable
- usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
- usb: dwc3: gadget: skip Set/Clear Halt when invalid
- usb: host: xhci: plat: check hcc_params after add hcd
- usb: gadget: udc-core: Rescan pending list on driver unbind
- usb: gadget: udc: fsl: Add missing complete function.
- usb: gadget: f_hid: fix: Free out requests
- usb: gadget: f_hid: fix: Prevent accessing released memory
- usb: gadget: f_hid: Use spinlock instead of mutex
- usb: gadget: f_hid: fix: Move IN request allocation to set_alt()
- hv: allocate synic pages for all present CPUs
- hv: init percpu_list in hv_synic_alloc()
- Drivers: hv: vmbus: Prevent sending data on a rescinded channel
- Drivers: hv: vmbus: Fix a rescind handling bug
- Drivers: hv: util: kvp: Fix a rescind processing issue
- Drivers: hv: util: Fcopy: Fix a rescind processing issue
- Drivers: hv: util: Backup: Fix a rescind processing issue
- RDMA/core: Fix incorrect structure packing for booleans
- rdma_cm: fail iwarp accepts w/o connection params
- gfs2: Add missing rcu locking for glock lookup
- remoteproc: qcom: mdt_loader: Don't overwrite firmware object
- rtlwifi: Fix alignment issues
- rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
- VME: restore bus_remove function causing incomplete module unload
- nfsd: minor nfsd_setattr cleanup
- nfsd: special case truncates some more
- NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
- NFSv4: Fix reboot recovery in copy offload
- pNFS/flexfiles: If the layout is invalid, it must be updated before retrying
- Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_SEQUENCE"
- NFSv4: fix getacl head length estimation
- NFSv4: fix getacl ERANGE for some ACL buffer sizes
- f2fs: fix a problem of using memory after free
- f2fs: fix multiple f2fs_add_link() calls having same name
- f2fs: add ovp valid_blocks check for bg gc victim to fg_gc
- f2fs: avoid to issue redundant discard commands
- f2fs: Fix zoned block device support
- rtc: sun6i: Disable the build as a module
- rtc: sun6i: Add some locking
- rtc: sun6i: Switch to the external oscillator
- md linear: fix a race between linear_add() and linear_congested()
- bcma: use (get|put)_device when probing/removing device driver
- mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0
- dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
- xprtrdma: Fix Read chunk padding
- xprtrdma: Per-connection pad optimization
- xprtrdma: Disable pad optimization by default
- xprtrdma: Reduce required number of send SGEs
- powerpc/xmon: Fix data-breakpoint
- powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature mask
- module: fix memory leak on early load_module() failures
- MIPS: IP22: Reformat inline assembler code to modern standards.
- MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.
- ceph: update readpages osd request according to size of pages
- Linux 4.10.2
.
* kernel selftests ADT failure with linux 4.10.0-13.15 on ppc64el (LP: #1672510)
- SAUCE: Add '-fno-ie -no-pie' to cflags for powerpc ptrace tests
.
* arm64: Workaround QDF2400 erratum 0065 (LP: #1672486)
- [Config] CONFIG_QCOM_QDF2400_ERRATUM_0065=y
- irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065
.
* arm64 MSI/PCIe passthrough patches break build of certain configs (LP: #1672502)
- irqdomain: Add empty irq_domain_check_msi_remap
.
* pinctrl: qcom: add get_direction function (LP: #1672504)
- pinctrl: qcom: add get_direction function
.
* perf probes on arm64 don't work with 4.10 kernel b/c of register name issue (LP: #1671917)
- perf probe: Fix wrong register name for arm64
.
* cleanup primary tree for linux-hwe layering issues (LP: #1637473)
- [Config] linux-source-* is in the primary linux namespace
.
* 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
.
* Revert "UBUNTU: SAUCE: Disable timers selftest for now" (LP: #1672372)
- Revert "UBUNTU: SAUCE: Disable timers selftest for now"
.
* Ubuntu 16.10: Network checksum fixes needed for IPoIB for Mellanox CX4/CX5 card (LP: #1670247)
- powerpc/64: Fix checksum folding in csum_add()
.
* POWER9: Additional power9 patches (LP: #1671613)
- mm/autonuma: don't use set_pte_at when updating protnone ptes
- mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte.
- powerpc/mm/autonuma: switch ppc64 to its own implementation of saved write
- mm/gup: check for protnone only if it is a PTE entry
- mm/thp/autonuma: use TNF flag instead of vm fault
- SAUCE: powerpc/mm: handle protnone ptes on fork
- SAUCE: power/mm: update pte_write and pte_wrprotect to handle savedwrite
- mm/ksm: improve deduplication of zero pages with colouring
- mm: introduce page_vma_mapped_walk()
- mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()
- mm/ksm: handle protnone saved writes when making page write protect
.
* POWER9 : Enable Stop 0-2 with ESL=EC=0 (LP: #1666197)
- powerpc/powernv: Fix bug due to labeling ambiguity in power_enter_stop
.
* Miscellaneous Ubuntu changes
- [Debian] consider renames in gen-auto-reconstruct
Checksums-Sha1:
ff667e6221ccca2233a5df6c873dc34d3d845ce1 381006 block-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
56e6afb2a2d6551cb008eee185306d258a1d1e40 322696 crypto-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
8006a390fcfb03582a84503bf54155e39e2e22f4 4150 fat-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
6d0327e8b127b9ac0fd612dd44a96e6c39e9a2b8 13030 fb-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
d2f71acc060631d2f8edade829b32f1e54660919 64722 firewire-core-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
7a793a44a41c0ae19f7d5e511ef96aef0ecbbbcc 32798 floppy-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
8893fc2e14448c89910ed0361674333949723089 1135804 fs-core-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
25d30c596ec73b7aa1695efa227e766442cbd80a 622090 fs-secondary-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
d4619e7beedd28e455cdb37242ac6b7c13ed5323 287554 input-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
f53dba5c469d35e54883149e0dab4247adfe3aa7 56672 ipmi-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
85b21da73792430a926e024b225df2192d2eed46 222304 irda-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
4811262e5544213b974059929725859ba22c71b2 8088092 kernel-image-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
740a499c3cecce35a38ad7f42dee011a42189185 834 linux-cloud-tools-4.10.0-14-dbgsym_4.10.0-14.16_amd64.ddeb
460c805fe4c5e7625900969ef83fbd355dbf96ef 1782 linux-cloud-tools-4.10.0-14-generic_4.10.0-14.16_amd64.deb
754b8f78c339b5c382a2fd681ce2c53140e837dc 1788 linux-cloud-tools-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
030627c98383e50af3a5239ae14df257e61f2993 33406 linux-cloud-tools-4.10.0-14_4.10.0-14.16_amd64.deb
12618894a1228bc5104b11014948bb6b279b5586 26180 linux-cloud-tools-common_4.10.0-14.16_all.deb
f4e22ff15c1ec2cd42afc094886e8f7241f89463 9088046 linux-doc_4.10.0-14.16_all.deb
cfcfc73e3a9b370bfffb2063ea11ad2e30178010 680226 linux-headers-4.10.0-14-generic_4.10.0-14.16_amd64.deb
88c5144d2df8a0ba3f908bcf309734008e24b18d 680384 linux-headers-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
d08261a259b9ec00a27a5d41854de57050e05d6d 10458564 linux-headers-4.10.0-14_4.10.0-14.16_all.deb
2b364444cc56e71048e40a211e90c78a690196f6 673528750 linux-image-4.10.0-14-generic-dbgsym_4.10.0-14.16_amd64.ddeb
ce3b48c1c9291544a1f72dfcf2c7224f8b32223e 23315488 linux-image-4.10.0-14-generic_4.10.0-14.16_amd64.deb
c3b5a40b9cee07ec6991002e14e2745f3b7338f5 673760198 linux-image-4.10.0-14-lowlatency-dbgsym_4.10.0-14.16_amd64.ddeb
a9630a4f4434bed72b84d9754cbc2fcb6c396a2a 60688958 linux-image-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
49cb95769605eb2681ff327f96f2820c5499503d 37314278 linux-image-extra-4.10.0-14-generic_4.10.0-14.16_amd64.deb
17a0304c146257eb3ffcc0901b559eb8cda1c2cd 906122 linux-libc-dev_4.10.0-14.16_amd64.deb
c145ae9fad8dd6561255b2ce04bd03a9671a0bae 117774946 linux-source-4.10.0_4.10.0-14.16_all.deb
90120dc0e885aaca608a97befcc31a1b9589ff87 854 linux-tools-4.10.0-14-dbgsym_4.10.0-14.16_amd64.ddeb
84c4f474fb92a0d93620fbcbd44ad8a56b2258a5 1862 linux-tools-4.10.0-14-generic_4.10.0-14.16_amd64.deb
d835e982e76d220b41a8b6726cc758025c65023e 1860 linux-tools-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
47e84f8b2ea89d38627fa8221d6d05eb52ce1ab9 1014318 linux-tools-4.10.0-14_4.10.0-14.16_amd64.deb
80f1bb448ac604776e453fd8840909b94c561b34 130124 linux-tools-common_4.10.0-14.16_all.deb
4d6dac5dc4068e48954e3e22dd750aba11f3ebe5 926 linux-udebs-generic_4.10.0-14.16_amd64.udeb
9a00233cd9fce1be1227526844620a89e92c7a9d 14475670 linux_4.10.0-14.16_amd64.tar.gz
3d46e4b382b3bb9c0293f39fcb700853dcf9229b 34572 linux_4.10.0-14.16_amd64_translations.tar.gz
7f28b46c5ae9950079bc60f932348248a9d33780 265968 md-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
2f510d5bc4dacf95ef310ba0959ee1043669066a 199652 message-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
4a5d23e7e34f93571538f0a8635ddc83f0fac918 54520 mouse-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
d80aa620be6cd9f32b99569b1bfebd2500190618 17816 multipath-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
017d815d6feac1b7efaab5b610cc5c5b7bbe1f8e 492036 nfs-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
95f75d3ddf1d68772a64dd55480e3c1e253a4d50 4258892 nic-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
ae4807c9475eb190ecce9446c177dd115ccd72dd 140950 nic-pcmcia-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
9bc55e03dae50eb2dd104ad117e2731bc830e008 527868 nic-shared-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
e1123b5a7dc715e8b7a05191e8108f35e6b3725c 288216 nic-usb-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
98774267bfd948d4ff4281f1488becf531e20010 30976 parport-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
be565aec32c6d604c4d237323eb45484197b0222 120984 pata-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
88aff92356e51d1aca87eebf4b009ccde2371b1b 62494 pcmcia-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
fb1319e3c71d850919e379a3b91a852ff89f0338 65118 pcmcia-storage-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
5d13d2a5df9302535b6b09a304ed3b6f736d77ce 8064 plip-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
4d28cce77dcd875d55e65d70e555da418ae142e3 24624 ppp-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
19d2fc8f403c0d83e12b3d39d7de189e139961b1 93152 sata-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
19e8dbe931443fcd5536b73eefc21ab688b6bb60 2238940 scsi-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
f0a21004474e0dd131c570365e8dcd58c16e61e1 84380 serial-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
3d3a8e56d1ff052b752c48d2fc766bf8137c2810 44410 storage-core-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
3b5e3ed555cafe7c6aae8c6a549a93cbb095fa09 137630 usb-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
a41b570428e2efb104b29ecbfbbba62eeafa4afd 89344 virtio-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
df8a3df702d99adb7d1ce03f061005a35f785cc0 25452 vlan-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
Checksums-Sha256:
d6da8b01aa0fc7a41207386ee41dda30efa01c78ae1301a582d9e8e2946733b1 381006 block-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
5234c01cfbd1840d2dadf1490d56df01b9d981e5e67453da7ca6baf898706b8e 322696 crypto-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
7746080878c506b8c3ece5e67478c63f71f786ee0fcb9c96598223d3d76fdedf 4150 fat-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
f4268d7cb40481e5d67d6196795de2bc813aaaba743de55c0cffd5b41a43710c 13030 fb-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
b75346e5d8220ec6e35680ea7d0efdb8f38bd370d80e85818f98b63076f5c9a5 64722 firewire-core-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
3a8356199c6ce1b653bec4ec941a591945fcb17266ea4a25ceccac00d7cf8bf4 32798 floppy-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
b8faea88ecaba1695bb37d84a7b1054450d129f2bfd2ef659250c29ef4509232 1135804 fs-core-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
94421a50aea1cdefc51c9331b887658306a78ba8ac62cbc66c0256e6de87bb0a 622090 fs-secondary-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
8f62d2038231b644b4333adff8be51618088ba862a53778a0d18a3946d3d10f1 287554 input-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
976ea86de58d5dbc3dc988af3a38d83ab3edea25885a6936320c867af40e051b 56672 ipmi-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
52a46f7e8260ab0ced78adeb9878080c947a2779fb3632870c2ae2304d061d69 222304 irda-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
10a70392449412f8ff5f671a332ee34d16a07ba68b26e5d325156d5b47ac86a6 8088092 kernel-image-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
63b79d5e118a5dac9f8fe6dfc7f84d73d468d4a6b3a9466d9c9936a873c8c065 834 linux-cloud-tools-4.10.0-14-dbgsym_4.10.0-14.16_amd64.ddeb
f91e3d6f9f98c2d6d603da19ba6a536bd31ab487d0b6d0fb9fce7d722c44af86 1782 linux-cloud-tools-4.10.0-14-generic_4.10.0-14.16_amd64.deb
9812f758e0f8f45ea9ab72d002b496681f5fe12ed5f7b4f35df6a2bce7f97cad 1788 linux-cloud-tools-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
8b24a4179ada5d2adf17c529a8476b459a0b74197860fe4d9cfcc5dbaf461c7e 33406 linux-cloud-tools-4.10.0-14_4.10.0-14.16_amd64.deb
9691d1336324e5ff1fbfe8ff3cf4b3c095ea5712b22a525c79abc806388fd00e 26180 linux-cloud-tools-common_4.10.0-14.16_all.deb
4e2937f91e024ebe346f4eb47df6b6496d31c446d9fe63c555c1952633accd58 9088046 linux-doc_4.10.0-14.16_all.deb
9da6badd604247058afb1f6ae7485a7d9a39a4a02bd2a8c4efb735885d97d020 680226 linux-headers-4.10.0-14-generic_4.10.0-14.16_amd64.deb
5689cbeaa10f98bb0297b79aae721a13291ab46affbc468aba13e6016033c1ed 680384 linux-headers-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
938372cb1b68ac086263861a9a080481ae41c72bdcf28d9d4489f7ebbf77c69b 10458564 linux-headers-4.10.0-14_4.10.0-14.16_all.deb
085ec2c7904f9c3b211655c81b622367faf5fbd0d9ea78b2cc7e62066ee4ac28 673528750 linux-image-4.10.0-14-generic-dbgsym_4.10.0-14.16_amd64.ddeb
e2fa0a485c2d28f17dc6e42d5411e2056b0203409fc8ec93f24c99e6c8ce9519 23315488 linux-image-4.10.0-14-generic_4.10.0-14.16_amd64.deb
1f2e48183bd2707a89d04cf0227f508445249b29898a029671a2501d0c6f3b55 673760198 linux-image-4.10.0-14-lowlatency-dbgsym_4.10.0-14.16_amd64.ddeb
fa7e7047614ef94db1950f218fbbfc36af788e02950cf0c79b6e9b43650940e5 60688958 linux-image-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
95f7025f14845d110b22416a16de3754471c56ad97de5562993dc2acc811b69e 37314278 linux-image-extra-4.10.0-14-generic_4.10.0-14.16_amd64.deb
c30470dc7e0b0150899df262e4d0b905b04b0dfac97cc9598eda350abdb9c85b 906122 linux-libc-dev_4.10.0-14.16_amd64.deb
5c4e79b38fd2ab31d250efde5d42642133cd770da99d219622cfabe3b31dee68 117774946 linux-source-4.10.0_4.10.0-14.16_all.deb
5f89a1d52617baa218684cf1201a5677dc35fd5543a71afde7a97efdfb519337 854 linux-tools-4.10.0-14-dbgsym_4.10.0-14.16_amd64.ddeb
d09a4251cf6de851e10a1a12e41d444f69c14a0d8eb0093d1cfc41a14428e1f5 1862 linux-tools-4.10.0-14-generic_4.10.0-14.16_amd64.deb
a72387d1375f85496c3a4e470a849dada70bc59682bcc5878c3ed76b059c557e 1860 linux-tools-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
1cbfafd312bd8e22ccbd4478b0c0231273b662af9de55c173210093e6e7467a5 1014318 linux-tools-4.10.0-14_4.10.0-14.16_amd64.deb
5251b969b8922ea7339af41430bfc95542d4bc0745da4d79555e9dc5cbf03540 130124 linux-tools-common_4.10.0-14.16_all.deb
6287bcf735405ad31e880b5b462d66a4cb291e2229a6a870d5e24139830159f4 926 linux-udebs-generic_4.10.0-14.16_amd64.udeb
67081aa4e0c2c0f06c923a4a9d0da37f3a3ac695101276b0e47102f5a9b542ce 14475670 linux_4.10.0-14.16_amd64.tar.gz
630b7345450e85c415a464db0d261b5692eb820940d739e6057e982441372c86 34572 linux_4.10.0-14.16_amd64_translations.tar.gz
0f4f6af840c06012921e6a376172b62290f4f1a48f33fdb99fc7f9c1b8f42c31 265968 md-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
d6699c78d767872eb69f0679fc4d87ff40654ffa366c1d399d5cecf74c571797 199652 message-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
0613ebcbbf12f543f018189a65b41be18f7784386af6ae9ab4883d04ad70b228 54520 mouse-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
d3e46c20acde99ae0e0eef1c149bb3bc495e4d06caa833c81c384c7d59e724eb 17816 multipath-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
4bf02a25a1ed48b822172ec00493d1389ce76dd7f418f3487678e51f22b948fa 492036 nfs-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
310c4ab53106dfc81582a3ed990f4298e2cb49ecf167699065900b510b524fc4 4258892 nic-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
aa4a2bff6ba7c69911ba48b59558234a3ad924ac63e7915b84319a6e12f27b81 140950 nic-pcmcia-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
8553d14f2437bb5f7ad4c4bd0653447f30ddb06f1cf7f0c6afae6a6565e4b8ee 527868 nic-shared-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
53626a4129ab4ca3f10fdb79b93efebcfca407abcf21854fa34dc9bb3cc58b17 288216 nic-usb-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
cd5f3cfc9ac2d9ea7df276e7b7ded430fde2d857eaca82940286a6946594fd6b 30976 parport-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
223347da35d5ecfde9263de8f6e52d312d911bb98c3e2c0b458851079ad92d0e 120984 pata-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
da56de534e32fc22b03cd97d2a1f1c661c8ab9049e0520e0d800366d585e8841 62494 pcmcia-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
ad7b9da56e81672d27bcc8b981c98012c5a4ed6b7277a766e30c101710115556 65118 pcmcia-storage-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
b97ebf238c21bb4d786e9ff03ea3e71ff7d3a62a52fc487fe782f092248ee575 8064 plip-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
83db6013a58422a8c7f85675e5ee7c715424440c0517e4a3d5ab551f97ead146 24624 ppp-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
079a576cf091ac3429600401198bdf818e752b25a65abd2079ef5a6c9dcc7606 93152 sata-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
6f51516ca28bbf22b9f5d978983334f9c7e027b9d5d0404ae5510df33f5bf5bc 2238940 scsi-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
f7ea30b60e5c18ebfff96e934e6352e33af1d2aebff9bb525143f2eae44507a6 84380 serial-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
2fb5b5f19ee9bacb3933869546340622c23d92f0da60d9474c3e9057fc188b28 44410 storage-core-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
2223402b2ac5fe267c4cfade73ccdab48c9447dd3e7849fb416d468e0db71339 137630 usb-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
9492f62018312a44841f096889bcf941995c6049c42447e01b66f7c5636025b8 89344 virtio-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
31607e8582d17af834cd867904e25373c7f3eec921b8c204469103017c0a2511 25452 vlan-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
Files:
91f4a636ee71c1529d189074caf2e904 381006 debian-installer standard block-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
4594d05a040ef490babd9c3426f68e5b 322696 debian-installer extra crypto-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
8ea3b4b1a0163e66a191e9de7308d1fb 4150 debian-installer standard fat-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
b267ac9cff8d6430d1c851c08d263f46 13030 debian-installer standard fb-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
36f31dd109c6a7516735ac0d8fdd10c0 64722 debian-installer standard firewire-core-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
9deeb0312f823d72782edc7f683946d2 32798 debian-installer standard floppy-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
2591f015060d40a77c9fa795cf2bf34c 1135804 debian-installer standard fs-core-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
6b3e6dc512c093bb9ed75035e9213e6f 622090 debian-installer standard fs-secondary-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
cf0ce5362e5f22e61b0f210d75e9c824 287554 debian-installer standard input-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
7b3b32b3a98f1972835439037061c80c 56672 debian-installer standard ipmi-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
6dd396722a88e38cf328ac4973bbbbff 222304 debian-installer standard irda-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
c618624e1da8a9c01d6bbe27c4f5adf5 8088092 debian-installer optional kernel-image-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
92cfccb9265b0c581b5932d6abfa4c6f 834 devel extra linux-cloud-tools-4.10.0-14-dbgsym_4.10.0-14.16_amd64.ddeb
c8f57678eb1291a7ed0100f7b481a7d2 1782 devel optional linux-cloud-tools-4.10.0-14-generic_4.10.0-14.16_amd64.deb
62180d86d2da15aed55d998e28027fd4 1788 devel optional linux-cloud-tools-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
2e93fae0106984eeffeeda2b74526350 33406 devel optional linux-cloud-tools-4.10.0-14_4.10.0-14.16_amd64.deb
e6e7a42a830698a82c969a44946f75ef 26180 kernel optional linux-cloud-tools-common_4.10.0-14.16_all.deb
fd265aa3efd795d95325aedfdadc45fc 9088046 doc optional linux-doc_4.10.0-14.16_all.deb
d1de24f9cdbfa96ed985cd4364fe03cb 680226 devel optional linux-headers-4.10.0-14-generic_4.10.0-14.16_amd64.deb
d141eff9d8ea9488f84931d770d9a04c 680384 devel optional linux-headers-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
c8e1fd9b7afb227c9160581b57b8ff72 10458564 devel optional linux-headers-4.10.0-14_4.10.0-14.16_all.deb
f515eb544fa26138cd5ab94fe3469b87 673528750 devel optional linux-image-4.10.0-14-generic-dbgsym_4.10.0-14.16_amd64.ddeb
a7f928aa082528ff510f289089988503 23315488 kernel optional linux-image-4.10.0-14-generic_4.10.0-14.16_amd64.deb
85377e1efde939a86837e3dfa796f27c 673760198 devel optional linux-image-4.10.0-14-lowlatency-dbgsym_4.10.0-14.16_amd64.ddeb
afcf88eb4da1ab94518bf6df627c2db1 60688958 kernel optional linux-image-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
ca490dd2b163b31a538dc95d6d1acaa0 37314278 kernel optional linux-image-extra-4.10.0-14-generic_4.10.0-14.16_amd64.deb
8622c421ae08037c3f2dd1b307bf74c7 906122 devel optional linux-libc-dev_4.10.0-14.16_amd64.deb
8a5462426fc0ce8723df48cda642fc72 117774946 devel optional linux-source-4.10.0_4.10.0-14.16_all.deb
7a1a38cf9b39b5276c1e97a1eae87576 854 devel extra linux-tools-4.10.0-14-dbgsym_4.10.0-14.16_amd64.ddeb
ab29ba7309baa08c4d069d413970b106 1862 devel optional linux-tools-4.10.0-14-generic_4.10.0-14.16_amd64.deb
d6f90187cc1f8395c614fa86b40234f3 1860 devel optional linux-tools-4.10.0-14-lowlatency_4.10.0-14.16_amd64.deb
a88ef476eb11bbb592ebb9b8b2598af3 1014318 devel optional linux-tools-4.10.0-14_4.10.0-14.16_amd64.deb
1ddbc62bb829aef986ac4c9ff8eee821 130124 kernel optional linux-tools-common_4.10.0-14.16_all.deb
b41e45c08671da8d5683bdac8491b34f 926 debian-installer optional linux-udebs-generic_4.10.0-14.16_amd64.udeb
607c61386b9231f3e3aca5c006fd2d5d 14475670 raw-uefi - linux_4.10.0-14.16_amd64.tar.gz
e17b2beda9816f01767f52f0980e44a6 34572 raw-translations - linux_4.10.0-14.16_amd64_translations.tar.gz
5dda08154d6538f03bf466cddefce8bb 265968 debian-installer standard md-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
2cdcf7e07656e94d95f13605ba39a5f0 199652 debian-installer standard message-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
8309c16ef0ae154257a6c90de5b69def 54520 debian-installer extra mouse-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
c068ecdbb1a0cba5bfe1c343e01a0128 17816 debian-installer extra multipath-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
a491781edcee408d7b59a3053df5d53c 492036 debian-installer standard nfs-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
f348baf63dc6d371e57dc3486f4f441b 4258892 debian-installer standard nic-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
1b61bcf978889edbf34b4f99d3215b31 140950 debian-installer standard nic-pcmcia-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
249dfaffb4375b9a7229f44fcdf5275a 527868 debian-installer standard nic-shared-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
d271da6ec1d7b891b0e9278ac7018bb7 288216 debian-installer standard nic-usb-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
4077f5be7ae578b6180728ab80f44c4c 30976 debian-installer standard parport-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
e2b21fc5956ec77fc82c317c9068778e 120984 debian-installer standard pata-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
feb0499a7b575f9f9f731daa013957a9 62494 debian-installer standard pcmcia-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
f7482cb108ba5ff61bf9508f612451f2 65118 debian-installer standard pcmcia-storage-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
a7e99561a7e34cf2852e4e8e1b515d64 8064 debian-installer standard plip-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
ff8612421c0939ee88a3fc03f38c0428 24624 debian-installer standard ppp-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
6b4b8ecf2128d37e558b4cdc0ec95493 93152 debian-installer standard sata-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
50e18bf3aecc4f22fa721f5754ec389a 2238940 debian-installer standard scsi-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
442be8bb85cae6a75cb22e5fa1094e9b 84380 debian-installer standard serial-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
d0a6279a71f6afe1e980c110469c0ee8 44410 debian-installer standard storage-core-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
86d5e0193a218b62267174b51cadd28e 137630 debian-installer standard usb-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
fad327c109e42a304c20c574b4b4e4d6 89344 debian-installer standard virtio-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
5952afba8b1784746bf72092d336ea34 25452 debian-installer extra vlan-modules-4.10.0-14-generic-di_4.10.0-14.16_amd64.udeb
Package-Type: udeb
More information about the Zesty-changes
mailing list