[ubuntu/xenial-proposed] linux-hwe_4.15.0-32.35~16.04.1_ppc64el.tar.gz - (Accepted)
Thadeu Lima de Souza Cascardo
cascardo at canonical.com
Tue Aug 14 17:22:42 UTC 2018
linux-hwe (4.15.0-32.35~16.04.1) xenial; 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-001.buildd>
-------------- next part --------------
Format: 1.8
Date: Fri, 10 Aug 2018 14:22:53 -0300
Source: linux-hwe
Binary: linux-source-4.15.0 linux-headers-4.15.0-32 linux-hwe-tools-4.15.0-32 linux-hwe-cloud-tools-4.15.0-32 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-hwe-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-hwe-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-hwe-udebs-lowlatency 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~16.04.1
Distribution: xenial
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-001.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-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-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-hwe-cloud-tools-4.15.0-32 - Linux kernel version specific cloud tools for version 4.15.0-32
linux-hwe-tools-4.15.0-32 - Linux kernel version specific tools for version 4.15.0-32
linux-hwe-udebs-generic - Metapackage depending on kernel udebs (udeb)
linux-hwe-udebs-generic-lpae - Metapackage depending on kernel udebs (udeb)
linux-hwe-udebs-lowlatency - Metapackage depending on kernel udebs (udeb)
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-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-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-source-4.15.0 - Linux kernel source for version 4.15.0 with Ubuntu patches
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
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-hwe (4.15.0-32.35~16.04.1) xenial; 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:
caa0f781c13213533d11a68eb5360f5535bff144 357874 block-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
52ba5e2102cbed140944b80e1d42ca487c0a1561 260512 crypto-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
29dca98ad4a86363774e40487cef3a7928b7926c 36528 floppy-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
897a2eb7aee5dc49d39ad5ac9245317b9fa6f226 1281450 fs-core-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
7f2972ddc9e7efc3e62a50154d811693d7c5028e 674910 fs-secondary-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
118c3f1e611655017893292052b4f0b7149fbe57 410272 input-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
f1e7003ba528378d422b1c22dee9b5c6d4ffdf70 62368 ipmi-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
234618b82bf41d04799e63ba0df4d4247e961b68 6881440 kernel-image-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
7551892585a4d5d00504cc34849bafe25836ffaf 965842 linux-headers-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
72fc0b004dedd23ccf4ff10a8755535fdc56ea90 876 linux-hwe-tools-4.15.0-32-dbgsym_4.15.0-32.35~16.04.1_ppc64el.ddeb
1ab48551754404f2ec8d97ae223962f44f4dbf2b 853732 linux-hwe-tools-4.15.0-32_4.15.0-32.35~16.04.1_ppc64el.deb
0bedfc142f93a6cabd64b8a10fef5929bd884e9e 892 linux-hwe-udebs-generic_4.15.0-32.35~16.04.1_ppc64el.udeb
434aff4d8e4fe74839a6db4b52f2786c2626b8d6 8257374 linux-hwe_4.15.0-32.35~16.04.1_ppc64el.tar.gz
0c253315e92eb29835aed5aafbff894a3fc05b11 24116 linux-hwe_4.15.0-32.35~16.04.1_ppc64el_translations.tar.gz
9a827870c50d11381df80fb7c29e927cd8ebb5d9 558748320 linux-image-unsigned-4.15.0-32-generic-dbgsym_4.15.0-32.35~16.04.1_ppc64el.ddeb
341af626e3b0621c55d767f2777acf1d0b03e250 5859880 linux-image-unsigned-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
e73e629502adc9bfc0bf8d625f36640cc07ccb95 12097078 linux-modules-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
3ed93296b4300d7b20e3dc562429d6cd65109ce0 30403226 linux-modules-extra-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
9a132081b5a8a26b94dcd7c519e3bd0c7d178508 1820 linux-tools-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
76606028a93995124fc92581b8d5ec9eee8bd814 274656 md-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
f43400db5349d749ac2083e7af41410190e82097 198722 message-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
d494cfb0a28a44585c782e422f7da0966065a383 19402 multipath-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
249019b9c6826d25f5c4483740e53db2f67338b0 504334 nfs-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
69fe9b9cbfd0de48d6b9941285c04476139b448b 4249696 nic-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
82c9254e35775fed81bc4a2c00c301c70999fc12 529806 nic-shared-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
a5b3fcb45a8372f474a7603c2e1dbcc8dd7a9d16 291964 nic-usb-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
d7d0edd3abbf88894dee4e51c0e9d42597c50cc4 36202 parport-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
538186f6c1692ad79ffe2a692ccd0dbed572cae2 8874 plip-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
9069da750eee015e7b094029c54f48f2b7bf1f96 26046 ppp-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
1a67ec062291f7deb36f3e1a734408204c16ded5 110034 sata-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
92b5db31da9a78424293d7c06bae2f4e95058707 2308780 scsi-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
c47e40c0b419820354518f5ea247f57f548f380d 107092 storage-core-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
cd71f84f150a38f0c9a463433f1144655e73a013 10328 virtio-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
522c72aef3ef7244175ff0fbf7b09a75ebd66faa 26444 vlan-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
Checksums-Sha256:
247618b7ec87aeebe9ea626d14ec10ff054f1fca8344d17c60b7569504267029 357874 block-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
7ff921c4e9714b6935717d33eff104239abec15fb9f4d2c1e8af19512a0d8572 260512 crypto-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
cc4a887a92bd58cfe911dca26ffe801c0e9260bb11d0cbe188f1de08bf08f3bb 36528 floppy-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
af90896d617d705b5a19d4ee1a6e80b5d03097c1882191a9519635759dcc706c 1281450 fs-core-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
a65cf63fc0bde0ecae6b95e34eb19a4d899323a82ecd2f7ca149cbf390619be4 674910 fs-secondary-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
914cac09c5a751fd7d6cd38bb8c9c77f5a91d9ca966df5bdde660153687db09b 410272 input-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
63d87939a630b0d49bc84467fd3c7a36c7feecd13a0b5193630be2c0889038fc 62368 ipmi-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
0fe6742af14948b1404f9a5e67349fc85206699ff97999efaf8f05f467173302 6881440 kernel-image-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
2632fbb8865c1d96e290c31f17038eb024904893a238ac4a3845eea90a5bc337 965842 linux-headers-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
0184ede249867ff402839b1c0ddb6faa3dbc7ad2fae1f6d026e049154c9a6d11 876 linux-hwe-tools-4.15.0-32-dbgsym_4.15.0-32.35~16.04.1_ppc64el.ddeb
6dc593c4601567a82189d6b6099882f9ae0fa10faea6970705411f751773a1eb 853732 linux-hwe-tools-4.15.0-32_4.15.0-32.35~16.04.1_ppc64el.deb
8b984a4df836c174990fedc352bc86da619e395730367d4deb79c1341f543805 892 linux-hwe-udebs-generic_4.15.0-32.35~16.04.1_ppc64el.udeb
bacbeac05ada732ef158831513ca6ad0d1eebc8c714aa84decdd61104275c1fb 8257374 linux-hwe_4.15.0-32.35~16.04.1_ppc64el.tar.gz
89e3fca6dc61b1105d48f16bb7465ff05d8987e79eec985d30b9d6e66e9763af 24116 linux-hwe_4.15.0-32.35~16.04.1_ppc64el_translations.tar.gz
ebea5452670619edb090beb376af037b3c54bb1df5588a0c390e2d64d69e4f27 558748320 linux-image-unsigned-4.15.0-32-generic-dbgsym_4.15.0-32.35~16.04.1_ppc64el.ddeb
9503f8c3b2e5ef0ea15bf737f0f91163a82584180c3965269e0df4e0c7ded44a 5859880 linux-image-unsigned-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
8b0aa48b994945ddf8f9d421c482d39158807f2c93eff25c6d2d1acffbbaffb4 12097078 linux-modules-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
aa025b09fb0f58995d9792e262eef83426bafe2b76623daae717dc84da11dc5b 30403226 linux-modules-extra-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
4cd993453db4cc490cc5f7e941adedaffd91c8a3fba8097e82469ea16f7f4857 1820 linux-tools-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
67fe8435efb2643b96a1945c7722364dc0c96c5c8a0a3acce4712005eb93b353 274656 md-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
a72af6882d91c2a8f8972100077dacbcd0d57abbe71044d49a7e0c18c33cb6ac 198722 message-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
07fe9153f2e65972f17200eba554e24f198baee6b5f4801f271fc358750f9728 19402 multipath-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
e04df77caa0e2dc5a018cd86b68be07061af2d5cec001c0e9ca80fc38d1a651d 504334 nfs-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
88533d5f760f0e1572b780554f6f0739695a84a6612ece4fb37efc11621a0f05 4249696 nic-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
494943af159413140698d42bf48ba58cb934078df7b2c908d5658031e857c3e3 529806 nic-shared-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
0f843d27f861a96cde08e8e40c9ba331ca9147fe4247d436d90e7f89226cf9a3 291964 nic-usb-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
4a59b8287c376c86e4d79266443460d142ff08ebb96e055429313a77961bff83 36202 parport-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
a8f4e07f1ad69b0d55743dc82c3a87380f182cd7b640790d94553fbfdf32aad2 8874 plip-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
d81735906f46e31f2bb7a5dfc54e5bef7c5913649528de1b901570a4a91dd24e 26046 ppp-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
4da850885c1baaa2704060d3c181f800f9a334124d20aab12b91beb164b3b0aa 110034 sata-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
bbd95d1d10efafa7990bac29d2ab3c375b3a5db8f6223b8fefb77c1e133c4d61 2308780 scsi-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
6d87b786cfaa0d99980a66dd06c2c42bca6c607bf445a9d4dc5565c550eb15d5 107092 storage-core-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
a3d7261c8aecefa275584e68978714cda7ba2d77dd7a1b4e591898cbf058042c 10328 virtio-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
da945d969dd124bc8557c17bad8d516650456685398241f1fcf599f323218d09 26444 vlan-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
Files:
cbacbda25f4ef0e3929eda3827d89283 357874 debian-installer standard block-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
bdb4fad29c5f5c9370cf92c98f220d88 260512 debian-installer extra crypto-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
c0046cbc1b4745b23da6bbbb25ba46fa 36528 debian-installer standard floppy-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
dbdbf44b624a8ac8f7ca62823d6dde3c 1281450 debian-installer standard fs-core-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
f49ae5f807aa94e923b59cb44fa20156 674910 debian-installer standard fs-secondary-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
732b630dbee97733b1f7d6247101e848 410272 debian-installer standard input-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
af8861b61c76e8d8065f8bad43db8278 62368 debian-installer standard ipmi-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
1644224e10d9d08d2471b8f96db52621 6881440 debian-installer optional kernel-image-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
e267fbabfb6322631a540765b5800128 965842 devel optional linux-headers-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
200b0c9d4ceaf5997bfd51bb1231e2c5 876 devel extra linux-hwe-tools-4.15.0-32-dbgsym_4.15.0-32.35~16.04.1_ppc64el.ddeb
1d7d8685b07ea7dd3345cb72df2e9734 853732 devel optional linux-hwe-tools-4.15.0-32_4.15.0-32.35~16.04.1_ppc64el.deb
37a31794a5efd5ba6f8617cf0a2f5ab2 892 debian-installer optional linux-hwe-udebs-generic_4.15.0-32.35~16.04.1_ppc64el.udeb
f875c3e166e6918cf0e09dfa0ff2c00d 8257374 raw-signing - linux-hwe_4.15.0-32.35~16.04.1_ppc64el.tar.gz
2476944f8b10f705fb80d64a22c1fae9 24116 raw-translations - linux-hwe_4.15.0-32.35~16.04.1_ppc64el_translations.tar.gz
2278dcf2b3663ea0bd7870f6e8b38c3e 558748320 devel optional linux-image-unsigned-4.15.0-32-generic-dbgsym_4.15.0-32.35~16.04.1_ppc64el.ddeb
0d6189d89fb67f469fbd6402c358d235 5859880 kernel optional linux-image-unsigned-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
456224c40300e9ac78c39e4cfcc1ec1f 12097078 kernel optional linux-modules-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
4b5af2bd9e02f92d29986061e353d3b7 30403226 kernel optional linux-modules-extra-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
dedba1aa3ee0c8ab4a45cb8c7fc8aec3 1820 devel optional linux-tools-4.15.0-32-generic_4.15.0-32.35~16.04.1_ppc64el.deb
59508ca1644b4f5415df2d8150d770cd 274656 debian-installer standard md-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
562d3321e97d03726af8f092f7187173 198722 debian-installer standard message-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
6702d01b6baa9e29e21dc47f89e86f50 19402 debian-installer extra multipath-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
57774969fd886a61702ce5c8038275a5 504334 debian-installer standard nfs-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
65c05a560aad87da51829c3e2cbeec21 4249696 debian-installer standard nic-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
d5854eca01b3881c0e91e69f820f9eb8 529806 debian-installer standard nic-shared-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
26b9f8d316d34483f5f95167e482f669 291964 debian-installer standard nic-usb-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
5552ea133fe1792f99b83bbadc9ad128 36202 debian-installer standard parport-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
689c7f92d6632a99ac01207b76f1b398 8874 debian-installer standard plip-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
a955331532c8594c9dd60b11dbac0594 26046 debian-installer standard ppp-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
756cd4a5c45cf3bcd0866f933195ebc2 110034 debian-installer standard sata-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
3bddeebbc02280140729bed3461e38c6 2308780 debian-installer standard scsi-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
ad690384000e7d4c704d45b176dd18d6 107092 debian-installer standard storage-core-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
f14346f341dab4bdd41072ee7ca66561 10328 debian-installer standard virtio-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
836dfbaea586b9ee7d463502d54bb666 26444 debian-installer extra vlan-modules-4.15.0-32-generic-di_4.15.0-32.35~16.04.1_ppc64el.udeb
Package-Type: udeb
More information about the Xenial-changes
mailing list