[ubuntu/bionic-proposed] linux_4.15.0-32.35_ppc64el.tar.gz - (Accepted)

Thadeu Lima de Souza Cascardo cascardo at canonical.com
Tue Aug 14 17:16:54 UTC 2018


linux (4.15.0-32.35) bionic; urgency=medium

  [ Stefan Bader ]
  * CVE-2018-3620 // CVE-2018-3646
    - x86/Centaur: Initialize supported CPU features properly
    - x86/Centaur: Report correct CPU/cache topology
    - x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
    - perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id
    - x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
    - x86/CPU/AMD: Calculate last level cache ID from number of sharing threads
    - x86/CPU: Modify detect_extended_topology() to return result
    - x86/CPU/AMD: Derive CPU topology from CPUID function 0xB when available
    - x86/CPU: Move cpu local function declarations to local header
    - x86/CPU: Make intel_num_cpu_cores() generic
    - x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()
    - x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to
      detect_num_cpu_cores()
    - x86/CPU/AMD: Fix LLC ID bit-shift calculation
    - x86/mm: Factor out pageattr _PAGE_GLOBAL setting
    - x86/mm: Undo double _PAGE_PSE clearing
    - x86/mm: Introduce "default" kernel PTE mask
    - x86/espfix: Document use of _PAGE_GLOBAL
    - x86/mm: Do not auto-massage page protections
    - x86/mm: Remove extra filtering in pageattr code
    - x86/mm: Comment _PAGE_GLOBAL mystery
    - x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
    - x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
    - x86/power/64: Fix page-table setup for temporary text mapping
    - x86/pti: Filter at vma->vm_page_prot population
    - x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
    - 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: x86: Add a framework for supporting MSR-based features
    - KVM: X86: Introduce kvm_get_msr_feature()
    - KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
    - 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
    - cpu: Fix per-cpu regression on ARM64

  * CVE-2018-5391
    - Revert "net: increase fragment memory usage limits"

Date: Fri, 10 Aug 2018 14:22:53 -0300
Changed-By: Thadeu Lima de Souza Cascardo <cascardo at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-011.buildd>

-------------- next part --------------
Format: 1.8
Date: Fri, 10 Aug 2018 14:22:53 -0300
Source: linux
Binary: linux-source-4.15.0 linux-doc linux-headers-4.15.0-32 linux-libc-dev linux-tools-common linux-tools-4.15.0-32 linux-cloud-tools-common linux-cloud-tools-4.15.0-32 linux-tools-host linux-image-unsigned-4.15.0-32-generic linux-modules-4.15.0-32-generic linux-modules-extra-4.15.0-32-generic linux-headers-4.15.0-32-generic linux-image-unsigned-4.15.0-32-generic-dbgsym linux-tools-4.15.0-32-generic linux-cloud-tools-4.15.0-32-generic linux-udebs-generic linux-image-unsigned-4.15.0-32-generic-lpae linux-modules-4.15.0-32-generic-lpae linux-modules-extra-4.15.0-32-generic-lpae linux-headers-4.15.0-32-generic-lpae linux-image-unsigned-4.15.0-32-generic-lpae-dbgsym linux-tools-4.15.0-32-generic-lpae linux-cloud-tools-4.15.0-32-generic-lpae linux-udebs-generic-lpae linux-image-unsigned-4.15.0-32-lowlatency linux-modules-4.15.0-32-lowlatency linux-modules-extra-4.15.0-32-lowlatency linux-headers-4.15.0-32-lowlatency linux-image-unsigned-4.15.0-32-lowlatency-dbgsym
 linux-tools-4.15.0-32-lowlatency linux-cloud-tools-4.15.0-32-lowlatency linux-udebs-lowlatency linux-image-unsigned-4.15.0-32-snapdragon linux-modules-4.15.0-32-snapdragon linux-modules-extra-4.15.0-32-snapdragon linux-headers-4.15.0-32-snapdragon linux-image-unsigned-4.15.0-32-snapdragon-dbgsym linux-tools-4.15.0-32-snapdragon linux-cloud-tools-4.15.0-32-snapdragon linux-udebs-snapdragon kernel-image-4.15.0-32-generic-di floppy-modules-4.15.0-32-generic-di fs-core-modules-4.15.0-32-generic-di fs-secondary-modules-4.15.0-32-generic-di input-modules-4.15.0-32-generic-di md-modules-4.15.0-32-generic-di nic-modules-4.15.0-32-generic-di nic-usb-modules-4.15.0-32-generic-di nic-shared-modules-4.15.0-32-generic-di parport-modules-4.15.0-32-generic-di plip-modules-4.15.0-32-generic-di ppp-modules-4.15.0-32-generic-di sata-modules-4.15.0-32-generic-di scsi-modules-4.15.0-32-generic-di storage-core-modules-4.15.0-32-generic-di nfs-modules-4.15.0-32-generic-di
 block-modules-4.15.0-32-generic-di message-modules-4.15.0-32-generic-di crypto-modules-4.15.0-32-generic-di virtio-modules-4.15.0-32-generic-di vlan-modules-4.15.0-32-generic-di ipmi-modules-4.15.0-32-generic-di
 multipath-modules-4.15.0-32-generic-di
