[ubuntu/bionic-proposed] linux_4.15.0-137.141_amd64.tar.gz - (Accepted)

Stefan Bader stefan.bader at canonical.com
Wed Feb 24 10:26:02 UTC 2021


linux (4.15.0-137.141) bionic; urgency=medium

  * bionic/linux: 4.15.0-137.141 -proposed tracker (LP: #1916199)

  * Fix oops in skb_segment for Bionic series (LP: #1915552)
    - net: permit skb_segment on head_frag frag_list skb
    - net: bpf: add a test for skb_segment in test_bpf module
    - test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment()

  * Bionic update: upstream stable patchset 2021-02-10 (LP: #1915328)
    - net: cdc_ncm: correct overhead in delayed_ndp_size
    - net: vlan: avoid leaks on register_vlan_dev() failures
    - net: ip: always refragment ip defragmented packets
    - net: fix pmtu check in nopmtudisc mode
    - x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
    - x86/resctrl: Don't move a task to the same resource group
    - vmlinux.lds.h: Add PGO and AutoFDO input sections
    - drm/i915: Fix mismatch between misplaced vma check and vma insert
    - spi: pxa2xx: Fix use-after-free on unbind
    - iio: imu: st_lsm6dsx: flip irq return logic
    - iio: imu: st_lsm6dsx: fix edge-trigger interrupts
    - ARM: OMAP2+: omap_device: fix idling of devices during probe
    - i2c: sprd: use a specific timeout to avoid system hang up issue
    - cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get()
    - spi: stm32: FIFO threshold level - fix align packet size
    - dmaengine: xilinx_dma: check dma_async_device_register return value
    - dmaengine: xilinx_dma: fix mixed_enum_type coverity warning
    - wil6210: select CONFIG_CRC32
    - block: rsxx: select CONFIG_CRC32
    - iommu/intel: Fix memleak in intel_irq_remapping_alloc
    - net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups
    - net/mlx5e: Fix two double free cases
    - wan: ds26522: select CONFIG_BITREVERSE
    - KVM: arm64: Don't access PMCR_EL0 when no PMU is available
    - block: fix use-after-free in disk_part_iter_next
    - net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed
      packet
    - net: hns3: fix the number of queues actually used by ARQ
    - net: stmmac: dwmac-sun8i: Balance internal PHY resource references
    - net: stmmac: dwmac-sun8i: Balance internal PHY power
    - net/sonic: Fix some resource leaks in error handling paths
    - net: ipv6: fib: flush exceptions when purging route
    - dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()
    - lightnvm: select CONFIG_CRC32
    - ASoC: dapm: remove widget from dirty list on free
    - MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB
    - MIPS: relocatable: fix possible boot hangup with KASLR enabled
    - ACPI: scan: Harden acpi_device_add() against device ID overflows
    - mm/hugetlb: fix potential missing huge page size info
    - dm snapshot: flush merged data before committing metadata
    - r8152: Add Lenovo Powered USB-C Travel Hub
    - ext4: fix bug for rename with RENAME_WHITEOUT
    - ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
    - ARC: build: add uImage.lzma to the top-level target
    - ARC: build: add boot_targets to PHONY
    - btrfs: fix transaction leak and crash after RO remount caused by qgroup
      rescan
    - ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
    - arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
    - misdn: dsp: select CONFIG_BITREVERSE
    - net: ethernet: fs_enet: Add missing MODULE_LICENSE
    - ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
    - ARM: picoxcell: fix missing interrupt-parent properties
    - dump_common_audit_data(): fix racy accesses to ->d_name
    - ASoC: Intel: fix error code cnl_set_dsp_D0()
    - NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
    - pNFS: Mark layout for return if return-on-close was not sent
    - NFS: nfs_igrab_and_active must first reference the superblock
    - ext4: fix superblock checksum failure when setting password salt
    - RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
    - mm, slub: consider rest of partial list if acquire_slab() fails
    - net: sunrpc: interpret the return value of kstrtou32 correctly
    - dm: eliminate potential source of excessive kernel log noise
    - ALSA: firewire-tascam: Fix integer overflow in midi_port_work()
    - ALSA: fireface: Fix integer overflow in transmit_midi_msg()
    - netfilter: conntrack: fix reading nf_conntrack_buckets
    - usb: ohci: Make distrust_firmware param default to false
    - nfsd4: readdirplus shouldn't return parent of export
    - netxen_nic: fix MSI/MSI-x interrupts
    - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
    - esp: avoid unneeded kmap_atomic call
    - net: dcb: Validate netlink message in DCB handler
    - net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
    - net: stmmac: Fixed mtu channged by cache aligned
    - net: sit: unregister_netdevice on newlink's error path
    - net: avoid 32 x truesize under-estimation for tiny skbs
    - rxrpc: Fix handling of an unsupported token type in rxrpc_read()
    - tipc: fix NULL deref in tipc_link_xmit()
    - spi: cadence: cache reference clock rate during probe
    - x86/hyperv: check cpu mask after interrupt has been disabled
    - mtd: rawnand: fsl_ifc: check result of SRAM initialization fixup
    - kbuild: enforce -Werror=return-type
    - crypto: x86/crc32c - fix building with clang ias
    - rxrpc: Call state should be read with READ_ONCE() under some circumstances

  * [ssbs-0118] backport SSBS bug (arm64: cpufeature: Detect SSBS and advertise
    to userspace) (LP: #1911376)
    - SAUCE: Move SSBS snippet from arm64_elf_hwcaps to arm64_features

  * Bionic update: upstream stable patchset 2021-01-25 (LP: #1913214)
    - x86/entry/64: Add instruction suffix
    - md/raid10: initialize r10_bio->read_slot before use.
    - ALSA: usb-audio: simplify set_sync_ep_implicit_fb_quirk
    - ALSA: usb-audio: fix sync-ep altsetting sanity check
    - mm: memcontrol: eliminate raw access to stat and event counters
    - mm: memcontrol: implement lruvec stat functions on top of each other
    - mm: memcontrol: fix excessive complexity in memory.stat reporting
    - vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
    - powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()
    - uapi: move constants from <linux/kernel.h> to <linux/const.h>
    - of: fix linker-section match-table corruption
    - reiserfs: add check for an invalid ih_entry_count
    - misc: vmw_vmci: fix kernel info-leak by initializing dbells in
      vmci_ctx_get_chkpt_doorbells()
    - media: gp8psk: initialize stats at power control logic
    - ALSA: seq: Use bool for snd_seq_queue internal flags
    - rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
    - module: set MODULE_STATE_GOING state when a module fails to load
    - quota: Don't overflow quota file offsets
    - powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
    - module: delay kobject uevent until after module init call
    - ALSA: pcm: Clear the full allocated memory at hw_params
    - dm verity: skip verity work if I/O error when system is shutting down
    - kdev_t: always inline major/minor helper functions
    - iio:imu:bmi160: Fix alignment and data leak issues
    - iio:magnetometer:mag3110: Fix alignment and data leak issues.
    - mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start
    - ext4: don't remount read-only with errors=continue on reboot
    - KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
    - KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
    - xen/gntdev.c: Mark pages as dirty
    - ALSA: rawmidi: Access runtime->avail always in spinlock
    - fcntl: Fix potential deadlock in send_sig{io, urg}()
    - dmaengine: at_hdmac: Substitute kzalloc with kmalloc
    - dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()
    - dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()
    - kbuild: don't hardcode depmod path
    - workqueue: Kick a worker based on the actual activation of delayed works
    - scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk
      ->poweroff()
    - scsi: ide: Do not set the RQF_PREEMPT flag for sense requests
    - lib/genalloc: fix the overflow when size is too big
    - depmod: handle the case of /sbin/depmod without /sbin in PATH
    - ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
    - ethernet: ucc_geth: set dev->max_mtu to 1518
    - atm: idt77252: call pci_disable_device() on error path
    - qede: fix offload for IPIP tunnel packets
    - virtio_net: Fix recursive call to cpus_read_lock()
    - net/ncsi: Use real net-device for response handler
    - net: ethernet: Fix memleak in ethoc_probe
    - net-sysfs: take the rtnl lock when storing xps_cpus
    - net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registered
    - ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
    - net: hns: fix return value check in __lb_other_process()
    - net: hdlc_ppp: Fix issues when mod_timer is called while timer is running
    - CDC-NCM: remove "connected" log message
    - net: usb: qmi_wwan: add Quectel EM160R-GL
    - vhost_net: fix ubuf refcount incorrectly when sendmsg fails
    - net: sched: prevent invalid Scell_log shift count
    - net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
    - net: mvpp2: Fix GoP port 3 Networking Complex Control configurations
    - net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE
    - video: hyperv_fb: Fix the mmap() regression for v5.4.y and older
    - crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
    - usb: gadget: enable super speed plus
    - USB: cdc-acm: blacklist another IR Droid device
    - usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completion
    - usb: chipidea: ci_hdrc_imx: add missing put_device() call in
      usbmisc_get_init_data()
    - USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set
    - usb: usbip: vhci_hcd: protect shift size
    - usb: uas: Add PNY USB Portable SSD to unusual_uas
    - USB: serial: iuu_phoenix: fix DMA from stack
    - USB: serial: option: add LongSung M5710 module support
    - USB: serial: option: add Quectel EM160R-GL
    - USB: yurex: fix control-URB timeout handling
    - USB: usblp: fix DMA to stack
    - ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks
    - usb: gadget: select CONFIG_CRC32
    - usb: gadget: f_uac2: reset wMaxPacketSize
    - usb: gadget: function: printer: Fix a memory leak for interface descriptor
    - USB: gadget: legacy: fix return error code in acm_ms_bind()
    - usb: gadget: Fix spinlock lockup on usb_function_deactivate
    - usb: gadget: configfs: Preserve function ordering after bind failure
    - usb: gadget: configfs: Fix use-after-free issue with udc_name
    - USB: serial: keyspan_pda: remove unused variable
    - x86/mm: Fix leak of pmd ptlock
    - ALSA: hda/conexant: add a new hda codec CX11970
    - ALSA: hda/realtek - Fix speaker volume control on Lenovo C940
    - Revert "device property: Keep secondary firmware node secondary by type"
    - netfilter: ipset: fix shift-out-of-bounds in htable_bits()
    - netfilter: xt_RATEEST: reject non-null terminated string from userspace
    - x86/mtrr: Correct the range check before performing MTRR type lookups
    - KVM: x86: fix shift out of bounds reported by UBSAN
    - i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs
    - tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
    - USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().
    - USB: Gadget Ethernet: Re-enable Jumbo frames.
    - usb: gadget: u_ether: Fix MTU size mismatch with RX packet size

Date: Fri, 19 Feb 2021 11:28:35 +0100
Changed-By: Stefan Bader <stefan.bader at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-011.buildd>

-------------- next part --------------
Format: 1.8
Date: Fri, 19 Feb 2021 11:28:35 +0100
Source: linux
Binary: linux-source-4.15.0 linux-doc linux-headers-4.15.0-137 linux-libc-dev linux-tools-common linux-tools-4.15.0-137 linux-cloud-tools-common linux-cloud-tools-4.15.0-137 linux-tools-host linux-image-unsigned-4.15.0-137-generic linux-modules-4.15.0-137-generic linux-modules-extra-4.15.0-137-generic linux-headers-4.15.0-137-generic linux-image-unsigned-4.15.0-137-generic-dbgsym linux-tools-4.15.0-137-generic linux-cloud-tools-4.15.0-137-generic linux-udebs-generic linux-buildinfo-4.15.0-137-generic linux-image-unsigned-4.15.0-137-generic-lpae linux-modules-4.15.0-137-generic-lpae linux-modules-extra-4.15.0-137-generic-lpae linux-headers-4.15.0-137-generic-lpae linux-image-unsigned-4.15.0-137-generic-lpae-dbgsym linux-tools-4.15.0-137-generic-lpae linux-cloud-tools-4.15.0-137-generic-lpae linux-udebs-generic-lpae linux-buildinfo-4.15.0-137-generic-lpae linux-image-unsigned-4.15.0-137-lowlatency linux-modules-4.15.0-137-lowlatency linux-modules-extra-4.15.0-137-lowlatency
 linux-headers-4.15.0-137-lowlatency linux-image-unsigned-4.15.0-137-lowlatency-dbgsym linux-tools-4.15.0-137-lowlatency linux-cloud-tools-4.15.0-137-lowlatency linux-udebs-lowlatency linux-buildinfo-4.15.0-137-lowlatency kernel-image-4.15.0-137-generic-di fat-modules-4.15.0-137-generic-di fb-modules-4.15.0-137-generic-di firewire-core-modules-4.15.0-137-generic-di floppy-modules-4.15.0-137-generic-di fs-core-modules-4.15.0-137-generic-di fs-secondary-modules-4.15.0-137-generic-di input-modules-4.15.0-137-generic-di irda-modules-4.15.0-137-generic-di md-modules-4.15.0-137-generic-di nic-modules-4.15.0-137-generic-di nic-pcmcia-modules-4.15.0-137-generic-di nic-usb-modules-4.15.0-137-generic-di nic-shared-modules-4.15.0-137-generic-di parport-modules-4.15.0-137-generic-di pata-modules-4.15.0-137-generic-di pcmcia-modules-4.15.0-137-generic-di pcmcia-storage-modules-4.15.0-137-generic-di plip-modules-4.15.0-137-generic-di ppp-modules-4.15.0-137-generic-di
 sata-modules-4.15.0-137-generic-di scsi-modules-4.15.0-137-generic-di serial-modules-4.15.0-137-generic-di storage-core-modules-4.15.0-137-generic-di usb-modules-4.15.0-137-generic-di nfs-modules-4.15.0-137-generic-di block-modules-4.15.0-137-generic-di message-modules-4.15.0-137-generic-di crypto-modules-4.15.0-137-generic-di virtio-modules-4.15.0-137-generic-di mouse-modules-4.15.0-137-generic-di vlan-modules-4.15.0-137-generic-di ipmi-modules-4.15.0-137-generic-di
 multipath-modules-4.15.0-137-generic-di
Architecture: amd64 all amd64_translations
Version: 4.15.0-137.141
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-011.buildd>
Changed-By: Stefan Bader <stefan.bader at canonical.com>
Description:
 block-modules-4.15.0-137-generic-di - Block storage devices (udeb)
 crypto-modules-4.15.0-137-generic-di - crypto modules (udeb)
 fat-modules-4.15.0-137-generic-di - FAT filesystem support (udeb)
 fb-modules-4.15.0-137-generic-di - Framebuffer modules (udeb)
 firewire-core-modules-4.15.0-137-generic-di - Firewire (IEEE-1394) Support (udeb)
 floppy-modules-4.15.0-137-generic-di - Floppy driver support (udeb)
 fs-core-modules-4.15.0-137-generic-di - Base filesystem modules (udeb)
 fs-secondary-modules-4.15.0-137-generic-di - Extra filesystem modules (udeb)
 input-modules-4.15.0-137-generic-di - Support for various input methods (udeb)
 ipmi-modules-4.15.0-137-generic-di - ipmi modules (udeb)
 irda-modules-4.15.0-137-generic-di - Support for Infrared protocols (udeb)
 kernel-image-4.15.0-137-generic-di - kernel image and system map (udeb)
 linux-buildinfo-4.15.0-137-generic - Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
 linux-buildinfo-4.15.0-137-generic-lpae - Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
 linux-buildinfo-4.15.0-137-lowlatency - Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
 linux-cloud-tools-4.15.0-137 - Linux kernel version specific cloud tools for version 4.15.0-137
 linux-cloud-tools-4.15.0-137-generic - Linux kernel version specific cloud tools for version 4.15.0-137
 linux-cloud-tools-4.15.0-137-generic-lpae - Linux kernel version specific cloud tools for version 4.15.0-137
 linux-cloud-tools-4.15.0-137-lowlatency - Linux kernel version specific cloud tools for version 4.15.0-137
 linux-cloud-tools-common - Linux kernel version specific cloud tools for version 4.15.0
 linux-doc  - Linux kernel specific documentation for version 4.15.0
 linux-headers-4.15.0-137 - Header files related to Linux kernel version 4.15.0
 linux-headers-4.15.0-137-generic - Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
 linux-headers-4.15.0-137-generic-lpae - Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
 linux-headers-4.15.0-137-lowlatency - Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-137-generic - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-137-generic-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-137-generic-lpae - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-137-generic-lpae-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-137-lowlatency - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-137-lowlatency-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
 linux-libc-dev - Linux Kernel Headers for development
 linux-modules-4.15.0-137-generic - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-4.15.0-137-generic-lpae - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-4.15.0-137-lowlatency - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-extra-4.15.0-137-generic - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-extra-4.15.0-137-generic-lpae - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-extra-4.15.0-137-lowlatency - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-source-4.15.0 - Linux kernel source for version 4.15.0 with Ubuntu patches
 linux-tools-4.15.0-137 - Linux kernel version specific tools for version 4.15.0-137
 linux-tools-4.15.0-137-generic - Linux kernel version specific tools for version 4.15.0-137
 linux-tools-4.15.0-137-generic-lpae - Linux kernel version specific tools for version 4.15.0-137
 linux-tools-4.15.0-137-lowlatency - Linux kernel version specific tools for version 4.15.0-137
 linux-tools-common - Linux kernel version specific tools for version 4.15.0
 linux-tools-host - Linux kernel VM host tools
 linux-udebs-generic - Metapackage depending on kernel udebs (udeb)
 linux-udebs-generic-lpae - Metapackage depending on kernel udebs (udeb)
 linux-udebs-lowlatency - Metapackage depending on kernel udebs (udeb)
 md-modules-4.15.0-137-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-4.15.0-137-generic-di - Fusion and i2o storage modules (udeb)
 mouse-modules-4.15.0-137-generic-di - Mouse support (udeb)
 multipath-modules-4.15.0-137-generic-di - DM-Multipath support (udeb)
 nfs-modules-4.15.0-137-generic-di - NFS filesystem drivers (udeb)
 nic-modules-4.15.0-137-generic-di - Network interface support (udeb)
 nic-pcmcia-modules-4.15.0-137-generic-di - PCMCIA network interface support (udeb)
 nic-shared-modules-4.15.0-137-generic-di - nic shared modules (udeb)
 nic-usb-modules-4.15.0-137-generic-di - USB network interface support (udeb)
 parport-modules-4.15.0-137-generic-di - Parallel port support (udeb)
 pata-modules-4.15.0-137-generic-di - PATA support modules (udeb)
 pcmcia-modules-4.15.0-137-generic-di - PCMCIA Modules (udeb)
 pcmcia-storage-modules-4.15.0-137-generic-di - PCMCIA storage support (udeb)
 plip-modules-4.15.0-137-generic-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-4.15.0-137-generic-di - PPP (serial port) networking support (udeb)
 sata-modules-4.15.0-137-generic-di - SATA storage support (udeb)
 scsi-modules-4.15.0-137-generic-di - SCSI storage support (udeb)
 serial-modules-4.15.0-137-generic-di - Serial port support (udeb)
 storage-core-modules-4.15.0-137-generic-di - Core storage support (udeb)
 usb-modules-4.15.0-137-generic-di - Core USB support (udeb)
 virtio-modules-4.15.0-137-generic-di - VirtIO Modules (udeb)
 vlan-modules-4.15.0-137-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1911376 1913214 1915328 1915552 1916199
Changes:
 linux (4.15.0-137.141) bionic; urgency=medium
 .
   * bionic/linux: 4.15.0-137.141 -proposed tracker (LP: #1916199)
 .
   * Fix oops in skb_segment for Bionic series (LP: #1915552)
     - net: permit skb_segment on head_frag frag_list skb
     - net: bpf: add a test for skb_segment in test_bpf module
     - test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment()
 .
   * Bionic update: upstream stable patchset 2021-02-10 (LP: #1915328)
     - net: cdc_ncm: correct overhead in delayed_ndp_size
     - net: vlan: avoid leaks on register_vlan_dev() failures
     - net: ip: always refragment ip defragmented packets
     - net: fix pmtu check in nopmtudisc mode
     - x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
     - x86/resctrl: Don't move a task to the same resource group
     - vmlinux.lds.h: Add PGO and AutoFDO input sections
     - drm/i915: Fix mismatch between misplaced vma check and vma insert
     - spi: pxa2xx: Fix use-after-free on unbind
     - iio: imu: st_lsm6dsx: flip irq return logic
     - iio: imu: st_lsm6dsx: fix edge-trigger interrupts
     - ARM: OMAP2+: omap_device: fix idling of devices during probe
     - i2c: sprd: use a specific timeout to avoid system hang up issue
     - cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get()
     - spi: stm32: FIFO threshold level - fix align packet size
     - dmaengine: xilinx_dma: check dma_async_device_register return value
     - dmaengine: xilinx_dma: fix mixed_enum_type coverity warning
     - wil6210: select CONFIG_CRC32
     - block: rsxx: select CONFIG_CRC32
     - iommu/intel: Fix memleak in intel_irq_remapping_alloc
     - net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups
     - net/mlx5e: Fix two double free cases
     - wan: ds26522: select CONFIG_BITREVERSE
     - KVM: arm64: Don't access PMCR_EL0 when no PMU is available
     - block: fix use-after-free in disk_part_iter_next
     - net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed
       packet
     - net: hns3: fix the number of queues actually used by ARQ
     - net: stmmac: dwmac-sun8i: Balance internal PHY resource references
     - net: stmmac: dwmac-sun8i: Balance internal PHY power
     - net/sonic: Fix some resource leaks in error handling paths
     - net: ipv6: fib: flush exceptions when purging route
     - dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()
     - lightnvm: select CONFIG_CRC32
     - ASoC: dapm: remove widget from dirty list on free
     - MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB
     - MIPS: relocatable: fix possible boot hangup with KASLR enabled
     - ACPI: scan: Harden acpi_device_add() against device ID overflows
     - mm/hugetlb: fix potential missing huge page size info
     - dm snapshot: flush merged data before committing metadata
     - r8152: Add Lenovo Powered USB-C Travel Hub
     - ext4: fix bug for rename with RENAME_WHITEOUT
     - ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
     - ARC: build: add uImage.lzma to the top-level target
     - ARC: build: add boot_targets to PHONY
     - btrfs: fix transaction leak and crash after RO remount caused by qgroup
       rescan
     - ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
     - arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
     - misdn: dsp: select CONFIG_BITREVERSE
     - net: ethernet: fs_enet: Add missing MODULE_LICENSE
     - ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
     - ARM: picoxcell: fix missing interrupt-parent properties
     - dump_common_audit_data(): fix racy accesses to ->d_name
     - ASoC: Intel: fix error code cnl_set_dsp_D0()
     - NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
     - pNFS: Mark layout for return if return-on-close was not sent
     - NFS: nfs_igrab_and_active must first reference the superblock
     - ext4: fix superblock checksum failure when setting password salt
     - RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
     - mm, slub: consider rest of partial list if acquire_slab() fails
     - net: sunrpc: interpret the return value of kstrtou32 correctly
     - dm: eliminate potential source of excessive kernel log noise
     - ALSA: firewire-tascam: Fix integer overflow in midi_port_work()
     - ALSA: fireface: Fix integer overflow in transmit_midi_msg()
     - netfilter: conntrack: fix reading nf_conntrack_buckets
     - usb: ohci: Make distrust_firmware param default to false
     - nfsd4: readdirplus shouldn't return parent of export
     - netxen_nic: fix MSI/MSI-x interrupts
     - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
     - esp: avoid unneeded kmap_atomic call
     - net: dcb: Validate netlink message in DCB handler
     - net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
     - net: stmmac: Fixed mtu channged by cache aligned
     - net: sit: unregister_netdevice on newlink's error path
     - net: avoid 32 x truesize under-estimation for tiny skbs
     - rxrpc: Fix handling of an unsupported token type in rxrpc_read()
     - tipc: fix NULL deref in tipc_link_xmit()
     - spi: cadence: cache reference clock rate during probe
     - x86/hyperv: check cpu mask after interrupt has been disabled
     - mtd: rawnand: fsl_ifc: check result of SRAM initialization fixup
     - kbuild: enforce -Werror=return-type
     - crypto: x86/crc32c - fix building with clang ias
     - rxrpc: Call state should be read with READ_ONCE() under some circumstances
 .
   * [ssbs-0118] backport SSBS bug (arm64: cpufeature: Detect SSBS and advertise
     to userspace) (LP: #1911376)
     - SAUCE: Move SSBS snippet from arm64_elf_hwcaps to arm64_features
 .
   * Bionic update: upstream stable patchset 2021-01-25 (LP: #1913214)
     - x86/entry/64: Add instruction suffix
     - md/raid10: initialize r10_bio->read_slot before use.
     - ALSA: usb-audio: simplify set_sync_ep_implicit_fb_quirk
     - ALSA: usb-audio: fix sync-ep altsetting sanity check
     - mm: memcontrol: eliminate raw access to stat and event counters
     - mm: memcontrol: implement lruvec stat functions on top of each other
     - mm: memcontrol: fix excessive complexity in memory.stat reporting
     - vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
     - powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()
     - uapi: move constants from <linux/kernel.h> to <linux/const.h>
     - of: fix linker-section match-table corruption
     - reiserfs: add check for an invalid ih_entry_count
     - misc: vmw_vmci: fix kernel info-leak by initializing dbells in
       vmci_ctx_get_chkpt_doorbells()
     - media: gp8psk: initialize stats at power control logic
     - ALSA: seq: Use bool for snd_seq_queue internal flags
     - rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
     - module: set MODULE_STATE_GOING state when a module fails to load
     - quota: Don't overflow quota file offsets
     - powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
     - module: delay kobject uevent until after module init call
     - ALSA: pcm: Clear the full allocated memory at hw_params
     - dm verity: skip verity work if I/O error when system is shutting down
     - kdev_t: always inline major/minor helper functions
     - iio:imu:bmi160: Fix alignment and data leak issues
     - iio:magnetometer:mag3110: Fix alignment and data leak issues.
     - mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start
     - ext4: don't remount read-only with errors=continue on reboot
     - KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
     - KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
     - xen/gntdev.c: Mark pages as dirty
     - ALSA: rawmidi: Access runtime->avail always in spinlock
     - fcntl: Fix potential deadlock in send_sig{io, urg}()
     - dmaengine: at_hdmac: Substitute kzalloc with kmalloc
     - dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()
     - dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()
     - kbuild: don't hardcode depmod path
     - workqueue: Kick a worker based on the actual activation of delayed works
     - scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk
       ->poweroff()
     - scsi: ide: Do not set the RQF_PREEMPT flag for sense requests
     - lib/genalloc: fix the overflow when size is too big
     - depmod: handle the case of /sbin/depmod without /sbin in PATH
     - ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
     - ethernet: ucc_geth: set dev->max_mtu to 1518
     - atm: idt77252: call pci_disable_device() on error path
     - qede: fix offload for IPIP tunnel packets
     - virtio_net: Fix recursive call to cpus_read_lock()
     - net/ncsi: Use real net-device for response handler
     - net: ethernet: Fix memleak in ethoc_probe
     - net-sysfs: take the rtnl lock when storing xps_cpus
     - net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registered
     - ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
     - net: hns: fix return value check in __lb_other_process()
     - net: hdlc_ppp: Fix issues when mod_timer is called while timer is running
     - CDC-NCM: remove "connected" log message
     - net: usb: qmi_wwan: add Quectel EM160R-GL
     - vhost_net: fix ubuf refcount incorrectly when sendmsg fails
     - net: sched: prevent invalid Scell_log shift count
     - net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
     - net: mvpp2: Fix GoP port 3 Networking Complex Control configurations
     - net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE
     - video: hyperv_fb: Fix the mmap() regression for v5.4.y and older
     - crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
     - usb: gadget: enable super speed plus
     - USB: cdc-acm: blacklist another IR Droid device
     - usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completion
     - usb: chipidea: ci_hdrc_imx: add missing put_device() call in
       usbmisc_get_init_data()
     - USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set
     - usb: usbip: vhci_hcd: protect shift size
     - usb: uas: Add PNY USB Portable SSD to unusual_uas
     - USB: serial: iuu_phoenix: fix DMA from stack
     - USB: serial: option: add LongSung M5710 module support
     - USB: serial: option: add Quectel EM160R-GL
     - USB: yurex: fix control-URB timeout handling
     - USB: usblp: fix DMA to stack
     - ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks
     - usb: gadget: select CONFIG_CRC32
     - usb: gadget: f_uac2: reset wMaxPacketSize
     - usb: gadget: function: printer: Fix a memory leak for interface descriptor
     - USB: gadget: legacy: fix return error code in acm_ms_bind()
     - usb: gadget: Fix spinlock lockup on usb_function_deactivate
     - usb: gadget: configfs: Preserve function ordering after bind failure
     - usb: gadget: configfs: Fix use-after-free issue with udc_name
     - USB: serial: keyspan_pda: remove unused variable
     - x86/mm: Fix leak of pmd ptlock
     - ALSA: hda/conexant: add a new hda codec CX11970
     - ALSA: hda/realtek - Fix speaker volume control on Lenovo C940
     - Revert "device property: Keep secondary firmware node secondary by type"
     - netfilter: ipset: fix shift-out-of-bounds in htable_bits()
     - netfilter: xt_RATEEST: reject non-null terminated string from userspace
     - x86/mtrr: Correct the range check before performing MTRR type lookups
     - KVM: x86: fix shift out of bounds reported by UBSAN
     - i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs
     - tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
     - USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().
     - USB: Gadget Ethernet: Re-enable Jumbo frames.
     - usb: gadget: u_ether: Fix MTU size mismatch with RX packet size
Checksums-Sha1:
 a1cf6a40b2f2715099091d2c211efbbfcba6ce7b 374872 block-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 5822dfae9d7a5f274f424b2e1ca23de7db55ef72 318436 crypto-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 3780ba43a4a775d83b682b21e8bce4aede241d72 4312 fat-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 bab7d9f12625df0b42d7186d31aa3d272682fe53 13760 fb-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 951e9b1ddba32ce73d5d31598b3eb628e65efc50 65352 firewire-core-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 cf326458964ed1210fcc41cdd8a10bca0e4cdfd6 34944 floppy-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 5ccdce40ef141e8539ead51624205f40ee1c165b 1317392 fs-core-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 ec3c0c714defcc0cfc86c494688122df46e26a52 708568 fs-secondary-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 846163ca306d32dfda1cb33c3f12f3d7567de963 435348 input-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 04272fd4752626854d2329f3e95415d5118e3306 62648 ipmi-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 6643a1e774cee84cfa9b6415cd467ae815a55afb 209228 irda-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 6754d1343248cde882e127c82d13dc007885d2dc 8958532 kernel-image-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 a45f4180daf767abc8f1febed791e9804a0e50d9 268336 linux-buildinfo-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 2e002b99aa3683ad12b99c10ece62073a2467043 268420 linux-buildinfo-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 7d86bcc73f4d8a30f8bc2a83a8a31fdf05e807bb 1864 linux-cloud-tools-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 69f4d34fc2be4d5e94b42d3feb9ad0eeebea3a46 1872 linux-cloud-tools-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 4206c18c25e224d4fcaa44df881d6da1db54f7c7 62356 linux-cloud-tools-4.15.0-137_4.15.0-137.141_amd64.deb
 e2e33ed87166474cbb3fb4c3c5ad71cf7ca4cc56 52824 linux-cloud-tools-common_4.15.0-137.141_all.deb
 76562ee0888740d2f4bde751badae87fe609bc60 35122000 linux-doc_4.15.0-137.141_all.deb
 08b5b8cba39b99189ddcfadb5459c08114bcde90 1113484 linux-headers-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 09e6f5606b8ac0582f42d2da62016773d549c410 1113208 linux-headers-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 59ce1807bcead4babfbb789af3dfa6a1c363b9e0 10956728 linux-headers-4.15.0-137_4.15.0-137.141_all.deb
 f28e2d9e877360e6e73b889a3debe76c50cb71b5 788992356 linux-image-unsigned-4.15.0-137-generic-dbgsym_4.15.0-137.141_amd64.ddeb
 8765370eafd6ef248f7748e2fbd4060bc0ad92d2 8061296 linux-image-unsigned-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 6c90215d2b610726b7019ae9e07c258c94f36f0a 789956236 linux-image-unsigned-4.15.0-137-lowlatency-dbgsym_4.15.0-137.141_amd64.ddeb
 192c837fab2f9faf98573c47203a35d16542c901 8114612 linux-image-unsigned-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 820851976505e0496bf46fdc237cd2dd0332e192 1005456 linux-libc-dev_4.15.0-137.141_amd64.deb
 bba78554b4c4fc03f28deda6e53a1dfa9bf15ad2 13140472 linux-modules-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 db58c5e7115a86bdb96641c6a9ee460d9ebbbbc5 45983116 linux-modules-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 787569f2d82ae0f60800a4c731ff26d26768a389 32797172 linux-modules-extra-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 df5575a3ee140fae630195c8929f5385427fabdc 127560792 linux-source-4.15.0_4.15.0-137.141_all.deb
 9d34a1c1bf47dda781d5f58122e962ee926fa7c7 1988 linux-tools-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 6065f85853543f53a509bc3cba56ba5d6ef126d8 1996 linux-tools-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 e470d918d146f1b0cd242927a4a6af15029f20f4 4753180 linux-tools-4.15.0-137_4.15.0-137.141_amd64.deb
 b5766fe84ca1f309f27d029d2fb14f7d64c0274c 171848 linux-tools-common_4.15.0-137.141_all.deb
 d4d361af728f02dd466d01c03418710fbe640b51 60700 linux-tools-host_4.15.0-137.141_all.deb
 bd9186ec9c8ecdd46cf0b82ef8e7cca7364892cd 1024 linux-udebs-generic_4.15.0-137.141_amd64.udeb
 89c5f4187fbb2d10f7459c94231b906080660edb 36357 linux_4.15.0-137.141_amd64.buildinfo
 d432eb022d0dcd6faa91ab265fb1825b39f12559 16109878 linux_4.15.0-137.141_amd64.tar.gz
 5f09ecfc45e716adf6b89587e53b117be999ad73 34414 linux_4.15.0-137.141_amd64_translations.tar.gz
 e9bf659a032acc2d57edfd17867ae41993e0860d 286720 md-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 d7d1eafe57a88ea7ebfabcbbefd59d611a1bafcb 206016 message-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 851dfe67231bd2d0045a48bc6812d0bc0a30149c 59212 mouse-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 18d835e858c86cefa8c61251744874e35ba24d41 18288 multipath-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 64b33a96cb1d0ad41ff15725d676f20f69b81375 507500 nfs-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 40a37624c6c5b00691e6e4e85128a32cff9a84cd 4623168 nic-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 0ce3d97f29e642a92007b0618e8483a663eed332 143696 nic-pcmcia-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 83302f1a1358332473e9163ad8388e77bab5174a 546716 nic-shared-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 e3ce4b8443caf88d549abfa92f5ac6f2c7da3afa 317180 nic-usb-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 f76b29566ed823ca7ca324372e6137178a31f283 31792 parport-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 992a88ba2e419ec9bc73d6544488167d27e0c3fe 122376 pata-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 dc4437e678c9d1fb47f62aac5a29fcb9ca3b76b7 64072 pcmcia-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 36406b5251b2fa12a1110a34a36fdf8f467ceb53 66540 pcmcia-storage-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 875aaf4209c54a871b4e584620a5a25e9b98c1b7 8656 plip-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 6773f83d8d5d94d581e8c73c9aa2023b28906842 25388 ppp-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 ec7bcfd93b304441a1ba5714aea8b42746b5b874 96224 sata-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 abe7a3d4736d96cc662b53d525298b3d6dc925eb 2485644 scsi-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 195753c96ecef7069b29f4b1f098d5020106e070 92012 serial-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 78086d4ee84c04df064fbccd8911743a274187b6 50724 storage-core-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 7bcaebfdf49d49acf68f689786cbb61595bda61f 140892 usb-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 05017abf4f843ab1fa81ae80929e52ea735f6265 113184 virtio-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 78f4f69f5af3006244b87b6cfad58d736b0d930b 25960 vlan-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
Checksums-Sha256:
 9553392eb4233dfdbdd9f2d429226645f0cd7c71ebe6bb7eb5b579a279e1d4bf 374872 block-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 11a8e6ae9b1ada3eeb6ef477bdfd42555262ed88aa3a5624ed1398948ec35939 318436 crypto-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 2487f7df0b885e706acf65cfc2cdbf3a6425cc37eaaedd4644391e0bd9a58123 4312 fat-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 8266d38e31050f38c8249f37a9f0e984c07cd051338abeff51f80ff3030a3b45 13760 fb-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 b9f51d188831486593fdd2691f60b3ba8c63731a79e3b4687fa41356b1e386d3 65352 firewire-core-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 154bb33370777cb1e6640bd9d51e8ae9304142d9beb5358a45c1e8e6c485415e 34944 floppy-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 d9f4af8a11fece2ceba92c27152ae0e92ded60c79b37a8d6d36c60dbc7d49f08 1317392 fs-core-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 ccdbbefbea06342cf082169d352b9e37ce87116ab0ce40cd90b76151c0139f2f 708568 fs-secondary-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 9742584a40ce4a3d692f1da7bcc42117c65d033ac77e205d84bfe82a8572637f 435348 input-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 6b560ce00a6c6f5b032abc1b18c38d17680557eaffb29b751f0de624d3a64ae6 62648 ipmi-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 04db4088d44c13e0a8b43f8b3b06ea5eff26cba1dbb23d8d6cefee6c1ea4d2ac 209228 irda-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 f14a2fc4a25a339b0ca5df039d07a527687e7c43ecb297220fe0ce08b6484616 8958532 kernel-image-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 d4160e60f77ca67419625ab8f1e84adb316f1bfd67bed597984734466cc2ab44 268336 linux-buildinfo-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 14b3fea02c51bb6fae69bd774a2b3b0290d136022902de2f1113b127292fb3d9 268420 linux-buildinfo-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 b67fbf7069bafab27ac20f323fc199aabe428acd56709105094bbe58dadd1e8b 1864 linux-cloud-tools-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 1b7f46b4721217b09f42b925934673bbada89a3def2971af77a7607859acbb4a 1872 linux-cloud-tools-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 e31daa3ee0535dbcd9afb475ba55632208100d756caadc1eb2af388d7c95882d 62356 linux-cloud-tools-4.15.0-137_4.15.0-137.141_amd64.deb
 d8a47e058706cf2cba27b89316a49baaf440a41638fb342870906a0dcb2dbe87 52824 linux-cloud-tools-common_4.15.0-137.141_all.deb
 9b55d1b81b367758ea0737c8e8bd303a089d13d5c6ea37cc58e0f4d7a8ac9c85 35122000 linux-doc_4.15.0-137.141_all.deb
 feb5ae93fa1d226bd6f68986065a2f32eee0fb5c7d749ea74c9eefdf8e34cd0f 1113484 linux-headers-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 b69f006f18adeeb406d58a34ca60b0596a3ba88e3e0db2732f4e8782b8ef350c 1113208 linux-headers-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 993c17d7e74bba8b457083c669fff466c132e3fbccee3d6358308b751d26bb00 10956728 linux-headers-4.15.0-137_4.15.0-137.141_all.deb
 fcbf0c9234e883b2b90ee1f3f49e0ba59a479cf004740053af4a73c00a91225a 788992356 linux-image-unsigned-4.15.0-137-generic-dbgsym_4.15.0-137.141_amd64.ddeb
 be5a27d60b73ae4af0042623b2296e191e2a79a96fe0de28ac27aa74d03395c7 8061296 linux-image-unsigned-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 c0e1302c0c37658d82a590374bc368b81b5bc598f8926b9ac97a9a074aea2ad3 789956236 linux-image-unsigned-4.15.0-137-lowlatency-dbgsym_4.15.0-137.141_amd64.ddeb
 e4273a6ed3ec3e741e978fd23a1a2c895909bdc3cb60b4fdea8005da782b45af 8114612 linux-image-unsigned-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 2bb374202ccbab93c61512d9376e11aeee271f6d595adf77b0f1b6349a391970 1005456 linux-libc-dev_4.15.0-137.141_amd64.deb
 6ca51349fce361e1f24d044cc0ee2e396033b24fa76cd1c2221076c52a438b84 13140472 linux-modules-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 d56916977b92674f7518a5acd048578fe34e65e67b86b82f8a45cf5b59c2fd1d 45983116 linux-modules-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 5465256cdd284111b549716ca7d9e1ec2e3c17eba1216806bc29be06cfbd7f90 32797172 linux-modules-extra-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 572fd606052d65da125d1486a5b52c1aca8cf6266aa5ead1f78df60fb4862301 127560792 linux-source-4.15.0_4.15.0-137.141_all.deb
 04757c9382a7be6a62bf094d6ae5d2c507dbcb65886a528164cf560f7ee73d9a 1988 linux-tools-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 a24847bc591bca42ddacb54692b6410e926b2d3eab23688c9f199bc1cbb3170c 1996 linux-tools-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 13306ab4ad6b34987b132f0b9a8a71c80b7faee644b870eb262d8e5842e5d403 4753180 linux-tools-4.15.0-137_4.15.0-137.141_amd64.deb
 d1ccb21a965f8e582d79f84d7465f0bbe7c93be3227eaa104ee493341f641ca4 171848 linux-tools-common_4.15.0-137.141_all.deb
 b07210e663d368ea6ca6ca24e849209e7c6421571eed11ef987ef32196bce9a0 60700 linux-tools-host_4.15.0-137.141_all.deb
 588a73ab2eab3fd4360dea7254b7f95fbea394df40a8db7a984dee6d85ea5cca 1024 linux-udebs-generic_4.15.0-137.141_amd64.udeb
 96ee7c7ca25aed517500ed0c02ddba1884ae0090553b3937ee840dd6f44a2efd 36357 linux_4.15.0-137.141_amd64.buildinfo
 835c537b8d6f19f876cc74d3c1f1d9e7b032698d4d6043b1eba87ab2a40900b0 16109878 linux_4.15.0-137.141_amd64.tar.gz
 d27559ac3057f06d4a516c04d08d08a5a81e5fe48b33aac47817142d280c5d12 34414 linux_4.15.0-137.141_amd64_translations.tar.gz
 75a44f5bae58c4f9a3f94d10d9389f0b7ce40801304bdab4307a2727c1911e7b 286720 md-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 34785fd73d20888644c020846d4e06feff5a0202887fb81cb67c7f31efd54094 206016 message-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 471573e54da28e58beafaaf0a82cbb0b99e15cd553b65d9bb9900a0945ef074a 59212 mouse-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 c90c9ccfe032aa17c0ebd2ff9541bdccf5cdb56617e300638a145b7d967f6197 18288 multipath-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 d5279febfafc2df6949fa9e452596eb2f4f01b0cc584101b8832553c0ca79ea4 507500 nfs-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 39bd3853cb001c3a7a0e0c57f3d46571d43c913373fcf34d085afde1a283961b 4623168 nic-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 14196987f000c257ed2520061f7598e750ad057374d7099fb34738b17079efdb 143696 nic-pcmcia-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 f4f4a07fc6b3a74731da3867de3c05fe0a585541752132e7e84806e2fd4d04cd 546716 nic-shared-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 aa653f8747f05812e99ec33fd4e439df83928619316727e41cc220de00818b7f 317180 nic-usb-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 2feddbac17e12a1701dbc55ad5ed856413943fbd4bfdaacb13b8ea7390786041 31792 parport-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 6ad598f12ebfc1feb9d9870e42af23c1489cd0873c690369584b2e61ef432c6c 122376 pata-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 8ad296bb79e1c95068fa9758481807d7904340e5b2505f9d8bfdcc5cf948d948 64072 pcmcia-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 fcb0c2dbc0ce13dc2105f53ce07e62c2fb766934677eb6f6c5c81fc3727206d8 66540 pcmcia-storage-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 30857555a3d51425805afbb6e99178e8f25f27f42361403b653a77d7d14266f1 8656 plip-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 4cd15cb14a0d733d1a1c74514d5cf4c4e3abcd3c93b62ab55232f5ca09ebe9ca 25388 ppp-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 bfa0f62464b13f80726b3899204ccc104e209534dd4b0f7882bea18a9e666add 96224 sata-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 89470056a0681df64818e9a53da332e5df462d884a0d0b4d4584b5d9134f23e6 2485644 scsi-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 c707ad2a39087944dc88ef26656de8b5218e73899fcd692ba474c12f12d6b233 92012 serial-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 c1fe3a6addf8269379c40f88011b649aee882dafee0a1414eb4400c1e557ba36 50724 storage-core-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 6fa94578d73ba09576e14dcb5a3717c72c2a557bc4a76b355aa06a28f1dd7dc4 140892 usb-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 9384474b1d3ccbabb3f98b5b2f3478a1aa10ae45967885ce1b49a3725dbbc035 113184 virtio-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 79782acc1df202c7694c6b3fbf80c291201965e529e285ee5d65dc97f8f9b3a7 25960 vlan-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
Files:
 49a63e0202f75d58d17bec0e895f3e6c 374872 debian-installer standard block-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 bb460105118a41820a8983cd44ee51c9 318436 debian-installer extra crypto-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 9403174adb53dd8f078e31866ade60ae 4312 debian-installer standard fat-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 9f11cfd1d3e76b903b4bbe48c77d635d 13760 debian-installer standard fb-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 aaf34d354c159128772f4214c0f3d487 65352 debian-installer standard firewire-core-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 3d1f4a85112e6bf27ea8c3e8ab2448ef 34944 debian-installer standard floppy-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 f277c92039fd3e4c139173f67cdbce2b 1317392 debian-installer standard fs-core-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 26b439045c745cdc6baba214ed09634c 708568 debian-installer standard fs-secondary-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 a0562228f6412cd19f94da9c8e2ff6a3 435348 debian-installer standard input-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 25649037d800663e197a518cec3c6b89 62648 debian-installer standard ipmi-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 fbbb959771c70250a2733b3e8cfda344 209228 debian-installer standard irda-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 38ffbacc833f92e6841b871c20ab7e0c 8958532 debian-installer optional kernel-image-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 ebe2dfad09e11e47f3007033efb33843 268336 kernel optional linux-buildinfo-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 27baab6bcae2249c3a97c6dbfd0f4615 268420 kernel optional linux-buildinfo-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 dc006227a1b2cbc0c9bb859a0f1d3d28 1864 devel optional linux-cloud-tools-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 e85a15af7acf11851b01e98fa7c7de07 1872 devel optional linux-cloud-tools-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 51c4bde5bcf1c76f9c14c9b12c898667 62356 devel optional linux-cloud-tools-4.15.0-137_4.15.0-137.141_amd64.deb
 6b59eca0a516561578ff5bf02060cc04 52824 kernel optional linux-cloud-tools-common_4.15.0-137.141_all.deb
 01710205ac531213bb062f7ad15c3aec 35122000 doc optional linux-doc_4.15.0-137.141_all.deb
 715e32d2676fe18175e273487583a093 1113484 devel optional linux-headers-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 4f81ee460ed3b01986ee293dbc33922e 1113208 devel optional linux-headers-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 90b55cd8f08e99f41f47651f25537866 10956728 devel optional linux-headers-4.15.0-137_4.15.0-137.141_all.deb
 bb65d66666b503afbc6f15ffab806871 788992356 devel optional linux-image-unsigned-4.15.0-137-generic-dbgsym_4.15.0-137.141_amd64.ddeb
 7aced646a56e84ca9f6ea3346d217a91 8061296 kernel optional linux-image-unsigned-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 af59592a6e5117e3826ceace9d8682da 789956236 devel optional linux-image-unsigned-4.15.0-137-lowlatency-dbgsym_4.15.0-137.141_amd64.ddeb
 e859d40a2c2a4669f2b13e2462f5b1a8 8114612 kernel optional linux-image-unsigned-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 777ec6fc2b2f8963cd43b5f5fec5cbda 1005456 devel optional linux-libc-dev_4.15.0-137.141_amd64.deb
 8a742cd335ddaadf4aa87c2db1da277d 13140472 kernel optional linux-modules-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 e2178a8254e2f9cef7a7862083e4099c 45983116 kernel optional linux-modules-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 cddf768b70cb7d6b2128ac761086cc7a 32797172 kernel optional linux-modules-extra-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 13a0066bac464848b1c16b48559fce72 127560792 devel optional linux-source-4.15.0_4.15.0-137.141_all.deb
 0555e6d986b6d830295717a4a826d2d7 1988 devel optional linux-tools-4.15.0-137-generic_4.15.0-137.141_amd64.deb
 6f0d26248e79060663ddde2f881bc814 1996 devel optional linux-tools-4.15.0-137-lowlatency_4.15.0-137.141_amd64.deb
 c0eb2ba4eb8c3aa2d3b102451f9eb134 4753180 devel optional linux-tools-4.15.0-137_4.15.0-137.141_amd64.deb
 eee35dd2088ff866c06bc8c34a85cab4 171848 kernel optional linux-tools-common_4.15.0-137.141_all.deb
 79bf07b2d8a188465d28924091ed47ee 60700 kernel optional linux-tools-host_4.15.0-137.141_all.deb
 8ef270641133d76cf13916cdb6376763 1024 debian-installer optional linux-udebs-generic_4.15.0-137.141_amd64.udeb
 65dd9d99a8386ff8b64c5ebfdef5c9f1 36357 devel optional linux_4.15.0-137.141_amd64.buildinfo
 e70fa169deaa0a6c8eac5fd540dd7f13 16109878 raw-signing - linux_4.15.0-137.141_amd64.tar.gz
 ba99d966ea9e22c8bea51a5b4ddf9885 34414 raw-translations - linux_4.15.0-137.141_amd64_translations.tar.gz
 060b4eb45ca98fef91d6ce22557ddc6f 286720 debian-installer standard md-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 b1106767d49c6a3906229486acecfac4 206016 debian-installer standard message-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 5953d811d6d73b02ccdded7471b311be 59212 debian-installer extra mouse-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 88861202ad902cd9cd8888290da134cc 18288 debian-installer extra multipath-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 2a8c76d9cf3b6c05cc4b8b613a5fca23 507500 debian-installer standard nfs-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 2067ca68e578538adb15090f545e6bea 4623168 debian-installer standard nic-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 6c111f72bd9717e4cbe8cda21a5a4f74 143696 debian-installer standard nic-pcmcia-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 b26843b094ad669e6312bc45f29a21e0 546716 debian-installer standard nic-shared-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 23de65a2b90bf7733160f5b51da3167d 317180 debian-installer standard nic-usb-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 cd474e5085a68f2c0eda378457da9099 31792 debian-installer standard parport-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 8ae82ef0904061176566ce4aa9ce08de 122376 debian-installer standard pata-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 de7597cd150c757d755acd42c99db17e 64072 debian-installer standard pcmcia-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 ede42f7ffd1d45f5f197dff28d46bdb7 66540 debian-installer standard pcmcia-storage-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 2ee9e8cb8f5bd6528f871db2e5618a7b 8656 debian-installer standard plip-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 c23702c36b50803a6cae847c2d17c74b 25388 debian-installer standard ppp-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 d116c592cbe34e6b1234d2de501bc065 96224 debian-installer standard sata-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 0acdd3e6bcfea71deb437b9d12e5ab10 2485644 debian-installer standard scsi-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 f1680e5ff4214e41c8fd5184b6c5fc12 92012 debian-installer standard serial-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 3965732e79a09c5b47658cbe68dd3bf0 50724 debian-installer standard storage-core-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 09f27dc43065311f5570f12dbac2c3db 140892 debian-installer standard usb-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 c62ea658f9e639a6d197e3201392077d 113184 debian-installer standard virtio-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
 6af96d699c2c80519c7e30a2d1dde557 25960 debian-installer extra vlan-modules-4.15.0-137-generic-di_4.15.0-137.141_amd64.udeb
Package-Type: udeb


More information about the Bionic-changes mailing list