[ubuntu/cosmic-proposed] linux_4.17.0-8.9_ppc64el.tar.gz - (Accepted)

Seth Forshee seth.forshee at canonical.com
Thu Aug 16 16:02:17 UTC 2018


linux (4.17.0-8.9) cosmic; urgency=medium

  * linux: 4.17.0-8.9 -proposed tracker (LP: #1787259)

  * Cosmic update to v4.17.15 stable release (LP: #1787257)
    - parisc: Enable CONFIG_MLONGCALLS by default
    - parisc: Define mb() and add memory barriers to assembler unlock sequences
    - Mark HI and TASKLET softirq synchronous
    - stop_machine: Disable preemption after queueing stopper threads
    - sched/deadline: Update rq_clock of later_rq when pushing a task
    - zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
    - xen/netfront: don't cache skb_shinfo()
    - bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path
    - bpf, sockmap: fix bpf_tcp_sendmsg sock error handling
    - scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management
      enabled
    - scsi: qla2xxx: Fix memory leak for allocating abort IOCB
    - init: rename and re-order boot_cpu_state_init()
    - root dentries need RCU-delayed freeing
    - make sure that __dentry_kill() always invalidates d_seq, unhashed or not
    - fix mntput/mntput race
    - fix __legitimize_mnt()/mntput() race
    - ARM: dts: imx6sx: fix irq for pcie bridge
    - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
    - x86/speculation: Protect against userspace-userspace spectreRSB
    - kprobes/x86: Fix %p uses in error messages
    - x86/irqflags: Provide a declaration for native_save_fl
    - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
    - x86/speculation/l1tf: Change order of offset/type in swap entry
    - x86/speculation/l1tf: Protect swap entries against L1TF
    - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
    - x86/speculation/l1tf: Make sure the first page is always reserved
    - x86/speculation/l1tf: Add sysfs reporting for l1tf
    - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
    - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
    - x86/bugs: Move the l1tf function and define pr_fmt properly
    - sched/smt: Update sched_smt_present at runtime
    - x86/smp: Provide topology_is_primary_thread()
    - x86/topology: Provide topology_smt_supported()
    - cpu/hotplug: Make bringup/teardown of smp threads symmetric
    - cpu/hotplug: Split do_cpu_down()
    - cpu/hotplug: Provide knobs to control SMT
    - x86/cpu: Remove the pointless CPU printout
    - x86/cpu/AMD: Remove the pointless detect_ht() call
    - x86/cpu/common: Provide detect_ht_early()
    - x86/cpu/topology: Provide detect_extended_topology_early()
    - x86/cpu/intel: Evaluate smp_num_siblings early
    - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
    - x86/cpu/AMD: Evaluate smp_num_siblings early
    - x86/apic: Ignore secondary threads if nosmt=force
    - x86/speculation/l1tf: Extend 64bit swap file size limit
    - x86/cpufeatures: Add detection of L1D cache flush support.
    - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
    - x86/speculation/l1tf: Protect PAE swap entries against L1TF
    - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
    - Revert "x86/apic: Ignore secondary threads if nosmt=force"
    - cpu/hotplug: Boot HT siblings at least once
    - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
    - x86/KVM/VMX: Add module argument for L1TF mitigation
    - x86/KVM/VMX: Add L1D flush algorithm
    - x86/KVM/VMX: Add L1D MSR based flush
    - x86/KVM/VMX: Add L1D flush logic
    - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
    - x86/KVM/VMX: Add find_msr() helper function
    - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
    - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
    - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
    - cpu/hotplug: Online siblings when SMT control is turned on
    - x86/litf: Introduce vmx status variable
    - x86/kvm: Drop L1TF MSR list approach
    - x86/l1tf: Handle EPT disabled state proper
    - x86/kvm: Move l1tf setup function
    - x86/kvm: Add static key for flush always
    - x86/kvm: Serialize L1D flush parameter setter
    - x86/kvm: Allow runtime control of L1D flush
    - cpu/hotplug: Expose SMT control init function
    - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
    - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
    - Documentation: Add section about CPU vulnerabilities
    - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
    - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
    - Documentation/l1tf: Fix typos
    - cpu/hotplug: detect SMT disabled by BIOS
    - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
    - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
    - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
    - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
    - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
    - x86: Don't include linux/irq.h from asm/hardirq.h
    - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
    - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
    - Documentation/l1tf: Remove Yonah processors from not vulnerable list
    - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
    - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
    - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
    - cpu/hotplug: Fix SMT supported evaluation
    - x86/speculation/l1tf: Invert all not present mappings
    - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
    - x86/mm/pat: Make set_memory_np() L1TF safe
    - x86/mm/kmmio: Make the tracer robust against L1TF
    - tools headers: Synchronize prctl.h ABI header
    - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
    - x86/microcode: Allow late microcode loading with SMT disabled
    - x86/smp: fix non-SMP broken build due to redefinition of
      apic_id_is_primary_thread
    - cpu/hotplug: Non-SMP machines do not make use of booted_once
    - x86/init: fix build with CONFIG_SWAP=n
    - x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
    - Linux 4.17.15
    - [Config] updateconfigs after v4.17.15 stable update

  * Cosmic update to v4.17.14 stable release (LP: #1787031)
    - scsi: qla2xxx: Fix unintialized List head crash
    - scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion
    - scsi: qla2xxx: Fix driver unload by shutting down chip
    - scsi: qla2xxx: Fix ISP recovery on unload
    - scsi: qla2xxx: Return error when TMF returns
    - jfs: Fix usercopy whitelist for inline inode data
    - genirq: Make force irq threading setup more robust
    - perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devices
    - nohz: Fix local_timer_softirq_pending()
    - nohz: Fix missing tick reprogram when interrupting an inline softirq
    - netlink: Don't shift on 64 for ngroups
    - ring_buffer: tracing: Inherit the tracing setting to next ring buffer
    - i2c: imx: Fix reinit_completion() use
    - Btrfs: fix file data corruption after cloning a range and fsync
    - Partially revert "block: fail op_is_write() requests to read-only
      partitions"
    - xfs: validate cached inodes are free when allocated
    - Linux 4.17.14

  * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
    - [Config] Enable timestamping in network PHY devices

  * Cosmic update to 4.17.13 stable release (LP: #1785710)
    - bonding: avoid lockdep confusion in bond_get_stats()
    - inet: frag: enforce memory limits earlier
    - ipv4: frags: handle possible skb truesize change
    - net: dsa: Do not suspend/resume closed slave_dev
    - netlink: Fix spectre v1 gadget in netlink_create()
    - net: stmmac: Fix WoL for PCI-based setups
    - rxrpc: Fix user call ID check in rxrpc_service_prealloc_one
    - net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager
    - net/mlx5e: Set port trust mode to PCP as default
    - net/mlx5e: IPoIB, Set the netdevice sw mtu in ipoib enhanced flow
    - squashfs: more metadata hardening
    - squashfs: more metadata hardenings
    - can: ems_usb: Fix memory leak on ems_usb_disconnect()
    - net: socket: fix potential spectre v1 gadget in socketcall
    - net: socket: Fix potential spectre v1 gadget in sock_is_registered
    - virtio_balloon: fix another race between migration and ballooning
    - x86/efi: Access EFI MMIO data as unencrypted when SEV is active
    - x86/apic: Future-proof the TSC_DEADLINE quirk for SKX
    - x86/entry/64: Remove %ebx handling from error_entry/exit
    - kvm: x86: vmx: fix vpid leak
    - audit: fix potential null dereference 'context->module.name'
    - ipc/shm.c add ->pagesize function to shm_vm_ops
    - userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails
    - iwlwifi: add more card IDs for 9000 series
    - brcmfmac: fix regression in parsing NVRAM for multiple devices
    - RDMA/uverbs: Expand primary and alt AV port checks
    - crypto: padlock-aes - Fix Nano workaround data corruption
    - drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats
    - drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
    - drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make
      gcc happy
    - scsi: sg: fix minor memory leak in error path
    - Linux 4.17.13

  * CacheFiles: Error: Overlong wait for old active object to go away.
    (LP: #1776254)
    - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
    - cachefiles: Wait rather than BUG'ing on "Unexpected object collision"

  * fscache cookie refcount updated incorrectly during fscache object allocation
    (LP: #1776277) // fscache cookie refcount updated incorrectly during fscache
    object allocation (LP: #1776277)
    - fscache: Fix reference overput in fscache_attach_object() error handling

  * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
    - Revert "UBUNTU: SAUCE: CacheFiles: fix a read_waiter/read_copier race"
    - fscache: Allow cancelled operations to be enqueued
    - cachefiles: Fix refcounting bug in backing-file read monitoring

  * Miscellaneous Ubuntu changes
    - [Config] CONFIG_SYSCTL_SYSCALL=n

Date: Wed, 15 Aug 2018 13:33:39 -0500
Changed-By: Seth Forshee <seth.forshee at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-002.buildd>

-------------- next part --------------
Format: 1.8
Date: Wed, 15 Aug 2018 13:33:39 -0500
Source: linux
Binary: linux-source-4.17.0 linux-doc linux-headers-4.17.0-8 linux-libc-dev linux-tools-common linux-tools-4.17.0-8 linux-cloud-tools-common linux-cloud-tools-4.17.0-8 linux-tools-host linux-image-unsigned-4.17.0-8-generic linux-modules-4.17.0-8-generic linux-modules-extra-4.17.0-8-generic linux-headers-4.17.0-8-generic linux-image-unsigned-4.17.0-8-generic-dbgsym linux-tools-4.17.0-8-generic linux-cloud-tools-4.17.0-8-generic linux-udebs-generic linux-image-unsigned-4.17.0-8-generic-lpae linux-modules-4.17.0-8-generic-lpae linux-modules-extra-4.17.0-8-generic-lpae linux-headers-4.17.0-8-generic-lpae linux-image-unsigned-4.17.0-8-generic-lpae-dbgsym linux-tools-4.17.0-8-generic-lpae linux-cloud-tools-4.17.0-8-generic-lpae linux-udebs-generic-lpae linux-image-unsigned-4.17.0-8-lowlatency linux-modules-4.17.0-8-lowlatency linux-modules-extra-4.17.0-8-lowlatency linux-headers-4.17.0-8-lowlatency linux-image-unsigned-4.17.0-8-lowlatency-dbgsym linux-tools-4.17.0-8-lowlatency
 linux-cloud-tools-4.17.0-8-lowlatency linux-udebs-lowlatency linux-image-unsigned-4.17.0-8-snapdragon linux-modules-4.17.0-8-snapdragon linux-modules-extra-4.17.0-8-snapdragon linux-headers-4.17.0-8-snapdragon linux-image-unsigned-4.17.0-8-snapdragon-dbgsym linux-tools-4.17.0-8-snapdragon linux-cloud-tools-4.17.0-8-snapdragon linux-udebs-snapdragon kernel-image-4.17.0-8-generic-di floppy-modules-4.17.0-8-generic-di fs-core-modules-4.17.0-8-generic-di fs-secondary-modules-4.17.0-8-generic-di input-modules-4.17.0-8-generic-di md-modules-4.17.0-8-generic-di nic-modules-4.17.0-8-generic-di nic-usb-modules-4.17.0-8-generic-di nic-shared-modules-4.17.0-8-generic-di parport-modules-4.17.0-8-generic-di plip-modules-4.17.0-8-generic-di ppp-modules-4.17.0-8-generic-di sata-modules-4.17.0-8-generic-di scsi-modules-4.17.0-8-generic-di storage-core-modules-4.17.0-8-generic-di nfs-modules-4.17.0-8-generic-di block-modules-4.17.0-8-generic-di message-modules-4.17.0-8-generic-di
 crypto-modules-4.17.0-8-generic-di virtio-modules-4.17.0-8-generic-di vlan-modules-4.17.0-8-generic-di ipmi-modules-4.17.0-8-generic-di
 multipath-modules-4.17.0-8-generic-di
Architecture: ppc64el ppc64el_translations
Version: 4.17.0-8.9
Distribution: cosmic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-002.buildd>
Changed-By: Seth Forshee <seth.forshee at canonical.com>
Description:
 block-modules-4.17.0-8-generic-di - Block storage devices (udeb)
 crypto-modules-4.17.0-8-generic-di - crypto modules (udeb)
 floppy-modules-4.17.0-8-generic-di - Floppy driver support (udeb)
 fs-core-modules-4.17.0-8-generic-di - Base filesystem modules (udeb)
 fs-secondary-modules-4.17.0-8-generic-di - Extra filesystem modules (udeb)
 input-modules-4.17.0-8-generic-di - Support for various input methods (udeb)
 ipmi-modules-4.17.0-8-generic-di - ipmi modules (udeb)
 kernel-image-4.17.0-8-generic-di - kernel image and system map (udeb)
 linux-cloud-tools-4.17.0-8 - Linux kernel version specific cloud tools for version 4.17.0-8
 linux-cloud-tools-4.17.0-8-generic - Linux kernel version specific cloud tools for version 4.17.0-8
 linux-cloud-tools-4.17.0-8-generic-lpae - Linux kernel version specific cloud tools for version 4.17.0-8
 linux-cloud-tools-4.17.0-8-lowlatency - Linux kernel version specific cloud tools for version 4.17.0-8
 linux-cloud-tools-4.17.0-8-snapdragon - Linux kernel version specific cloud tools for version 4.17.0-8
 linux-cloud-tools-common - Linux kernel version specific cloud tools for version 4.17.0
 linux-doc  - Linux kernel specific documentation for version 4.17.0
 linux-headers-4.17.0-8 - Header files related to Linux kernel version 4.17.0
 linux-headers-4.17.0-8-generic - Linux kernel headers for version 4.17.0 on PowerPC 64el SMP
 linux-headers-4.17.0-8-generic-lpae - Linux kernel headers for version 4.17.0 on PowerPC 64el SMP
 linux-headers-4.17.0-8-lowlatency - Linux kernel headers for version 4.17.0 on PowerPC 64el SMP
 linux-headers-4.17.0-8-snapdragon - Linux kernel headers for version 4.17.0 on PowerPC 64el SMP
 linux-image-unsigned-4.17.0-8-generic - Linux kernel image for version 4.17.0 on PowerPC 64el SMP
 linux-image-unsigned-4.17.0-8-generic-dbgsym - Linux kernel debug image for version 4.17.0 on PowerPC 64el SMP
 linux-image-unsigned-4.17.0-8-generic-lpae - Linux kernel image for version 4.17.0 on PowerPC 64el SMP
 linux-image-unsigned-4.17.0-8-generic-lpae-dbgsym - Linux kernel debug image for version 4.17.0 on PowerPC 64el SMP
 linux-image-unsigned-4.17.0-8-lowlatency - Linux kernel image for version 4.17.0 on PowerPC 64el SMP
 linux-image-unsigned-4.17.0-8-lowlatency-dbgsym - Linux kernel debug image for version 4.17.0 on PowerPC 64el SMP
 linux-image-unsigned-4.17.0-8-snapdragon - Linux kernel image for version 4.17.0 on PowerPC 64el SMP
 linux-image-unsigned-4.17.0-8-snapdragon-dbgsym - Linux kernel debug image for version 4.17.0 on PowerPC 64el SMP
 linux-libc-dev - Linux Kernel Headers for development
 linux-modules-4.17.0-8-generic - Linux kernel extra modules for version 4.17.0 on PowerPC 64el SMP
 linux-modules-4.17.0-8-generic-lpae - Linux kernel extra modules for version 4.17.0 on PowerPC 64el SMP
 linux-modules-4.17.0-8-lowlatency - Linux kernel extra modules for version 4.17.0 on PowerPC 64el SMP
 linux-modules-4.17.0-8-snapdragon - Linux kernel extra modules for version 4.17.0 on PowerPC 64el SMP
 linux-modules-extra-4.17.0-8-generic - Linux kernel extra modules for version 4.17.0 on PowerPC 64el SMP
 linux-modules-extra-4.17.0-8-generic-lpae - Linux kernel extra modules for version 4.17.0 on PowerPC 64el SMP
 linux-modules-extra-4.17.0-8-lowlatency - Linux kernel extra modules for version 4.17.0 on PowerPC 64el SMP
 linux-modules-extra-4.17.0-8-snapdragon - Linux kernel extra modules for version 4.17.0 on PowerPC 64el SMP
 linux-source-4.17.0 - Linux kernel source for version 4.17.0 with Ubuntu patches
 linux-tools-4.17.0-8 - Linux kernel version specific tools for version 4.17.0-8
 linux-tools-4.17.0-8-generic - Linux kernel version specific tools for version 4.17.0-8
 linux-tools-4.17.0-8-generic-lpae - Linux kernel version specific tools for version 4.17.0-8
 linux-tools-4.17.0-8-lowlatency - Linux kernel version specific tools for version 4.17.0-8
 linux-tools-4.17.0-8-snapdragon - Linux kernel version specific tools for version 4.17.0-8
 linux-tools-common - Linux kernel version specific tools for version 4.17.0
 linux-tools-host - Linux kernel VM host tools
 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-snapdragon - Metapackage depending on kernel udebs (udeb)
 md-modules-4.17.0-8-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-4.17.0-8-generic-di - Fusion and i2o storage modules (udeb)
 multipath-modules-4.17.0-8-generic-di - DM-Multipath support (udeb)
 nfs-modules-4.17.0-8-generic-di - NFS filesystem drivers (udeb)
 nic-modules-4.17.0-8-generic-di - Network interface support (udeb)
 nic-shared-modules-4.17.0-8-generic-di - nic shared modules (udeb)
 nic-usb-modules-4.17.0-8-generic-di - USB network interface support (udeb)
 parport-modules-4.17.0-8-generic-di - Parallel port support (udeb)
 plip-modules-4.17.0-8-generic-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-4.17.0-8-generic-di - PPP (serial port) networking support (udeb)
 sata-modules-4.17.0-8-generic-di - SATA storage support (udeb)
 scsi-modules-4.17.0-8-generic-di - SCSI storage support (udeb)
 storage-core-modules-4.17.0-8-generic-di - Core storage support (udeb)
 virtio-modules-4.17.0-8-generic-di - VirtIO Modules (udeb)
 vlan-modules-4.17.0-8-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1774336 1776254 1776277 1785710 1785816 1787031 1787257 1787259
Changes:
 linux (4.17.0-8.9) cosmic; urgency=medium
 .
   * linux: 4.17.0-8.9 -proposed tracker (LP: #1787259)
 .
   * Cosmic update to v4.17.15 stable release (LP: #1787257)
     - parisc: Enable CONFIG_MLONGCALLS by default
     - parisc: Define mb() and add memory barriers to assembler unlock sequences
     - Mark HI and TASKLET softirq synchronous
     - stop_machine: Disable preemption after queueing stopper threads
     - sched/deadline: Update rq_clock of later_rq when pushing a task
     - zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
     - xen/netfront: don't cache skb_shinfo()
     - bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path
     - bpf, sockmap: fix bpf_tcp_sendmsg sock error handling
     - scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management
       enabled
     - scsi: qla2xxx: Fix memory leak for allocating abort IOCB
     - init: rename and re-order boot_cpu_state_init()
     - root dentries need RCU-delayed freeing
     - make sure that __dentry_kill() always invalidates d_seq, unhashed or not
     - fix mntput/mntput race
     - fix __legitimize_mnt()/mntput() race
     - ARM: dts: imx6sx: fix irq for pcie bridge
     - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
     - x86/speculation: Protect against userspace-userspace spectreRSB
     - kprobes/x86: Fix %p uses in error messages
     - x86/irqflags: Provide a declaration for native_save_fl
     - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
     - x86/speculation/l1tf: Change order of offset/type in swap entry
     - x86/speculation/l1tf: Protect swap entries against L1TF
     - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
     - x86/speculation/l1tf: Make sure the first page is always reserved
     - x86/speculation/l1tf: Add sysfs reporting for l1tf
     - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
     - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
     - x86/bugs: Move the l1tf function and define pr_fmt properly
     - sched/smt: Update sched_smt_present at runtime
     - x86/smp: Provide topology_is_primary_thread()
     - x86/topology: Provide topology_smt_supported()
     - cpu/hotplug: Make bringup/teardown of smp threads symmetric
     - cpu/hotplug: Split do_cpu_down()
     - cpu/hotplug: Provide knobs to control SMT
     - x86/cpu: Remove the pointless CPU printout
     - x86/cpu/AMD: Remove the pointless detect_ht() call
     - x86/cpu/common: Provide detect_ht_early()
     - x86/cpu/topology: Provide detect_extended_topology_early()
     - x86/cpu/intel: Evaluate smp_num_siblings early
     - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
     - x86/cpu/AMD: Evaluate smp_num_siblings early
     - x86/apic: Ignore secondary threads if nosmt=force
     - x86/speculation/l1tf: Extend 64bit swap file size limit
     - x86/cpufeatures: Add detection of L1D cache flush support.
     - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
     - x86/speculation/l1tf: Protect PAE swap entries against L1TF
     - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
     - Revert "x86/apic: Ignore secondary threads if nosmt=force"
     - cpu/hotplug: Boot HT siblings at least once
     - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
     - x86/KVM/VMX: Add module argument for L1TF mitigation
     - x86/KVM/VMX: Add L1D flush algorithm
     - x86/KVM/VMX: Add L1D MSR based flush
     - x86/KVM/VMX: Add L1D flush logic
     - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
     - x86/KVM/VMX: Add find_msr() helper function
     - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
     - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
     - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
     - cpu/hotplug: Online siblings when SMT control is turned on
     - x86/litf: Introduce vmx status variable
     - x86/kvm: Drop L1TF MSR list approach
     - x86/l1tf: Handle EPT disabled state proper
     - x86/kvm: Move l1tf setup function
     - x86/kvm: Add static key for flush always
     - x86/kvm: Serialize L1D flush parameter setter
     - x86/kvm: Allow runtime control of L1D flush
     - cpu/hotplug: Expose SMT control init function
     - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
     - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
     - Documentation: Add section about CPU vulnerabilities
     - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
     - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
     - Documentation/l1tf: Fix typos
     - cpu/hotplug: detect SMT disabled by BIOS
     - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
     - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
     - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
     - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
     - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
     - x86: Don't include linux/irq.h from asm/hardirq.h
     - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
     - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
     - Documentation/l1tf: Remove Yonah processors from not vulnerable list
     - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
     - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
     - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
     - cpu/hotplug: Fix SMT supported evaluation
     - x86/speculation/l1tf: Invert all not present mappings
     - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
     - x86/mm/pat: Make set_memory_np() L1TF safe
     - x86/mm/kmmio: Make the tracer robust against L1TF
     - tools headers: Synchronize prctl.h ABI header
     - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
     - x86/microcode: Allow late microcode loading with SMT disabled
     - x86/smp: fix non-SMP broken build due to redefinition of
       apic_id_is_primary_thread
     - cpu/hotplug: Non-SMP machines do not make use of booted_once
     - x86/init: fix build with CONFIG_SWAP=n
     - x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
     - Linux 4.17.15
     - [Config] updateconfigs after v4.17.15 stable update
 .
   * Cosmic update to v4.17.14 stable release (LP: #1787031)
     - scsi: qla2xxx: Fix unintialized List head crash
     - scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion
     - scsi: qla2xxx: Fix driver unload by shutting down chip
     - scsi: qla2xxx: Fix ISP recovery on unload
     - scsi: qla2xxx: Return error when TMF returns
     - jfs: Fix usercopy whitelist for inline inode data
     - genirq: Make force irq threading setup more robust
     - perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devices
     - nohz: Fix local_timer_softirq_pending()
     - nohz: Fix missing tick reprogram when interrupting an inline softirq
     - netlink: Don't shift on 64 for ngroups
     - ring_buffer: tracing: Inherit the tracing setting to next ring buffer
     - i2c: imx: Fix reinit_completion() use
     - Btrfs: fix file data corruption after cloning a range and fsync
     - Partially revert "block: fail op_is_write() requests to read-only
       partitions"
     - xfs: validate cached inodes are free when allocated
     - Linux 4.17.14
 .
   * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
     - [Config] Enable timestamping in network PHY devices
 .
   * Cosmic update to 4.17.13 stable release (LP: #1785710)
     - bonding: avoid lockdep confusion in bond_get_stats()
     - inet: frag: enforce memory limits earlier
     - ipv4: frags: handle possible skb truesize change
     - net: dsa: Do not suspend/resume closed slave_dev
     - netlink: Fix spectre v1 gadget in netlink_create()
     - net: stmmac: Fix WoL for PCI-based setups
     - rxrpc: Fix user call ID check in rxrpc_service_prealloc_one
     - net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager
     - net/mlx5e: Set port trust mode to PCP as default
     - net/mlx5e: IPoIB, Set the netdevice sw mtu in ipoib enhanced flow
     - squashfs: more metadata hardening
     - squashfs: more metadata hardenings
     - can: ems_usb: Fix memory leak on ems_usb_disconnect()
     - net: socket: fix potential spectre v1 gadget in socketcall
     - net: socket: Fix potential spectre v1 gadget in sock_is_registered
     - virtio_balloon: fix another race between migration and ballooning
     - x86/efi: Access EFI MMIO data as unencrypted when SEV is active
     - x86/apic: Future-proof the TSC_DEADLINE quirk for SKX
     - x86/entry/64: Remove %ebx handling from error_entry/exit
     - kvm: x86: vmx: fix vpid leak
     - audit: fix potential null dereference 'context->module.name'
     - ipc/shm.c add ->pagesize function to shm_vm_ops
     - userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails
     - iwlwifi: add more card IDs for 9000 series
     - brcmfmac: fix regression in parsing NVRAM for multiple devices
     - RDMA/uverbs: Expand primary and alt AV port checks
     - crypto: padlock-aes - Fix Nano workaround data corruption
     - drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats
     - drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
     - drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make
       gcc happy
     - scsi: sg: fix minor memory leak in error path
     - Linux 4.17.13
 .
   * CacheFiles: Error: Overlong wait for old active object to go away.
     (LP: #1776254)
     - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
     - cachefiles: Wait rather than BUG'ing on "Unexpected object collision"
 .
   * fscache cookie refcount updated incorrectly during fscache object allocation
     (LP: #1776277) // fscache cookie refcount updated incorrectly during fscache
     object allocation (LP: #1776277)
     - fscache: Fix reference overput in fscache_attach_object() error handling
 .
   * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
     - Revert "UBUNTU: SAUCE: CacheFiles: fix a read_waiter/read_copier race"
     - fscache: Allow cancelled operations to be enqueued
     - cachefiles: Fix refcounting bug in backing-file read monitoring
 .
   * Miscellaneous Ubuntu changes
     - [Config] CONFIG_SYSCTL_SYSCALL=n
Checksums-Sha1:
 13f792a740b47eb67df5d8336d24aceb3888a926 422104 block-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 c9f3b5040243d7a8c89e909c9f76b55c23d240a4 277884 crypto-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 7d38b1aef2f7bb325c4a36145d8ff7c59fdee56c 39680 floppy-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 e66bb89e4fd149f65c8a3409574540508c40f494 1469452 fs-core-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 0e9f9fa113c54456305ed02c41ba2fce29d487d1 772964 fs-secondary-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 5275479372246c5c856069ee42cc720ba7a2ef94 463772 input-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 e8e57fc65668831d929c496b224bfb1f69db69ee 70464 ipmi-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 1418906711dbfbcb94d419023965fd759d70d16a 7126264 kernel-image-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 485683050638b675ab5426b2ba2db9af9144c161 1049952 linux-headers-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 8e23d7f52606d966ef6a8112f5f75bb012c83ecb 732225960 linux-image-unsigned-4.17.0-8-generic-dbgsym_4.17.0-8.9_ppc64el.ddeb
 4a3a39644d505e82b146c41e10b98040959b2b4a 6194576 linux-image-unsigned-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 10daed2a0eec6a0d6e1e2848da2419b526f1d570 1009632 linux-libc-dev_4.17.0-8.9_ppc64el.deb
 b382800847cc32aee62d84ac3f4532c842e87952 13853728 linux-modules-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 9bc9e34d81d950036211ba558cc13a588fc5849d 34610188 linux-modules-extra-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 b3e477c7f0bd134c767b757fec0bb900e59e8e69 5513308 linux-tools-4.17.0-8-dbgsym_4.17.0-8.9_ppc64el.ddeb
 92f0cf336c80124cc66bd20b4a87c6e108b89ab1 1868 linux-tools-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 5cedc545e8e8a4cf3d18b627c4fdeff4cb8cc798 1081424 linux-tools-4.17.0-8_4.17.0-8.9_ppc64el.deb
 5c9f39e0022ff027eeb6fba9600e7acdc0e16fdc 976 linux-udebs-generic_4.17.0-8.9_ppc64el.udeb
 a5fcf38802307e45f5dd864cd6af8094fe97ff6a 20087 linux_4.17.0-8.9_ppc64el.buildinfo
 b8f2186b21e058056e0b21e68356242acd1e2ede 8803150 linux_4.17.0-8.9_ppc64el.tar.gz
 1fd10b336e20c61269f49cb24879ac746bcf9141 24395 linux_4.17.0-8.9_ppc64el_translations.tar.gz
 bef6e18677e5545732abe8316dbfb12abf174d14 308872 md-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 3f8daa01332747544fa01d89229bd3273e432275 225452 message-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 4a98fcfafbe38e832fdd2f8d1d4da1c9d1350e4e 22588 multipath-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 b31d93c762f1320890f410f4a0e1792c2eaadda1 600184 nfs-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 a2a822944a7c6963d2a85d89c4c1d701786277b4 4732264 nic-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 068086871fd5b35ee782d92ec96077672fd867c5 614120 nic-shared-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 4e5556999016a6b520ac5b020d5c935f7f46af29 354896 nic-usb-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 41356eedbe4c94eb32773ddda9e25545f791b7df 41188 parport-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 5a4c0240de671e55e8cebea37a3bc278db976930 10320 plip-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 816157b16bf8f1606755ad0079ee527e6fd3d0ad 29472 ppp-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 509bbd98cb6e4ac65d0d346e3c3aeb4b75fee713 125368 sata-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 eba37687ab4f24e0af78ebf0e36f5b96d11b8104 2628100 scsi-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 bfb72e17f4e4ec52456667e8c1660b6015db7ed0 117576 storage-core-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 cdb219c1a6e687d83e6fbc976a6f4d5cb7e020f2 11764 virtio-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 03d4eee94a595438cc0a5d38470665ebef3621ac 30252 vlan-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
Checksums-Sha256:
 7e7e4478d26f55cadb8052b905ae00a4b8d693ffd68782c047d3d6e756036c72 422104 block-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 682c6dcf35ef0b0a783467ca7f5bb3bba5c18ac6c0590b5a6996a7fd2b9a1f2b 277884 crypto-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 8743fb438b27620122ccd3fefbcc202e09eb474da8623e8345865e7875bffa3b 39680 floppy-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 d8bea6ca04dec5cee8222f68937957e7fbec957379f21d75333744ae03b3da51 1469452 fs-core-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 2d7f1e415bfde30b60b99dd89e610ecd9dc348ebbd131094743533799a4cb595 772964 fs-secondary-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 ab13fa80fb88ff4693287e08d46da6ae25fd562d8a58942995d18b0f48a51bf1 463772 input-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 8f74de4d1799a8266e64b6edd64b81c2d1e912d843def12f65637f6d5cd53d1b 70464 ipmi-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 1edfe2be9eebda025f88e74aa4efefa6539a3428d0ae6a314966b4eb956450d5 7126264 kernel-image-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 9c1863a0cb91988968cc84247a336af0f24bd54be2c44341662b9ef7554bdb74 1049952 linux-headers-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 22af9ed896513b33680275afc1f2eadbe96c2e13acedbb569ee7f78da2dbb6d3 732225960 linux-image-unsigned-4.17.0-8-generic-dbgsym_4.17.0-8.9_ppc64el.ddeb
 0fc216e3bff24b8c4006ad7bfd851d5ab019933972e1f9f16bfdeac197c7c6da 6194576 linux-image-unsigned-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 dc0fe9451d8c686b53369c08fa529c811f7c59577f819efee4623f16dd9e4d6f 1009632 linux-libc-dev_4.17.0-8.9_ppc64el.deb
 24eb0c95f03897d1c408205864cf02c9ef0f9a5af158c6cf4a580725a43d4ae3 13853728 linux-modules-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 1a41c2bf43ab73928ab21234f2d9112c416a984339befec6052ce44561238665 34610188 linux-modules-extra-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 33dcee96c519009e9acd0beaf7ab7a161848b7af5c4b5f8264ddcb41e707b086 5513308 linux-tools-4.17.0-8-dbgsym_4.17.0-8.9_ppc64el.ddeb
 430f48e598b24b14881a7c721bb80e7af30d4313a7fb7621e6b9f209ff949794 1868 linux-tools-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 8326d24c364be2f63e9aa13649b163edbdfdd8b267b2701f3e4d06feef6e10e2 1081424 linux-tools-4.17.0-8_4.17.0-8.9_ppc64el.deb
 f0836024aeb1e1e4254ef1bd9338c88c6f9086b907d91a00dc49f69ae3a59b0d 976 linux-udebs-generic_4.17.0-8.9_ppc64el.udeb
 c1c4a6359d96682ddcd5cf38dd17f6aee764c65e0cb3c092e50dfa41302eab5c 20087 linux_4.17.0-8.9_ppc64el.buildinfo
 41c58c3eb78790e7d68ec77bb46f9b56fa3e5a3b12f428262d9194a3238c11f2 8803150 linux_4.17.0-8.9_ppc64el.tar.gz
 303fbf9b8bdd3727b554949a0bad10c64d9ebe717db02c5fed05105f92450ce1 24395 linux_4.17.0-8.9_ppc64el_translations.tar.gz
 8679b72285e090347b11a94e6cbdf3f7ab500c0c22c8d60b1226bde3a05e6b7c 308872 md-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 971ff47b3cbc127676f8b83aae118976089c2fd522f40aa97394c33534c7a4c0 225452 message-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 1e339c397791c77e73d08c093e31ec19b1602c9e28f81c50675b6bf02255a5ae 22588 multipath-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 5c95c32693efaf450da64c5e6f0cbb03dbc4a20a426221dbe6266c94da9a0279 600184 nfs-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 792d45a281e6dfec9134d424b3e7cbec884a324586d92dd19fab62011e6e8475 4732264 nic-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 1458d59f287d65303beaa22d8c16af9e78e8f844a47b7ca3edfb99e66723f3da 614120 nic-shared-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 5bee15cf678900ccc7e6868535662a4ad3a537aeaf545a6d08026ebdada5d728 354896 nic-usb-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 650020c9e763cdbf0765a5f56212c3ca57cb112f25e7fc5eef148ab17170005c 41188 parport-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 309814c352227c42593d79546187aa8edd210874004d1b8a272073c18b0b014a 10320 plip-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 1afeb8fb6862e740ff2c6c23e9165783bd327924c53f5df54d874ed1c51a5b7b 29472 ppp-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 0cd195b88dffa67ba52d9d19d9c0878fea73b3b71895c353f0c977094e9b4293 125368 sata-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 893aeec8b229e43d395615aeb1b0e237992dd9e49457efca66be26fa207df796 2628100 scsi-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 fb9be596256c9798a32c2407b67ab435129f735ae2ba7514f685dee12c29e935 117576 storage-core-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 7f340e66f6f8c8975c7aa01edc4c88e961e2fce8d104ae25db34133d12e5e162 11764 virtio-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 8d51128de8bda9abeb8900b7acd5b19d00974612b3fd83e0627a92a967fb1dca 30252 vlan-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
Files:
 91de91e7e631540632e62b7d31367df0 422104 debian-installer standard block-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 e4875e818b0cf0ff42a63830f30d353d 277884 debian-installer extra crypto-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 71466f7af72f048a53d40848a67ff52c 39680 debian-installer standard floppy-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 22e136dac012faf26b6f8c64cba15a88 1469452 debian-installer standard fs-core-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 0ba1acd5b37ec30452f224b4aa152a0a 772964 debian-installer standard fs-secondary-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 bcec20ae0b2805497ddcdf8128a72ca5 463772 debian-installer standard input-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 7ea6011415f72b7f3b9aee94cd7d1c6d 70464 debian-installer standard ipmi-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 630f60b5965cde275e4f7aaa77781cbb 7126264 debian-installer optional kernel-image-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 fe80403014c2d2d9742979eb3dab4103 1049952 devel optional linux-headers-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 698faadd2b6ee4fa8a8bce3e2072a15e 732225960 devel optional linux-image-unsigned-4.17.0-8-generic-dbgsym_4.17.0-8.9_ppc64el.ddeb
 128c61a1aaf09329432ee26a801b116e 6194576 kernel optional linux-image-unsigned-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 8477c9ea7cdc3463c062b37f2e9c33bc 1009632 devel optional linux-libc-dev_4.17.0-8.9_ppc64el.deb
 0434ac26a7be3e8708f10daddfa898f0 13853728 kernel optional linux-modules-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 c6e628da78078006a6d440ce80d79ea8 34610188 kernel optional linux-modules-extra-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 53c4d0e4cbb3a11b5abd921ce3314552 5513308 debug optional linux-tools-4.17.0-8-dbgsym_4.17.0-8.9_ppc64el.ddeb
 d06284dc245c96c76d91e7bc26deaae5 1868 devel optional linux-tools-4.17.0-8-generic_4.17.0-8.9_ppc64el.deb
 7ba681a2f4aa2b015f192da09524c3ac 1081424 devel optional linux-tools-4.17.0-8_4.17.0-8.9_ppc64el.deb
 01ff09e10a21d8e40496c25559f1aad7 976 debian-installer optional linux-udebs-generic_4.17.0-8.9_ppc64el.udeb
 276555a267b994104d3ad8f038237ce8 20087 devel optional linux_4.17.0-8.9_ppc64el.buildinfo
 147791ecee3caeee184463ddfe98d8b9 8803150 raw-signing - linux_4.17.0-8.9_ppc64el.tar.gz
 4b9dcdc37a3725353e4ac1b7f0ae0387 24395 raw-translations - linux_4.17.0-8.9_ppc64el_translations.tar.gz
 d1a49124fec37e77e9ba2c9f613a9e7d 308872 debian-installer standard md-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 997befc774f8f3ba45d890b9f15efcb7 225452 debian-installer standard message-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 fa2a460459141bdb6e2b88da2efb7bf6 22588 debian-installer extra multipath-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 0739aa9a38c0a00c4fc0e942517ec46a 600184 debian-installer standard nfs-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 c9c8290b877f2f706012b0c4acecea64 4732264 debian-installer standard nic-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 e365800bf640623b60ba58132c1685d1 614120 debian-installer standard nic-shared-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 c1886c2f7076c6ccd8a416ff58d32795 354896 debian-installer standard nic-usb-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 a962b7b0e83379e0ff0efb3fceeb6ea5 41188 debian-installer standard parport-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 0fa612a8d7b379eee99b4a6c4dbcbd1c 10320 debian-installer standard plip-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 2c3ee4f7c35e587a850751bf135aea2c 29472 debian-installer standard ppp-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 40b546770f1c0e3ead6de1f31acb94e0 125368 debian-installer standard sata-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 db299efb68388a8b24433263d7be15be 2628100 debian-installer standard scsi-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 c17256c939a883461b572d08592f6731 117576 debian-installer standard storage-core-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 c102fe5b3d596155825f98e3ef34e9e6 11764 debian-installer standard virtio-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
 95a145b5975e664531417aa038d852be 30252 debian-installer extra vlan-modules-4.17.0-8-generic-di_4.17.0-8.9_ppc64el.udeb
Package-Type: udeb


More information about the Cosmic-changes mailing list