[ubuntu/cosmic-updates] linux-oem_4.15.0-1036.41_amd64.tar.gz - (Accepted)

Chia-Lin Kao (AceLan) acelan.kao at canonical.com
Mon Apr 29 10:13:12 UTC 2019


linux-oem (4.15.0-1036.41) bionic; urgency=medium

  * linux-oem: 4.15.0-1036.41 -proposed tracker (LP: #1822803)

  * Need to add Intel CML related pci-id's (LP: #1821863)
    - drm/i915/cml: Introduce Comet Lake PCH
    - drm/i915/cml: Add CML PCI IDS

  * [SRU] [B/OEM] Fix ACPI bug that causes boot failure (LP: #1819921)
    - SAUCE: ACPI / bus: Add some Lenovo laptops in list of acpi table term list

  * Miscellaneous Ubuntu changes
    - [Config] update configs following rebase to 4.15.0-48.51

  [ 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: Sun, 07 Apr 2019 12:54:55 +0800
Changed-By: Chia-Lin Kao (AceLan) <acelan.kao at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-021.buildd>

-------------- next part --------------
Format: 1.8
Date: Sun, 07 Apr 2019 12:54:55 +0800
Source: linux-oem
Binary: linux-oem-headers-4.15.0-1036 linux-oem-tools-4.15.0-1036 linux-image-unsigned-4.15.0-1036-oem linux-modules-4.15.0-1036-oem linux-headers-4.15.0-1036-oem linux-image-unsigned-4.15.0-1036-oem-dbgsym linux-tools-4.15.0-1036-oem linux-udebs-oem linux-buildinfo-4.15.0-1036-oem kernel-image-4.15.0-1036-oem-di fat-modules-4.15.0-1036-oem-di fb-modules-4.15.0-1036-oem-di firewire-core-modules-4.15.0-1036-oem-di floppy-modules-4.15.0-1036-oem-di fs-core-modules-4.15.0-1036-oem-di fs-secondary-modules-4.15.0-1036-oem-di input-modules-4.15.0-1036-oem-di irda-modules-4.15.0-1036-oem-di md-modules-4.15.0-1036-oem-di nic-modules-4.15.0-1036-oem-di nic-pcmcia-modules-4.15.0-1036-oem-di nic-usb-modules-4.15.0-1036-oem-di nic-shared-modules-4.15.0-1036-oem-di parport-modules-4.15.0-1036-oem-di pata-modules-4.15.0-1036-oem-di pcmcia-modules-4.15.0-1036-oem-di pcmcia-storage-modules-4.15.0-1036-oem-di plip-modules-4.15.0-1036-oem-di ppp-modules-4.15.0-1036-oem-di
 sata-modules-4.15.0-1036-oem-di scsi-modules-4.15.0-1036-oem-di serial-modules-4.15.0-1036-oem-di storage-core-modules-4.15.0-1036-oem-di usb-modules-4.15.0-1036-oem-di nfs-modules-4.15.0-1036-oem-di block-modules-4.15.0-1036-oem-di message-modules-4.15.0-1036-oem-di crypto-modules-4.15.0-1036-oem-di virtio-modules-4.15.0-1036-oem-di mouse-modules-4.15.0-1036-oem-di vlan-modules-4.15.0-1036-oem-di ipmi-modules-4.15.0-1036-oem-di
 multipath-modules-4.15.0-1036-oem-di
Architecture: amd64 all amd64_translations
Version: 4.15.0-1036.41
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-021.buildd>
Changed-By: Chia-Lin Kao (AceLan) <acelan.kao at canonical.com>
Description:
 block-modules-4.15.0-1036-oem-di - Block storage devices (udeb)
 crypto-modules-4.15.0-1036-oem-di - crypto modules (udeb)
 fat-modules-4.15.0-1036-oem-di - FAT filesystem support (udeb)
 fb-modules-4.15.0-1036-oem-di - Framebuffer modules (udeb)
 firewire-core-modules-4.15.0-1036-oem-di - Firewire (IEEE-1394) Support (udeb)
 floppy-modules-4.15.0-1036-oem-di - Floppy driver support (udeb)
 fs-core-modules-4.15.0-1036-oem-di - Base filesystem modules (udeb)
 fs-secondary-modules-4.15.0-1036-oem-di - Extra filesystem modules (udeb)
 input-modules-4.15.0-1036-oem-di - Support for various input methods (udeb)
 ipmi-modules-4.15.0-1036-oem-di - ipmi modules (udeb)
 irda-modules-4.15.0-1036-oem-di - Support for Infrared protocols (udeb)
 kernel-image-4.15.0-1036-oem-di - kernel image and system map (udeb)
 linux-buildinfo-4.15.0-1036-oem - Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
 linux-headers-4.15.0-1036-oem - Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-1036-oem - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-1036-oem-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
 linux-modules-4.15.0-1036-oem - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-oem-headers-4.15.0-1036 - Header files related to Linux kernel version 4.15.0
 linux-oem-tools-4.15.0-1036 - Linux kernel version specific tools for version 4.15.0-1036
 linux-tools-4.15.0-1036-oem - Linux kernel version specific tools for version 4.15.0-1036
 linux-udebs-oem - Metapackage depending on kernel udebs (udeb)
 md-modules-4.15.0-1036-oem-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-4.15.0-1036-oem-di - Fusion and i2o storage modules (udeb)
 mouse-modules-4.15.0-1036-oem-di - Mouse support (udeb)
 multipath-modules-4.15.0-1036-oem-di - DM-Multipath support (udeb)
 nfs-modules-4.15.0-1036-oem-di - NFS filesystem drivers (udeb)
 nic-modules-4.15.0-1036-oem-di - Network interface support (udeb)
 nic-pcmcia-modules-4.15.0-1036-oem-di - PCMCIA network interface support (udeb)
 nic-shared-modules-4.15.0-1036-oem-di - nic shared modules (udeb)
 nic-usb-modules-4.15.0-1036-oem-di - USB network interface support (udeb)
 parport-modules-4.15.0-1036-oem-di - Parallel port support (udeb)
 pata-modules-4.15.0-1036-oem-di - PATA support modules (udeb)
 pcmcia-modules-4.15.0-1036-oem-di - PCMCIA Modules (udeb)
 pcmcia-storage-modules-4.15.0-1036-oem-di - PCMCIA storage support (udeb)
 plip-modules-4.15.0-1036-oem-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-4.15.0-1036-oem-di - PPP (serial port) networking support (udeb)
 sata-modules-4.15.0-1036-oem-di - SATA storage support (udeb)
 scsi-modules-4.15.0-1036-oem-di - SCSI storage support (udeb)
 serial-modules-4.15.0-1036-oem-di - Serial port support (udeb)
 storage-core-modules-4.15.0-1036-oem-di - Core storage support (udeb)
 usb-modules-4.15.0-1036-oem-di - Core USB support (udeb)
 virtio-modules-4.15.0-1036-oem-di - VirtIO Modules (udeb)
 vlan-modules-4.15.0-1036-oem-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 1819921 1819989 1820153 1820187 1820930 1820948 1820990 1821064 1821259 1821271 1821276 1821395 1821863 1821961 1822803 1822820
Changes:
 linux-oem (4.15.0-1036.41) bionic; urgency=medium
 .
   * linux-oem: 4.15.0-1036.41 -proposed tracker (LP: #1822803)
 .
   * Need to add Intel CML related pci-id's (LP: #1821863)
     - drm/i915/cml: Introduce Comet Lake PCH
     - drm/i915/cml: Add CML PCI IDS
 .
   * [SRU] [B/OEM] Fix ACPI bug that causes boot failure (LP: #1819921)
     - SAUCE: ACPI / bus: Add some Lenovo laptops in list of acpi table term list
 .
   * Miscellaneous Ubuntu changes
     - [Config] update configs following rebase to 4.15.0-48.51
 .
   [ 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:
 13c9595ac4498d649b1600a9adb8af2dc8518bb8 333140 block-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 c009d8969964d0635972fc506bf8ce47ab2a2392 318484 crypto-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 dc823d8963446c743f0ea9978b0fca5ab4fbd6a2 4340 fat-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 18c7d145d8edd7662bbf635581a29e05e1ed0349 13724 fb-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 00d27d87eb5df569646c8c4ce09c4c09c8c77d6b 65280 firewire-core-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 6a1496df45be4a197d6241338c8a42e0704771e6 34924 floppy-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 4c58b4751f9e768f4002eb5ce219fb10d6fcf032 1312852 fs-core-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 e9fa4c570ca4977944e0a38484256e7c36571ef5 695540 fs-secondary-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 8834f735dc95e66246c89acfb32732131ad539dd 430040 input-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 04a62ca8e6d18a01554d5719f86bd8e4a0a75bf9 61684 ipmi-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 4ea08fe2623419c945107ad25a72634022c5ac85 226180 irda-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 c56617b5a8f395b6c68d91f4c1731fc9acf22562 8912636 kernel-image-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 18304a2941b15c44c56982fa97542336361b7b19 247892 linux-buildinfo-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 d9d566ec8024a0abafb28b196106a185d8c35310 1129028 linux-headers-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 aa4847ab97b4d951831ab4bc685d740ad2266729 782021116 linux-image-unsigned-4.15.0-1036-oem-dbgsym_4.15.0-1036.41_amd64.ddeb
 a3eb883237babcc88118a68a8e7c9c0856d3eae6 8008304 linux-image-unsigned-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 a64334d7f97812c9785624318bc59069fcaf9044 45755140 linux-modules-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 46a38f419116c456c47506dc730366575a32a3c7 11000132 linux-oem-headers-4.15.0-1036_4.15.0-1036.41_all.deb
 5ea7b89c60a3c4a9bb3ac1b3015eab876c6d2f5a 4649184 linux-oem-tools-4.15.0-1036_4.15.0-1036.41_amd64.deb
 37e90c47dba5f74dab31df67f700ac1fc5f53f04 27900 linux-oem_4.15.0-1036.41_amd64.buildinfo
 96dfd737ecdd56b7cec3796dff1577372978c930 7976236 linux-oem_4.15.0-1036.41_amd64.tar.gz
 a8474c4062f75781bdb04dabc19921f4d4ddfbd0 34476 linux-oem_4.15.0-1036.41_amd64_translations.tar.gz
 47d1bed01f108108c752e14e65bea433a40ef3d3 1952 linux-tools-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 444debd53f2ae8500302aca099ac915ab0f50ee9 1020 linux-udebs-oem_4.15.0-1036.41_amd64.udeb
 c73f999d00699eeffd255a71ff578d57b7fbe59c 284928 md-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 2636ff6d95a495989145b8e6be92b1ea33366942 206824 message-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 fe95139b6c0c8f1591ed46ab975465a9ffea918c 58860 mouse-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 1586e4afe3a3da9efdc87a1339693ad879521917 18220 multipath-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 7270018a9832eafaec099438756385928941937b 505264 nfs-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 2a76c9a53dfe0bb293f45777c49b6373eb5989a9 4430096 nic-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 fa338758c8c87adab6ac5446b3470443d34fe756 143812 nic-pcmcia-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 ea824dc822695354f34b5af3ce425f7af2d926ef 542664 nic-shared-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 84e7256d1c1b98bcdf54bb94c40679ad70815c75 290040 nic-usb-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 b2167ef38414d6e16b395fd29bde8f0878101588 31696 parport-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 6cc62243ebec8da56811d515991910a0052b020e 122816 pata-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 cab27b0d0032558b796a3c3d96efc8a57d4e5d3a 63764 pcmcia-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 68532de64ed4735cb25dbb2431588182d5caabce 66752 pcmcia-storage-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 af05e8426835afc446b7cfcf9849c99b2d29afef 8764 plip-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 33d83896f6af7e35dc5c94b2ebf9e15a5ac62c72 25184 ppp-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 9dbdb85dac4494f99ad10abdca00bc7f9541373e 95996 sata-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 606bbfef57f8512d0e32b0f70cfee713faa2ec56 2450736 scsi-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 c12f2447bd5d55d8ae3e0adf6e9cfa43582030d2 92324 serial-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 f6ff41cdc182f27bc4582bc884d564be790da59d 50316 storage-core-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 d082aaebc8b7627037c7867f2dcf4b6a048cfff1 139904 usb-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 4833ae7171397ddf0d108880d0cb839d3a35a160 112724 virtio-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 0f3866a7c6efeef0674ec81e39ecb7e9c84a7428 25880 vlan-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
Checksums-Sha256:
 8b1438c236ae02d533ae2b21f26ffdda332904a2cc19112cb960bbc86f0d4bee 333140 block-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 b0afa914b3761c1215af45640e93ea8eeb96e9fe21f64d75ed71dcc15cc1e307 318484 crypto-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 bb50ca1d40702a940154ccc6a083260cd9e62caaa3be3237e1df518229e34029 4340 fat-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 b5a753512f1d2551b5e9bd2401a96e6ea9b71818fbad34de866c9b9e172f364d 13724 fb-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 73898d6224f95d2e1b6d33eb2844048350e57325ccd300950841250d0d5ea3ea 65280 firewire-core-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 5b7d5d1d03a1a252c6400006f05f77ddbffb8e4e5e0a501bb03ebc4ea41c9642 34924 floppy-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 b8395b0b7991b1bc1c3470ddf823f4e3811b4f7f66585234b7773be768062391 1312852 fs-core-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 6de9d8d3a4a68d0681411ed8c084c105c7a4e807b31de39fc6d048dfc3f09222 695540 fs-secondary-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 cd4e18907e593f799909f4aeb21c1ae8da0e227d2f0a75a0b9800ae055316d20 430040 input-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 edcdbecc039a6aed7c60b0f186fe86247effe8dcaac4044ef4fdab87c13d4008 61684 ipmi-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 d4ab4030963eef13ed845f3137f4c912c8618d08deb2f80f920f1ffc497e668e 226180 irda-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 2750cc3094e3b6eef8f301ab14506f697b2d3ab41aae130018753f29182d0cd9 8912636 kernel-image-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 6dea37c78481d345a2adf08a7b90f04fa8de37192ff358ca38dc1c8e98a3e1c7 247892 linux-buildinfo-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 75b65c82a193a1e84020b8a0ec4173988a36484a89355089fbf8150aa0f0e08a 1129028 linux-headers-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 0097572a0023af2e4867502910974e2fca980d9cbb8f0d7cc74a8afd8ba69edf 782021116 linux-image-unsigned-4.15.0-1036-oem-dbgsym_4.15.0-1036.41_amd64.ddeb
 d87658162554f42a6f7fbe92665a4c5e5253656ddf99a433259aa59b49e4c5c8 8008304 linux-image-unsigned-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 bdffccb47b32be18ba39006d2a794013870d1de6a35a8296ea87b2197be314c6 45755140 linux-modules-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 d262f7489295a2a61adaf5c66e75e789b88c998380aea412d1702f5d852a5d53 11000132 linux-oem-headers-4.15.0-1036_4.15.0-1036.41_all.deb
 cbfb261c06682db762123a85d9bbf897b21a72c9582e250b6c608efc92e399ea 4649184 linux-oem-tools-4.15.0-1036_4.15.0-1036.41_amd64.deb
 7b20390db15445bf81b26756975ca42c73fc48ee978743bf804d54a05c2a38d8 27900 linux-oem_4.15.0-1036.41_amd64.buildinfo
 99eed7ebfcc540a54b9b2bc8e4f12bbb53d0211c49d23b8f82f9c3493a11d25b 7976236 linux-oem_4.15.0-1036.41_amd64.tar.gz
 f7933bdc657708590d1e097e498fd4f515b475910bb9e339e08a459d38b6c97d 34476 linux-oem_4.15.0-1036.41_amd64_translations.tar.gz
 5bf1a7fe6c5fa0c8685f1461099ccc9c5886c25925df2bf5227c0888814439f5 1952 linux-tools-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 239e40ec4aa6ea3367a77f751a6b5d066ce876fd121e03e1acf90bcf1a34696a 1020 linux-udebs-oem_4.15.0-1036.41_amd64.udeb
 8a839a27dada908e307052d1fc4a11599226c226198aa1958a111afcd133c97f 284928 md-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 76d5932931e2539256b55d42df9f629a2236c8e8ed15cd60a5abd200717b37e9 206824 message-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 54822d7f6d35d47bc9651a2befaf18aedc1ab1dc11e3278599548a02bce83b49 58860 mouse-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 5613b0570f8dea8bef05ea7dbe5777494c66c27cb9ea626d4fe8fae8be219b2b 18220 multipath-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 7f82ab61487e83ca941cb2c21bc7e55d4aee3905ff661691eaa7457f05bc1250 505264 nfs-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 e6b80d3fb3b24ff59602cad81a1acd4a393771aa0744a0d74d4eac1fbe4157a3 4430096 nic-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 2c42a56094168b7414ad76747b86a47073d000592bfaf3e83d0b31912a0f4342 143812 nic-pcmcia-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 b88a076e4890a1c2643119f36c63728dbdd17d1951d0d3ab0973022e29b15ee0 542664 nic-shared-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 c5824b88a0fa08be06ec52cb4f4b452bd2d6a2b7d934fbf4e59684a13f9aac9b 290040 nic-usb-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 7be4c999a8b9c7883ee690e81966b31a75c7c425c17aed8e10f1c82a09887672 31696 parport-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 eabe6cf8374f9775de5b91636618d48e98737797eeeef572b05ada051f359996 122816 pata-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 253eff974281b44dd644e9d6adaf6d77ce5b3613bb73e77f699c1be8e42f40de 63764 pcmcia-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 4c13107530505895d7a10a2e6d4c2d26a6ab829ca43a16a9914c590bb1f05a13 66752 pcmcia-storage-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 395d1e0cc75089751ef72fdb8d2cf7643bc96f4b08d172319c2b5cfed597b071 8764 plip-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 3ff96536818a9ac7d74fe84d9f3737647ccbf1dccb030559c5762d0c7ad23d19 25184 ppp-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 aece4f588fc7707e79bb681256ea2a156671f570d5369118bd2d75d1a251722c 95996 sata-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 26377892c7203374b0962efa9bf76cf585bb3b893626f8f02114b05587e60223 2450736 scsi-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 62f16b285d30e7e39778d6b7294937a244aebd9a48252caca2a4cac22f89773d 92324 serial-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 afeff53f85f52c322e4fa8a4eef82f575a93a452bfddfda1f076d77742911cf0 50316 storage-core-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 eb745ba0d511d0e3d172b218175ae98c23d7c69819e3e57155d3825087c66b8c 139904 usb-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 29b12b9c5bac88b3ab6707eacc817d1a01af340793d8d27eeb86c4f01672f7c0 112724 virtio-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 7eaa9f9070c72c43cbf2f69cbf97cc310c9227d3489eac34e1216dc11a21950e 25880 vlan-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
Files:
 91997aefc00fedb4757f5dcadab2ddab 333140 debian-installer standard block-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 2c50ac8e3b254e7272db4cf04680a933 318484 debian-installer extra crypto-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 7c532d1dca296bf5bdb150eaa6e7f77c 4340 debian-installer standard fat-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 db184554f0b2f4dacb881a4ceaa308c8 13724 debian-installer standard fb-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 ba445652621fcdbee4c06f3e955b005c 65280 debian-installer standard firewire-core-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 995a73e15f5818a1da4f3efb8f4e8696 34924 debian-installer standard floppy-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 22c7e4ee22ed217dbe4b03dea88c558e 1312852 debian-installer standard fs-core-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 bc27eb52db558d03015e93f324328fb1 695540 debian-installer standard fs-secondary-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 fc787ad4a2db1ef78da15b3114f3a94a 430040 debian-installer standard input-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 606ec02da6dbf354f025db538190ba6d 61684 debian-installer standard ipmi-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 d54884cda77be7d4d0a0bb33d1003a3c 226180 debian-installer standard irda-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 3f091dd264e8e29b74d51ba4ccac64c4 8912636 debian-installer optional kernel-image-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 b06bb82341d3a3f60b5b4195394dd080 247892 kernel optional linux-buildinfo-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 046d152438915a53ad71e42b1c1b7780 1129028 devel optional linux-headers-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 058f9824cce08eb79fab1defd5094e48 782021116 devel optional linux-image-unsigned-4.15.0-1036-oem-dbgsym_4.15.0-1036.41_amd64.ddeb
 31126fde33bebca14c462178d5e78a0b 8008304 kernel optional linux-image-unsigned-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 f8ee0a2730bde9b3e464a7c2b32148f9 45755140 kernel optional linux-modules-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 024444b2ac7795975272b710f63931df 11000132 devel optional linux-oem-headers-4.15.0-1036_4.15.0-1036.41_all.deb
 47bd599ff24279511e455e65a621cf19 4649184 devel optional linux-oem-tools-4.15.0-1036_4.15.0-1036.41_amd64.deb
 224b5d613bb5fb1ae99cd98e26a26cf9 27900 devel optional linux-oem_4.15.0-1036.41_amd64.buildinfo
 06d9c46a5e0b934633fe9a232da9c48b 7976236 raw-signing - linux-oem_4.15.0-1036.41_amd64.tar.gz
 bd8b7385e677ce08700994364de47e39 34476 raw-translations - linux-oem_4.15.0-1036.41_amd64_translations.tar.gz
 bc169c97c49d6f137caa188e824bc939 1952 devel optional linux-tools-4.15.0-1036-oem_4.15.0-1036.41_amd64.deb
 17322491c9edffdeb9d096729b1df301 1020 debian-installer optional linux-udebs-oem_4.15.0-1036.41_amd64.udeb
 ad481b09554a64f492e9d846811c496b 284928 debian-installer standard md-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 eb71da8d3d7e8472dcc750323dcad43d 206824 debian-installer standard message-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 6d4710fd4f2800d5821149ed6ab47924 58860 debian-installer extra mouse-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 d538786ab3bbb083b9c05d8b34f33bf4 18220 debian-installer extra multipath-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 07df21613f83fbb65913dcb8bb5c6fb9 505264 debian-installer standard nfs-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 0dc3a151cb6e60755e1c9c905b4fbd54 4430096 debian-installer standard nic-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 81bbc265adbb614fdb406a28a1c4e812 143812 debian-installer standard nic-pcmcia-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 27f0218939b749509e9e3276414b6715 542664 debian-installer standard nic-shared-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 762416535d8d6adbff90844f714af589 290040 debian-installer standard nic-usb-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 3b02d99995ff7a630304d9b620f24ca3 31696 debian-installer standard parport-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 5a793ba393469dbf297714cf6a17cd59 122816 debian-installer standard pata-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 6645d7400e57fe16a711d7a272aed2fc 63764 debian-installer standard pcmcia-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 1d62af51026a6a51d5cb01e17a642921 66752 debian-installer standard pcmcia-storage-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 4551b31975d772db13dc89308d7d9904 8764 debian-installer standard plip-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 a98008c0ba5d25e761982cb0976f5e7e 25184 debian-installer standard ppp-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 0568b22d86630fede1ee5b5d35b42fda 95996 debian-installer standard sata-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 dfab09a6028f72feda65f054c57e990c 2450736 debian-installer standard scsi-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 7fc68705a2ce4628c32d42c9a6bbb889 92324 debian-installer standard serial-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 01c0e1191e49b52679d6d57ca6721046 50316 debian-installer standard storage-core-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 669aae58120ff01aa8486e9d6f4f89d1 139904 debian-installer standard usb-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 d9628c85732e90a11ab90f82dbe3d01a 112724 debian-installer standard virtio-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
 2dc9974ebdc0de0ba2630c2a6d117d91 25880 debian-installer extra vlan-modules-4.15.0-1036-oem-di_4.15.0-1036.41_amd64.udeb
Package-Type: udeb


More information about the Cosmic-changes mailing list