[ubuntu/bionic-proposed] linux-hwe_5.3.0-25.27~18.04.1_amd64.tar.gz - (Accepted)

Kleber Sacilotto de Souza kleber.souza at canonical.com
Tue Dec 10 14:26:55 UTC 2019


linux-hwe (5.3.0-25.27~18.04.1) bionic; urgency=medium

  * bionic/linux-hwe: 5.3.0-25.27~18.04.1 -proposed tracker (LP: #1855309)

  [ Ubuntu: 5.3.0-25.27 ]

  * eoan/linux: 5.3.0-25.27 -proposed tracker (LP: #1854762)
  * CVE-2019-14901
    - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()
  * CVE-2019-14896 // CVE-2019-14897
    - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor
  * CVE-2019-14895
    - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie()
  * [CML] New device id's for CMP-H (LP: #1846335)
    - mmc: sdhci-pci: Add another Id for Intel CML
    - i2c: i801: Add support for Intel Comet Lake PCH-H
    - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash
    - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
  * i915: Display flickers (monitor loses signal briefly) during "flickerfree"
    boot, while showing the BIOS logo on a black background (LP: #1836858)
    - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
  * Please add patch fixing RK818 ID detection (LP: #1853192)
    - SAUCE: mfd: rk808: Fix RK818 ID template
  * Kernel build log filled with "/bin/bash: line 5: warning: command
    substitution: ignored null byte in input" (LP: #1853843)
    - [Debian] Fix warnings when checking for modules signatures
  * Lenovo dock MAC Address pass through doesn't work in Ubuntu  (LP: #1827961)
    - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2
  * Dell XPS 13 9350/9360 headphone audio hiss (LP: #1654448) // [XPS 13 9360,
    Realtek ALC3246, Black Headphone Out, Front] High noise floor (LP: #1845810)
    - ALSA: hda/realtek: Reduce the Headphone static noise on XPS 9350/9360
  * no HDMI video output since GDM greeter after linux-oem-osp1 version
    5.0.0-1026 (LP: #1852386)
    - drm/i915: Add new CNL PCH ID seen on a CML platform
    - SAUCE: drm/i915: Fix detection for a CMP-V PCH
  * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer
    works on Dell Venue 11 Pro 7140 (LP: #1846539)
    - [Config] Drop snd-sof-intel-bdw build
    - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy
      driver
  * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2
    (LP: #1847451)
    - SAUCE: tools/power turbostat: Add Cometlake support
  * External microphone can't work on some dell machines with the codec alc256
    or alc236 (LP: #1853791)
    - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table
    - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table
  * Memory leak in net/xfrm/xfrm_state.c - 8 pages per ipsec connection
    (LP: #1853197)
    - xfrm: Fix memleak on xfrm state destroy
  * CVE-2019-18660: patches for Ubuntu (LP: #1853142) // CVE-2019-18660
    - powerpc/64s: support nospectre_v2 cmdline option
    - powerpc/book3s64: Fix link stack flush on context switch
    - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
  * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721)
    - HID: i2c-hid: fix no irq after reset on raydium 3118
  * Make Goodix I2C touchpads work (LP: #1853842)
    - HID: i2c-hid: Remove runtime power management
    - HID: i2c-hid: Send power-on command after reset
  * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
    - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390
      2-in-1"
    - lib: devres: add a helper function for ioremap_uc
    - mfd: intel-lpss: Use devm_ioremap_uc for MMIO
  * CVE-2019-19055
    - nl80211: fix memory leak in nl80211_get_ftm_responder_stats
  * CML: perf enabling for core (LP: #1848978)
    - perf/x86/intel: Add Comet Lake CPU support
    - perf/x86/msr: Add Comet Lake CPU support
    - perf/x86/cstate: Add Comet Lake CPU support
    - perf/x86/msr: Add new CPU model numbers for Ice Lake
    - perf/x86/cstate: Update C-state counters for Ice Lake
  * Boot hangs after "Loading initial ramdisk ..."  (LP: #1852586)
    - SAUCE: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for
      interrupts"
    - SAUCE: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"
  * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2
    (LP: #1847454)
    - powercap/intel_rapl: add support for CometLake Mobile
    - powercap/intel_rapl: add support for Cometlake desktop
  * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2
    (LP: #1847450)
    - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support
      to intel_pmc_core driver
  * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180)
    - net: ena: add intr_moder_rx_interval to struct ena_com_dev and use it
    - net: ena: switch to dim algorithm for rx adaptive interrupt moderation
    - net: ena: reimplement set/get_coalesce()
    - net: ena: enable the interrupt_moderation in driver_supported_features
    - net: ena: remove code duplication in
      ena_com_update_nonadaptive_moderation_interval _*()
    - net: ena: remove old adaptive interrupt moderation code from ena_netdev
    - net: ena: remove ena_restore_ethtool_params() and relevant fields
    - net: ena: remove all old adaptive rx interrupt moderation code from ena_com
    - net: ena: fix update of interrupt moderation register
    - net: ena: fix retrieval of nonadaptive interrupt moderation intervals
    - net: ena: fix incorrect update of intr_delay_resolution
    - net: ena: Select DIMLIB for ENA_ETHERNET
    - SAUCE: net: ena: fix issues in setting interrupt moderation params in
      ethtool
    - SAUCE: net: ena: fix too long default tx interrupt moderation interval
  * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222)
    - [Config] Enable ROCKCHIP support for arm64
  * remount of multilower moved pivoted-root overlayfs root, results in I/O
    errors on some modified files (LP: #1824407)
    - SAUCE: ovl: fix lookup failure on multi lower squashfs
  * Eoan update: 5.3.13 upstream stable release (LP: #1853882)
    - net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
    - block, bfq: deschedule empty bfq_queues not referred by any process
    - mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
    - mm/memory_hotplug: fix updating the node span
    - arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault
    - fbdev: Ditch fb_edid_add_monspecs
    - Linux 5.3.13
  * Eoan update: 5.3.12 upstream stable release (LP: #1853475)
    - scsi: core: Handle drivers which set sg_tablesize to zero
    - ax88172a: fix information leak on short answers
    - devlink: disallow reload operation during device cleanup
    - ipmr: Fix skb headroom in ipmr_get_route().
    - mlxsw: core: Enable devlink reload only on probe
    - net: gemini: add missed free_netdev
    - net/smc: fix fastopen for non-blocking connect()
    - net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modules
    - slip: Fix memory leak in slip_open error path
    - tcp: remove redundant new line from tcp_event_sk_skb
    - dpaa2-eth: free already allocated channels on probe defer
    - devlink: Add method for time-stamp on reporter's dump
    - net/smc: fix refcount non-blocking connect() -part 2
    - ALSA: usb-audio: Fix missing error check at mixer resolution test
    - ALSA: usb-audio: not submit urb for stopped endpoint
    - ALSA: usb-audio: Fix incorrect NULL check in create_yamaha_midi_quirk()
    - ALSA: usb-audio: Fix incorrect size check for processing/extension units
    - Btrfs: fix log context list corruption after rename exchange operation
    - cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in
      ptrace_stop()
    - Input: ff-memless - kill timer in destroy()
    - Input: synaptics-rmi4 - fix video buffer size
    - Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driver
    - Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)
    - Input: synaptics-rmi4 - clear IRQ enables for F54
    - Input: synaptics-rmi4 - destroy F54 poller workqueue when removing
    - KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
    - IB/hfi1: Ensure r_tid_ack is valid before building TID RDMA ACK packet
    - IB/hfi1: Calculate flow weight based on QP MTU for TID RDMA
    - IB/hfi1: TID RDMA WRITE should not return IB_WC_RNR_RETRY_EXC_ERR
    - IB/hfi1: Ensure full Gen3 speed in a Gen4 system
    - IB/hfi1: Use a common pad buffer for 9B and 16B packets
    - i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present
    - SAUCE: Revert "UBUNTU: SAUCE: x86/intel: Disable HPET on Intel Coffe Lake
      platforms"
    - x86/quirks: Disable HPET on Intel Coffe Lake platforms
    - ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
    - ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
    - io_uring: ensure registered buffer import returns the IO length
    - drm/i915: update rawclk also on resume
    - Revert "drm/i915/ehl: Update MOCS table for EHL"
    - ntp/y2038: Remove incorrect time_t truncation
    - net: ethernet: dwmac-sun8i: Use the correct function in exit path
    - iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macros
    - mm: mempolicy: fix the wrong return value and potential pages leak of mbind
    - mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
    - mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()
    - mm: slub: really fix slab walking for init_on_free
    - mm/memory_hotplug: fix try_offline_node()
    - mm/page_io.c: do not free shared swap slots
    - mmc: sdhci-of-at91: fix quirk2 overwrite
    - slcan: Fix memory leak in error path
    - Linux 5.3.12
  * Eoan update: 5.3.11 upstream stable release (LP: #1852338)
    - bonding: fix state transition issue in link monitoring
    - CDC-NCM: handle incomplete transfer of MTU
    - ipv4: Fix table id reference in fib_sync_down_addr
    - net: ethernet: octeon_mgmt: Account for second possible VLAN header
    - net: fix data-race in neigh_event_send()
    - net: qualcomm: rmnet: Fix potential UAF when unregistering
    - net/tls: fix sk_msg trim on fallback to copy mode
    - net: usb: qmi_wwan: add support for DW5821e with eSIM support
    - NFC: fdp: fix incorrect free object
    - nfc: netlink: fix double device reference drop
    - NFC: st21nfca: fix double free
    - qede: fix NULL pointer deref in __qede_remove()
    - net: mscc: ocelot: don't handle netdev events for other netdevs
    - net: mscc: ocelot: fix NULL pointer on LAG slave removal
    - net/tls: don't pay attention to sk_write_pending when pushing partial
      records
    - net/tls: add a TX lock
    - selftests/tls: add test for concurrent recv and send
    - ipv6: fixes rt6_probe() and fib6_nh->last_probe init
    - net: hns: Fix the stray netpoll locks causing deadlock in NAPI path
    - net: prevent load/store tearing on sk->sk_stamp
    - net: sched: prevent duplicate flower rules from tcf_proto destroy race
    - net/smc: fix ethernet interface refcounting
    - vsock/virtio: fix sock refcnt holding during the shutdown
    - r8169: fix page read in r8168g_mdio_read
    - ALSA: timer: Fix incorrectly assigned timer instance
    - ALSA: bebob: fix to detect configured source of sampling clock for Focusrite
      Saffire Pro i/o series
    - ALSA: hda/ca0132 - Fix possible workqueue stall
    - mm: memcontrol: fix NULL-ptr deref in percpu stats flush
    - mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges
    - mm, meminit: recalculate pcpu batch and high limits after init completes
    - mm: thp: handle page cache THP correctly in PageTransCompoundMap
    - mm, vmstat: hide /proc/pagetypeinfo from normal users
    - dump_stack: avoid the livelock of the dump_lock
    - mm: slab: make page_cgroup_ino() to recognize non-compound slab pages
      properly
    - btrfs: Consider system chunk array size for new SYSTEM chunks
    - btrfs: tree-checker: Fix wrong check on max devid
    - btrfs: save i_size to avoid double evaluation of i_size_read in
      compress_file_range
    - tools: gpio: Use !building_out_of_srctree to determine srctree
    - pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
    - perf tools: Fix time sorting
    - perf map: Use zalloc for map_groups
    - drm/radeon: fix si_enable_smc_cac() failed issue
    - HID: wacom: generic: Treat serial number and related fields as unsigned
    - mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
    - soundwire: depend on ACPI
    - soundwire: depend on ACPI || OF
    - soundwire: bus: set initial value to port_status
    - blkcg: make blkcg_print_stat() print stats only for online blkgs
    - arm64: Do not mask out PTE_RDONLY in pte_same()
    - ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
    - ceph: fix use-after-free in __ceph_remove_cap()
    - ceph: fix RCU case handling in ceph_d_revalidate()
    - ceph: add missing check in d_revalidate snapdir handling
    - ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open
    - ceph: don't allow copy_file_range when stripe_count != 1
    - iio: adc: stm32-adc: fix stopping dma
    - iio: imu: adis16480: make sure provided frequency is positive
    - iio: imu: inv_mpu6050: fix no data on MPU6050
    - iio: srf04: fix wrong limitation in distance measuring
    - ARM: sunxi: Fix CPU powerdown on A83T
    - ARM: dts: imx6-logicpd: Re-enable SNVS power key
    - cpufreq: intel_pstate: Fix invalid EPB setting
    - clone3: validate stack arguments
    - netfilter: nf_tables: Align nft_expr private data to 64-bit
    - netfilter: ipset: Fix an error code in ip_set_sockfn_get()
    - intel_th: gth: Fix the window switching sequence
    - intel_th: pci: Add Comet Lake PCH support
    - intel_th: pci: Add Jasper Lake PCH support
    - x86/dumpstack/64: Don't evaluate exception stacks before setup
    - x86/apic/32: Avoid bogus LDR warnings
    - SMB3: Fix persistent handles reconnect
    - can: usb_8dev: fix use-after-free on disconnect
    - can: flexcan: disable completely the ECC mechanism
    - can: c_can: c_can_poll(): only read status register after status IRQ
    - can: peak_usb: fix a potential out-of-sync while decoding packets
    - can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid
      skb mem leak
    - can: gs_usb: gs_can_open(): prevent memory leak
    - can: dev: add missing of_node_put() after calling of_get_child_by_name()
    - can: mcba_usb: fix use-after-free on disconnect
    - can: peak_usb: fix slab info leak
    - configfs: fix a deadlock in configfs_symlink()
    - ALSA: usb-audio: More validations of descriptor units
    - ALSA: usb-audio: Simplify parse_audio_unit()
    - ALSA: usb-audio: Unify the release of usb_mixer_elem_info objects
    - ALSA: usb-audio: Remove superfluous bLength checks
    - ALSA: usb-audio: Clean up check_input_term()
    - ALSA: usb-audio: Fix possible NULL dereference at create_yamaha_midi_quirk()
    - ALSA: usb-audio: remove some dead code
    - ALSA: usb-audio: Fix copy&paste error in the validator
    - usbip: Implement SG support to vhci-hcd and stub driver
    - HID: google: add magnemite/masterball USB ids
    - dmaengine: sprd: Fix the link-list pointer register configuration issue
    - bpf: lwtunnel: Fix reroute supplying invalid dst
    - dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
    - dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_config
    - dmaengine: sprd: Fix the possible memory leak issue
    - HID: intel-ish-hid: fix wrong error handling in ishtp_cl_alloc_tx_ring()
    - powerpc/32s: fix allow/prevent_user_access() when crossing segment
      boundaries.
    - RDMA/mlx5: Clear old rate limit when closing QP
    - iw_cxgb4: fix ECN check on the passive accept
    - RDMA/siw: free siw_base_qp in kref release routine
    - RDMA/qedr: Fix reported firmware version
    - IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
    - net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flow
    - net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flow
    - net/mlx5e: TX, Fix consumer index of error cqe dump
    - net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
    - net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
    - selftests/bpf: More compatible nc options in test_tc_edt
    - scsi: qla2xxx: fixup incorrect usage of host_byte
    - scsi: lpfc: Check queue pointer before use
    - scsi: ufs-bsg: Wake the device before sending raw upiu commands
    - ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
    - RDMA/uverbs: Prevent potential underflow
    - bpf: Fix use after free in subprog's jited symbol removal
    - net: stmmac: Fix the problem of tso_xmit
    - net: openvswitch: free vport unless register_netdevice() succeeds
    - scsi: lpfc: Honor module parameter lpfc_use_adisc
    - scsi: qla2xxx: Initialized mailbox to prevent driver load failure
    - bpf: Fix use after free in bpf_get_prog_name
    - iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
    - iwlwifi: pcie: fix all 9460 entries for qnj
    - iwlwifi: pcie: 0x2720 is qu and 0x30DC is not
    - netfilter: nf_flow_table: set timeout before insertion into hashes
    - drm/v3d: Fix memory leak in v3d_submit_cl_ioctl
    - xsk: Fix registration of Rx-only sockets
    - net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
    - ipvs: don't ignore errors in case refcounting ip_vs module fails
    - ipvs: move old_secure_tcp into struct netns_ipvs
    - netfilter: nft_payload: fix missing check for matching length in offloads
    - RDMA/nldev: Skip counter if port doesn't match
    - bonding: fix unexpected IFF_BONDING bit unset
    - bonding: use dynamic lockdep key instead of subclass
    - macsec: fix refcnt leak in module exit routine
    - virt_wifi: fix refcnt leak in module exit routine
    - scsi: sd: define variable dif as unsigned int instead of bool
    - usb: dwc3: select CONFIG_REGMAP_MMIO
    - usb: fsl: Check memory resource before releasing it
    - usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.
    - usb: gadget: composite: Fix possible double free memory bug
    - usb: dwc3: pci: prevent memory leak in dwc3_pci_probe
    - usb: gadget: configfs: fix concurrent issue between composite APIs
    - usb: dwc3: remove the call trace of USBx_GFLADJ
    - perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise
      RIP validity
    - perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)
    - perf/x86/uncore: Fix event group support
    - USB: Skip endpoints with 0 maxpacket length
    - USB: ldusb: use unsigned size format specifiers
    - usbip: tools: Fix read_usb_vudc_device() error path handling
    - RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
    - RDMA/hns: Prevent memory leaks of eq->buf_list
    - hwmon: (ina3221) Fix read timeout issue
    - scsi: qla2xxx: stop timer in shutdown path
    - sched/topology: Don't try to build empty sched domains
    - sched/topology: Allow sched_asym_cpucapacity to be disabled
    - nvme-multipath: fix possible io hang after ctrl reconnect
    - fjes: Handle workqueue allocation failure
    - net: hisilicon: Fix "Trying to free already-free IRQ"
    - wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
    - net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link
      is up
    - net: mscc: ocelot: refuse to overwrite the port's native vlan
    - iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire A315-41
    - mt76: dma: fix buffer unmap with non-linear skbs
    - drm/amdgpu/sdma5: do not execute 0-sized IBs (v2)
    - drm/sched: Set error to s_fence if HW job submission failed.
    - drm/amdgpu: If amdgpu_ib_schedule fails return back the error.
    - drm/amd/display: do not synchronize "drr" displays
    - drm/amd/display: add 50us buffer as WA for pstate switch in active
    - drm/amd/display: Passive DP->HDMI dongle detection fix
    - dc.c:use kzalloc without test
    - SUNRPC: The TCP back channel mustn't disappear while requests are
      outstanding
    - SUNRPC: The RDMA back channel mustn't disappear while requests are
      outstanding
    - SUNRPC: Destroy the back channel when we destroy the host transport
    - hv_netvsc: Fix error handling in netvsc_attach()
    - efi/tpm: Return -EINVAL when determining tpm final events log size fails
    - efi: libstub/arm: Account for firmware reserved memory at the base of RAM
    - x86, efi: Never relocate kernel below lowest acceptable address
    - arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
    - usb: dwc3: gadget: fix race when disabling ep with cancelled xfers
    - arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
    - arm64: Brahma-B53 is SSB and spectre v2 safe
    - arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
    - NFSv4: Don't allow a cached open with a revoked delegation
    - net: ethernet: arc: add the missed clk_disable_unprepare
    - igb: Fix constant media auto sense switching when no cable is connected
    - e1000: fix memory leaks
    - gve: Fixes DMA synchronization.
    - ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
    - pinctrl: cherryview: Fix irq_valid_mask calculation
    - clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
    - timekeeping/vsyscall: Update VDSO data unconditionally
    - mm/filemap.c: don't initiate writeback if mapping has no dirty pages
    - cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is
      dead
    - ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1
    - ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
    - usbip: Fix free of unallocated memory in vhci tx
    - bonding: fix using uninitialized mode_lock
    - netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 sets
    - arm64: errata: Update stale comment
    - net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run
    - SAUCE: Revert "UBUNTU: SAUCE: kvm: x86: mmu: Recovery of shattered NX large
      pages"
    - SAUCE: Revert "UBUNTU: SAUCE: kvm: Add helper function for creating VM
      worker threads"
    - SAUCE: Revert "UBUNTU: SAUCE: kvm: mmu: ITLB_MULTIHIT mitigation"
    - SAUCE: Revert "kvm: x86, powerpc: do not allow clearing largepages debugfs
      entry"
    - SAUCE: Revert "UBUNTU: SAUCE: cpu/speculation: Uninline and export CPU
      mitigations helpers"
    - SAUCE: Revert "UBUNTU: SAUCE: x86: Add ITLB_MULTIHIT bug infrastructure"
    - SAUCE: Revert "x86/tsx: Add config options to set tsx=on|off|auto"
    - SAUCE: Revert "x86/speculation/taa: Add documentation for TSX Async Abort"
    - SAUCE: Revert "x86/tsx: Add "auto" option to the tsx= cmdline parameter"
    - SAUCE: Revert "kvm/x86: Export MDS_NO=0 to guests when TSX is enabled"
    - SAUCE: Revert "x86/speculation/taa: Add sysfs reporting for TSX Async Abort"
    - SAUCE: Revert "x86/speculation/taa: Add mitigation for TSX Async Abort"
    - SAUCE: Revert "x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
      default"
    - SAUCE: Revert "x86/cpu: Add a helper function x86_read_arch_cap_msr()"
    - SAUCE: Revert "x86/msr: Add the IA32_TSX_CTRL MSR"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Fix jump whitelist
      clearing"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/gen8+: Add RC6 CTX corruption WA"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Lower RM timeout to avoid DSI hard
      hangs"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Ignore Length operands
      during command matching"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Add support for backward
      jumps"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Use explicit goto for
      error paths"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Add gen9 BCS cmdparsing"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Allow parsing of unsized batches"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Support ro ppgtt mapped cmdparser
      shadow buffers"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Add support for mandatory
      cmdparsing"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Remove Master tables from cmdparser"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Disable Secure Batches for gen6+"
    - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Rename gen7 cmdparser tables"
    - drm/i915: Rename gen7 cmdparser tables
    - drm/i915: Disable Secure Batches for gen6+
    - drm/i915: Remove Master tables from cmdparser
    - drm/i915: Add support for mandatory cmdparsing
    - drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
    - drm/i915: Allow parsing of unsized batches
    - drm/i915: Add gen9 BCS cmdparsing
    - drm/i915/cmdparser: Use explicit goto for error paths
    - drm/i915/cmdparser: Add support for backward jumps
    - drm/i915/cmdparser: Ignore Length operands during command matching
    - drm/i915: Lower RM timeout to avoid DSI hard hangs
    - drm/i915/gen8+: Add RC6 CTX corruption WA
    - drm/i915/cmdparser: Fix jump whitelist clearing
    - x86/msr: Add the IA32_TSX_CTRL MSR
    - x86/cpu: Add a helper function x86_read_arch_cap_msr()
    - x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default
    - x86/speculation/taa: Add mitigation for TSX Async Abort
    - x86/speculation/taa: Add sysfs reporting for TSX Async Abort
    - kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
    - x86/tsx: Add "auto" option to the tsx= cmdline parameter
    - x86/speculation/taa: Add documentation for TSX Async Abort
    - x86/tsx: Add config options to set tsx=on|off|auto
    - x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs
    - x86/bugs: Add ITLB_MULTIHIT bug infrastructure
    - x86/cpu: Add Tremont to the cpu vulnerability whitelist
    - cpu/speculation: Uninline and export CPU mitigations helpers
    - Documentation: Add ITLB_MULTIHIT documentation
    - kvm: x86, powerpc: do not allow clearing largepages debugfs entry
    - kvm: mmu: ITLB_MULTIHIT mitigation
    - kvm: Add helper function for creating VM worker threads
    - kvm: x86: mmu: Recovery of shattered NX large pages
    - Linux 5.3.11
  * The alsa hda driver is not loaded due to the missing of PCIID for Comet
    Lake-S [8086:a3f0] (LP: #1852070)
    - SAUCE: ALSA: hda: Add Cometlake-S PCI ID
  * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877)
    - SAUCE: platform/x86: dell-uart-backlight: add missing status command
    - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status
    - SAUCE: platform/x86: dell-uart-backlight: add force parameter
    - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms
  * Disable unreliable HPET on CFL-H system (LP: #1852216)
    - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms
  * i40e: Setting VF MAC address causes General Protection Fault (LP: #1852432)
    - i40e: Fix crash caused by stress setting of VF MAC addresses
  * CVE-2019-19072
    - tracing: Have error path in predicate_parse() free its allocated memory
  * i40e: general protection fault in i40e_config_vf_promiscuous_mode
    (LP: #1852663)
    - SAUCE: i40e Fix GPF when deleting VMs
  * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO
    (LP: #1852581)
    - [Packaging] Fix module signing with older modinfo

Date: Fri, 06 Dec 2019 10:39:05 +0100
Changed-By: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-006.buildd>

-------------- next part --------------
Format: 1.8
Date: Fri, 06 Dec 2019 10:39:05 +0100
Source: linux-hwe
Binary: linux-source-5.3.0 linux-headers-5.3.0-25 linux-hwe-tools-5.3.0-25 linux-hwe-cloud-tools-5.3.0-25 linux-image-unsigned-5.3.0-25-generic linux-modules-5.3.0-25-generic linux-modules-extra-5.3.0-25-generic linux-headers-5.3.0-25-generic linux-image-unsigned-5.3.0-25-generic-dbgsym linux-tools-5.3.0-25-generic linux-cloud-tools-5.3.0-25-generic linux-hwe-udebs-generic linux-buildinfo-5.3.0-25-generic linux-image-unsigned-5.3.0-25-generic-lpae linux-modules-5.3.0-25-generic-lpae linux-modules-extra-5.3.0-25-generic-lpae linux-headers-5.3.0-25-generic-lpae linux-image-unsigned-5.3.0-25-generic-lpae-dbgsym linux-tools-5.3.0-25-generic-lpae linux-cloud-tools-5.3.0-25-generic-lpae linux-hwe-udebs-generic-lpae linux-buildinfo-5.3.0-25-generic-lpae linux-image-unsigned-5.3.0-25-lowlatency linux-modules-5.3.0-25-lowlatency linux-modules-extra-5.3.0-25-lowlatency linux-headers-5.3.0-25-lowlatency linux-image-unsigned-5.3.0-25-lowlatency-dbgsym linux-tools-5.3.0-25-lowlatency
 linux-cloud-tools-5.3.0-25-lowlatency linux-hwe-udebs-lowlatency linux-buildinfo-5.3.0-25-lowlatency kernel-image-5.3.0-25-generic-di fat-modules-5.3.0-25-generic-di fb-modules-5.3.0-25-generic-di firewire-core-modules-5.3.0-25-generic-di floppy-modules-5.3.0-25-generic-di fs-core-modules-5.3.0-25-generic-di fs-secondary-modules-5.3.0-25-generic-di input-modules-5.3.0-25-generic-di md-modules-5.3.0-25-generic-di nic-modules-5.3.0-25-generic-di nic-pcmcia-modules-5.3.0-25-generic-di nic-usb-modules-5.3.0-25-generic-di nic-shared-modules-5.3.0-25-generic-di parport-modules-5.3.0-25-generic-di pata-modules-5.3.0-25-generic-di pcmcia-modules-5.3.0-25-generic-di pcmcia-storage-modules-5.3.0-25-generic-di plip-modules-5.3.0-25-generic-di ppp-modules-5.3.0-25-generic-di sata-modules-5.3.0-25-generic-di scsi-modules-5.3.0-25-generic-di serial-modules-5.3.0-25-generic-di storage-core-modules-5.3.0-25-generic-di usb-modules-5.3.0-25-generic-di nfs-modules-5.3.0-25-generic-di
 block-modules-5.3.0-25-generic-di message-modules-5.3.0-25-generic-di crypto-modules-5.3.0-25-generic-di virtio-modules-5.3.0-25-generic-di mouse-modules-5.3.0-25-generic-di vlan-modules-5.3.0-25-generic-di ipmi-modules-5.3.0-25-generic-di
 multipath-modules-5.3.0-25-generic-di
Architecture: amd64 all amd64_translations
Version: 5.3.0-25.27~18.04.1
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-006.buildd>
Changed-By: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
Description:
 block-modules-5.3.0-25-generic-di - Block storage devices (udeb)
 crypto-modules-5.3.0-25-generic-di - crypto modules (udeb)
 fat-modules-5.3.0-25-generic-di - FAT filesystem support (udeb)
 fb-modules-5.3.0-25-generic-di - Framebuffer modules (udeb)
 firewire-core-modules-5.3.0-25-generic-di - Firewire (IEEE-1394) Support (udeb)
 floppy-modules-5.3.0-25-generic-di - Floppy driver support (udeb)
 fs-core-modules-5.3.0-25-generic-di - Base filesystem modules (udeb)
 fs-secondary-modules-5.3.0-25-generic-di - Extra filesystem modules (udeb)
 input-modules-5.3.0-25-generic-di - Support for various input methods (udeb)
 ipmi-modules-5.3.0-25-generic-di - ipmi modules (udeb)
 kernel-image-5.3.0-25-generic-di - kernel image and system map (udeb)
 linux-buildinfo-5.3.0-25-generic - Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
 linux-buildinfo-5.3.0-25-generic-lpae - Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
 linux-buildinfo-5.3.0-25-lowlatency - Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
 linux-cloud-tools-5.3.0-25-generic - Linux kernel version specific cloud tools for version 5.3.0-25
 linux-cloud-tools-5.3.0-25-generic-lpae - Linux kernel version specific cloud tools for version 5.3.0-25
 linux-cloud-tools-5.3.0-25-lowlatency - Linux kernel version specific cloud tools for version 5.3.0-25
 linux-headers-5.3.0-25 - Header files related to Linux kernel version 5.3.0
 linux-headers-5.3.0-25-generic - Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
 linux-headers-5.3.0-25-generic-lpae - Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
 linux-headers-5.3.0-25-lowlatency - Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
 linux-hwe-cloud-tools-5.3.0-25 - Linux kernel version specific cloud tools for version 5.3.0-25
 linux-hwe-tools-5.3.0-25 - Linux kernel version specific tools for version 5.3.0-25
 linux-hwe-udebs-generic - Metapackage depending on kernel udebs (udeb)
 linux-hwe-udebs-generic-lpae - Metapackage depending on kernel udebs (udeb)
 linux-hwe-udebs-lowlatency - Metapackage depending on kernel udebs (udeb)
 linux-image-unsigned-5.3.0-25-generic - Linux kernel image for version 5.3.0 on 64 bit x86 SMP
 linux-image-unsigned-5.3.0-25-generic-dbgsym - Linux kernel debug image for version 5.3.0 on 64 bit x86 SMP
 linux-image-unsigned-5.3.0-25-generic-lpae - Linux kernel image for version 5.3.0 on 64 bit x86 SMP
 linux-image-unsigned-5.3.0-25-generic-lpae-dbgsym - Linux kernel debug image for version 5.3.0 on 64 bit x86 SMP
 linux-image-unsigned-5.3.0-25-lowlatency - Linux kernel image for version 5.3.0 on 64 bit x86 SMP
 linux-image-unsigned-5.3.0-25-lowlatency-dbgsym - Linux kernel debug image for version 5.3.0 on 64 bit x86 SMP
 linux-modules-5.3.0-25-generic - Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
 linux-modules-5.3.0-25-generic-lpae - Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
 linux-modules-5.3.0-25-lowlatency - Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
 linux-modules-extra-5.3.0-25-generic - Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
 linux-modules-extra-5.3.0-25-generic-lpae - Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
 linux-modules-extra-5.3.0-25-lowlatency - Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
 linux-source-5.3.0 - Linux kernel source for version 5.3.0 with Ubuntu patches
 linux-tools-5.3.0-25-generic - Linux kernel version specific tools for version 5.3.0-25
 linux-tools-5.3.0-25-generic-lpae - Linux kernel version specific tools for version 5.3.0-25
 linux-tools-5.3.0-25-lowlatency - Linux kernel version specific tools for version 5.3.0-25
 md-modules-5.3.0-25-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-5.3.0-25-generic-di - Fusion and i2o storage modules (udeb)
 mouse-modules-5.3.0-25-generic-di - Mouse support (udeb)
 multipath-modules-5.3.0-25-generic-di - DM-Multipath support (udeb)
 nfs-modules-5.3.0-25-generic-di - NFS filesystem drivers (udeb)
 nic-modules-5.3.0-25-generic-di - Network interface support (udeb)
 nic-pcmcia-modules-5.3.0-25-generic-di - PCMCIA network interface support (udeb)
 nic-shared-modules-5.3.0-25-generic-di - nic shared modules (udeb)
 nic-usb-modules-5.3.0-25-generic-di - USB network interface support (udeb)
 parport-modules-5.3.0-25-generic-di - Parallel port support (udeb)
 pata-modules-5.3.0-25-generic-di - PATA support modules (udeb)
 pcmcia-modules-5.3.0-25-generic-di - PCMCIA Modules (udeb)
 pcmcia-storage-modules-5.3.0-25-generic-di - PCMCIA storage support (udeb)
 plip-modules-5.3.0-25-generic-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-5.3.0-25-generic-di - PPP (serial port) networking support (udeb)
 sata-modules-5.3.0-25-generic-di - SATA storage support (udeb)
 scsi-modules-5.3.0-25-generic-di - SCSI storage support (udeb)
 serial-modules-5.3.0-25-generic-di - Serial port support (udeb)
 storage-core-modules-5.3.0-25-generic-di - Core storage support (udeb)
 usb-modules-5.3.0-25-generic-di - Core USB support (udeb)
 virtio-modules-5.3.0-25-generic-di - VirtIO Modules (udeb)
 vlan-modules-5.3.0-25-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1654448 1813877 1824407 1825222 1827961 1836858 1845810 1846335 1846539 1847450 1847451 1847454 1848978 1849721 1851901 1852070 1852216 1852338 1852386 1852432 1852581 1852586 1852663 1853142 1853180 1853192 1853197 1853475 1853791 1853842 1853843 1853882 1854762 1855309
Changes:
 linux-hwe (5.3.0-25.27~18.04.1) bionic; urgency=medium
 .
   * bionic/linux-hwe: 5.3.0-25.27~18.04.1 -proposed tracker (LP: #1855309)
 .
   [ Ubuntu: 5.3.0-25.27 ]
 .
   * eoan/linux: 5.3.0-25.27 -proposed tracker (LP: #1854762)
   * CVE-2019-14901
     - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()
   * CVE-2019-14896 // CVE-2019-14897
     - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor
   * CVE-2019-14895
     - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie()
   * [CML] New device id's for CMP-H (LP: #1846335)
     - mmc: sdhci-pci: Add another Id for Intel CML
     - i2c: i801: Add support for Intel Comet Lake PCH-H
     - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash
     - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
   * i915: Display flickers (monitor loses signal briefly) during "flickerfree"
     boot, while showing the BIOS logo on a black background (LP: #1836858)
     - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
   * Please add patch fixing RK818 ID detection (LP: #1853192)
     - SAUCE: mfd: rk808: Fix RK818 ID template
   * Kernel build log filled with "/bin/bash: line 5: warning: command
     substitution: ignored null byte in input" (LP: #1853843)
     - [Debian] Fix warnings when checking for modules signatures
   * Lenovo dock MAC Address pass through doesn't work in Ubuntu  (LP: #1827961)
     - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2
   * Dell XPS 13 9350/9360 headphone audio hiss (LP: #1654448) // [XPS 13 9360,
     Realtek ALC3246, Black Headphone Out, Front] High noise floor (LP: #1845810)
     - ALSA: hda/realtek: Reduce the Headphone static noise on XPS 9350/9360
   * no HDMI video output since GDM greeter after linux-oem-osp1 version
     5.0.0-1026 (LP: #1852386)
     - drm/i915: Add new CNL PCH ID seen on a CML platform
     - SAUCE: drm/i915: Fix detection for a CMP-V PCH
   * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer
     works on Dell Venue 11 Pro 7140 (LP: #1846539)
     - [Config] Drop snd-sof-intel-bdw build
     - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy
       driver
   * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2
     (LP: #1847451)
     - SAUCE: tools/power turbostat: Add Cometlake support
   * External microphone can't work on some dell machines with the codec alc256
     or alc236 (LP: #1853791)
     - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table
     - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table
   * Memory leak in net/xfrm/xfrm_state.c - 8 pages per ipsec connection
     (LP: #1853197)
     - xfrm: Fix memleak on xfrm state destroy
   * CVE-2019-18660: patches for Ubuntu (LP: #1853142) // CVE-2019-18660
     - powerpc/64s: support nospectre_v2 cmdline option
     - powerpc/book3s64: Fix link stack flush on context switch
     - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
   * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721)
     - HID: i2c-hid: fix no irq after reset on raydium 3118
   * Make Goodix I2C touchpads work (LP: #1853842)
     - HID: i2c-hid: Remove runtime power management
     - HID: i2c-hid: Send power-on command after reset
   * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
     - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390
       2-in-1"
     - lib: devres: add a helper function for ioremap_uc
     - mfd: intel-lpss: Use devm_ioremap_uc for MMIO
   * CVE-2019-19055
     - nl80211: fix memory leak in nl80211_get_ftm_responder_stats
   * CML: perf enabling for core (LP: #1848978)
     - perf/x86/intel: Add Comet Lake CPU support
     - perf/x86/msr: Add Comet Lake CPU support
     - perf/x86/cstate: Add Comet Lake CPU support
     - perf/x86/msr: Add new CPU model numbers for Ice Lake
     - perf/x86/cstate: Update C-state counters for Ice Lake
   * Boot hangs after "Loading initial ramdisk ..."  (LP: #1852586)
     - SAUCE: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for
       interrupts"
     - SAUCE: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's"
   * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2
     (LP: #1847454)
     - powercap/intel_rapl: add support for CometLake Mobile
     - powercap/intel_rapl: add support for Cometlake desktop
   * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2
     (LP: #1847450)
     - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support
       to intel_pmc_core driver
   * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180)
     - net: ena: add intr_moder_rx_interval to struct ena_com_dev and use it
     - net: ena: switch to dim algorithm for rx adaptive interrupt moderation
     - net: ena: reimplement set/get_coalesce()
     - net: ena: enable the interrupt_moderation in driver_supported_features
     - net: ena: remove code duplication in
       ena_com_update_nonadaptive_moderation_interval _*()
     - net: ena: remove old adaptive interrupt moderation code from ena_netdev
     - net: ena: remove ena_restore_ethtool_params() and relevant fields
     - net: ena: remove all old adaptive rx interrupt moderation code from ena_com
     - net: ena: fix update of interrupt moderation register
     - net: ena: fix retrieval of nonadaptive interrupt moderation intervals
     - net: ena: fix incorrect update of intr_delay_resolution
     - net: ena: Select DIMLIB for ENA_ETHERNET
     - SAUCE: net: ena: fix issues in setting interrupt moderation params in
       ethtool
     - SAUCE: net: ena: fix too long default tx interrupt moderation interval
   * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222)
     - [Config] Enable ROCKCHIP support for arm64
   * remount of multilower moved pivoted-root overlayfs root, results in I/O
     errors on some modified files (LP: #1824407)
     - SAUCE: ovl: fix lookup failure on multi lower squashfs
   * Eoan update: 5.3.13 upstream stable release (LP: #1853882)
     - net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
     - block, bfq: deschedule empty bfq_queues not referred by any process
     - mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
     - mm/memory_hotplug: fix updating the node span
     - arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault
     - fbdev: Ditch fb_edid_add_monspecs
     - Linux 5.3.13
   * Eoan update: 5.3.12 upstream stable release (LP: #1853475)
     - scsi: core: Handle drivers which set sg_tablesize to zero
     - ax88172a: fix information leak on short answers
     - devlink: disallow reload operation during device cleanup
     - ipmr: Fix skb headroom in ipmr_get_route().
     - mlxsw: core: Enable devlink reload only on probe
     - net: gemini: add missed free_netdev
     - net/smc: fix fastopen for non-blocking connect()
     - net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modules
     - slip: Fix memory leak in slip_open error path
     - tcp: remove redundant new line from tcp_event_sk_skb
     - dpaa2-eth: free already allocated channels on probe defer
     - devlink: Add method for time-stamp on reporter's dump
     - net/smc: fix refcount non-blocking connect() -part 2
     - ALSA: usb-audio: Fix missing error check at mixer resolution test
     - ALSA: usb-audio: not submit urb for stopped endpoint
     - ALSA: usb-audio: Fix incorrect NULL check in create_yamaha_midi_quirk()
     - ALSA: usb-audio: Fix incorrect size check for processing/extension units
     - Btrfs: fix log context list corruption after rename exchange operation
     - cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in
       ptrace_stop()
     - Input: ff-memless - kill timer in destroy()
     - Input: synaptics-rmi4 - fix video buffer size
     - Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driver
     - Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)
     - Input: synaptics-rmi4 - clear IRQ enables for F54
     - Input: synaptics-rmi4 - destroy F54 poller workqueue when removing
     - KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
     - IB/hfi1: Ensure r_tid_ack is valid before building TID RDMA ACK packet
     - IB/hfi1: Calculate flow weight based on QP MTU for TID RDMA
     - IB/hfi1: TID RDMA WRITE should not return IB_WC_RNR_RETRY_EXC_ERR
     - IB/hfi1: Ensure full Gen3 speed in a Gen4 system
     - IB/hfi1: Use a common pad buffer for 9B and 16B packets
     - i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present
     - SAUCE: Revert "UBUNTU: SAUCE: x86/intel: Disable HPET on Intel Coffe Lake
       platforms"
     - x86/quirks: Disable HPET on Intel Coffe Lake platforms
     - ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable
     - ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either
     - io_uring: ensure registered buffer import returns the IO length
     - drm/i915: update rawclk also on resume
     - Revert "drm/i915/ehl: Update MOCS table for EHL"
     - ntp/y2038: Remove incorrect time_t truncation
     - net: ethernet: dwmac-sun8i: Use the correct function in exit path
     - iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macros
     - mm: mempolicy: fix the wrong return value and potential pages leak of mbind
     - mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
     - mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()
     - mm: slub: really fix slab walking for init_on_free
     - mm/memory_hotplug: fix try_offline_node()
     - mm/page_io.c: do not free shared swap slots
     - mmc: sdhci-of-at91: fix quirk2 overwrite
     - slcan: Fix memory leak in error path
     - Linux 5.3.12
   * Eoan update: 5.3.11 upstream stable release (LP: #1852338)
     - bonding: fix state transition issue in link monitoring
     - CDC-NCM: handle incomplete transfer of MTU
     - ipv4: Fix table id reference in fib_sync_down_addr
     - net: ethernet: octeon_mgmt: Account for second possible VLAN header
     - net: fix data-race in neigh_event_send()
     - net: qualcomm: rmnet: Fix potential UAF when unregistering
     - net/tls: fix sk_msg trim on fallback to copy mode
     - net: usb: qmi_wwan: add support for DW5821e with eSIM support
     - NFC: fdp: fix incorrect free object
     - nfc: netlink: fix double device reference drop
     - NFC: st21nfca: fix double free
     - qede: fix NULL pointer deref in __qede_remove()
     - net: mscc: ocelot: don't handle netdev events for other netdevs
     - net: mscc: ocelot: fix NULL pointer on LAG slave removal
     - net/tls: don't pay attention to sk_write_pending when pushing partial
       records
     - net/tls: add a TX lock
     - selftests/tls: add test for concurrent recv and send
     - ipv6: fixes rt6_probe() and fib6_nh->last_probe init
     - net: hns: Fix the stray netpoll locks causing deadlock in NAPI path
     - net: prevent load/store tearing on sk->sk_stamp
     - net: sched: prevent duplicate flower rules from tcf_proto destroy race
     - net/smc: fix ethernet interface refcounting
     - vsock/virtio: fix sock refcnt holding during the shutdown
     - r8169: fix page read in r8168g_mdio_read
     - ALSA: timer: Fix incorrectly assigned timer instance
     - ALSA: bebob: fix to detect configured source of sampling clock for Focusrite
       Saffire Pro i/o series
     - ALSA: hda/ca0132 - Fix possible workqueue stall
     - mm: memcontrol: fix NULL-ptr deref in percpu stats flush
     - mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges
     - mm, meminit: recalculate pcpu batch and high limits after init completes
     - mm: thp: handle page cache THP correctly in PageTransCompoundMap
     - mm, vmstat: hide /proc/pagetypeinfo from normal users
     - dump_stack: avoid the livelock of the dump_lock
     - mm: slab: make page_cgroup_ino() to recognize non-compound slab pages
       properly
     - btrfs: Consider system chunk array size for new SYSTEM chunks
     - btrfs: tree-checker: Fix wrong check on max devid
     - btrfs: save i_size to avoid double evaluation of i_size_read in
       compress_file_range
     - tools: gpio: Use !building_out_of_srctree to determine srctree
     - pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
     - perf tools: Fix time sorting
     - perf map: Use zalloc for map_groups
     - drm/radeon: fix si_enable_smc_cac() failed issue
     - HID: wacom: generic: Treat serial number and related fields as unsigned
     - mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
     - soundwire: depend on ACPI
     - soundwire: depend on ACPI || OF
     - soundwire: bus: set initial value to port_status
     - blkcg: make blkcg_print_stat() print stats only for online blkgs
     - arm64: Do not mask out PTE_RDONLY in pte_same()
     - ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
     - ceph: fix use-after-free in __ceph_remove_cap()
     - ceph: fix RCU case handling in ceph_d_revalidate()
     - ceph: add missing check in d_revalidate snapdir handling
     - ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open
     - ceph: don't allow copy_file_range when stripe_count != 1
     - iio: adc: stm32-adc: fix stopping dma
     - iio: imu: adis16480: make sure provided frequency is positive
     - iio: imu: inv_mpu6050: fix no data on MPU6050
     - iio: srf04: fix wrong limitation in distance measuring
     - ARM: sunxi: Fix CPU powerdown on A83T
     - ARM: dts: imx6-logicpd: Re-enable SNVS power key
     - cpufreq: intel_pstate: Fix invalid EPB setting
     - clone3: validate stack arguments
     - netfilter: nf_tables: Align nft_expr private data to 64-bit
     - netfilter: ipset: Fix an error code in ip_set_sockfn_get()
     - intel_th: gth: Fix the window switching sequence
     - intel_th: pci: Add Comet Lake PCH support
     - intel_th: pci: Add Jasper Lake PCH support
     - x86/dumpstack/64: Don't evaluate exception stacks before setup
     - x86/apic/32: Avoid bogus LDR warnings
     - SMB3: Fix persistent handles reconnect
     - can: usb_8dev: fix use-after-free on disconnect
     - can: flexcan: disable completely the ECC mechanism
     - can: c_can: c_can_poll(): only read status register after status IRQ
     - can: peak_usb: fix a potential out-of-sync while decoding packets
     - can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid
       skb mem leak
     - can: gs_usb: gs_can_open(): prevent memory leak
     - can: dev: add missing of_node_put() after calling of_get_child_by_name()
     - can: mcba_usb: fix use-after-free on disconnect
     - can: peak_usb: fix slab info leak
     - configfs: fix a deadlock in configfs_symlink()
     - ALSA: usb-audio: More validations of descriptor units
     - ALSA: usb-audio: Simplify parse_audio_unit()
     - ALSA: usb-audio: Unify the release of usb_mixer_elem_info objects
     - ALSA: usb-audio: Remove superfluous bLength checks
     - ALSA: usb-audio: Clean up check_input_term()
     - ALSA: usb-audio: Fix possible NULL dereference at create_yamaha_midi_quirk()
     - ALSA: usb-audio: remove some dead code
     - ALSA: usb-audio: Fix copy&paste error in the validator
     - usbip: Implement SG support to vhci-hcd and stub driver
     - HID: google: add magnemite/masterball USB ids
     - dmaengine: sprd: Fix the link-list pointer register configuration issue
     - bpf: lwtunnel: Fix reroute supplying invalid dst
     - dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
     - dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_config
     - dmaengine: sprd: Fix the possible memory leak issue
     - HID: intel-ish-hid: fix wrong error handling in ishtp_cl_alloc_tx_ring()
     - powerpc/32s: fix allow/prevent_user_access() when crossing segment
       boundaries.
     - RDMA/mlx5: Clear old rate limit when closing QP
     - iw_cxgb4: fix ECN check on the passive accept
     - RDMA/siw: free siw_base_qp in kref release routine
     - RDMA/qedr: Fix reported firmware version
     - IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
     - net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flow
     - net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flow
     - net/mlx5e: TX, Fix consumer index of error cqe dump
     - net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
     - net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
     - selftests/bpf: More compatible nc options in test_tc_edt
     - scsi: qla2xxx: fixup incorrect usage of host_byte
     - scsi: lpfc: Check queue pointer before use
     - scsi: ufs-bsg: Wake the device before sending raw upiu commands
     - ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
     - RDMA/uverbs: Prevent potential underflow
     - bpf: Fix use after free in subprog's jited symbol removal
     - net: stmmac: Fix the problem of tso_xmit
     - net: openvswitch: free vport unless register_netdevice() succeeds
     - scsi: lpfc: Honor module parameter lpfc_use_adisc
     - scsi: qla2xxx: Initialized mailbox to prevent driver load failure
     - bpf: Fix use after free in bpf_get_prog_name
     - iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
     - iwlwifi: pcie: fix all 9460 entries for qnj
     - iwlwifi: pcie: 0x2720 is qu and 0x30DC is not
     - netfilter: nf_flow_table: set timeout before insertion into hashes
     - drm/v3d: Fix memory leak in v3d_submit_cl_ioctl
     - xsk: Fix registration of Rx-only sockets
     - net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
     - ipvs: don't ignore errors in case refcounting ip_vs module fails
     - ipvs: move old_secure_tcp into struct netns_ipvs
     - netfilter: nft_payload: fix missing check for matching length in offloads
     - RDMA/nldev: Skip counter if port doesn't match
     - bonding: fix unexpected IFF_BONDING bit unset
     - bonding: use dynamic lockdep key instead of subclass
     - macsec: fix refcnt leak in module exit routine
     - virt_wifi: fix refcnt leak in module exit routine
     - scsi: sd: define variable dif as unsigned int instead of bool
     - usb: dwc3: select CONFIG_REGMAP_MMIO
     - usb: fsl: Check memory resource before releasing it
     - usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.
     - usb: gadget: composite: Fix possible double free memory bug
     - usb: dwc3: pci: prevent memory leak in dwc3_pci_probe
     - usb: gadget: configfs: fix concurrent issue between composite APIs
     - usb: dwc3: remove the call trace of USBx_GFLADJ
     - perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise
       RIP validity
     - perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)
     - perf/x86/uncore: Fix event group support
     - USB: Skip endpoints with 0 maxpacket length
     - USB: ldusb: use unsigned size format specifiers
     - usbip: tools: Fix read_usb_vudc_device() error path handling
     - RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
     - RDMA/hns: Prevent memory leaks of eq->buf_list
     - hwmon: (ina3221) Fix read timeout issue
     - scsi: qla2xxx: stop timer in shutdown path
     - sched/topology: Don't try to build empty sched domains
     - sched/topology: Allow sched_asym_cpucapacity to be disabled
     - nvme-multipath: fix possible io hang after ctrl reconnect
     - fjes: Handle workqueue allocation failure
     - net: hisilicon: Fix "Trying to free already-free IRQ"
     - wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
     - net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link
       is up
     - net: mscc: ocelot: refuse to overwrite the port's native vlan
     - iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire A315-41
     - mt76: dma: fix buffer unmap with non-linear skbs
     - drm/amdgpu/sdma5: do not execute 0-sized IBs (v2)
     - drm/sched: Set error to s_fence if HW job submission failed.
     - drm/amdgpu: If amdgpu_ib_schedule fails return back the error.
     - drm/amd/display: do not synchronize "drr" displays
     - drm/amd/display: add 50us buffer as WA for pstate switch in active
     - drm/amd/display: Passive DP->HDMI dongle detection fix
     - dc.c:use kzalloc without test
     - SUNRPC: The TCP back channel mustn't disappear while requests are
       outstanding
     - SUNRPC: The RDMA back channel mustn't disappear while requests are
       outstanding
     - SUNRPC: Destroy the back channel when we destroy the host transport
     - hv_netvsc: Fix error handling in netvsc_attach()
     - efi/tpm: Return -EINVAL when determining tpm final events log size fails
     - efi: libstub/arm: Account for firmware reserved memory at the base of RAM
     - x86, efi: Never relocate kernel below lowest acceptable address
     - arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
     - usb: dwc3: gadget: fix race when disabling ep with cancelled xfers
     - arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
     - arm64: Brahma-B53 is SSB and spectre v2 safe
     - arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
     - NFSv4: Don't allow a cached open with a revoked delegation
     - net: ethernet: arc: add the missed clk_disable_unprepare
     - igb: Fix constant media auto sense switching when no cable is connected
     - e1000: fix memory leaks
     - gve: Fixes DMA synchronization.
     - ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
     - pinctrl: cherryview: Fix irq_valid_mask calculation
     - clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
     - timekeeping/vsyscall: Update VDSO data unconditionally
     - mm/filemap.c: don't initiate writeback if mapping has no dirty pages
     - cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is
       dead
     - ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1
     - ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
     - usbip: Fix free of unallocated memory in vhci tx
     - bonding: fix using uninitialized mode_lock
     - netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 sets
     - arm64: errata: Update stale comment
     - net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run
     - SAUCE: Revert "UBUNTU: SAUCE: kvm: x86: mmu: Recovery of shattered NX large
       pages"
     - SAUCE: Revert "UBUNTU: SAUCE: kvm: Add helper function for creating VM
       worker threads"
     - SAUCE: Revert "UBUNTU: SAUCE: kvm: mmu: ITLB_MULTIHIT mitigation"
     - SAUCE: Revert "kvm: x86, powerpc: do not allow clearing largepages debugfs
       entry"
     - SAUCE: Revert "UBUNTU: SAUCE: cpu/speculation: Uninline and export CPU
       mitigations helpers"
     - SAUCE: Revert "UBUNTU: SAUCE: x86: Add ITLB_MULTIHIT bug infrastructure"
     - SAUCE: Revert "x86/tsx: Add config options to set tsx=on|off|auto"
     - SAUCE: Revert "x86/speculation/taa: Add documentation for TSX Async Abort"
     - SAUCE: Revert "x86/tsx: Add "auto" option to the tsx= cmdline parameter"
     - SAUCE: Revert "kvm/x86: Export MDS_NO=0 to guests when TSX is enabled"
     - SAUCE: Revert "x86/speculation/taa: Add sysfs reporting for TSX Async Abort"
     - SAUCE: Revert "x86/speculation/taa: Add mitigation for TSX Async Abort"
     - SAUCE: Revert "x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
       default"
     - SAUCE: Revert "x86/cpu: Add a helper function x86_read_arch_cap_msr()"
     - SAUCE: Revert "x86/msr: Add the IA32_TSX_CTRL MSR"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Fix jump whitelist
       clearing"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/gen8+: Add RC6 CTX corruption WA"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Lower RM timeout to avoid DSI hard
       hangs"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Ignore Length operands
       during command matching"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Add support for backward
       jumps"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915/cmdparser: Use explicit goto for
       error paths"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Add gen9 BCS cmdparsing"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Allow parsing of unsized batches"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Support ro ppgtt mapped cmdparser
       shadow buffers"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Add support for mandatory
       cmdparsing"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Remove Master tables from cmdparser"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Disable Secure Batches for gen6+"
     - SAUCE: Revert "UBUNTU: SAUCE: drm/i915: Rename gen7 cmdparser tables"
     - drm/i915: Rename gen7 cmdparser tables
     - drm/i915: Disable Secure Batches for gen6+
     - drm/i915: Remove Master tables from cmdparser
     - drm/i915: Add support for mandatory cmdparsing
     - drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
     - drm/i915: Allow parsing of unsized batches
     - drm/i915: Add gen9 BCS cmdparsing
     - drm/i915/cmdparser: Use explicit goto for error paths
     - drm/i915/cmdparser: Add support for backward jumps
     - drm/i915/cmdparser: Ignore Length operands during command matching
     - drm/i915: Lower RM timeout to avoid DSI hard hangs
     - drm/i915/gen8+: Add RC6 CTX corruption WA
     - drm/i915/cmdparser: Fix jump whitelist clearing
     - x86/msr: Add the IA32_TSX_CTRL MSR
     - x86/cpu: Add a helper function x86_read_arch_cap_msr()
     - x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default
     - x86/speculation/taa: Add mitigation for TSX Async Abort
     - x86/speculation/taa: Add sysfs reporting for TSX Async Abort
     - kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
     - x86/tsx: Add "auto" option to the tsx= cmdline parameter
     - x86/speculation/taa: Add documentation for TSX Async Abort
     - x86/tsx: Add config options to set tsx=on|off|auto
     - x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs
     - x86/bugs: Add ITLB_MULTIHIT bug infrastructure
     - x86/cpu: Add Tremont to the cpu vulnerability whitelist
     - cpu/speculation: Uninline and export CPU mitigations helpers
     - Documentation: Add ITLB_MULTIHIT documentation
     - kvm: x86, powerpc: do not allow clearing largepages debugfs entry
     - kvm: mmu: ITLB_MULTIHIT mitigation
     - kvm: Add helper function for creating VM worker threads
     - kvm: x86: mmu: Recovery of shattered NX large pages
     - Linux 5.3.11
   * The alsa hda driver is not loaded due to the missing of PCIID for Comet
     Lake-S [8086:a3f0] (LP: #1852070)
     - SAUCE: ALSA: hda: Add Cometlake-S PCI ID
   * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877)
     - SAUCE: platform/x86: dell-uart-backlight: add missing status command
     - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status
     - SAUCE: platform/x86: dell-uart-backlight: add force parameter
     - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms
   * Disable unreliable HPET on CFL-H system (LP: #1852216)
     - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms
   * i40e: Setting VF MAC address causes General Protection Fault (LP: #1852432)
     - i40e: Fix crash caused by stress setting of VF MAC addresses
   * CVE-2019-19072
     - tracing: Have error path in predicate_parse() free its allocated memory
   * i40e: general protection fault in i40e_config_vf_promiscuous_mode
     (LP: #1852663)
     - SAUCE: i40e Fix GPF when deleting VMs
   * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO
     (LP: #1852581)
     - [Packaging] Fix module signing with older modinfo
Checksums-Sha1:
 2691086343b9e509cd231d3ea68240af66730532 367820 block-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 c088a1e5e843ae841556149e5c95aef14ba372f5 327100 crypto-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 9685df794b36d3ec27fa35e471e033bdcef64fc1 4388 fat-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 a5e27f9cb3bc9d6fcba21d1bf1ac94315ac8f21b 13784 fb-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 9f64c596a8020be88927812e4eaa61a9b22fda39 64320 firewire-core-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 0e05ac9a40ca601d07cdc6208ea53206262ffcf3 35724 floppy-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 ef689f97bc0e9b4be6480576479191375bd0d575 1534972 fs-core-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 0d301a450f6697c90a48c0c9cb81a6db1c61c7b8 727668 fs-secondary-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 deff4b787c377bc2d00884228ec906de83f3af04 468676 input-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 cc53ee0eaf9fab656f76adde7b47fc9ad3ff9604 62172 ipmi-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 7a7035d5c69d5faa8eab217d59d1e22d43d289c1 9745468 kernel-image-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 7de86bcaa7c409923b7b7a3816c86a6e0e7ae032 268920 linux-buildinfo-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 3354cc1a056fc28841afd055582fd4e27f6fb4f7 268956 linux-buildinfo-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 25457d413542977837d94dbad540d39c14a94f87 1880 linux-cloud-tools-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 53cafb89db8a7de50d51e02c08b742df006cd04e 1884 linux-cloud-tools-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 0b4e9c0cdf14dc43a60966168c2031b271afbac9 1151364 linux-headers-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 bab6a5ff032a5c946e8f948c94e327ce7c391417 1149732 linux-headers-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 0bd98cda2ae14d0da00e78b26d8f1e87806e39ca 10969228 linux-headers-5.3.0-25_5.3.0-25.27~18.04.1_all.deb
 ce16f5abd0534e6ca7b5af783b3d66fba43942ee 64164 linux-hwe-cloud-tools-5.3.0-25_5.3.0-25.27~18.04.1_amd64.deb
 e0758c24183908424ed8b471270a66cfaa9de491 5468036 linux-hwe-tools-5.3.0-25_5.3.0-25.27~18.04.1_amd64.deb
 7fa20384fcaab64218ff56a69df89225d5960db0 1028 linux-hwe-udebs-generic_5.3.0-25.27~18.04.1_amd64.udeb
 e51467d70f8e27ba02518b0bd81bf1643bb93a4d 34304 linux-hwe_5.3.0-25.27~18.04.1_amd64.buildinfo
 dfecba8135fe0142497513fa541485e7b8324889 17544251 linux-hwe_5.3.0-25.27~18.04.1_amd64.tar.gz
 d09ad3e33b48e9a7958c8fb9cc89b11e4f92280f 24328 linux-hwe_5.3.0-25.27~18.04.1_amd64_translations.tar.gz
 2d82ac58344ec04d66a683868b5d6b40e39c0ac0 898830680 linux-image-unsigned-5.3.0-25-generic-dbgsym_5.3.0-25.27~18.04.1_amd64.ddeb
 4b4da52b9103f5d0e0ce9482dfa725b7634e706a 8773724 linux-image-unsigned-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 4d34284c449f1c44c1cdecbee99aa8c710416973 899737296 linux-image-unsigned-5.3.0-25-lowlatency-dbgsym_5.3.0-25.27~18.04.1_amd64.ddeb
 a4d1bec7304ad35596d218a8e7e6df8d52c70a1c 8839376 linux-image-unsigned-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 da58408e0a3043b80b913c35ad4f2070edcbbff1 13993260 linux-modules-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 cfca71c2dc648e82f8fa0673a74bf83e8e7e9bbd 51286068 linux-modules-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 1aa314b16a81cf7937e54319d7934d1ae2d845a2 37560372 linux-modules-extra-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 7d93e285659102f7346ab31cd232b374262c0096 134334464 linux-source-5.3.0_5.3.0-25.27~18.04.1_all.deb
 a2bd37ed549fc5ffa942d91bcc78c377feb6736d 2004 linux-tools-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 6a539b8e1fef7260df2b7457ea766a7bcea994d4 2008 linux-tools-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 93e340bf0cc655b41d586e1b50188ce018cc99fe 291312 md-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 d3fe2da6ad537f18516e71c564329d8a25aaf819 203276 message-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 23fe263257d3e11cd68aa3dfc111d1a92f4b43ab 60240 mouse-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 4fec23c136e686ee8cec1811d2478abd4db239e8 18360 multipath-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 ba2336c05ffdc07cd6783f674575b2b1f7e0cd45 603280 nfs-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 96ce2bb70b92573cc5072958cda43a474cbb780a 4948048 nic-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 e1ff57415019bebea1bd616c95fbd783e8fab8c4 144204 nic-pcmcia-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 ad73fb597f39e6f95af81d261bccb8b6bae0537a 591516 nic-shared-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 024fa9e24cc1cf63787d409b71380b9be0605e4c 319260 nic-usb-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 4c04ccd74f2da432f7827366725999e784571c76 31444 parport-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 c2c7a1418d87cce00eec0b590897e352d8f76659 122472 pata-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 b32f8e95e09ddce799d5954cc3ff66f1a815a4e9 64352 pcmcia-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 c1c0590ff1a330c0be32d328adc49a68ae847af0 62836 pcmcia-storage-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 37e4becbc6d2a60897c3e26c4a51e59e0f54af44 8724 plip-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 127f0e7f45e72a0f15035f5dd6ddf7c40618a8f6 23924 ppp-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 1319708480e1858fc85a0495836f54c68795084e 94492 sata-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 dde7709de8ad7d9277c5276a6c900777264bec87 2691968 scsi-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 ce57a9ba03f1dcdc82463df2299de76751c5df51 93740 serial-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 d5b26d3643d135678d4d6735aef8e9914f1b93b4 51028 storage-core-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 fd03e62cf0354b8464096ed0923f5c6e27864fca 140904 usb-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 b12d182968db593c850a82f19c13412dc146bd79 110804 virtio-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 5c6bdb3306d3344b8b85edc3ea3fb45b6931763d 26180 vlan-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
Checksums-Sha256:
 b5ab742e7fe89299dead1a1842cc2b1f656d07a2691d7c027179e0585dcb85e4 367820 block-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 6cc5f5157592a24f37bf923422b7ee4c844afad9b6394dcd74070f738721c070 327100 crypto-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 e501a9d053e2fb66f88d896f185533c484bac104a88496678e16095b48bf947c 4388 fat-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 a11570c5d99c2a17d2f2e195d25915a07d643561021c9260b5bf3841990cb837 13784 fb-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 61351f441ffda63ca8c50e79c529860cfc6666b1cf133831b0540a4e0d4a5769 64320 firewire-core-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 298320984b9081744d39f9422e16bd8f5883875af4b6b8d0ed01a2545b64ff6b 35724 floppy-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 f0c8aee34980fc14fcf43bbcb52e3c6fdfe2250ca6b62e000c78e7d710b0c2e4 1534972 fs-core-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 a9e93ee97b7ba28287f2c9a1da370dbafe8d402c0dea9e3dba6df62c45509cfd 727668 fs-secondary-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 e65a71f7a44888867075748c9fc4329782813ead9a15682f6d4d069085363dbc 468676 input-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 62749d7e64ee89221df9f7bedfbda88122f4a5f05ebf507a967c2b0437f75298 62172 ipmi-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 a8ae7c153de55e58c17f3bd41e9908695ecdef57d73e3673ef1ab9e4962b5772 9745468 kernel-image-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 f88795b159b66f45c5b42104e31aa23548d3f89ba07f2754ab2e9b5b5f44034a 268920 linux-buildinfo-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 e16bb819e3d7fd6afe15ef07957811bd3aa897a62043525076e5fcaa02df9835 268956 linux-buildinfo-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 5499b3712435120e11ec5292746317d29e6b8ddb32a2abbd7d02ddbafa220bdc 1880 linux-cloud-tools-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 7c691e09204bdc1f81d03d963b27baf810dfebab3af49b77b5c1e8dd377fbeb0 1884 linux-cloud-tools-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 0cffa2faace754f7bcbe6ff75ff906829f8de3cc77a31c02cf181cd95d1c5d64 1151364 linux-headers-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 5ade4e9df00a36b9c3f00271ccfa50b9b6d03fda6a8f5642349730611797e6f3 1149732 linux-headers-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 3fc8a4d114a3600e98341e5cba49c0173eb10d990b3c10b138966a9b6941b079 10969228 linux-headers-5.3.0-25_5.3.0-25.27~18.04.1_all.deb
 84f5d5751ca88a07b61b676457765cf6a65e825e5b781cce5609a9db0c015cf6 64164 linux-hwe-cloud-tools-5.3.0-25_5.3.0-25.27~18.04.1_amd64.deb
 c9d6aafd9d197043fde6cf49376ccb5a7e530dfcd110864532f7391a57dfe0ec 5468036 linux-hwe-tools-5.3.0-25_5.3.0-25.27~18.04.1_amd64.deb
 ef3c60c2c4f37195634ed2fb0513035c861d14c9772121ab73ad3a41838f0686 1028 linux-hwe-udebs-generic_5.3.0-25.27~18.04.1_amd64.udeb
 9baea9f59304e598f3768f10a3e722cbd45b1906224be90434b7f2fb5de2afd6 34304 linux-hwe_5.3.0-25.27~18.04.1_amd64.buildinfo
 5390f932d7511104fd1476610eefa2243fe7e0706e24aa053d450c31d91092fe 17544251 linux-hwe_5.3.0-25.27~18.04.1_amd64.tar.gz
 adf147695cb3e77178933a8bc2f6c12f6c29a0aaef1487588deb60f24b8e332c 24328 linux-hwe_5.3.0-25.27~18.04.1_amd64_translations.tar.gz
 ff2f9eb788821a5d759f7657ea28a925e101888410a4baeb231d60ddcc0f0245 898830680 linux-image-unsigned-5.3.0-25-generic-dbgsym_5.3.0-25.27~18.04.1_amd64.ddeb
 0aebd0d9dc2cbda62b31f7988fec1a6c6fe89332abc2a42266077b4097156e03 8773724 linux-image-unsigned-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 2e59619052947579314683495c07b43ae52a0c7e21384cb3fccc5e068c8146a0 899737296 linux-image-unsigned-5.3.0-25-lowlatency-dbgsym_5.3.0-25.27~18.04.1_amd64.ddeb
 33515e6b509c4287ea01066fbbdb69aa56d3eb8040b96e01ad6fde0a3baea5cb 8839376 linux-image-unsigned-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 69c3cf353e384afd72092f7e801d9c3c20552e08bb24dc69e029e4b34d28f97e 13993260 linux-modules-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 83e0027de79a27f07fff97a10ab1e1f3dabe00effc0d4b4602d351bbcdac3796 51286068 linux-modules-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 4792bb8c7c133094ec4877a0896687dc1c02a2e54042984c3d8948ff0e2ea11e 37560372 linux-modules-extra-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 ceea6edc9062933ece5dd467960637424f79b3b5d780de1bc5e50a91560d16d2 134334464 linux-source-5.3.0_5.3.0-25.27~18.04.1_all.deb
 eec27b2e71e740b6f5b0e7f37a3c298ef418f2056827065ef0026ee0826d346e 2004 linux-tools-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 1a8e6bd909971b9e9fca095467cf5220506cdf315ec44d01302285a75fc4add3 2008 linux-tools-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 1fab1f6f59f5ff73c9ed94cfab84961ed4a26764102f155ef0e1bde360548913 291312 md-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 bf53b1405ce6d953f8a56c7ff0f7eb1b507e236ee1bf68ee2759da8051387de6 203276 message-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 8b2f8369bbf2f041259700501d3ebf1b2798e1475d03b380b8392d495f160408 60240 mouse-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 7ab7fc942bb1375120c7e981a9bfeb3af9fa302c50c5dc5e52bf9f1a19bc7cb0 18360 multipath-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 8c7e9b268768cf1d7f9588170fa435ae79413b5add052aa232ebe6b49a31c65d 603280 nfs-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 bf1569f5b01d1e2b314d836436149e4432ffd24e53fb66be335b0e07d4e6ec92 4948048 nic-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 46a446b73380e323af4bdd814921d5c6bb6189de34379bf8b69a1f5154a84884 144204 nic-pcmcia-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 33eaf6b3e1f319f63de3266f2fbd2c0ea02beac80936b76b3339737b46e006cf 591516 nic-shared-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 bb2143b909cc99b5e1d573d8024443d21e117fd1fa39d76b7315e7ca33fdbfa3 319260 nic-usb-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 f2cf4bc77e5f9f6ec6b01f59dd40151aa5b77048f4c42ccd435eb650ce1d9dc7 31444 parport-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 b2f4d77d7621e4865941a4707a7ff014a23f70903834614852fff761964691c6 122472 pata-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 08ab7c177149ed408f899da2b689b299c860f386070eacb724fc65570ca782d1 64352 pcmcia-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 aa647b15a6ade252987463f28b5d9d9a7dc79009c5c150e23053525bb7a3e8a3 62836 pcmcia-storage-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 36a021699b054e5898a702e82c9f49b33358ef231317c6c2aea408cd833d189c 8724 plip-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 7fbe4605084fa9725579cb4b36f5915439c6f713e331e280fd2087d0d2460ec2 23924 ppp-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 96903926b3782eb22c0965fdb534d0b5a409aac901b205e3a03e3f96c8ee8abe 94492 sata-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 79becd58d3df32e6c389a3842e597ef1edb3975f2d9e074f5bbeae57d9cd4bfc 2691968 scsi-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 e6bb80e3489b59f1123eb771bfa2de7245431e2abb5e9eca30a1a4b10bec4b6f 93740 serial-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 2b445a85518c98f4f2d99fe38462b0ba266e013ed23c59721ee884f9288cb9a1 51028 storage-core-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 48cfd0be01be901b5a7da00d4623f5693062e0d328cac9fbe2327d45cf14919a 140904 usb-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 3485f8490348c48f9a58fd4523482bb785f063b6d488c568e906a9a66f63273b 110804 virtio-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 527bbd958325a0474abb4a5e483cdb13764c7c80fb12e99d3050235f918d1c11 26180 vlan-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
Files:
 3c035ce641a397e20cef1761625f49ad 367820 debian-installer standard block-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 364ea3974dd5a5cd68901a1f3c8ee067 327100 debian-installer extra crypto-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 1c3f88c5dff9b89e18657bd0cfcf9c9a 4388 debian-installer standard fat-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 83a0cd2bb7ab159d429ab7c4717f20c4 13784 debian-installer standard fb-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 b97bcbc20980118cc29d76148a8a2df5 64320 debian-installer standard firewire-core-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 8891bfd1b9df0f08d76a92daa725cb63 35724 debian-installer standard floppy-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 101d224d480c36baed82d7d974ad255c 1534972 debian-installer standard fs-core-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 7b34f1f6c624b9bacc820a074d11cd97 727668 debian-installer standard fs-secondary-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 a76819004791efa50b7e3c0f7a402047 468676 debian-installer standard input-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 d825f39a7ba25ce3a9b0c33a85cbf402 62172 debian-installer standard ipmi-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 f52e6e393c6ae459289bd647e6d812f7 9745468 debian-installer optional kernel-image-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 d2eecd33e6019b8f6627136eff61bfe4 268920 kernel optional linux-buildinfo-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 aae92000e918876d947e852b16d12b22 268956 kernel optional linux-buildinfo-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 96b0504c5a4cbbd7181f129af52686f0 1880 devel optional linux-cloud-tools-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 ca6e7b63d60ab354e5f8d32e1c50b0bc 1884 devel optional linux-cloud-tools-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 54e4c576acbfb1e2b278067b739f6606 1151364 devel optional linux-headers-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 82e15a1d6837949a26a6b07174de82b4 1149732 devel optional linux-headers-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 18f32cd7f89d3291887426c5d07d8007 10969228 devel optional linux-headers-5.3.0-25_5.3.0-25.27~18.04.1_all.deb
 497da9fee1e0e1b6222a1ce969149a20 64164 devel optional linux-hwe-cloud-tools-5.3.0-25_5.3.0-25.27~18.04.1_amd64.deb
 acedd783f89cc3f97d9f5cfd3c4c7266 5468036 devel optional linux-hwe-tools-5.3.0-25_5.3.0-25.27~18.04.1_amd64.deb
 ea16a5921c4cb0c91ce42ad3aa68de12 1028 debian-installer optional linux-hwe-udebs-generic_5.3.0-25.27~18.04.1_amd64.udeb
 dee24e0eb5b7fa0ff696e048ae17c3aa 34304 devel optional linux-hwe_5.3.0-25.27~18.04.1_amd64.buildinfo
 49df2d78bcb4fec982144f647f80bef8 17544251 raw-signing - linux-hwe_5.3.0-25.27~18.04.1_amd64.tar.gz
 2d9251112cfe6cc669348229f84b8d34 24328 raw-translations - linux-hwe_5.3.0-25.27~18.04.1_amd64_translations.tar.gz
 dd56ebb82eddb5d8ec32bec628a784be 898830680 devel optional linux-image-unsigned-5.3.0-25-generic-dbgsym_5.3.0-25.27~18.04.1_amd64.ddeb
 c13bdaa8f7ec8967dd17e5c6ddbebeb1 8773724 kernel optional linux-image-unsigned-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 c0d24c402c7ee4283af8d2c6210fca2c 899737296 devel optional linux-image-unsigned-5.3.0-25-lowlatency-dbgsym_5.3.0-25.27~18.04.1_amd64.ddeb
 ca736dc2a71ca9712509e8d9186cd8e4 8839376 kernel optional linux-image-unsigned-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 f1fd9cc87d27887e088934b484376394 13993260 kernel optional linux-modules-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 14b4d4570d6347361fa0e21153973b8f 51286068 kernel optional linux-modules-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 54f45e6ef54fdad3e672bcd94b733fa3 37560372 kernel optional linux-modules-extra-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 d9ad335af4ea0ff87a47b406458bffea 134334464 devel optional linux-source-5.3.0_5.3.0-25.27~18.04.1_all.deb
 f8c026d166c1d4ce09f76fc646dac613 2004 devel optional linux-tools-5.3.0-25-generic_5.3.0-25.27~18.04.1_amd64.deb
 b3c2b554d4d68858fb06d0c177515d96 2008 devel optional linux-tools-5.3.0-25-lowlatency_5.3.0-25.27~18.04.1_amd64.deb
 c9a89815c0b7a1efd2157499190362b6 291312 debian-installer standard md-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 ef7ac91202a42dc430a19d39a23a02a0 203276 debian-installer standard message-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 ce12455a777d7bded27e3d1625edb406 60240 debian-installer extra mouse-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 2f3f3773a0b1c0e17e0954af7ea689f9 18360 debian-installer extra multipath-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 c6d83694d3c314a80b06c2a45988829d 603280 debian-installer standard nfs-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 250fa0c921ad02b779c7f2720a8a806c 4948048 debian-installer standard nic-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 79710b6d8aa37f5f50b5f78f9873f311 144204 debian-installer standard nic-pcmcia-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 d0cde36c2f0eb219c6efb51c0ebfbfa9 591516 debian-installer standard nic-shared-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 9362ffa383899a15e6aa4057f82fb0d0 319260 debian-installer standard nic-usb-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 176216ed6661940072bd38fb8c120070 31444 debian-installer standard parport-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 92d3f0d3e1723ffd896f0a401660a5c1 122472 debian-installer standard pata-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 a8b892014a79aaaae4f1c80f42df180d 64352 debian-installer standard pcmcia-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 6cd0bc4e7417be44ea689aeadc0827d6 62836 debian-installer standard pcmcia-storage-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 d3fe70c38c6d7ac10c2ee9a9f64f372b 8724 debian-installer standard plip-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 d1850a7de9e9b80b28c07f8556f57be6 23924 debian-installer standard ppp-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 bd3df80d4930083afb9224dfb530b555 94492 debian-installer standard sata-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 87016471749b66ccc4cf5de01bb26889 2691968 debian-installer standard scsi-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 98622ef525f62e90887419bd4a555233 93740 debian-installer standard serial-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 8cedad97f7325b840d99274564eec859 51028 debian-installer standard storage-core-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 7a1e7edfc48fd9c03409b3b7db7ef7d9 140904 debian-installer standard usb-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 ff3f1c6a1d4b3e7851b8c198920b7b36 110804 debian-installer standard virtio-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
 98413e42b6bda46aaf6210d71db864cc 26180 debian-installer extra vlan-modules-5.3.0-25-generic-di_5.3.0-25.27~18.04.1_amd64.udeb
Package-Type: udeb


More information about the Bionic-changes mailing list