Architecture: ppc64el ppc64el_translations
Version: 4.15.0-32.35
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-011.buildd>
Changed-By: Thadeu Lima de Souza Cascardo <cascardo at canonical.com>
Description:
 block-modules-4.15.0-32-generic-di - Block storage devices (udeb)
 crypto-modules-4.15.0-32-generic-di - crypto modules (udeb)
 floppy-modules-4.15.0-32-generic-di - Floppy driver support (udeb)
 fs-core-modules-4.15.0-32-generic-di - Base filesystem modules (udeb)
 fs-secondary-modules-4.15.0-32-generic-di - Extra filesystem modules (udeb)
 input-modules-4.15.0-32-generic-di - Support for various input methods (udeb)
 ipmi-modules-4.15.0-32-generic-di - ipmi modules (udeb)
 kernel-image-4.15.0-32-generic-di - kernel image and system map (udeb)
 linux-cloud-tools-4.15.0-32 - Linux kernel version specific cloud tools for version 4.15.0-32
 linux-cloud-tools-4.15.0-32-generic - Linux kernel version specific cloud tools for version 4.15.0-32
 linux-cloud-tools-4.15.0-32-generic-lpae - Linux kernel version specific cloud tools for version 4.15.0-32
 linux-cloud-tools-4.15.0-32-lowlatency - Linux kernel version specific cloud tools for version 4.15.0-32
 linux-cloud-tools-4.15.0-32-snapdragon - Linux kernel version specific cloud tools for version 4.15.0-32
 linux-cloud-tools-common - Linux kernel version specific cloud tools for version 4.15.0
 linux-doc  - Linux kernel specific documentation for version 4.15.0
 linux-headers-4.15.0-32 - Header files related to Linux kernel version 4.15.0
 linux-headers-4.15.0-32-generic - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-headers-4.15.0-32-generic-lpae - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-headers-4.15.0-32-lowlatency - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-headers-4.15.0-32-snapdragon - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-32-generic - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-32-generic-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-32-generic-lpae - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-32-generic-lpae-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-32-lowlatency - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-32-lowlatency-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-32-snapdragon - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-32-snapdragon-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-libc-dev - Linux Kernel Headers for development
 linux-modules-4.15.0-32-generic - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-4.15.0-32-generic-lpae - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-4.15.0-32-lowlatency - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-4.15.0-32-snapdragon - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-32-generic - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-32-generic-lpae - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-32-lowlatency - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-32-snapdragon - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-source-4.15.0 - Linux kernel source for version 4.15.0 with Ubuntu patches
 linux-tools-4.15.0-32 - Linux kernel version specific tools for version 4.15.0-32
 linux-tools-4.15.0-32-generic - Linux kernel version specific tools for version 4.15.0-32
 linux-tools-4.15.0-32-generic-lpae - Linux kernel version specific tools for version 4.15.0-32
 linux-tools-4.15.0-32-lowlatency - Linux kernel version specific tools for version 4.15.0-32
 linux-tools-4.15.0-32-snapdragon - Linux kernel version specific tools for version 4.15.0-32
 linux-tools-common - Linux kernel version specific tools for version 4.15.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.15.0-32-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-4.15.0-32-generic-di - Fusion and i2o storage modules (udeb)
 multipath-modules-4.15.0-32-generic-di - DM-Multipath support (udeb)
 nfs-modules-4.15.0-32-generic-di - NFS filesystem drivers (udeb)
 nic-modules-4.15.0-32-generic-di - Network interface support (udeb)
 nic-shared-modules-4.15.0-32-generic-di - nic shared modules (udeb)
 nic-usb-modules-4.15.0-32-generic-di - USB network interface support (udeb)
 parport-modules-4.15.0-32-generic-di - Parallel port support (udeb)
 plip-modules-4.15.0-32-generic-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-4.15.0-32-generic-di - PPP (serial port) networking support (udeb)
 sata-modules-4.15.0-32-generic-di - SATA storage support (udeb)
 scsi-modules-4.15.0-32-generic-di - SCSI storage support (udeb)
 storage-core-modules-4.15.0-32-generic-di - Core storage support (udeb)
 virtio-modules-4.15.0-32-generic-di - VirtIO Modules (udeb)
 vlan-modules-4.15.0-32-generic-di - vlan modules (udeb)
