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

Chia-Lin Kao (AceLan) acelan.kao at canonical.com
Sat Nov 10 07:52:56 UTC 2018


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

  * linux-oem: 4.15.0-1026.31 -proposed tracker (LP: #1800788)

  * Thunderbolt runtime D3 and PCIe D3 Cold support (LP: #1800770)
    - ACPI / hotplug / PCI: Don't scan bridges managed by native hotplug
    - ACPI / hotplug / PCI: Mark stale PCI devices disconnected
    - ACPI / hotplug / PCI: Drop unnecessary parentheses
    - PCI: Account for all bridges on bus when distributing bus numbers
    - PCI: Move resource distribution for single bridge outside loop
    - PCI: Improve pci_scan_bridge() and pci_scan_bridge_extend() doc
    - ACPICA: Recognize the Windows 10 version 1607 and 1703 OSI strings
    - ACPICA: Recognize the _OSI string "Windows 2017.2"
    - PCI: Do not skip power-managed bridges in pci_enable_wake()
    - PCI / ACPI: Enable wake automatically for power managed bridges
    - PCI: pciehp: Fix use-after-free on unplug
    - PCI: hotplug: Drop checking of PCI_BRIDGE_CONTROL in *_unconfigure_device()
    - PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
    - PCI: pciehp: Declare pciehp_unconfigure_device() void
    - PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on
      resume
    - PCI: pciehp: Document struct slot and struct controller
    - PCI: hotplug: Don't leak pci_slot on registration failure
    - PCI: pciehp: Fix unprotected list iteration in IRQ handler
    - PCI: pciehp: Drop unnecessary NULL pointer check
    - PCI: pciehp: Convert to threaded IRQ
    - PCI: pciehp: Convert to threaded polling
    - PCI: pciehp: Stop blinking on slot enable failure
    - PCI: pciehp: Handle events synchronously
    - PCI: pciehp: Drop slot workqueue
    - PCI/hotplug: ppc: correct a php_slot usage after free
    - PCI: hotplug: Demidlayer registration with the core
    - PCI: pciehp: Publish to user space last on probe
    - PCI: pciehp: Track enable/disable status
    - PCI: pciehp: Enable/disable exclusively from IRQ thread
    - PCI: pciehp: Drop enable/disable lock
    - PCI: pciehp: Declare pciehp_enable/disable_slot() static
    - PCI: pciehp: Tolerate initially unstable link
    - PCI: pciehp: Become resilient to missed events
    - PCI: pciehp: Always enable occupied slot on probe
    - PCI: pciehp: Avoid slot access during reset
    - PCI: portdrv: Deduplicate PM callback iterator
    - PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/
    - PCI/portdrv: Merge pcieport_if.h into portdrv.h
    - PCI/PM: Move pcie_clear_root_pme_status() to core
    - PCI/portdrv: Remove pcie_port_bus_type link order dependency
    - PCI/portdrv: Disable port driver in compat mode
    - PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VC
    - PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameter
    - PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameter
    - PCI/portdrv: Encapsulate pcie_ports_auto inside the port driver
    - PCI: pciehp: Clear spurious events earlier on resume
    - PCI: pciehp: Obey compulsory command delay after resume
    - PCI: pciehp: Support interrupts sent from D3hot
    - PCI: pciehp: Resume to D0 on enable/disable
    - PCI: pciehp: Resume parent to D0 on config space access
    - PCI: sysfs: Resume to D0 on function reset
    - PCI: Whitelist native hotplug ports for runtime D3
    - PCI: Whitelist Thunderbolt ports for runtime D3
    - PCI: pciehp: Deduplicate presence check on probe & resume
    - PCI: pciehp: Disable hotplug interrupt during suspend
    - PCI: pciehp: Do not handle events if interrupts are masked
    - PCI: pciehp: Make pciehp_is_native() stricter
    - PCI: Clean up whitespace in linux/pci.h, pci/pci.h
    - PCI/portdrv: Simplify PCIe feature permission checking
    - PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devices
    - PCI/AER: Rename error recovery interfaces to generic PCI naming
    - PCI/AER: Move pci_uevent_ers() out of pci.h
    - PCI/AER: Factor out error reporting to drivers/pci/pcie/err.c
    - PCI/portdrv: Rename and reverse sense of pcie_ports_auto
    - PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplug
    - PCI: hotplug: Add hotplug_is_native()
    - PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flags
    - PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapper
    - PCI: shpchp: Rely on previous _OSC results
    - PCI: shpchp: Add shpchp_is_native()
    - PCI: Add wrappers for dev_printk()
    - PCI: pciehp: Request control of native hotplug only if supported
    - PCI: shpchp: Request SHPC control via _OSC when adding host bridge
    - PCI/DPC: Rename from pcie-dpc.c to dpc.c
    - PCI: Add generic pcie_wait_for_link() interface
    - PCI / PM: Use SMART_SUSPEND and LEAVE_SUSPENDED flags for PCIe ports
    - PCI/portdrv: Resume upon exit from system suspend if left runtime suspended
    - PCI/portdrv: Add runtime PM hooks for port service drivers
    - PCI: pciehp: Implement runtime PM callbacks
    - PCI/PME: Implement runtime PM callbacks
    - ACPI / property: Allow multiple property compatible _DSD entries
    - PCI / ACPI: Whitelist D3 for more PCIe hotplug ports
    - PCI: pciehp: Tolerate Presence Detect hardwired to zero
    - PCI: Simplify disconnected marking
    - PCI: pciehp: Differentiate between surprise and safe removal
    - PCI: pciehp: Drop unnecessary includes
    - PCI: pciehp: Drop hotplug_slot_ops wrappers
    - PCI: pciehp: Avoid implicit fallthroughs in switch statements
    - PCI: pciehp: Fix hot-add vs powerfault detection order
    - PCI: Remove unnecessary messages for memory allocation failures
    - PCI: pciehp: Unify controller and slot structs
    - powerpc/pseries: Add Initialization of VF Bars
    - PCI: Fix is_added/is_busmaster race condition
    - xhci: Add Intel extended cap / otg phy mux handling
    - xhci: Allow more than 32 quirks
    - xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers
    - xhci-pci: allow host runtime PM as default for Intel Alpine and Titan Ridge
    - thunderbolt: Initialize after IOMMUs
    - ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not
      bridge
    - usb: Don't die twice if PCI xhci host is not responding in resume
    - thunderbolt: Do not handle ICM events after domain is stopped
    - xhci: refactor xhci_urb_enqueue a bit with minor changes
    - xhci: Clear the host side toggle manually when endpoint is soft reset
    - xhci: add helper to allocate command with input context
    - xhci: remove unnecessary boolean parameter from xhci_alloc_command
    - PCI: pciehp: Add quirk for Command Completed errata
    - PCI: Add vendor ID for Cadence
    - PCI: Add Qualcomm vendor ID
    - PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer support
    - PCI: Handle FLR failure and allow other reset types
    - PCI: Remove redundant probes for device reset support
    - PCI: Protect restore with device lock to be consistent
    - PCI: Make specifying PCI devices in kernel parameters reusable
    - PCI: Allow specifying devices using a base bus and path of devfns
    - PCI: Rename pci_flr_wait() to pci_dev_wait() and make it generic
    - PCI / PM: Do not clear state_saved for devices that remain suspended
    - PM: i2c-designware-platdrv: Use DPM_FLAG_SMART_PREPARE
    - PM: i2c-designware-platdrv: Optimize power management
    - PM / mfd: intel-lpss: Use DPM_FLAG_SMART_SUSPEND
    - PCI: Make pci_wakeup_bus() & pci_bus_set_current_state() public
    - PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM
    - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
    - PCI: Remove messages about reassigning resources
    - ixgbe: Report PCIe link properties with pcie_print_link_status()
    - PCI: Add a return type for pci_reset_bridge_secondary_bus()
    - PCI: Add pcie_get_speed_cap() to find max supported link speed
    - PCI: Add pcie_get_width_cap() to find max supported link width
    - PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidth
    - PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driver
    - PCI/PM: Clear PCIe PME Status bit for Root Complex Event Collectors
    - PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>
    - PCI/AER: Use cached AER Capability offset
    - PCI: shpchp: Convert SHPC to be builtin only
    - PCI: shpchp: Use dev_printk() for OSHP-related messages
    - PCI: Add pcie_bandwidth_available() to compute bandwidth available to device
    - PCI: Add pcie_print_link_status() to log link speed and whether it's limited
    - PCI: Add "PCIe" to pcie_print_link_status() messages
    - PCI: Add "pci=noats" boot parameter
    - PCI: Make pci_get_new_domain_nr() static
    - PCI / PM: Clean up outdated comments in pci_target_state()
    - bnx2x: Report PCIe link properties with pcie_print_link_status()
    - net/mlx4_core: Report PCIe link properties with pcie_print_link_status()
    - bnxt_en: Report PCIe link properties with pcie_print_link_status()
    - cxgb4: Report PCIe link properties with pcie_print_link_status()
    - fm10k: Report PCIe link properties with pcie_print_link_status()
    - net/mlx5e: Use pcie_bandwidth_available() to compute bandwidth
    - PCI: Remove unused pcie_get_minimum_link()
    - PCI: Wait for device to become ready after a power management reset
    - PCI: Wait for device to become ready after secondary bus reset
    - PCI: shpchp: Manage SHPC unconditionally on non-ACPI systems
    - PCI: shpchp: Separate existence of SHPC and permission to use it
    - driver core: Don't ignore class_dir_create_and_add() failure.
    - Merge branch 'tbt_rtd3' into oem-next
    - [Config] update configs and oem.modules changed from tbt_rtd3

Date: Wed, 31 Oct 2018 17:32:19 +0800
Changed-By: Chia-Lin Kao (AceLan) <acelan.kao at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-027.buildd>

-------------- next part --------------
Format: 1.8
Date: Wed, 31 Oct 2018 17:32:19 +0800
Source: linux-oem
Binary: linux-oem-headers-4.15.0-1026 linux-oem-tools-4.15.0-1026 linux-image-unsigned-4.15.0-1026-oem linux-modules-4.15.0-1026-oem linux-headers-4.15.0-1026-oem linux-image-unsigned-4.15.0-1026-oem-dbgsym linux-tools-4.15.0-1026-oem linux-udebs-oem kernel-image-4.15.0-1026-oem-di fat-modules-4.15.0-1026-oem-di fb-modules-4.15.0-1026-oem-di firewire-core-modules-4.15.0-1026-oem-di floppy-modules-4.15.0-1026-oem-di fs-core-modules-4.15.0-1026-oem-di fs-secondary-modules-4.15.0-1026-oem-di input-modules-4.15.0-1026-oem-di irda-modules-4.15.0-1026-oem-di md-modules-4.15.0-1026-oem-di nic-modules-4.15.0-1026-oem-di nic-pcmcia-modules-4.15.0-1026-oem-di nic-usb-modules-4.15.0-1026-oem-di nic-shared-modules-4.15.0-1026-oem-di parport-modules-4.15.0-1026-oem-di pata-modules-4.15.0-1026-oem-di pcmcia-modules-4.15.0-1026-oem-di pcmcia-storage-modules-4.15.0-1026-oem-di plip-modules-4.15.0-1026-oem-di ppp-modules-4.15.0-1026-oem-di sata-modules-4.15.0-1026-oem-di
 scsi-modules-4.15.0-1026-oem-di serial-modules-4.15.0-1026-oem-di storage-core-modules-4.15.0-1026-oem-di usb-modules-4.15.0-1026-oem-di nfs-modules-4.15.0-1026-oem-di block-modules-4.15.0-1026-oem-di message-modules-4.15.0-1026-oem-di crypto-modules-4.15.0-1026-oem-di virtio-modules-4.15.0-1026-oem-di mouse-modules-4.15.0-1026-oem-di vlan-modules-4.15.0-1026-oem-di ipmi-modules-4.15.0-1026-oem-di
 multipath-modules-4.15.0-1026-oem-di
Architecture: amd64 all amd64_translations
Version: 4.15.0-1026.31
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-027.buildd>
Changed-By: Chia-Lin Kao (AceLan) <acelan.kao at canonical.com>
Description:
 block-modules-4.15.0-1026-oem-di - Block storage devices (udeb)
 crypto-modules-4.15.0-1026-oem-di - crypto modules (udeb)
 fat-modules-4.15.0-1026-oem-di - FAT filesystem support (udeb)
 fb-modules-4.15.0-1026-oem-di - Framebuffer modules (udeb)
 firewire-core-modules-4.15.0-1026-oem-di - Firewire (IEEE-1394) Support (udeb)
 floppy-modules-4.15.0-1026-oem-di - Floppy driver support (udeb)
 fs-core-modules-4.15.0-1026-oem-di - Base filesystem modules (udeb)
 fs-secondary-modules-4.15.0-1026-oem-di - Extra filesystem modules (udeb)
 input-modules-4.15.0-1026-oem-di - Support for various input methods (udeb)
 ipmi-modules-4.15.0-1026-oem-di - ipmi modules (udeb)
 irda-modules-4.15.0-1026-oem-di - Support for Infrared protocols (udeb)
 kernel-image-4.15.0-1026-oem-di - kernel image and system map (udeb)
 linux-headers-4.15.0-1026-oem - Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-1026-oem - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-1026-oem-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
 linux-modules-4.15.0-1026-oem - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-oem-headers-4.15.0-1026 - Header files related to Linux kernel version 4.15.0
 linux-oem-tools-4.15.0-1026 - Linux kernel version specific tools for version 4.15.0-1026
 linux-tools-4.15.0-1026-oem - Linux kernel version specific tools for version 4.15.0-1026
 linux-udebs-oem - Metapackage depending on kernel udebs (udeb)
 md-modules-4.15.0-1026-oem-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-4.15.0-1026-oem-di - Fusion and i2o storage modules (udeb)
 mouse-modules-4.15.0-1026-oem-di - Mouse support (udeb)
 multipath-modules-4.15.0-1026-oem-di - DM-Multipath support (udeb)
 nfs-modules-4.15.0-1026-oem-di - NFS filesystem drivers (udeb)
 nic-modules-4.15.0-1026-oem-di - Network interface support (udeb)
 nic-pcmcia-modules-4.15.0-1026-oem-di - PCMCIA network interface support (udeb)
 nic-shared-modules-4.15.0-1026-oem-di - nic shared modules (udeb)
 nic-usb-modules-4.15.0-1026-oem-di - USB network interface support (udeb)
 parport-modules-4.15.0-1026-oem-di - Parallel port support (udeb)
 pata-modules-4.15.0-1026-oem-di - PATA support modules (udeb)
 pcmcia-modules-4.15.0-1026-oem-di - PCMCIA Modules (udeb)
 pcmcia-storage-modules-4.15.0-1026-oem-di - PCMCIA storage support (udeb)
 plip-modules-4.15.0-1026-oem-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-4.15.0-1026-oem-di - PPP (serial port) networking support (udeb)
 sata-modules-4.15.0-1026-oem-di - SATA storage support (udeb)
 scsi-modules-4.15.0-1026-oem-di - SCSI storage support (udeb)
 serial-modules-4.15.0-1026-oem-di - Serial port support (udeb)
 storage-core-modules-4.15.0-1026-oem-di - Core storage support (udeb)
 usb-modules-4.15.0-1026-oem-di - Core USB support (udeb)
 virtio-modules-4.15.0-1026-oem-di - VirtIO Modules (udeb)
 vlan-modules-4.15.0-1026-oem-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1800770 1800788
Changes:
 linux-oem (4.15.0-1026.31) bionic; urgency=medium
 .
   * linux-oem: 4.15.0-1026.31 -proposed tracker (LP: #1800788)
 .
   * Thunderbolt runtime D3 and PCIe D3 Cold support (LP: #1800770)
     - ACPI / hotplug / PCI: Don't scan bridges managed by native hotplug
     - ACPI / hotplug / PCI: Mark stale PCI devices disconnected
     - ACPI / hotplug / PCI: Drop unnecessary parentheses
     - PCI: Account for all bridges on bus when distributing bus numbers
     - PCI: Move resource distribution for single bridge outside loop
     - PCI: Improve pci_scan_bridge() and pci_scan_bridge_extend() doc
     - ACPICA: Recognize the Windows 10 version 1607 and 1703 OSI strings
     - ACPICA: Recognize the _OSI string "Windows 2017.2"
     - PCI: Do not skip power-managed bridges in pci_enable_wake()
     - PCI / ACPI: Enable wake automatically for power managed bridges
     - PCI: pciehp: Fix use-after-free on unplug
     - PCI: hotplug: Drop checking of PCI_BRIDGE_CONTROL in *_unconfigure_device()
     - PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
     - PCI: pciehp: Declare pciehp_unconfigure_device() void
     - PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on
       resume
     - PCI: pciehp: Document struct slot and struct controller
     - PCI: hotplug: Don't leak pci_slot on registration failure
     - PCI: pciehp: Fix unprotected list iteration in IRQ handler
     - PCI: pciehp: Drop unnecessary NULL pointer check
     - PCI: pciehp: Convert to threaded IRQ
     - PCI: pciehp: Convert to threaded polling
     - PCI: pciehp: Stop blinking on slot enable failure
     - PCI: pciehp: Handle events synchronously
     - PCI: pciehp: Drop slot workqueue
     - PCI/hotplug: ppc: correct a php_slot usage after free
     - PCI: hotplug: Demidlayer registration with the core
     - PCI: pciehp: Publish to user space last on probe
     - PCI: pciehp: Track enable/disable status
     - PCI: pciehp: Enable/disable exclusively from IRQ thread
     - PCI: pciehp: Drop enable/disable lock
     - PCI: pciehp: Declare pciehp_enable/disable_slot() static
     - PCI: pciehp: Tolerate initially unstable link
     - PCI: pciehp: Become resilient to missed events
     - PCI: pciehp: Always enable occupied slot on probe
     - PCI: pciehp: Avoid slot access during reset
     - PCI: portdrv: Deduplicate PM callback iterator
     - PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/
     - PCI/portdrv: Merge pcieport_if.h into portdrv.h
     - PCI/PM: Move pcie_clear_root_pme_status() to core
     - PCI/portdrv: Remove pcie_port_bus_type link order dependency
     - PCI/portdrv: Disable port driver in compat mode
     - PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VC
     - PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameter
     - PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameter
     - PCI/portdrv: Encapsulate pcie_ports_auto inside the port driver
     - PCI: pciehp: Clear spurious events earlier on resume
     - PCI: pciehp: Obey compulsory command delay after resume
     - PCI: pciehp: Support interrupts sent from D3hot
     - PCI: pciehp: Resume to D0 on enable/disable
     - PCI: pciehp: Resume parent to D0 on config space access
     - PCI: sysfs: Resume to D0 on function reset
     - PCI: Whitelist native hotplug ports for runtime D3
     - PCI: Whitelist Thunderbolt ports for runtime D3
     - PCI: pciehp: Deduplicate presence check on probe & resume
     - PCI: pciehp: Disable hotplug interrupt during suspend
     - PCI: pciehp: Do not handle events if interrupts are masked
     - PCI: pciehp: Make pciehp_is_native() stricter
     - PCI: Clean up whitespace in linux/pci.h, pci/pci.h
     - PCI/portdrv: Simplify PCIe feature permission checking
     - PCI/AER: Handle ERR_FATAL with removal and re-enumeration of devices
     - PCI/AER: Rename error recovery interfaces to generic PCI naming
     - PCI/AER: Move pci_uevent_ers() out of pci.h
     - PCI/AER: Factor out error reporting to drivers/pci/pcie/err.c
     - PCI/portdrv: Rename and reverse sense of pcie_ports_auto
     - PCI: pciehp: Rename host->native_hotplug to host->native_pcie_hotplug
     - PCI: hotplug: Add hotplug_is_native()
     - PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flags
     - PCI: shpchp: Remove get_hp_hw_control_from_firmware() wrapper
     - PCI: shpchp: Rely on previous _OSC results
     - PCI: shpchp: Add shpchp_is_native()
     - PCI: Add wrappers for dev_printk()
     - PCI: pciehp: Request control of native hotplug only if supported
     - PCI: shpchp: Request SHPC control via _OSC when adding host bridge
     - PCI/DPC: Rename from pcie-dpc.c to dpc.c
     - PCI: Add generic pcie_wait_for_link() interface
     - PCI / PM: Use SMART_SUSPEND and LEAVE_SUSPENDED flags for PCIe ports
     - PCI/portdrv: Resume upon exit from system suspend if left runtime suspended
     - PCI/portdrv: Add runtime PM hooks for port service drivers
     - PCI: pciehp: Implement runtime PM callbacks
     - PCI/PME: Implement runtime PM callbacks
     - ACPI / property: Allow multiple property compatible _DSD entries
     - PCI / ACPI: Whitelist D3 for more PCIe hotplug ports
     - PCI: pciehp: Tolerate Presence Detect hardwired to zero
     - PCI: Simplify disconnected marking
     - PCI: pciehp: Differentiate between surprise and safe removal
     - PCI: pciehp: Drop unnecessary includes
     - PCI: pciehp: Drop hotplug_slot_ops wrappers
     - PCI: pciehp: Avoid implicit fallthroughs in switch statements
     - PCI: pciehp: Fix hot-add vs powerfault detection order
     - PCI: Remove unnecessary messages for memory allocation failures
     - PCI: pciehp: Unify controller and slot structs
     - powerpc/pseries: Add Initialization of VF Bars
     - PCI: Fix is_added/is_busmaster race condition
     - xhci: Add Intel extended cap / otg phy mux handling
     - xhci: Allow more than 32 quirks
     - xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers
     - xhci-pci: allow host runtime PM as default for Intel Alpine and Titan Ridge
     - thunderbolt: Initialize after IOMMUs
     - ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not
       bridge
     - usb: Don't die twice if PCI xhci host is not responding in resume
     - thunderbolt: Do not handle ICM events after domain is stopped
     - xhci: refactor xhci_urb_enqueue a bit with minor changes
     - xhci: Clear the host side toggle manually when endpoint is soft reset
     - xhci: add helper to allocate command with input context
     - xhci: remove unnecessary boolean parameter from xhci_alloc_command
     - PCI: pciehp: Add quirk for Command Completed errata
     - PCI: Add vendor ID for Cadence
     - PCI: Add Qualcomm vendor ID
     - PCI: Add "pci=disable_acs_redir=" parameter for peer-to-peer support
     - PCI: Handle FLR failure and allow other reset types
     - PCI: Remove redundant probes for device reset support
     - PCI: Protect restore with device lock to be consistent
     - PCI: Make specifying PCI devices in kernel parameters reusable
     - PCI: Allow specifying devices using a base bus and path of devfns
     - PCI: Rename pci_flr_wait() to pci_dev_wait() and make it generic
     - PCI / PM: Do not clear state_saved for devices that remain suspended
     - PM: i2c-designware-platdrv: Use DPM_FLAG_SMART_PREPARE
     - PM: i2c-designware-platdrv: Optimize power management
     - PM / mfd: intel-lpss: Use DPM_FLAG_SMART_SUSPEND
     - PCI: Make pci_wakeup_bus() & pci_bus_set_current_state() public
     - PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM
     - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
     - PCI: Remove messages about reassigning resources
     - ixgbe: Report PCIe link properties with pcie_print_link_status()
     - PCI: Add a return type for pci_reset_bridge_secondary_bus()
     - PCI: Add pcie_get_speed_cap() to find max supported link speed
     - PCI: Add pcie_get_width_cap() to find max supported link width
     - PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidth
     - PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driver
     - PCI/PM: Clear PCIe PME Status bit for Root Complex Event Collectors
     - PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>
     - PCI/AER: Use cached AER Capability offset
     - PCI: shpchp: Convert SHPC to be builtin only
     - PCI: shpchp: Use dev_printk() for OSHP-related messages
     - PCI: Add pcie_bandwidth_available() to compute bandwidth available to device
     - PCI: Add pcie_print_link_status() to log link speed and whether it's limited
     - PCI: Add "PCIe" to pcie_print_link_status() messages
     - PCI: Add "pci=noats" boot parameter
     - PCI: Make pci_get_new_domain_nr() static
     - PCI / PM: Clean up outdated comments in pci_target_state()
     - bnx2x: Report PCIe link properties with pcie_print_link_status()
     - net/mlx4_core: Report PCIe link properties with pcie_print_link_status()
     - bnxt_en: Report PCIe link properties with pcie_print_link_status()
     - cxgb4: Report PCIe link properties with pcie_print_link_status()
     - fm10k: Report PCIe link properties with pcie_print_link_status()
     - net/mlx5e: Use pcie_bandwidth_available() to compute bandwidth
     - PCI: Remove unused pcie_get_minimum_link()
     - PCI: Wait for device to become ready after a power management reset
     - PCI: Wait for device to become ready after secondary bus reset
     - PCI: shpchp: Manage SHPC unconditionally on non-ACPI systems
     - PCI: shpchp: Separate existence of SHPC and permission to use it
     - driver core: Don't ignore class_dir_create_and_add() failure.
     - Merge branch 'tbt_rtd3' into oem-next
     - [Config] update configs and oem.modules changed from tbt_rtd3
Checksums-Sha1:
 34ba70c3fe2ac3b8a3c7d74fd96126a812c23997 333316 block-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 bb70864a55ed451f63dcce30c32f70ffde8ec44f 320936 crypto-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 e0f8d62562c877f348daf8d18e79de856934fd5a 4336 fat-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 7121d306620767da44c17d5425bd98392f93c9ca 13736 fb-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 3688342d41ef6e5d41c41dfb1b06d479accb8df2 65256 firewire-core-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 5b186d24acc213cd171cba27df7638b82de1d63c 34860 floppy-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 49df59fe5327f105a71ad9975b6bd506698c2c26 1314576 fs-core-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 69e2f7a2e7b331f77d019c1c53315143f94abcfe 699896 fs-secondary-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 20c36a2f91e6cf1a9e54c74a2e0a671457dd50f7 429432 input-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 cb427a496f2db3fc2097b2102efc18dd6d3496e7 61520 ipmi-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 21f82318db1fb08870dc85f73146ebf92dd5e05b 225836 irda-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 6e7734a97e3f67f057b2b26c53c04615fe77c288 8897616 kernel-image-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 7ef87a064482103dfa7da9480f72de5affa18b5c 1119816 linux-headers-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 a455b25c4d441b92b4ddd2ffa5c47c306fdac9d0 781125936 linux-image-unsigned-4.15.0-1026-oem-dbgsym_4.15.0-1026.31_amd64.ddeb
 ee1dd156304ec2ed0154cb40f5c3cad091e21fef 7986792 linux-image-unsigned-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 2fdf1f3a30b0e9f24b4fe627c1ab33fd0fef7c42 45862944 linux-modules-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 ba320e538b43c66af96110b4ee2be85103d7a0e5 10985700 linux-oem-headers-4.15.0-1026_4.15.0-1026.31_all.deb
 1096f9100dce512f751dd004b1a3ed454d5401c2 4844812 linux-oem-tools-4.15.0-1026-dbgsym_4.15.0-1026.31_amd64.ddeb
 638fbd23fe1273fc3ad6911195ae75bdcb9b9328 1455112 linux-oem-tools-4.15.0-1026_4.15.0-1026.31_amd64.deb
 9b24a37b96d836c9e9ab9136d5787164f1cf2fa9 27781 linux-oem_4.15.0-1026.31_amd64.buildinfo
 a198ef3bb20f7a248b3f12bd3c6a33c55d9c5c0c 7962560 linux-oem_4.15.0-1026.31_amd64.tar.gz
 62f179ddbd677c871a563d667ab0a70cece0399a 33951 linux-oem_4.15.0-1026.31_amd64_translations.tar.gz
 4a35182b58717d90589e74dfd60b90bff993150d 1956 linux-tools-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 991eaaed32cc198e50b4b7a2abe97c2d8813b2f0 1020 linux-udebs-oem_4.15.0-1026.31_amd64.udeb
 cff3afeee9b6803c2c9c8a02e2b5fbeee832350e 284580 md-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 2c07ca51742c1910a62e54a86eff9ed3f45a920c 206860 message-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 f9c5ffc1f9b9ff97375092650e2716347b050e65 58796 mouse-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 7eee4db45957cc8fdf1f03a542b80105a6750545 18228 multipath-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 3332a135838b5738d518745f02c1f981829149d6 502572 nfs-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 1de99cbb805d7f6f0160f19258d2ca5ee61e4c2b 4433388 nic-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 58b6b27c7812ea16ca875cbe0b79740ca0ea3611 143604 nic-pcmcia-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 1d92517d7419d4c11c75353fea585fc0de4b92b0 542180 nic-shared-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 dd514876f82f5dd5d5310784970ff01e18187ad4 289912 nic-usb-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 ece61a5bd07ff7732797c58cb7575b49b73353f7 31664 parport-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 31064bfa417ba3bd76be6ff6a8133d932c2a8420 122860 pata-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 703cdf36b7ff9948b5cabdf29a0c78666c950d4a 63832 pcmcia-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 3036d8e33c0e52917c2af09bec07881a21800372 66832 pcmcia-storage-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 115b6f70174ca87533eda083cb4193b1270b073c 8752 plip-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 c39f68becf5b499024b96df2e0071deba1997f0f 25164 ppp-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 9873003257c99525cb0d5e08a788052871bb6155 95744 sata-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 3e5ec9b5646dae82e70be6789342d2fdc6742151 2451020 scsi-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 9aece81f728cc0e670f651409bbf8b05f0aa6394 91996 serial-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 4539a450bb9ae4587767237b1c31622bd3e7f36d 50208 storage-core-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 e05cc9094b47e7eb0b3c8d2b826b57b78b3b5ac6 140044 usb-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 699e289eac0bbf77bd70c519beb0b7c0e63ec4f0 112560 virtio-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 8eebce2b85eb329288bdf0e09cd6fcfa74871f18 25864 vlan-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
Checksums-Sha256:
 709c8024799c42f999f639674ce3610ef9e6709be6e4ba63202eb4b7f64257db 333316 block-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 926e61cf8987cee549eb8ddd0619f4240c1feea5e230402f96d73ac2abc19f1c 320936 crypto-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 6c08073eaab31627741d152d867f1c024137475cdd35f237b489bac03c9057d9 4336 fat-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 52da208ae3acc33407bdcc2a220c29e00904f263e7aa7bcd5925ff640f1db8f7 13736 fb-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 cbc8f7b588bba7f86401e62b808383a8ec416a6daaf76b0eca715b25b2a0fd11 65256 firewire-core-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 e28c173abb38800cbdfa0227853f296418405f207f8b9f35720271c203c73fac 34860 floppy-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 cbf0eb14a1b2c63f6015cdd3437044896c476718cee9bd5c9949618ac8c2c64a 1314576 fs-core-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 bae2d17cd38698efc7f5436b167c3181f210f10fbc5b3822b330a4bcda66a6aa 699896 fs-secondary-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 1ed4b40741971f37cce23552d616ee35e7025c064b952c9eb52d5e2fbdc38b40 429432 input-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 f6baa6d3652284b6264f55a37b6baa78f25a0785c8303a171c27ddfb6748592b 61520 ipmi-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 3006f16b9663a014a39a025746211ba3a2ad70f90de455039b87f1d40c1f3102 225836 irda-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 a16151a6c3a4e02cf8cc95e5f663aae42f0911cf93296ce0b8fdd49ba576d73e 8897616 kernel-image-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 9176b14ce735419a70d47d9960ea840cf6e9f2678c0353d73f031b834d95c443 1119816 linux-headers-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 b071afae9945739a41c92ff5c4872ea7035a47b805ec0ba7b5df6eea9dbdc483 781125936 linux-image-unsigned-4.15.0-1026-oem-dbgsym_4.15.0-1026.31_amd64.ddeb
 acba0c63dd5f9f2f7830874b8e12da7efb85b5b08196037b61d3dd5225dc9d07 7986792 linux-image-unsigned-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 4eee8f4620b212ec2113f44b1335f566cd3d6d7bd0ef02fec1e3ab563aba2684 45862944 linux-modules-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 bfed865561354ec18b5384232b7ec956c1ee214241e2c859e0df62836b4062e1 10985700 linux-oem-headers-4.15.0-1026_4.15.0-1026.31_all.deb
 fed3ca04603b6706b717d030fa254fdd6817956280b32d4a7843b170363b9b10 4844812 linux-oem-tools-4.15.0-1026-dbgsym_4.15.0-1026.31_amd64.ddeb
 2178177eac13c4d9cb2ab8dda2023ff21264f0877824678530683a91bcbdeaf2 1455112 linux-oem-tools-4.15.0-1026_4.15.0-1026.31_amd64.deb
 6a14a275f55d4ce33b6b065f6a2566654e0101c3d6925a33c6e622cadd380d56 27781 linux-oem_4.15.0-1026.31_amd64.buildinfo
 83becbde9a9d8a86fd064a98127caf7138af093666fbde7642fc2636faae1356 7962560 linux-oem_4.15.0-1026.31_amd64.tar.gz
 81f98d551049f14d157f5ec3c726affb33694a92e5e5fdcf61c87c179328af15 33951 linux-oem_4.15.0-1026.31_amd64_translations.tar.gz
 86676f1bd17046297f09dffda42d165778417336bd4b5a8ad9ba07a34bcf98af 1956 linux-tools-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 f3d78c5f909f5e7852bc919cdba6afa137280706eed69045e8a7629fc8ac41a5 1020 linux-udebs-oem_4.15.0-1026.31_amd64.udeb
 36e866d3bcc679615fe51b00ffd7dff899d228b9d68394e011c81ced1bc358fa 284580 md-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 0aef422f61495a80706f38e41e2937be15f78138e64c76ec6133a95715b5e6ff 206860 message-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 3247072db6b679a27ac3e44c3c06f49a8d54a488dca1ee56db98a0d1c725f04d 58796 mouse-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 36ec3a63a7ec2d3448ca47c1b3db6dde0c37b92e5b003c22bed75e91d167ef50 18228 multipath-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 fa8f12fb81a444740a430b80f8f6b117b6d4fdb2e80e4231f8c6b25641896f85 502572 nfs-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 0709af227c843af13e026849822684f1a3129aba1139e0efb888e9fd3b259149 4433388 nic-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 0d2361326d750cd6366a8fb866981c18682cce3d908216e9f26f583753531a5e 143604 nic-pcmcia-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 c6c854f66532b59b7898088957c5744a52661b2d50cbf9d5e2819e99ab19e517 542180 nic-shared-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 25f6cc8b5f6a8a6628be107728292e3719ee5db47e576120528a9799f281c51d 289912 nic-usb-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 9f1b1d93a5be3da1aeffa19015bc46110f99bb411163931ead5f39b191e91421 31664 parport-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 c7cd1c227ec6d1b4054122ca6863ffa4bfda7bc76204a68cbaab16b40d481c62 122860 pata-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 9b7b006bb9681f8033dbe95aa8615bf8e9b6a1211fb1acab096716b36d1cd007 63832 pcmcia-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 e20e3bef9ce2c610b0c34292f879e2abc057837ab70f38b92eb14653230a1b7a 66832 pcmcia-storage-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 a3e8a55876dbfbc6962ea37a00513bf5d57b22e1960ea557e561dbceab084925 8752 plip-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 88b5551644e2cf2ad681916f5b0ec69493efc201c8f6ad5d9fe55db23955a87a 25164 ppp-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 23c9cd9b9d931004c5146d683f8f3ca6bb77c2d69860ef1711966ade09cdeef6 95744 sata-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 64efdd2df5d1c0dabe79d13999f6cc644bfeca2a8356511d486c27847e7d52c6 2451020 scsi-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 daae6dcc053bf0243b99f9ed6ecb880e46122f9bb4fa13f4b7baa470e2c3c92d 91996 serial-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 c9a2310e188822206e20409d2368939cbd2de06e3befc8be369d346d315b2126 50208 storage-core-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 b75e9a2bd16c6f9b03a2bd8446c0227c7b6f08076b408ef050712f8d819e2d36 140044 usb-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 25f747c664797ce7434e2ef87b30603c6d7a013a72de773d3a0cdaada4f7867d 112560 virtio-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 46872f3aa3cc093bd08941de5082b89ca809db35024145c0b508bc5e09b4f72b 25864 vlan-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
Files:
 49263c11e2ee0efc15b77c1efe6cfbca 333316 debian-installer standard block-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 4325fa82d82724028570533aebf654a8 320936 debian-installer extra crypto-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 0b09e6517c41d37800b0ca714bf927ce 4336 debian-installer standard fat-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 e744b4557d8573df46b97ccff96e78b3 13736 debian-installer standard fb-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 6b179885238c827a83123eb7bff258b9 65256 debian-installer standard firewire-core-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 1a894c85313881f655be66104c476419 34860 debian-installer standard floppy-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 2a90fc56969fa462e96dafc5fefc1d67 1314576 debian-installer standard fs-core-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 db37326c52dc1e67ef2c8e9f428c2729 699896 debian-installer standard fs-secondary-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 a50f75772546f3e7698a54dfe18828b9 429432 debian-installer standard input-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 34e3eb2c973f5deb98a308a8aa9c14fb 61520 debian-installer standard ipmi-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 dce96616b29ed97c95a961fc62e5a356 225836 debian-installer standard irda-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 1eb4b7e366c64ebb3b29bd7944b22c5e 8897616 debian-installer optional kernel-image-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 da3caddcaeff24c6aba3ea9944c07ce9 1119816 devel optional linux-headers-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 988225741b928d4c12557d7d087573d8 781125936 devel optional linux-image-unsigned-4.15.0-1026-oem-dbgsym_4.15.0-1026.31_amd64.ddeb
 7731928e88b6c820329b68fac0d9da68 7986792 kernel optional linux-image-unsigned-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 772990ae468bc56062a7388bf4af6095 45862944 kernel optional linux-modules-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 b071f57b8016cc7e37950f15e489cd70 10985700 devel optional linux-oem-headers-4.15.0-1026_4.15.0-1026.31_all.deb
 56be8d9664d38c756e25b8aa22af3b4d 4844812 debug optional linux-oem-tools-4.15.0-1026-dbgsym_4.15.0-1026.31_amd64.ddeb
 ada9b31b4b322396a49fb8abd4a1ea40 1455112 devel optional linux-oem-tools-4.15.0-1026_4.15.0-1026.31_amd64.deb
 cca802ab91c1eb83dcfa29c63f33f86c 27781 devel optional linux-oem_4.15.0-1026.31_amd64.buildinfo
 c6e252f1e79b1688e954052c7cf3e704 7962560 raw-signing - linux-oem_4.15.0-1026.31_amd64.tar.gz
 90d6fa72537823f9b789e9b3110808ab 33951 raw-translations - linux-oem_4.15.0-1026.31_amd64_translations.tar.gz
 7a9d32010b37f9e3fac5a9389cc4bd21 1956 devel optional linux-tools-4.15.0-1026-oem_4.15.0-1026.31_amd64.deb
 cee664117be59c3adb6c2ad409340a60 1020 debian-installer optional linux-udebs-oem_4.15.0-1026.31_amd64.udeb
 6ee4b2a954e377f9f72b5ea78e47ae3c 284580 debian-installer standard md-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 6b2390ee6e84b90c4fd4c40def2cced8 206860 debian-installer standard message-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 d740e7f4ba47cc8e87f15e366bb741e6 58796 debian-installer extra mouse-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 ba422681b433d43506d2827eb5477654 18228 debian-installer extra multipath-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 338ed86434bae7e7d692f4ca72ffa120 502572 debian-installer standard nfs-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 801488467e523de3f126654798eda839 4433388 debian-installer standard nic-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 e8a504ac35101dbca9ef25bb3a12701d 143604 debian-installer standard nic-pcmcia-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 4585bc9dd6a107ff12288d897a9bd73f 542180 debian-installer standard nic-shared-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 dec6e1a759301621036d6abe8a199ad8 289912 debian-installer standard nic-usb-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 b4d5d55f4b839824273ff7d8887687a3 31664 debian-installer standard parport-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 a9f76661e90b467b87f781ec0bd2d5ff 122860 debian-installer standard pata-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 802c1c9c031d1068696ed64de509d6b4 63832 debian-installer standard pcmcia-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 88818a18b30b07c70b2ee04704819e80 66832 debian-installer standard pcmcia-storage-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 f53da8c9a6fc16b9767a30be5c732c32 8752 debian-installer standard plip-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 7c2bd8e5bac5cc9d7cd0643755756ae1 25164 debian-installer standard ppp-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 6ba26580c42566b74f57b9e0d268ccab 95744 debian-installer standard sata-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 dca49d48ef63ce72bc34de9600c8b394 2451020 debian-installer standard scsi-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 2b6251d380bb9eac2915b28166110e1b 91996 debian-installer standard serial-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 88a08339ea77ea1064517fd05a92dea0 50208 debian-installer standard storage-core-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 ac1b9af36ec242fd0b557f8b295e562e 140044 debian-installer standard usb-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 a9335295e22e9329d921e8016193df22 112560 debian-installer standard virtio-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
 ea2712bdd663949d6d1c53b3ce7b6289 25864 debian-installer extra vlan-modules-4.15.0-1026-oem-di_4.15.0-1026.31_amd64.udeb
Package-Type: udeb


More information about the Cosmic-changes mailing list