[ubuntu/xenial-updates] linux-hwe_4.15.0-48.51~16.04.1_ppc64el.tar.gz - (Accepted)

Wen-chien Jesse Sung jesse.sung at canonical.com
Wed Apr 24 17:32:41 UTC 2019


linux-hwe (4.15.0-48.51~16.04.1) xenial; urgency=medium

  * linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker (LP: #1822819)

  * Packaging resync (LP: #1786013)
    - [Packaging] resync git-ubuntu-log
    - [Packaging] update helper scripts

  [ Ubuntu: 4.15.0-48.51 ]

  * linux: 4.15.0-48.51 -proposed tracker (LP: #1822820)
  * Packaging resync (LP: #1786013)
    - [Packaging] update helper scripts
    - [Packaging] resync retpoline extraction
  * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
    triggers system hang on i386 (LP: #1812845)
    - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
  * [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats
    (LP: #1719545)
    - cpupower : Fix header name to read idle state name
  * [amdgpu] screen corruption when using touchpad (LP: #1818617)
    - drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)
    - drm/amdgpu: Free VGA stolen memory as soon as possible.
  * [SRU][B/C/OEM]IOMMU: add kernel dma protection (LP: #1820153)
    - ACPICA: AML parser: attempt to continue loading table after error
    - ACPI / property: Allow multiple property compatible _DSD entries
    - PCI / ACPI: Identify untrusted PCI devices
    - iommu/vt-d: Force IOMMU on for platform opt in hint
    - iommu/vt-d: Do not enable ATS for untrusted devices
    - thunderbolt: Export IOMMU based DMA protection support to userspace
    - iommu/vt-d: Disable ATS support on untrusted devices
  * Add basic support to NVLink2 passthrough (LP: #1819989)
    - powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is
      enabled
    - powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESET
    - powerpc/powernv: Export opal_check_token symbol
    - powerpc/powernv: Make possible for user to force a full ipl cec reboot
    - powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dn
    - powerpc/powernv: Move npu struct from pnv_phb to pci_controller
    - powerpc/powernv/npu: Move OPAL calls away from context manipulation
    - powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
    - powerpc/pseries/npu: Enable platform support
    - powerpc/pseries: Remove IOMMU API support for non-LPAR systems
    - powerpc/powernv/npu: Check mmio_atsd array bounds when populating
    - powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
  * Huawei Hi1822 NIC has poor performance (LP: #1820187)
    - net-next: hinic: fix a problem in free_tx_poll()
    - hinic: remove ndo_poll_controller
    - net-next/hinic: add checksum offload and TSO support
    - hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4
    - net-next/hinic:replace multiply and division operators
    - net-next/hinic:add rx checksum offload for HiNIC
    - net-next/hinic:fix a bug in set mac address
    - net-next/hinic: fix a bug in rx data flow
    - net: hinic: fix null pointer dereference on pointer hwdev
    - hinic: optmize rx refill buffer mechanism
    - net-next/hinic:add shutdown callback
    - net-next/hinic: replace disable_irq_nosync/enable_irq
  * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
    - Fonts: New Terminus large console font
    - [Config]: enable highdpi Terminus 16x32 font support
  * [19.04 FEAT] qeth: Enhanced link speed - kernel part (LP: #1814892)
    - s390/qeth: report 25Gbit link speed
  * CVE-2017-5754
    - x86/nmi: Fix NMI uaccess race against CR3 switching
    - x86/mm: Fix documentation of module mapping range with 4-level paging
    - x86/pti: Enable global pages for shared areas
    - x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
    - x86/pti: Leave kernel text global for !PCID
    - x86/pti: Fix boot problems from Global-bit setting
    - x86/pti: Fix boot warning from Global-bit setting
    - x86/pti: Reduce amount of kernel text allowed to be Global
    - x86/pti: Disallow global kernel text with RANDSTRUCT
    - x86/entry/32: Add explicit 'l' instruction suffix
    - x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
    - x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
    - x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
    - x86/entry/32: Put ESPFIX code into a macro
    - x86/entry/32: Unshare NMI return path
    - x86/entry/32: Split off return-to-kernel path
    - x86/entry/32: Enter the kernel via trampoline stack
    - x86/entry/32: Leave the kernel via trampoline stack
    - x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
    - x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
    - x86/entry/32: Simplify debug entry point
    - x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
    - x86/entry/32: Add PTI CR3 switches to NMI handler code
    - x86/entry: Rename update_sp0 to update_task_stack
    - x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
    - x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
    - x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
    - x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
    - x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
    - x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
    - x86/mm/pae: Populate valid user PGD entries
    - x86/mm/pae: Populate the user page-table with user pgd's
    - x86/mm/pti: Add an overflow check to pti_clone_pmds()
    - x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
    - x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
    - x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
    - x86/mm/pti: Keep permissions when cloning kernel text in
      pti_clone_kernel_text()
    - x86/mm/pti: Introduce pti_finalize()
    - x86/mm/pti: Clone entry-text again in pti_finalize()
    - x86/mm/dump_pagetables: Define INIT_PGD
    - x86/pgtable/pae: Use separate kernel PMDs for user page-table
    - x86/ldt: Reserve address-space range on 32 bit for the LDT
    - x86/ldt: Define LDT_END_ADDR
    - x86/ldt: Split out sanity check in map_ldt_struct()
    - x86/ldt: Enable LDT user-mapping for PAE
    - x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
    - [Config] Update PAGE_TABLE_ISOLATION annotations
    - x86/mm/pti: Add Warning when booting on a PCID capable CPU
    - x86/entry/32: Add debug code to check entry/exit CR3
    - x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
    - x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
    - perf/core: Make sure the ring-buffer is mapped in all page-tables
    - x86/entry/32: Check for VM86 mode in slow-path check
    - x86/mm: Remove in_nmi() warning from vmalloc_fault()
    - x86/kexec: Allocate 8k PGDs for PTI
    - x86/mm/pti: Clear Global bit more aggressively
    - mm: Allow non-direct-map arguments to free_reserved_area()
    - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
    - x86/mm/init: Add helper for freeing kernel image pages
    - x86/mm/init: Remove freed kernel image areas from alias mapping
    - x86/mm/pti: Fix 32 bit PCID check
    - x86/mm/pti: Don't clear permissions in pti_clone_pmd()
    - x86/mm/pti: Clone kernel-image on PTE level for 32 bit
    - x86/relocs: Add __end_rodata_aligned to S_REL
    - x86/mm/pti: Move user W+X check into pti_finalize()
    - x86/efi: Load fixmap GDT in efi_call_phys_epilog()
    - x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3
    - x86/mm/doc: Clean up the x86-64 virtual memory layout descriptions
    - x86/mm/doc: Enhance the x86-64 virtual memory layout descriptions
    - x86/entry/32: Clear the CS high bits
    - x86/mm: Move LDT remap out of KASLR region on 5-level paging
    - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
    - x86/ldt: Remove unused variable in map_ldt_struct()
    - x86/mm: Fix guard hole handling
    - x86/dump_pagetables: Fix LDT remap address marker
  * Avoid potential memory corruption on HiSilicon SoCs (LP: #1819546)
    - iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads
  * Ubuntu18.04.01: [Power9] power8 Compat guest(RHEL7.6) crashes during guest
    boot with > 256G of memory (kernel/kvm) (LP: #1818645)
    - ]PATCH] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
  * Fix for dual Intel NVMes (LP: #1821961)
    - SAUCE: nvme: Merge two quirk entries into one for Intel 760p/Pro 7600p
  * CVE-2017-5715
    - tools headers: Synchronize prctl.h ABI header
    - x86/spectre: Add missing family 6 check to microcode check
    - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
    - x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
    - x86/speculation: Propagate information about RSB filling mitigation to sysfs
    - x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC
      variant
    - x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
    - x86/retpoline: Remove minimal retpoline support
    - x86/speculation: Update the TIF_SSBD comment
    - x86/speculation: Clean up spectre_v2_parse_cmdline()
    - x86/speculation: Remove unnecessary ret variable in cpu_show_common()
    - x86/speculation: Move STIPB/IBPB string conditionals out of
      cpu_show_common()
    - x86/speculation: Disable STIBP when enhanced IBRS is in use
    - x86/speculation: Rename SSBD update functions
    - x86/speculation: Reorganize speculation control MSRs update
    - sched/smt: Make sched_smt_present track topology
    - x86/Kconfig: Select SCHED_SMT if SMP enabled
    - sched/smt: Expose sched_smt_present static key
    - x86/speculation: Rework SMT state change
    - x86/l1tf: Show actual SMT state
    - x86/speculation: Reorder the spec_v2 code
    - x86/speculation: Mark string arrays const correctly
    - x86/speculataion: Mark command line parser data __initdata
    - x86/speculation: Unify conditional spectre v2 print functions
    - x86/speculation: Add command line control for indirect branch speculation
    - x86/speculation: Prepare for per task indirect branch speculation control
    - x86/process: Consolidate and simplify switch_to_xtra() code
    - x86/speculation: Avoid __switch_to_xtra() calls
    - x86/speculation: Prepare for conditional IBPB in switch_mm()
    - ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
    - x86/speculation: Split out TIF update
    - x86/speculation: Prevent stale SPEC_CTRL msr content
    - x86/speculation: Prepare arch_smt_update() for PRCTL mode
    - x86/speculation: Add prctl() control for indirect branch speculation
    - x86/speculation: Enable prctl mode for spectre_v2_user
    - x86/speculation: Add seccomp Spectre v2 user space protection mode
    - x86/speculation: Provide IBPB always command line options
    - kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
    - x86/speculation: Change misspelled STIPB to STIBP
    - x86/speculation: Add support for STIBP always-on preferred mode
    - x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
    - s390: remove closung punctuation from spectre messages
    - x86/speculation: Simplify the CPU bug detection logic
  * CVE-2018-3639
    - x86/bugs: Add AMD's variant of SSB_NO
    - x86/bugs: Add AMD's SPEC_CTRL MSR usage
    - x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
    - x86/bugs: Update when to check for the LS_CFG SSBD mitigation
    - x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
    - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
  * [Ubuntu] vfio-ap: add subsystem to matrix device to avoid libudev failures
    (LP: #1818854)
    - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
  * Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
    (0x0f) (LP: #1748565)
    - Bluetooth: Fix unnecessary error message for HCI request completion
  * HiSilicon HNS ethernet broken in 4.15.0-45 (LP: #1818294)
    - net: hns: Fix WARNING when hns modules installed
  * rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic
    (LP: #1788997)
    - SAUCE: Revert "rtlwifi: cleanup 8723be ant_sel definition"
  * Crash from :i915 module with 4.15.0-46-generic using multi-display
    (LP: #1819486)
    - SAUCE: Revert "drm/i915: Fix hotplug irq ack on i965/g4x"
  * kernel linux-image-4.15.0-44 not booting on Hyperv Server 2008R2
    (LP: #1814069)
    - hv/netvsc: fix handling of fallback to single queue mode
    - hv/netvsc: Fix NULL dereference at single queue mode fallback
  * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
    - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
  * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
    - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
  * fscache: jobs might hang when fscache disk is full (LP: #1821395)
    - fscache: fix race between enablement and dropping of object
  * hns3: fix oops in hns3_clean_rx_ring() (LP: #1821064)
    - net: hns3: add dma_rmb() for rx description
  * Hard lockup in 2 CPUs due to deadlock in cpu_stoppers (LP: #1821259)
    - stop_machine: Disable preemption after queueing stopper threads
    - stop_machine: Atomically queue and wake stopper threads
  * tcm_loop.ko: move from modules-extra into main modules package
    (LP: #1817786)
    - [Packaging] move tcm_loop.lo to main linux-modules package
  * tcmu user space crash results in kernel module hang. (LP: #1819504)
    - scsi: tcmu: delete unused __wait
    - scsi: tcmu: track nl commands
    - scsi: tcmu: simplify nl interface
    - scsi: tcmu: add module wide block/reset_netlink support
  * Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu 18.04)
    (LP: #1779756)
    - i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
    - i40e: prevent overlapping tx_timeout recover
  * some codecs stop working after S3 (LP: #1820930)
    - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
  * i40e xps management broken when > 64 queues/cpus (LP: #1820948)
    - i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
    - i40e: Fix the number of queues available to be mapped for use
  * 4.15 s390x kernel BUG at /build/linux-
    Gycr4Z/linux-4.15.0/drivers/block/virtio_blk.c:565! (LP: #1788432)
    - virtio/s390: avoid race on vcdev->config
    - virtio/s390: fix race in ccw_io_helper()
  * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
    - iommu/amd: Fix NULL dereference bug in match_hid_uid
  * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
    system (LP: #1821271)
    - iwlwifi: add new card for 9260 series
  * Add support for MAC address pass through on RTL8153-BD (LP: #1821276)
    - r8152: Add support for MAC address pass through on RTL8153-BD
    - r8152: Fix an error on RTL8153-BD MAC Address Passthrough support

Date: Fri, 05 Apr 2019 17:39:18 +0800
Changed-By: Wen-chien Jesse Sung <jesse.sung at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-016.buildd>

-------------- next part --------------
Format: 1.8
Date: Fri, 05 Apr 2019 17:39:18 +0800
Source: linux-hwe
Binary: linux-source-4.15.0 linux-headers-4.15.0-48 linux-hwe-tools-4.15.0-48 linux-hwe-cloud-tools-4.15.0-48 linux-image-unsigned-4.15.0-48-generic linux-modules-4.15.0-48-generic linux-modules-extra-4.15.0-48-generic linux-headers-4.15.0-48-generic linux-image-unsigned-4.15.0-48-generic-dbgsym linux-tools-4.15.0-48-generic linux-cloud-tools-4.15.0-48-generic linux-hwe-udebs-generic linux-buildinfo-4.15.0-48-generic linux-image-unsigned-4.15.0-48-generic-lpae linux-modules-4.15.0-48-generic-lpae linux-modules-extra-4.15.0-48-generic-lpae linux-headers-4.15.0-48-generic-lpae linux-image-unsigned-4.15.0-48-generic-lpae-dbgsym linux-tools-4.15.0-48-generic-lpae linux-cloud-tools-4.15.0-48-generic-lpae linux-hwe-udebs-generic-lpae linux-buildinfo-4.15.0-48-generic-lpae linux-image-unsigned-4.15.0-48-lowlatency linux-modules-4.15.0-48-lowlatency linux-modules-extra-4.15.0-48-lowlatency linux-headers-4.15.0-48-lowlatency linux-image-unsigned-4.15.0-48-lowlatency-dbgsym
 linux-tools-4.15.0-48-lowlatency linux-cloud-tools-4.15.0-48-lowlatency linux-hwe-udebs-lowlatency linux-buildinfo-4.15.0-48-lowlatency kernel-image-4.15.0-48-generic-di floppy-modules-4.15.0-48-generic-di fs-core-modules-4.15.0-48-generic-di fs-secondary-modules-4.15.0-48-generic-di input-modules-4.15.0-48-generic-di md-modules-4.15.0-48-generic-di nic-modules-4.15.0-48-generic-di nic-usb-modules-4.15.0-48-generic-di nic-shared-modules-4.15.0-48-generic-di parport-modules-4.15.0-48-generic-di plip-modules-4.15.0-48-generic-di ppp-modules-4.15.0-48-generic-di sata-modules-4.15.0-48-generic-di scsi-modules-4.15.0-48-generic-di storage-core-modules-4.15.0-48-generic-di nfs-modules-4.15.0-48-generic-di block-modules-4.15.0-48-generic-di message-modules-4.15.0-48-generic-di crypto-modules-4.15.0-48-generic-di virtio-modules-4.15.0-48-generic-di vlan-modules-4.15.0-48-generic-di ipmi-modules-4.15.0-48-generic-di
 multipath-modules-4.15.0-48-generic-di
Architecture: ppc64el ppc64el_translations
Version: 4.15.0-48.51~16.04.1
Distribution: xenial
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-016.buildd>
Changed-By: Wen-chien Jesse Sung <jesse.sung at canonical.com>
Description:
 block-modules-4.15.0-48-generic-di - Block storage devices (udeb)
 crypto-modules-4.15.0-48-generic-di - crypto modules (udeb)
 floppy-modules-4.15.0-48-generic-di - Floppy driver support (udeb)
 fs-core-modules-4.15.0-48-generic-di - Base filesystem modules (udeb)
 fs-secondary-modules-4.15.0-48-generic-di - Extra filesystem modules (udeb)
 input-modules-4.15.0-48-generic-di - Support for various input methods (udeb)
 ipmi-modules-4.15.0-48-generic-di - ipmi modules (udeb)
 kernel-image-4.15.0-48-generic-di - kernel image and system map (udeb)
 linux-buildinfo-4.15.0-48-generic - Linux kernel buildinfo for version 4.15.0 on PowerPC 64el SMP
 linux-buildinfo-4.15.0-48-generic-lpae - Linux kernel buildinfo for version 4.15.0 on PowerPC 64el SMP
 linux-buildinfo-4.15.0-48-lowlatency - Linux kernel buildinfo for version 4.15.0 on PowerPC 64el SMP
 linux-cloud-tools-4.15.0-48-generic - Linux kernel version specific cloud tools for version 4.15.0-48
 linux-cloud-tools-4.15.0-48-generic-lpae - Linux kernel version specific cloud tools for version 4.15.0-48
 linux-cloud-tools-4.15.0-48-lowlatency - Linux kernel version specific cloud tools for version 4.15.0-48
 linux-headers-4.15.0-48 - Header files related to Linux kernel version 4.15.0
 linux-headers-4.15.0-48-generic - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-headers-4.15.0-48-generic-lpae - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-headers-4.15.0-48-lowlatency - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-hwe-cloud-tools-4.15.0-48 - Linux kernel version specific cloud tools for version 4.15.0-48
 linux-hwe-tools-4.15.0-48 - Linux kernel version specific tools for version 4.15.0-48
 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-48-generic - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-48-generic-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-48-generic-lpae - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-48-generic-lpae-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-48-lowlatency - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-48-lowlatency-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-modules-4.15.0-48-generic - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-4.15.0-48-generic-lpae - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-4.15.0-48-lowlatency - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-48-generic - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-48-generic-lpae - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-48-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-48-generic - Linux kernel version specific tools for version 4.15.0-48
 linux-tools-4.15.0-48-generic-lpae - Linux kernel version specific tools for version 4.15.0-48
 linux-tools-4.15.0-48-lowlatency - Linux kernel version specific tools for version 4.15.0-48
 md-modules-4.15.0-48-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-4.15.0-48-generic-di - Fusion and i2o storage modules (udeb)
 multipath-modules-4.15.0-48-generic-di - DM-Multipath support (udeb)
 nfs-modules-4.15.0-48-generic-di - NFS filesystem drivers (udeb)
 nic-modules-4.15.0-48-generic-di - Network interface support (udeb)
 nic-shared-modules-4.15.0-48-generic-di - nic shared modules (udeb)
 nic-usb-modules-4.15.0-48-generic-di - USB network interface support (udeb)
 parport-modules-4.15.0-48-generic-di - Parallel port support (udeb)
 plip-modules-4.15.0-48-generic-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-4.15.0-48-generic-di - PPP (serial port) networking support (udeb)
 sata-modules-4.15.0-48-generic-di - SATA storage support (udeb)
 scsi-modules-4.15.0-48-generic-di - SCSI storage support (udeb)
 storage-core-modules-4.15.0-48-generic-di - Core storage support (udeb)
 virtio-modules-4.15.0-48-generic-di - VirtIO Modules (udeb)
 vlan-modules-4.15.0-48-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1719545 1748565 1779756 1786013 1788432 1788997 1811815 1812845 1814069 1814892 1817786 1818204 1818294 1818617 1818645 1818854 1819486 1819504 1819546 1819881 1819989 1820153 1820187 1820930 1820948 1820990 1821064 1821259 1821271 1821276 1821395 1821961 1822819 1822820
Changes:
 linux-hwe (4.15.0-48.51~16.04.1) xenial; urgency=medium
 .
   * linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker (LP: #1822819)
 .
   * Packaging resync (LP: #1786013)
     - [Packaging] resync git-ubuntu-log
     - [Packaging] update helper scripts
 .
   [ Ubuntu: 4.15.0-48.51 ]
 .
   * linux: 4.15.0-48.51 -proposed tracker (LP: #1822820)
   * Packaging resync (LP: #1786013)
     - [Packaging] update helper scripts
     - [Packaging] resync retpoline extraction
   * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
     triggers system hang on i386 (LP: #1812845)
     - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
   * [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats
     (LP: #1719545)
     - cpupower : Fix header name to read idle state name
   * [amdgpu] screen corruption when using touchpad (LP: #1818617)
     - drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)
     - drm/amdgpu: Free VGA stolen memory as soon as possible.
   * [SRU][B/C/OEM]IOMMU: add kernel dma protection (LP: #1820153)
     - ACPICA: AML parser: attempt to continue loading table after error
     - ACPI / property: Allow multiple property compatible _DSD entries
     - PCI / ACPI: Identify untrusted PCI devices
     - iommu/vt-d: Force IOMMU on for platform opt in hint
     - iommu/vt-d: Do not enable ATS for untrusted devices
     - thunderbolt: Export IOMMU based DMA protection support to userspace
     - iommu/vt-d: Disable ATS support on untrusted devices
   * Add basic support to NVLink2 passthrough (LP: #1819989)
     - powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is
       enabled
     - powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESET
     - powerpc/powernv: Export opal_check_token symbol
     - powerpc/powernv: Make possible for user to force a full ipl cec reboot
     - powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dn
     - powerpc/powernv: Move npu struct from pnv_phb to pci_controller
     - powerpc/powernv/npu: Move OPAL calls away from context manipulation
     - powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
     - powerpc/pseries/npu: Enable platform support
     - powerpc/pseries: Remove IOMMU API support for non-LPAR systems
     - powerpc/powernv/npu: Check mmio_atsd array bounds when populating
     - powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
   * Huawei Hi1822 NIC has poor performance (LP: #1820187)
     - net-next: hinic: fix a problem in free_tx_poll()
     - hinic: remove ndo_poll_controller
     - net-next/hinic: add checksum offload and TSO support
     - hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4
     - net-next/hinic:replace multiply and division operators
     - net-next/hinic:add rx checksum offload for HiNIC
     - net-next/hinic:fix a bug in set mac address
     - net-next/hinic: fix a bug in rx data flow
     - net: hinic: fix null pointer dereference on pointer hwdev
     - hinic: optmize rx refill buffer mechanism
     - net-next/hinic:add shutdown callback
     - net-next/hinic: replace disable_irq_nosync/enable_irq
   * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
     - Fonts: New Terminus large console font
     - [Config]: enable highdpi Terminus 16x32 font support
   * [19.04 FEAT] qeth: Enhanced link speed - kernel part (LP: #1814892)
     - s390/qeth: report 25Gbit link speed
   * CVE-2017-5754
     - x86/nmi: Fix NMI uaccess race against CR3 switching
     - x86/mm: Fix documentation of module mapping range with 4-level paging
     - x86/pti: Enable global pages for shared areas
     - x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
     - x86/pti: Leave kernel text global for !PCID
     - x86/pti: Fix boot problems from Global-bit setting
     - x86/pti: Fix boot warning from Global-bit setting
     - x86/pti: Reduce amount of kernel text allowed to be Global
     - x86/pti: Disallow global kernel text with RANDSTRUCT
     - x86/entry/32: Add explicit 'l' instruction suffix
     - x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
     - x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
     - x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
     - x86/entry/32: Put ESPFIX code into a macro
     - x86/entry/32: Unshare NMI return path
     - x86/entry/32: Split off return-to-kernel path
     - x86/entry/32: Enter the kernel via trampoline stack
     - x86/entry/32: Leave the kernel via trampoline stack
     - x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
     - x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
     - x86/entry/32: Simplify debug entry point
     - x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
     - x86/entry/32: Add PTI CR3 switches to NMI handler code
     - x86/entry: Rename update_sp0 to update_task_stack
     - x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
     - x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
     - x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
     - x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
     - x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
     - x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
     - x86/mm/pae: Populate valid user PGD entries
     - x86/mm/pae: Populate the user page-table with user pgd's
     - x86/mm/pti: Add an overflow check to pti_clone_pmds()
     - x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
     - x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
     - x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
     - x86/mm/pti: Keep permissions when cloning kernel text in
       pti_clone_kernel_text()
     - x86/mm/pti: Introduce pti_finalize()
     - x86/mm/pti: Clone entry-text again in pti_finalize()
     - x86/mm/dump_pagetables: Define INIT_PGD
     - x86/pgtable/pae: Use separate kernel PMDs for user page-table
     - x86/ldt: Reserve address-space range on 32 bit for the LDT
     - x86/ldt: Define LDT_END_ADDR
     - x86/ldt: Split out sanity check in map_ldt_struct()
     - x86/ldt: Enable LDT user-mapping for PAE
     - x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
     - [Config] Update PAGE_TABLE_ISOLATION annotations
     - x86/mm/pti: Add Warning when booting on a PCID capable CPU
     - x86/entry/32: Add debug code to check entry/exit CR3
     - x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
     - x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
     - perf/core: Make sure the ring-buffer is mapped in all page-tables
     - x86/entry/32: Check for VM86 mode in slow-path check
     - x86/mm: Remove in_nmi() warning from vmalloc_fault()
     - x86/kexec: Allocate 8k PGDs for PTI
     - x86/mm/pti: Clear Global bit more aggressively
     - mm: Allow non-direct-map arguments to free_reserved_area()
     - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
     - x86/mm/init: Add helper for freeing kernel image pages
     - x86/mm/init: Remove freed kernel image areas from alias mapping
     - x86/mm/pti: Fix 32 bit PCID check
     - x86/mm/pti: Don't clear permissions in pti_clone_pmd()
     - x86/mm/pti: Clone kernel-image on PTE level for 32 bit
     - x86/relocs: Add __end_rodata_aligned to S_REL
     - x86/mm/pti: Move user W+X check into pti_finalize()
     - x86/efi: Load fixmap GDT in efi_call_phys_epilog()
     - x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3
     - x86/mm/doc: Clean up the x86-64 virtual memory layout descriptions
     - x86/mm/doc: Enhance the x86-64 virtual memory layout descriptions
     - x86/entry/32: Clear the CS high bits
     - x86/mm: Move LDT remap out of KASLR region on 5-level paging
     - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
     - x86/ldt: Remove unused variable in map_ldt_struct()
     - x86/mm: Fix guard hole handling
     - x86/dump_pagetables: Fix LDT remap address marker
   * Avoid potential memory corruption on HiSilicon SoCs (LP: #1819546)
     - iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads
   * Ubuntu18.04.01: [Power9] power8 Compat guest(RHEL7.6) crashes during guest
     boot with > 256G of memory (kernel/kvm) (LP: #1818645)
     - ]PATCH] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
   * Fix for dual Intel NVMes (LP: #1821961)
     - SAUCE: nvme: Merge two quirk entries into one for Intel 760p/Pro 7600p
   * CVE-2017-5715
     - tools headers: Synchronize prctl.h ABI header
     - x86/spectre: Add missing family 6 check to microcode check
     - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
     - x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
     - x86/speculation: Propagate information about RSB filling mitigation to sysfs
     - x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC
       variant
     - x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
     - x86/retpoline: Remove minimal retpoline support
     - x86/speculation: Update the TIF_SSBD comment
     - x86/speculation: Clean up spectre_v2_parse_cmdline()
     - x86/speculation: Remove unnecessary ret variable in cpu_show_common()
     - x86/speculation: Move STIPB/IBPB string conditionals out of
       cpu_show_common()
     - x86/speculation: Disable STIBP when enhanced IBRS is in use
     - x86/speculation: Rename SSBD update functions
     - x86/speculation: Reorganize speculation control MSRs update
     - sched/smt: Make sched_smt_present track topology
     - x86/Kconfig: Select SCHED_SMT if SMP enabled
     - sched/smt: Expose sched_smt_present static key
     - x86/speculation: Rework SMT state change
     - x86/l1tf: Show actual SMT state
     - x86/speculation: Reorder the spec_v2 code
     - x86/speculation: Mark string arrays const correctly
     - x86/speculataion: Mark command line parser data __initdata
     - x86/speculation: Unify conditional spectre v2 print functions
     - x86/speculation: Add command line control for indirect branch speculation
     - x86/speculation: Prepare for per task indirect branch speculation control
     - x86/process: Consolidate and simplify switch_to_xtra() code
     - x86/speculation: Avoid __switch_to_xtra() calls
     - x86/speculation: Prepare for conditional IBPB in switch_mm()
     - ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
     - x86/speculation: Split out TIF update
     - x86/speculation: Prevent stale SPEC_CTRL msr content
     - x86/speculation: Prepare arch_smt_update() for PRCTL mode
     - x86/speculation: Add prctl() control for indirect branch speculation
     - x86/speculation: Enable prctl mode for spectre_v2_user
     - x86/speculation: Add seccomp Spectre v2 user space protection mode
     - x86/speculation: Provide IBPB always command line options
     - kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
     - x86/speculation: Change misspelled STIPB to STIBP
     - x86/speculation: Add support for STIBP always-on preferred mode
     - x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
     - s390: remove closung punctuation from spectre messages
     - x86/speculation: Simplify the CPU bug detection logic
   * CVE-2018-3639
     - x86/bugs: Add AMD's variant of SSB_NO
     - x86/bugs: Add AMD's SPEC_CTRL MSR usage
     - x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
     - x86/bugs: Update when to check for the LS_CFG SSBD mitigation
     - x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
     - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
   * [Ubuntu] vfio-ap: add subsystem to matrix device to avoid libudev failures
     (LP: #1818854)
     - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
   * Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
     (0x0f) (LP: #1748565)
     - Bluetooth: Fix unnecessary error message for HCI request completion
   * HiSilicon HNS ethernet broken in 4.15.0-45 (LP: #1818294)
     - net: hns: Fix WARNING when hns modules installed
   * rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic
     (LP: #1788997)
     - SAUCE: Revert "rtlwifi: cleanup 8723be ant_sel definition"
   * Crash from :i915 module with 4.15.0-46-generic using multi-display
     (LP: #1819486)
     - SAUCE: Revert "drm/i915: Fix hotplug irq ack on i965/g4x"
   * kernel linux-image-4.15.0-44 not booting on Hyperv Server 2008R2
     (LP: #1814069)
     - hv/netvsc: fix handling of fallback to single queue mode
     - hv/netvsc: Fix NULL dereference at single queue mode fallback
   * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
     - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
   * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
     - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
   * fscache: jobs might hang when fscache disk is full (LP: #1821395)
     - fscache: fix race between enablement and dropping of object
   * hns3: fix oops in hns3_clean_rx_ring() (LP: #1821064)
     - net: hns3: add dma_rmb() for rx description
   * Hard lockup in 2 CPUs due to deadlock in cpu_stoppers (LP: #1821259)
     - stop_machine: Disable preemption after queueing stopper threads
     - stop_machine: Atomically queue and wake stopper threads
   * tcm_loop.ko: move from modules-extra into main modules package
     (LP: #1817786)
     - [Packaging] move tcm_loop.lo to main linux-modules package
   * tcmu user space crash results in kernel module hang. (LP: #1819504)
     - scsi: tcmu: delete unused __wait
     - scsi: tcmu: track nl commands
     - scsi: tcmu: simplify nl interface
     - scsi: tcmu: add module wide block/reset_netlink support
   * Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu 18.04)
     (LP: #1779756)
     - i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
     - i40e: prevent overlapping tx_timeout recover
   * some codecs stop working after S3 (LP: #1820930)
     - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
   * i40e xps management broken when > 64 queues/cpus (LP: #1820948)
     - i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
     - i40e: Fix the number of queues available to be mapped for use
   * 4.15 s390x kernel BUG at /build/linux-
     Gycr4Z/linux-4.15.0/drivers/block/virtio_blk.c:565! (LP: #1788432)
     - virtio/s390: avoid race on vcdev->config
     - virtio/s390: fix race in ccw_io_helper()
   * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
     - iommu/amd: Fix NULL dereference bug in match_hid_uid
   * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
     system (LP: #1821271)
     - iwlwifi: add new card for 9260 series
   * Add support for MAC address pass through on RTL8153-BD (LP: #1821276)
     - r8152: Add support for MAC address pass through on RTL8153-BD
     - r8152: Fix an error on RTL8153-BD MAC Address Passthrough support
Checksums-Sha1:
 6318e2aa92bf427f7fff94d50cae3332ad64c3f1 355268 block-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 f6f7cc286b554a297cb01678917f84e2c99ef88c 259770 crypto-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 8dce300518fda5c6148c231f15c3359ddcca68c8 36608 floppy-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 109613e8007656f127b4bad2eb6522f4eabb7917 1277222 fs-core-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 8623868bb35293e27fc370504f3c4791a826e1a8 673474 fs-secondary-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 34f080b6317a0eb635ab805cafaca7cbe53eb17d 410180 input-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 af38e9aab930d4402ece2c111b45b0147d8faa92 62044 ipmi-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 6c47359cdbd19bea2a61e75f9d5818676b6d94d1 6889376 kernel-image-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 1fb34d3674193dc5cfa68ab50b0ed07e81da22be 247180 linux-buildinfo-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 33069f36fe05fa46d5bb311c364dcc59db0a1d73 963100 linux-headers-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 2bda21ee0ba7501ef357ffbbb710cc0f751f2610 3559356 linux-hwe-tools-4.15.0-48_4.15.0-48.51~16.04.1_ppc64el.deb
 f6e93d244896789184eb6a4eb2d8cafb3e069c72 894 linux-hwe-udebs-generic_4.15.0-48.51~16.04.1_ppc64el.udeb
 daeb3c508918adb6f4e3087ae36af6d11725ba63 8263560 linux-hwe_4.15.0-48.51~16.04.1_ppc64el.tar.gz
 58a3f8b971d8b1a56da6a5fcc7bb778c1117cda3 24242 linux-hwe_4.15.0-48.51~16.04.1_ppc64el_translations.tar.gz
 791c89874ae4e2b437920af38114d2ee10855a3c 560282980 linux-image-unsigned-4.15.0-48-generic-dbgsym_4.15.0-48.51~16.04.1_ppc64el.ddeb
 a06462d11da51eb44b4e172f940a69fc78f031cc 5891836 linux-image-unsigned-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 ba409275e28e553d967051dfbc8c42b0d4c2778e 12051018 linux-modules-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 0705912ee9831cb0b953c5de036b1c0d703b9728 30354998 linux-modules-extra-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 e66e0489364ba9e42b3bb9513cf0902566be4a23 1826 linux-tools-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 f98c84d3ddf73a1f1099e23e10444ed52065d06f 274392 md-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 a4f043384ddec214fabc56cd98843850e6b80999 198890 message-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 fac6068a302f55ae85c87e168142ee76e1b67f88 19448 multipath-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 ad931a4794834075b060f68a0df03fd09f0cfde7 503396 nfs-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 e55aac1ff5c3d96f0cbaa557eae1c17135ff90b3 4231168 nic-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 3056970f0a5a5e6c9654c2137316c78dc97af334 531774 nic-shared-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 0394bf9120229471bbcae615f70cdb2fbaa52966 318362 nic-usb-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 3b024f9b619f2ff5f9397bb9b04bd2308cd449d8 36004 parport-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 fcf15225250e7664e00a52aab475a2f30a7333f8 8872 plip-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 af97f37858cd24b675f1d13cd2d4fa6d8a1de982 26092 ppp-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 508a426f4f1b9d5e0695ffa51a031c256de10977 109920 sata-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 9f4c878656205f9157efd9520aca92f469ce952f 2307068 scsi-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 137b58e62fdf4bcc5f871e15c8426924d1ffcaf0 105634 storage-core-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 27aa7977c5ffcf2989a86b6030b50716012edc85 10296 virtio-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 cad51d72b338ecb9f7c75a9ba22ddaa01e2c380a 26428 vlan-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
Checksums-Sha256:
 576b21499faecc78aedea22d35f4bee1c0367591532215b7c55ac93742e5f4c8 355268 block-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 ce50055362676d60bba47e96c42c1a76f1ae0ed239298a9fa252245a3a4823ee 259770 crypto-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 278fbbc4cc9114ca5aa50f617901f1fef4f0d1855a99096ebc90db350714fc04 36608 floppy-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 910f7668b70ffdf26c530eb7b1d7ccd0ded15d5a7900ad4871be0995dd5b14f2 1277222 fs-core-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 9cd72d7042d185988a6c86798abafaf7309323e7c271c9e289c131cea7caf692 673474 fs-secondary-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 9c33a3f7499c464021744f9b8887734dc659858f094ae7e11d7fbf96ebbf6b16 410180 input-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 284280bf1e45d39fed842cc5f03e1d647eb9ca81d1ccadec6a9490b3783b4380 62044 ipmi-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 4a75443e95394419765ac15a0951618bf2baef4c3b9900c3f23d82728f41078a 6889376 kernel-image-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 240e47f88f26e80d94ed34675cac06ec7213d54dab16089f2a162c2c68fcf029 247180 linux-buildinfo-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 fa507fc10fd6541c4e6169ec046711694a4303b4575a0ad337e97eed74667f19 963100 linux-headers-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 5bac5e68f9cc36335702f9ca9441410a6163bca817379429fb79c982125f69c2 3559356 linux-hwe-tools-4.15.0-48_4.15.0-48.51~16.04.1_ppc64el.deb
 efc69f019ecda0a3cd7c5446bbfdb3d402919a51a720c3c7893fc0bff20812b0 894 linux-hwe-udebs-generic_4.15.0-48.51~16.04.1_ppc64el.udeb
 35dc5598382c409671f57313c16143e40624c42d7577b520718a7f9a2a0407fe 8263560 linux-hwe_4.15.0-48.51~16.04.1_ppc64el.tar.gz
 a655f40e9cc920c6449e15d4ccb88a70825f74ed772bac8d1cea1154807abb90 24242 linux-hwe_4.15.0-48.51~16.04.1_ppc64el_translations.tar.gz
 829db24ef5370679668b3755582e8f532abc5fdbde28da299f22ff4c53bc17e1 560282980 linux-image-unsigned-4.15.0-48-generic-dbgsym_4.15.0-48.51~16.04.1_ppc64el.ddeb
 3d69f2f0371f699fab76a3d18a313849e1218dd68575b9a8dd96c0199502399c 5891836 linux-image-unsigned-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 0def65c84c806aea03260717169b126a2bf7d54996c8afda020b91a43797c4b9 12051018 linux-modules-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 f117a1c96ff4908f2d7d8c4f0c0c96f3a3d2bcee1dc57465d77cdb84fc38baad 30354998 linux-modules-extra-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 6988ccf6e12c0e2de41f9d0e955755592ecef1cb4a4576e585867f5f79c45900 1826 linux-tools-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 c434e3938207b6901de89b9e1bdf5a6f8b9dfddf50cbfcbe4183397e64368a72 274392 md-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 606f12621f49ab978f81ee69b8438f8545fbf4892455fd39fdb07315aca6c9d7 198890 message-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 e508b8246a924f1591bb128d1f58fbc71a0fe7afee9b5297fc9adfddd1b9a0be 19448 multipath-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 1a2c7e06b6c175032256c7ca26e0a5abcf32bb334e03eaccfd641e29e2ee6003 503396 nfs-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 25f68b74ce847708ab250266478b07035b9303a832fd341b7f8c2aca3a23e657 4231168 nic-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 00ca4ba462bdb42b50bee30ef3b68345275dc415214c0ed8455a353500e1670f 531774 nic-shared-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 88dacf5db98f794db9418051a52085020596dba2f3a6247b6fa686b9d7f562c3 318362 nic-usb-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 d3d19894274ec98a3971dbec791e13f2350d0462f44cf2f33c6dd05e6022c6a0 36004 parport-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 53df64a22d231025f0fcb337f4eb4c5a3b18a7a06e95ffd44dc21fb7e4409d07 8872 plip-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 b7e22b50fa8849d0142731e41c26beb72d93bccefbab54464ab9a53845cbc908 26092 ppp-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 aed2bf394e5d51873a4e7de049b9692002aa96c504b7755cf4d1a94c235abd29 109920 sata-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 7ef1e4a1a1c4f913db1377438859fb7eb7ca0254243fc38aed99b89a579fafac 2307068 scsi-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 a76df468051b0707e8bcadeb4ea923d50cd806369849a62a8cc0e87b08cf1261 105634 storage-core-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 e74ec167c0556bcd9ba8782d1569d8414dcb393c9a8c058834f7dc5d720c9e16 10296 virtio-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 f3e53dc091c99311008877f12c0010a6c36f3280f568e8c4303b810d95289384 26428 vlan-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
Files:
 919fc57cf6ad72ace3ce03c9bb460a9a 355268 debian-installer standard block-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 509071c50e140069e43d6e4b7356a8ba 259770 debian-installer extra crypto-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 f95a9672547a99f5ab31f855fab1c3c9 36608 debian-installer standard floppy-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 09af21b2f903d05a87f866f39845b4e0 1277222 debian-installer standard fs-core-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 eb2660b188869690ad5bf8f745cf1b3b 673474 debian-installer standard fs-secondary-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 9ddbb8307d09be876a4a28be421d7b14 410180 debian-installer standard input-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 52705c1bab25a473b2ca8b5d899e1348 62044 debian-installer standard ipmi-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 8d23339d4e6012c5ce68457c3a6e4206 6889376 debian-installer optional kernel-image-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 66849f44640667ea296bce094d47e819 247180 kernel optional linux-buildinfo-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 dac6297f06c51ddd488dc5fcd48ae69d 963100 devel optional linux-headers-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 268ba961aefab5f9ffe21332cc5d3068 3559356 devel optional linux-hwe-tools-4.15.0-48_4.15.0-48.51~16.04.1_ppc64el.deb
 d5a6af065d091a05f74e013515b2e41c 894 debian-installer optional linux-hwe-udebs-generic_4.15.0-48.51~16.04.1_ppc64el.udeb
 cc45a654c0e92af601fd9de8cc477bd7 8263560 raw-signing - linux-hwe_4.15.0-48.51~16.04.1_ppc64el.tar.gz
 c698b7cc1f4175d973882325d43f4d3c 24242 raw-translations - linux-hwe_4.15.0-48.51~16.04.1_ppc64el_translations.tar.gz
 67a669af7190b70023a22ad8f5f23e33 560282980 devel optional linux-image-unsigned-4.15.0-48-generic-dbgsym_4.15.0-48.51~16.04.1_ppc64el.ddeb
 a38b6775c0f650520b49d01db51c7a2d 5891836 kernel optional linux-image-unsigned-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 a2668b38affa1307072597a88125ceb1 12051018 kernel optional linux-modules-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 f35ae299b40c19037a331fd9599d619b 30354998 kernel optional linux-modules-extra-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 f2a8b5fa4e283c5e04c59b5ce309201f 1826 devel optional linux-tools-4.15.0-48-generic_4.15.0-48.51~16.04.1_ppc64el.deb
 4f29383f3a093ad4b85360d7a1ee62c5 274392 debian-installer standard md-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 cc963e3bf75f49c5a9ef852c2d3ca14b 198890 debian-installer standard message-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 75fff2bba685f52273b8fc4013eaea23 19448 debian-installer extra multipath-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 abdee91d5e6b8c5085bc8292a5b6f4c7 503396 debian-installer standard nfs-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 e3dabec3319117b247e67f6b3a186140 4231168 debian-installer standard nic-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 64ac8199afaf7aa9eb2cdd151207770d 531774 debian-installer standard nic-shared-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 12cabe8bef5a8f9c41afc64dfa99a1bf 318362 debian-installer standard nic-usb-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 b63fc54052298183161a827137688a8b 36004 debian-installer standard parport-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 24d78bb999b01000a49cce525c1140ca 8872 debian-installer standard plip-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 ecb8784bcd903a42c0d8e67db95ef7f0 26092 debian-installer standard ppp-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 18f91aa71315b949449601665320068f 109920 debian-installer standard sata-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 416d9b9d2ded14a0077aa0a29458b7c0 2307068 debian-installer standard scsi-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 15316f6c617b124ca9b6700d5032e220 105634 debian-installer standard storage-core-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 5002e9a8048db13b6e5d777bca3441c7 10296 debian-installer standard virtio-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
 356e88592bc8b115a11af8523258aefe 26428 debian-installer extra vlan-modules-4.15.0-48-generic-di_4.15.0-48.51~16.04.1_ppc64el.udeb
Package-Type: udeb


More information about the Xenial-changes mailing list