Changes:
 linux (4.15.0-32.35) bionic; urgency=medium
 .
   [ Stefan Bader ]
   * CVE-2018-3620 // CVE-2018-3646
     - x86/Centaur: Initialize supported CPU features properly
     - x86/Centaur: Report correct CPU/cache topology
     - x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
     - perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id
     - x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
     - x86/CPU/AMD: Calculate last level cache ID from number of sharing threads
     - x86/CPU: Modify detect_extended_topology() to return result
     - x86/CPU/AMD: Derive CPU topology from CPUID function 0xB when available
     - x86/CPU: Move cpu local function declarations to local header
     - x86/CPU: Make intel_num_cpu_cores() generic
     - x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()
     - x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to
       detect_num_cpu_cores()
     - x86/CPU/AMD: Fix LLC ID bit-shift calculation
     - x86/mm: Factor out pageattr _PAGE_GLOBAL setting
     - x86/mm: Undo double _PAGE_PSE clearing
     - x86/mm: Introduce "default" kernel PTE mask
     - x86/espfix: Document use of _PAGE_GLOBAL
     - x86/mm: Do not auto-massage page protections
     - x86/mm: Remove extra filtering in pageattr code
     - x86/mm: Comment _PAGE_GLOBAL mystery
     - x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
     - x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
     - x86/power/64: Fix page-table setup for temporary text mapping
     - x86/pti: Filter at vma->vm_page_prot population
     - x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
     - 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: x86: Add a framework for supporting MSR-based features
     - KVM: X86: Introduce kvm_get_msr_feature()
     - KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
     - 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
     - cpu: Fix per-cpu regression on ARM64
 .
   * CVE-2018-5391
     - Revert "net: increase fragment memory usage limits"
Checksums-Sha1:
 09446ee24009e1076aef69dfd533600fa70d4d8d 365672 block-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 c13c461abea7aba11193b3e5335847ea1f5f7bd3 264220 crypto-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 8d0cc9863601ab4112526a16fe9c4990c67d1a86 37248 floppy-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 2d496927280f060573c9e4e0bd7c8365931a82cc 1316640 fs-core-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 dbb3560430f83fd5e6208f99a8e840584663f26e 699668 fs-secondary-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 d0db98f577d5565854b3be9624c8d9c8afe944aa 417192 input-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 d3bb078635dc4e8dcb3ca0bba8f05727960289a7 64244 ipmi-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 6a318e0f47eecd1f4dba4ac1f58ba82d9863dd2b 6987768 kernel-image-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 91e1fff677c3c209faea405eefacb9957c6bcc2e 997872 linux-headers-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 e33c3d9cc6bc69bdb4d1482f1585e33939574140 688225880 linux-image-unsigned-4.15.0-32-generic-dbgsym_4.15.0-32.35_ppc64el.ddeb
 ec9bc3978924269cd38aadab939dcc77daadcc90 6098408 linux-image-unsigned-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 1318240fc3b1004291cae0c7050cbf1f944a115a 980880 linux-libc-dev_4.15.0-32.35_ppc64el.deb
 77774b581e1c0d118281fde86a04ce4243570249 12509660 linux-modules-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 564d8957ff4347369291cef25d6c872ff693194d 31387656 linux-modules-extra-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 b7e30cac46333422551c556528d03cb7a8e3cebe 4724108 linux-tools-4.15.0-32-dbgsym_4.15.0-32.35_ppc64el.ddeb
 591963378cff4eade42d79e1a9e519cac1abb0e1 1868 linux-tools-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 b9aac0076aabf14b704f65e0f8d62f05f5476c43 1059084 linux-tools-4.15.0-32_4.15.0-32.35_ppc64el.deb
 1cd628f1f226dcba6acfdbc348f02d7637100ccd 968 linux-udebs-generic_4.15.0-32.35_ppc64el.udeb
 946f5ae4f04d9e56b9395f82b070b5061fa88331 20449 linux_4.15.0-32.35_ppc64el.buildinfo
 38279e832a5fac3adab9dc65f30d92a95ea8cfde 8678529 linux_4.15.0-32.35_ppc64el.tar.gz
 6a8d27db6ca591be4dc461a33335110b808c4c2c 24117 linux_4.15.0-32.35_ppc64el_translations.tar.gz
 352fb6398550f7e6565f944f041eb1c83442e840 281556 md-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 54e4304453986a625a1e0549b2bf13aaaa224516 206712 message-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 a07e794f978ecb1b11f9579c89831bb79ea62146 20092 multipath-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 40c1a3fa2fa7f1f165eaddf8c0f415f884bfde01 521236 nfs-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 c35c659e66ea8e3ea5a5eb63021ef88e5dc51a6f 4231968 nic-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 57a1f942392c043c76a689a7ecafbb355a40ffd1 542936 nic-shared-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 824f2ac614e6967b52a5688f75c0cb657091a4fb 298304 nic-usb-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 e77eace5e7b4dc1acdb31f52fb95617657393e90 37968 parport-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 32d5fc704a18c6d7d37b515135e90ff433b46e90 9324 plip-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 d52df14d953efbe1e035af048b8c5245672c9f50 26656 ppp-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 ca54d05fbd640ef8294f992a6f5dadfbaa3ee766 113168 sata-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 f91e801aba40f5897e06655d33117ac606eca02d 2323488 scsi-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 b14715fa5cf7fb92a83872e339a3f1c50bcb013d 109072 storage-core-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 4d400a830a4c3fab54c275cb5be7a235444bca41 10648 virtio-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 64b1fddb92f518ec1e9fd2fccfda9be613ef7431 27160 vlan-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
Checksums-Sha256:
 84dda8fe0bfd9278e34fcdebfa60093aeb3404701f70337d4e933e1c494bbf04 365672 block-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 b84636d3c148b2d6ea206af3127e7bd4bc8729b1a4fa71d1bcbf6a0da2af4af2 264220 crypto-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 11dce100b5be78088c9f6512f987cd985a3875bdec477804582f2bb2639e13b9 37248 floppy-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 79f4396ba9bf530a14e85666453b1272068ef507ff57b872d6ffbecf28e75ac0 1316640 fs-core-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 ff61ce823b3e05aac2f6074b7bb80d866e46cacfb99cfd984c1507a45f1b8e38 699668 fs-secondary-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 d2744a6276c0804452fe55220d035c39aa7eb93186755d951f6ab6babb6e5c09 417192 input-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 038fc639c03e59cad34320eaa846eb480ac77bc351e46955a7aa5c04b2dd663d 64244 ipmi-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 9338095dc6c0f6460a81fe1ece25f2df9fbc2f0d0e68a8121f7ca465433647d0 6987768 kernel-image-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 f89279c29c0855c14f5d0e45448b53830de8a92724afee4e796c9350a5649b24 997872 linux-headers-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 bbf74480214a7210fc3c7d673ef3637362c96106359d2fec37063fef5d0cd531 688225880 linux-image-unsigned-4.15.0-32-generic-dbgsym_4.15.0-32.35_ppc64el.ddeb
 7a74e5421bbd3b9fed550abe943fa7866889d5338f5bdf78a04c1c9b79ad8864 6098408 linux-image-unsigned-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 14240e07ba1125111ab76878c920ecc77be7428accccedee2000c4329ca1dbe9 980880 linux-libc-dev_4.15.0-32.35_ppc64el.deb
 89611467a7993862eeb16a441f001ac4656624f16540b60e491eeddde8328757 12509660 linux-modules-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 be2ba2876a72f752a0a8a1ff99422089a0fadd65c16e35db0e26f490952642d3 31387656 linux-modules-extra-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 6ac506d8e800a8da0872e3fa84b169a25c84fc16988a1f1604d572454e2fd9d6 4724108 linux-tools-4.15.0-32-dbgsym_4.15.0-32.35_ppc64el.ddeb
 7648f6b14a1edc256ab27632aa47991bcdf236f7c53c90a23fd6fc658dc533c8 1868 linux-tools-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 952b3d786b5a2512b7d22c8d2958dd5fd70ecf411de4ad445fb6c892166af3b8 1059084 linux-tools-4.15.0-32_4.15.0-32.35_ppc64el.deb
 97826c4d2b7c8299f728cadfe5e8a01cd279f294e40a8962d9830e461f890f65 968 linux-udebs-generic_4.15.0-32.35_ppc64el.udeb
 331217b6831a577c070f97af82b02fdeee6cfe940f7f66e8c3d5fc45adb7970e 20449 linux_4.15.0-32.35_ppc64el.buildinfo
 a3f132c2baf65a5a5899e85e4d43d8d376295f116e7604ad5367a65bda7b6dea 8678529 linux_4.15.0-32.35_ppc64el.tar.gz
 c135c4053a762a13e3c2edfb3c3d57fbccd00ab7f38893510ad6622b9aba0c32 24117 linux_4.15.0-32.35_ppc64el_translations.tar.gz
 d253f2b2807c6b2c18f76e64a49a2710c381406079bf7ffa5e750c291af893dd 281556 md-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 72a6e7307e695cb3a2cb8462a4152a983f52cc742609899c8e156eebb6860ec0 206712 message-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 d015b7d59f8012fbd36be253736ac827feff008b25d424a3aa52f3a9f21f4c9f 20092 multipath-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 04631405a523de2c0a7b8364ae3d6a969115d26857d579341ec03db94926bbb7 521236 nfs-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 2b2f7b230e44502a1060d7aea7c6a658fdfc6b0c32caf766fc40d138c8daa6cd 4231968 nic-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 30bf2e4a8358e3be9a239059bb3b4d2ebb7d4b457931b16f2611d0d002335677 542936 nic-shared-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 9b18e5d577c89e73892c14f2c905f3a3b9518d9c27c5e885c075ab022f67aab0 298304 nic-usb-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 caf6d19ccce49e0ce4ad9c4d1d271b6e3921dcd1ae8e0b47b0266e10615953cb 37968 parport-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 cd2417397b492e51e9aaf975f461fed41bed354abece7e3846d066bd9d685e25 9324 plip-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 58e2474c041c4fff78ef1beaab30ca62f6eae8a119f6121d197e75c8e9bc9631 26656 ppp-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 5741145f365cf7c4a01762d01ef1927902a356fe667efb8642eb01e59742ac15 113168 sata-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 6e665abdef8cc1d5a2cacc2926c50c25fa7d0bc85af3dc84ac6ff9690e513cbf 2323488 scsi-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 41de287ceb1fc6093740513ca4ba0b981c8f0df62781aa225c1700eddd9d35d3 109072 storage-core-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 7d53b9a1332cfe37bf2a203f86f4b4ea8c7145ee18a8735775bbd343a13c55d6 10648 virtio-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 ff43374cd0d9a52c5fbc3813db3080cbcb3062b3b0aebe763477d55adc856174 27160 vlan-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
Files:
 cb8b47bfc0457b373c833e469149ac4c 365672 debian-installer standard block-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 b03456a9724d7d3043522500a88b0235 264220 debian-installer extra crypto-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 08a4d3d3b09197baa6e111b5fd7f896c 37248 debian-installer standard floppy-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 dfaca30ec753d397d770ef5b24de3926 1316640 debian-installer standard fs-core-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 090527ada0e18cc478d328980993825e 699668 debian-installer standard fs-secondary-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 a0095c3efb325626e26640d2a6eec19d 417192 debian-installer standard input-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 dd22774dea418d242d15b29a5ca380b2 64244 debian-installer standard ipmi-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 1629e06f8a7b1bd7b6c78cb7b0a53cb8 6987768 debian-installer optional kernel-image-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 012b6fa0c1738945aa8082167d72f109 997872 devel optional linux-headers-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 01b342e33bbd2b14cfaafb4fe3fd54f0 688225880 devel optional linux-image-unsigned-4.15.0-32-generic-dbgsym_4.15.0-32.35_ppc64el.ddeb
 128eaa03f4375d94602b6ff333f1b811 6098408 kernel optional linux-image-unsigned-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 92639ce74e77951c4696fdec5d2073a2 980880 devel optional linux-libc-dev_4.15.0-32.35_ppc64el.deb
 f4c8893021c16c9422b15ca452f0334c 12509660 kernel optional linux-modules-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 7a44ec60100171fe4ca2431020848ebb 31387656 kernel optional linux-modules-extra-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 fc0a8f34105a173dc0dec985aef2b762 4724108 debug optional linux-tools-4.15.0-32-dbgsym_4.15.0-32.35_ppc64el.ddeb
 12b93a23e12e3dfd6aad249258551ba8 1868 devel optional linux-tools-4.15.0-32-generic_4.15.0-32.35_ppc64el.deb
 396d71c45a940e7bbeebf58817d4060d 1059084 devel optional linux-tools-4.15.0-32_4.15.0-32.35_ppc64el.deb
 b0df11c983b27ee5494222a9da365da5 968 debian-installer optional linux-udebs-generic_4.15.0-32.35_ppc64el.udeb
 6dba029681f1a064ea8e3251f8012747 20449 devel optional linux_4.15.0-32.35_ppc64el.buildinfo
 c0d3a61139c09f011248a0c239dabb3b 8678529 raw-signing - linux_4.15.0-32.35_ppc64el.tar.gz
 581b752fb6a5a9d2dd7396642156360f 24117 raw-translations - linux_4.15.0-32.35_ppc64el_translations.tar.gz
 0141eaa5dba5bffebb9a753c875fc852 281556 debian-installer standard md-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 b4bed4856130054f43f77e20b80a49d3 206712 debian-installer standard message-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 cc3b27bfe95bac8734f784997d288fe4 20092 debian-installer extra multipath-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 e34737217e12aa0cff9d70d0aada93f3 521236 debian-installer standard nfs-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 dbf725a98941654cbfe284cad780f305 4231968 debian-installer standard nic-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 608e723b5faaa12460e8840ee2d89310 542936 debian-installer standard nic-shared-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 896a3dc8057ca4e76907c408327b8a02 298304 debian-installer standard nic-usb-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 79e7eb4008dda31257a32a9140453c57 37968 debian-installer standard parport-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 48c3a1ea766b330a80522397487a0bd5 9324 debian-installer standard plip-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 ba42397a2582603b85f2b12b8c098225 26656 debian-installer standard ppp-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 429b8efc1ab8b672b1cbd0f2e77b83ea 113168 debian-installer standard sata-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 82d839e911b51ca52e9646f3d6d6e3aa 2323488 debian-installer standard scsi-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 a37549c1271abe8751e1511220c5631a 109072 debian-installer standard storage-core-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 87bee0ba9ac92d4e961c4d7a5e6e03e5 10648 debian-installer standard virtio-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
 40317eb75e0248ca4f1fb1f98d400f06 27160 debian-installer extra vlan-modules-4.15.0-32-generic-di_4.15.0-32.35_ppc64el.udeb
Package-Type: udeb


More information about the Bionic-changes mailing list