[ubuntu/bionic-updates] linux-hwe_5.0.0-37.40~18.04.1_arm64.tar.gz - (Accepted)

Kleber Sacilotto de Souza kleber.souza at canonical.com
Mon Dec 2 14:13:29 UTC 2019


linux-hwe (5.0.0-37.40~18.04.1) bionic; urgency=medium

  * bionic/linux-hwe: 5.0.0-37.40~18.04.1 -proposed tracker (LP: #1852250)

  [ Ubuntu: 5.0.0-37.40 ]

  * disco/linux: 5.0.0-37.40 -proposed tracker (LP: #1852253)
  * System hangs at early boot (LP: #1851216)
    - x86/timer: Skip PIT initialization on modern chipsets
  * drm/i915: Add support for another CMP-H PCH (LP: #1848491)
    - drm/i915/cml: Add second PCH ID for CMP
  * Some EFI systems fail to boot in efi_init() when booted via maas
    (LP: #1851810)
    - efi: efi_get_memory_map -- increase map headroom
  * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
    - SAUCE: seccomp: avoid overflow in implicit constant conversion
    - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE
    - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
  * dkms artifacts may expire from the pool (LP: #1850958)
    - [Packaging] dkms -- try launchpad librarian for pool downloads
    - [Packaging] dkms -- dkms-build quieten wget verbiage
  * update ENA driver to version 2.1.0 (LP: #1850175)
    - net: ena: fix swapped parameters when calling
      ena_com_indirect_table_fill_entry
    - net: ena: fix: Free napi resources when ena_up() fails
    - net: ena: fix incorrect test of supported hash function
    - net: ena: fix return value of ena_com_config_llq_info()
    - net: ena: improve latency by disabling adaptive interrupt moderation by
      default
    - net: ena: fix ena_com_fill_hash_function() implementation
    - net: ena: add handling of llq max tx burst size
    - net: ena: ethtool: add extra properties retrieval via get_priv_flags
    - net: ena: replace free_tx/rx_ids union with single free_ids field in
      ena_ring
    - net: ena: arrange ena_probe() function variables in reverse christmas tree
    - net: ena: add newline at the end of pr_err prints
    - net: ena: documentation: update ena.txt
    - net: ena: allow automatic fallback to polling mode
    - net: ena: add support for changing max_header_size in LLQ mode
    - net: ena: optimise calculations for CQ doorbell
    - net: ena: add good checksum counter
    - net: ena: use dev_info_once instead of static variable
    - net: ena: add MAX_QUEUES_EXT get feature admin command
    - net: ena: enable negotiating larger Rx ring size
    - net: ena: make ethtool show correct current and max queue sizes
    - net: ena: allow queue allocation backoff when low on memory
    - net: ena: add ethtool function for changing io queue sizes
    - net: ena: remove inline keyword from functions in *.c
    - net: ena: update driver version from 2.0.3 to 2.1.0
    - net: ena: Fix bug where ring allocation backoff stopped too late
    - Revert "net: ena: ethtool: add extra properties retrieval via
      get_priv_flags"
    - net: ena: don't wake up tx queue when down
    - net: ena: clean up indentation issue
  * Add Intel Comet Lake ethernet support (LP: #1848555)
    - SAUCE: e1000e: Add support for Comet Lake
  * Intel Wireless AC 3168 on Eoan complaints FW error in SYNC CMD
    GEO_TX_POWER_LIMIT (LP: #1846016)
    - iwlwifi: exclude GEO SAR support for 3168
  * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239)
    - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms
    - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms
  * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled
    cloud (LP: #1848481)
    - [Packaging] include iavf/i40evf in generic
  * High power consumption using 5.0.0-25-generic (LP: #1840835)
    - PCI: Add a helper to check Power Resource Requirements _PR3 existence
    - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a
      driver
    - PCI: Fix missing inline for pci_pr3_present()
  * CML CPUIDs (LP: #1843794)
    - x86/cpu: Add Comet Lake to the Intel CPU models header
  * shiftfs: prevent exceeding project quotas (LP: #1849483)
    - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities
  * shiftfs: fix fallocate() (LP: #1849482)
    - SAUCE: shiftfs: setup correct s_maxbytes limit
  * Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message
    (LP: #1850443)
    - Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message
  * [SRU][B/OEM-B/OEM-OSP1/D/E] UBUNTU: SAUCE: add rtl623 codec support and fix
    mic issues (LP: #1850599)
    - SAUCE: ALSA: hda/realtek - Add support for ALC623
    - SAUCE: ALSA: hda/realtek - Fix 2 front mics of codec 0x623
  * NFSv4.1: Interrupted connections cause high bandwidth RPC ping-pong between
    client and server (LP: #1828978)
    - NFSv4.1: Avoid false retries when RPC calls are interrupted
  * SUNRPC: Use after free when GSSD credentials are invalid causes oops
    (LP: #1842037)
    - SUNRPC: Clean up
    - SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credential
  * Suppress "hid_field_extract() called with n (192) > 32!" message floods
    (LP: #1850600)
    - HID: core: reformat and reduce hid_printk macros
    - HID: core: Add printk_once variants to hid_warn() etc
    - HID: core: fix dmesg flooding if report field larger than 32bit
  * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs
    error path (LP: #1850994) // CVE-2019-15794
    - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails
    - SAUCE: ovl: Restore vm_file value when lower fs mmap fails
  * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677)
    - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags
  * root can lift kernel lockdown (LP: #1851380)
    - SAUCE: (efi-lockdown) Really don't allow lifting lockdown from userspace
  * Disco update: upstream stable patchset 2019-11-01 (LP: #1850974)
    - panic: ensure preemption is disabled during panic()
    - f2fs: use EINVAL for superblock with invalid magic
    - [Config] updateconfigs for USB_RIO500
    - USB: rio500: Remove Rio 500 kernel driver
    - USB: yurex: Don't retry on unexpected errors
    - USB: yurex: fix NULL-derefs on disconnect
    - USB: usb-skeleton: fix runtime PM after driver unbind
    - USB: usb-skeleton: fix NULL-deref on disconnect
    - xhci: Fix false warning message about wrong bounce buffer write length
    - xhci: Prevent device initiated U1/U2 link pm if exit latency is too long
    - xhci: Check all endpoints for LPM timeout
    - xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hosts
    - usb: xhci: wait for CNR controller not ready bit in xhci resume
    - xhci: Prevent deadlock when xhci adapter breaks during init
    - USB: adutux: fix use-after-free on disconnect
    - USB: adutux: fix NULL-derefs on disconnect
    - USB: adutux: fix use-after-free on release
    - USB: iowarrior: fix use-after-free on disconnect
    - USB: iowarrior: fix use-after-free on release
    - USB: iowarrior: fix use-after-free after driver unbind
    - USB: usblp: fix runtime PM after driver unbind
    - USB: chaoskey: fix use-after-free on release
    - USB: ldusb: fix NULL-derefs on driver unbind
    - serial: uartlite: fix exit path null pointer
    - USB: serial: keyspan: fix NULL-derefs on open() and write()
    - USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20
    - USB: serial: option: add Telit FN980 compositions
    - USB: serial: option: add support for Cinterion CLS8 devices
    - USB: serial: fix runtime PM after driver unbind
    - USB: usblcd: fix I/O after disconnect
    - USB: microtek: fix info-leak at probe
    - USB: dummy-hcd: fix power budget for SuperSpeed mode
    - usb: renesas_usbhs: gadget: Do not discard queues in
      usb_ep_set_{halt,wedge}()
    - usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behavior
    - USB: legousbtower: fix slab info leak at probe
    - USB: legousbtower: fix deadlock on disconnect
    - USB: legousbtower: fix potential NULL-deref on disconnect
    - USB: legousbtower: fix open after failed reset request
    - USB: legousbtower: fix use-after-free on release
    - mei: me: add comet point (lake) LP device ids
    - mei: avoid FW version request on Ibex Peak and earlier
    - gpio: eic: sprd: Fix the incorrect EIC offset when toggling
    - Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc
    - staging: vt6655: Fix memory leak in vt6655_probe
    - iio: adc: hx711: fix bug in sampling of data
    - iio: adc: ad799x: fix probe error handling
    - iio: adc: axp288: Override TS pin bias current for some models
    - iio: light: opt3001: fix mutex unlock race
    - efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specified
    - perf llvm: Don't access out-of-scope array
    - perf inject jit: Fix JIT_CODE_MOVE filename
    - CIFS: Gracefully handle QueryInfo errors during open
    - CIFS: Force revalidate inode when dentry is stale
    - CIFS: Force reval dentry if LOOKUP_REVAL flag is set
    - kernel/sysctl.c: do not override max_threads provided by userspace
    - mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()
    - firmware: google: increment VPD key_len properly
    - gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source
    - iio: adc: stm32-adc: move registers definitions
    - iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
    - cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
    - btrfs: fix incorrect updating of log root tree
    - btrfs: fix uninitialized ret in ref-verify
    - NFS: Fix O_DIRECT accounting of number of bytes read/written
    - MIPS: Disable Loongson MMI instructions for kernel build
    - MIPS: elf_hwcap: Export userspace ASEs
    - ACPI/PPTT: Add support for ACPI 6.3 thread flag
    - arm64: topology: Use PPTT to determine if PE is a thread
    - Fix the locking in dcache_readdir() and friends
    - media: stkwebcam: fix runtime PM after driver unbind
    - arm64/sve: Fix wrong free for task->thread.sve_state
    - tracing/hwlat: Report total time spent in all NMIs during the sample
    - tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
    - ftrace: Get a reference counter for the trace_array on filter files
    - tracing: Get trace_array reference for available_tracers files
    - hwmon: Fix HWMON_P_MIN_ALARM mask
    - x86/asm: Fix MWAITX C-state hint value
    - perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization
    - serial: uartps: Fix uartps_major handling
    - usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in
      tcpm_fw_get_caps()
    - staging: bcm2835-audio: Fix draining behavior regression
    - staging: rtl8188eu: fix HighestRate check in odm_ARFBRefresh_8188E()
    - iio: accel: adxl372: Fix/remove limitation for FIFO samples
    - iio: accel: adxl372: Fix push to buffers lost samples
    - iio: accel: adxl372: Perform a reset at start up
    - selinux: fix context string corruption in convert_context()
    - mm/z3fold.c: claim page in the beginning of free
    - mm/page_alloc.c: fix a crash in free_pages_prepare()
    - gpio: fix getting nonexclusive gpiods from DT
    - btrfs: fix balance convert to single on 32-bit host CPUs
    - Btrfs: fix memory leak due to concurrent append writes with fiemap
    - RDMA/vmw_pvrdma: Free SRQ only once
    - drm/i915: Whitelist COMMON_SLICE_CHICKEN2
    - mtd: rawnand: au1550nd: Fix au_read_buf16() prototype
  * Suspend stopped working from 4.4.0-157 onwards (LP: #1844021) // Disco
    update: upstream stable patchset 2019-11-01 (LP: #1850974)
    - xhci: Increase STS_SAVE timeout in xhci_suspend()
  * Disco update: upstream stable patchset 2019-10-31 (LP: #1850870)
    - s390/process: avoid potential reading of freed stack
    - KVM: s390: Test for bad access register and size at the start of S390_MEM_OP
    - s390/topology: avoid firing events before kobjs are created
    - s390/cio: exclude subchannels with no parent from pseudo check
    - KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interrupts
    - KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores
    - KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9
    - KVM: X86: Fix userspace set invalid CR4
    - nbd: fix max number of supported devs
    - PM / devfreq: tegra: Fix kHz to Hz conversion
    - ASoC: Define a set of DAPM pre/post-up events
    - ASoC: sgtl5000: Improve VAG power and mute control
    - powerpc/mce: Fix MCE handling for huge pages
    - powerpc/mce: Schedule work from irq_work
    - powerpc/powernv: Restrict OPAL symbol map to only be readable by root
    - powerpc/powernv/ioda: Fix race in TCE level allocation
    - powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions
    - can: mcp251x: mcp251x_hw_reset(): allow more time after a reset
    - tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file
    - crypto: qat - Silence smp_processor_id() warning
    - crypto: skcipher - Unmap pages after an external error
    - crypto: cavium/zip - Add missing single_release()
    - crypto: caam - fix concurrency issue in givencrypt descriptor
    - crypto: ccree - account for TEE not ready to report
    - crypto: ccree - use the full crypt length value
    - MIPS: Treat Loongson Extensions as ASEs
    - power: supply: sbs-battery: use correct flags field
    - power: supply: sbs-battery: only return health when battery present
    - tracing: Make sure variable reference alias has correct var_ref_idx
    - usercopy: Avoid HIGHMEM pfn warning
    - timer: Read jiffies once when forwarding base clk
    - PCI: vmd: Fix shadow offsets to reflect spec changes
    - watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout
    - perf stat: Fix a segmentation fault when using repeat forever
    - drm/omap: fix max fclk divider for omap36xx
    - drm/msm/dsi: Fix return value check for clk_get_parent
    - drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectors
    - drm/i915/gvt: update vgpu workload head pointer correctly
    - mmc: sdhci: improve ADMA error reporting
    - mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherence
    - Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"
    - xen/xenbus: fix self-deadlock after killing user process
    - ieee802154: atusb: fix use-after-free at disconnect
    - s390/cio: avoid calling strlen on null pointer
    - cfg80211: initialize on-stack chandefs
    - ima: always return negative code for error
    - ima: fix freeing ongoing ahash_request
    - fs: nfs: Fix possible null-pointer dereferences in encode_attrs()
    - 9p: Transport error uninitialized
    - 9p: avoid attaching writeback_fid on mmap with type PRIVATE
    - xen/pci: reserve MCFG areas earlier
    - ceph: fix directories inode i_blkbits initialization
    - ceph: reconnect connection if session hang in opening state
    - watchdog: aspeed: Add support for AST2600
    - netfilter: nf_tables: allow lookups in dynamic sets
    - drm/amdgpu: Fix KFD-related kernel oops on Hawaii
    - drm/amdgpu: Check for valid number of registers to read
    - pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
    - pwm: stm32-lp: Add check in case requested period cannot be achieved
    - x86/purgatory: Disable the stackleak GCC plugin for the purgatory
    - ntb: point to right memory window index
    - thermal: Fix use-after-free when unregistering thermal zone device
    - thermal_hwmon: Sanitize thermal_zone type
    - libnvdimm/region: Initialize bad block for volatile namespaces
    - fuse: fix memleak in cuse_channel_open
    - libnvdimm/nfit_test: Fix acpi_handle redefinition
    - sched/membarrier: Call sync_core only before usermode for same mm
    - sched/membarrier: Fix private expedited registration check
    - sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()
    - perf build: Add detection of java-11-openjdk-devel package
    - kernel/elfcore.c: include proper prototypes
    - perf unwind: Fix libunwind build failure on i386 systems
    - nfp: flower: fix memory leak in nfp_flower_spawn_vnic_reprs
    - drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed
    - KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the
      VP
    - KVM: nVMX: Fix consistency check on injected exception error code
    - nbd: fix crash when the blksize is zero
    - powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()
    - powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag
    - tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
    - tick: broadcast-hrtimer: Fix a race in bc_set_next
    - perf tools: Fix segfault in cpu_cache_level__read()
    - perf stat: Reset previous counts on repeat with interval
    - riscv: Avoid interrupts being erroneously enabled in handle_exception()
    - arm64: Add sysfs vulnerability show for spectre-v1
    - arm64: add sysfs vulnerability show for meltdown
    - arm64: enable generic CPU vulnerabilites support
    - arm64: Always enable ssb vulnerability detection
    - arm64: Provide a command line to disable spectre_v2 mitigation
    - arm64: Advertise mitigation of Spectre-v2, or lack thereof
    - arm64: Always enable spectre-v2 vulnerability detection
    - arm64: add sysfs vulnerability show for spectre-v2
    - arm64: add sysfs vulnerability show for speculative store bypass
    - arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSB
    - arm64: Use firmware to detect CPUs that are not affected by Spectre-v2
    - arm64/speculation: Support 'mitigations=' cmdline option
    - vfs: Fix EOVERFLOW testing in put_compat_statfs64
    - coresight: etm4x: Use explicit barriers on enable/disable
    - staging: erofs: fix an error handling in erofs_readdir()
    - staging: erofs: some compressed cluster should be submitted for corrupted
      images
    - staging: erofs: add two missing erofs_workgroup_put for corrupted images
    - staging: erofs: detect potential multiref due to corrupted images
    - cfg80211: add and use strongly typed element iteration macros
    - cfg80211: Use const more consistently in for_each_element macros
    - nl80211: validate beacon head
    - KVM: s390: fix __insn32_query() inline assembly
    - crypto: caam/qi - fix error handling in ERN handler
    - PCI: vmd: Fix config addressing when using bus offsets
    - drm/atomic: Reject FLIP_ASYNC unconditionally
    - drm/atomic: Take the atomic toys away from X
    - drm/i915: to make vgpu ppgtt notificaiton as atomic operation
    - mac80211: keep BHs disabled while calling drv_tx_wake_queue()
    - mmc: tegra: Implement ->set_dma_mask()
    - mmc: sdhci: Let drivers define their DMA mask
    - libnvdimm/altmap: Track namespace boundaries in altmap
    - DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again
    - xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methods
    - fuse: fix request limit
    - ceph: fetch cap_gen under spinlock in ceph_add_cap
    - perf probe: Fix to clear tev->nargs in clear_probe_trace_event()
    - selftests/seccomp: fix build on older kernels
    - iommu/amd: Fix downgrading default page-sizes in alloc_pte()
    - bpf: Fix bpf_event_output re-entry issue
    - i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630
    - mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actions
    - nfp: abm: fix memory leak in nfp_abm_u32_knode_replace
    - Btrfs: fix selftests failure due to uninitialized i_mode in test inodes
    - libnvdimm: prevent nvdimm from requesting key when security is disabled

Date: Thu, 14 Nov 2019 12:10:49 +0100
Changed-By: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at bos02-arm64-028.buildd>

-------------- next part --------------
Format: 1.8
Date: Thu, 14 Nov 2019 12:10:49 +0100
Source: linux-hwe
Binary: linux-source-5.0.0 linux-headers-5.0.0-37 linux-hwe-tools-5.0.0-37 linux-hwe-cloud-tools-5.0.0-37 linux-image-unsigned-5.0.0-37-generic linux-modules-5.0.0-37-generic linux-modules-extra-5.0.0-37-generic linux-headers-5.0.0-37-generic linux-image-unsigned-5.0.0-37-generic-dbgsym linux-tools-5.0.0-37-generic linux-cloud-tools-5.0.0-37-generic linux-hwe-udebs-generic linux-buildinfo-5.0.0-37-generic linux-image-unsigned-5.0.0-37-generic-lpae linux-modules-5.0.0-37-generic-lpae linux-modules-extra-5.0.0-37-generic-lpae linux-headers-5.0.0-37-generic-lpae linux-image-unsigned-5.0.0-37-generic-lpae-dbgsym linux-tools-5.0.0-37-generic-lpae linux-cloud-tools-5.0.0-37-generic-lpae linux-hwe-udebs-generic-lpae linux-buildinfo-5.0.0-37-generic-lpae linux-image-unsigned-5.0.0-37-lowlatency linux-modules-5.0.0-37-lowlatency linux-modules-extra-5.0.0-37-lowlatency linux-headers-5.0.0-37-lowlatency linux-image-unsigned-5.0.0-37-lowlatency-dbgsym linux-tools-5.0.0-37-lowlatency
 linux-cloud-tools-5.0.0-37-lowlatency linux-hwe-udebs-lowlatency linux-buildinfo-5.0.0-37-lowlatency kernel-image-5.0.0-37-generic-di fat-modules-5.0.0-37-generic-di fs-core-modules-5.0.0-37-generic-di fs-secondary-modules-5.0.0-37-generic-di input-modules-5.0.0-37-generic-di md-modules-5.0.0-37-generic-di nic-modules-5.0.0-37-generic-di nic-usb-modules-5.0.0-37-generic-di nic-shared-modules-5.0.0-37-generic-di parport-modules-5.0.0-37-generic-di plip-modules-5.0.0-37-generic-di ppp-modules-5.0.0-37-generic-di sata-modules-5.0.0-37-generic-di scsi-modules-5.0.0-37-generic-di storage-core-modules-5.0.0-37-generic-di usb-modules-5.0.0-37-generic-di nfs-modules-5.0.0-37-generic-di block-modules-5.0.0-37-generic-di message-modules-5.0.0-37-generic-di crypto-modules-5.0.0-37-generic-di virtio-modules-5.0.0-37-generic-di mouse-modules-5.0.0-37-generic-di vlan-modules-5.0.0-37-generic-di ipmi-modules-5.0.0-37-generic-di
 multipath-modules-5.0.0-37-generic-di
Architecture: arm64 arm64_translations
Version: 5.0.0-37.40~18.04.1
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at bos02-arm64-028.buildd>
Changed-By: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
Description:
 block-modules-5.0.0-37-generic-di - Block storage devices (udeb)
 crypto-modules-5.0.0-37-generic-di - crypto modules (udeb)
 fat-modules-5.0.0-37-generic-di - FAT filesystem support (udeb)
 fs-core-modules-5.0.0-37-generic-di - Base filesystem modules (udeb)
 fs-secondary-modules-5.0.0-37-generic-di - Extra filesystem modules (udeb)
 input-modules-5.0.0-37-generic-di - Support for various input methods (udeb)
 ipmi-modules-5.0.0-37-generic-di - ipmi modules (udeb)
 kernel-image-5.0.0-37-generic-di - kernel image and system map (udeb)
 linux-buildinfo-5.0.0-37-generic - Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP
 linux-buildinfo-5.0.0-37-generic-lpae - Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP
 linux-buildinfo-5.0.0-37-lowlatency - Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP
 linux-cloud-tools-5.0.0-37-generic - Linux kernel version specific cloud tools for version 5.0.0-37
 linux-cloud-tools-5.0.0-37-generic-lpae - Linux kernel version specific cloud tools for version 5.0.0-37
 linux-cloud-tools-5.0.0-37-lowlatency - Linux kernel version specific cloud tools for version 5.0.0-37
 linux-headers-5.0.0-37 - Header files related to Linux kernel version 5.0.0
 linux-headers-5.0.0-37-generic - Linux kernel headers for version 5.0.0 on ARMv8 SMP
 linux-headers-5.0.0-37-generic-lpae - Linux kernel headers for version 5.0.0 on ARMv8 SMP
 linux-headers-5.0.0-37-lowlatency - Linux kernel headers for version 5.0.0 on ARMv8 SMP
 linux-hwe-cloud-tools-5.0.0-37 - Linux kernel version specific cloud tools for version 5.0.0-37
 linux-hwe-tools-5.0.0-37 - Linux kernel version specific tools for version 5.0.0-37
 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.0.0-37-generic - Linux kernel image for version 5.0.0 on ARMv8 SMP
 linux-image-unsigned-5.0.0-37-generic-dbgsym - Linux kernel debug image for version 5.0.0 on ARMv8 SMP
 linux-image-unsigned-5.0.0-37-generic-lpae - Linux kernel image for version 5.0.0 on ARMv8 SMP
 linux-image-unsigned-5.0.0-37-generic-lpae-dbgsym - Linux kernel debug image for version 5.0.0 on ARMv8 SMP
 linux-image-unsigned-5.0.0-37-lowlatency - Linux kernel image for version 5.0.0 on ARMv8 SMP
 linux-image-unsigned-5.0.0-37-lowlatency-dbgsym - Linux kernel debug image for version 5.0.0 on ARMv8 SMP
 linux-modules-5.0.0-37-generic - Linux kernel extra modules for version 5.0.0 on ARMv8 SMP
 linux-modules-5.0.0-37-generic-lpae - Linux kernel extra modules for version 5.0.0 on ARMv8 SMP
 linux-modules-5.0.0-37-lowlatency - Linux kernel extra modules for version 5.0.0 on ARMv8 SMP
 linux-modules-extra-5.0.0-37-generic - Linux kernel extra modules for version 5.0.0 on ARMv8 SMP
 linux-modules-extra-5.0.0-37-generic-lpae - Linux kernel extra modules for version 5.0.0 on ARMv8 SMP
 linux-modules-extra-5.0.0-37-lowlatency - Linux kernel extra modules for version 5.0.0 on ARMv8 SMP
 linux-source-5.0.0 - Linux kernel source for version 5.0.0 with Ubuntu patches
 linux-tools-5.0.0-37-generic - Linux kernel version specific tools for version 5.0.0-37
 linux-tools-5.0.0-37-generic-lpae - Linux kernel version specific tools for version 5.0.0-37
 linux-tools-5.0.0-37-lowlatency - Linux kernel version specific tools for version 5.0.0-37
 md-modules-5.0.0-37-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-5.0.0-37-generic-di - Fusion and i2o storage modules (udeb)
 mouse-modules-5.0.0-37-generic-di - Mouse support (udeb)
 multipath-modules-5.0.0-37-generic-di - DM-Multipath support (udeb)
 nfs-modules-5.0.0-37-generic-di - NFS filesystem drivers (udeb)
 nic-modules-5.0.0-37-generic-di - Network interface support (udeb)
 nic-shared-modules-5.0.0-37-generic-di - nic shared modules (udeb)
 nic-usb-modules-5.0.0-37-generic-di - USB network interface support (udeb)
 parport-modules-5.0.0-37-generic-di - Parallel port support (udeb)
 plip-modules-5.0.0-37-generic-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-5.0.0-37-generic-di - PPP (serial port) networking support (udeb)
 sata-modules-5.0.0-37-generic-di - SATA storage support (udeb)
 scsi-modules-5.0.0-37-generic-di - SCSI storage support (udeb)
 storage-core-modules-5.0.0-37-generic-di - Core storage support (udeb)
 usb-modules-5.0.0-37-generic-di - Core USB support (udeb)
 virtio-modules-5.0.0-37-generic-di - VirtIO Modules (udeb)
 vlan-modules-5.0.0-37-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1828978 1840239 1840835 1842037 1843794 1844021 1846016 1848481 1848491 1848555 1849281 1849482 1849483 1850175 1850443 1850599 1850600 1850870 1850958 1850974 1850994 1851216 1851380 1851677 1851810 1852250 1852253
Changes:
 linux-hwe (5.0.0-37.40~18.04.1) bionic; urgency=medium
 .
   * bionic/linux-hwe: 5.0.0-37.40~18.04.1 -proposed tracker (LP: #1852250)
 .
   [ Ubuntu: 5.0.0-37.40 ]
 .
   * disco/linux: 5.0.0-37.40 -proposed tracker (LP: #1852253)
   * System hangs at early boot (LP: #1851216)
     - x86/timer: Skip PIT initialization on modern chipsets
   * drm/i915: Add support for another CMP-H PCH (LP: #1848491)
     - drm/i915/cml: Add second PCH ID for CMP
   * Some EFI systems fail to boot in efi_init() when booted via maas
     (LP: #1851810)
     - efi: efi_get_memory_map -- increase map headroom
   * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
     - SAUCE: seccomp: avoid overflow in implicit constant conversion
     - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE
     - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
   * dkms artifacts may expire from the pool (LP: #1850958)
     - [Packaging] dkms -- try launchpad librarian for pool downloads
     - [Packaging] dkms -- dkms-build quieten wget verbiage
   * update ENA driver to version 2.1.0 (LP: #1850175)
     - net: ena: fix swapped parameters when calling
       ena_com_indirect_table_fill_entry
     - net: ena: fix: Free napi resources when ena_up() fails
     - net: ena: fix incorrect test of supported hash function
     - net: ena: fix return value of ena_com_config_llq_info()
     - net: ena: improve latency by disabling adaptive interrupt moderation by
       default
     - net: ena: fix ena_com_fill_hash_function() implementation
     - net: ena: add handling of llq max tx burst size
     - net: ena: ethtool: add extra properties retrieval via get_priv_flags
     - net: ena: replace free_tx/rx_ids union with single free_ids field in
       ena_ring
     - net: ena: arrange ena_probe() function variables in reverse christmas tree
     - net: ena: add newline at the end of pr_err prints
     - net: ena: documentation: update ena.txt
     - net: ena: allow automatic fallback to polling mode
     - net: ena: add support for changing max_header_size in LLQ mode
     - net: ena: optimise calculations for CQ doorbell
     - net: ena: add good checksum counter
     - net: ena: use dev_info_once instead of static variable
     - net: ena: add MAX_QUEUES_EXT get feature admin command
     - net: ena: enable negotiating larger Rx ring size
     - net: ena: make ethtool show correct current and max queue sizes
     - net: ena: allow queue allocation backoff when low on memory
     - net: ena: add ethtool function for changing io queue sizes
     - net: ena: remove inline keyword from functions in *.c
     - net: ena: update driver version from 2.0.3 to 2.1.0
     - net: ena: Fix bug where ring allocation backoff stopped too late
     - Revert "net: ena: ethtool: add extra properties retrieval via
       get_priv_flags"
     - net: ena: don't wake up tx queue when down
     - net: ena: clean up indentation issue
   * Add Intel Comet Lake ethernet support (LP: #1848555)
     - SAUCE: e1000e: Add support for Comet Lake
   * Intel Wireless AC 3168 on Eoan complaints FW error in SYNC CMD
     GEO_TX_POWER_LIMIT (LP: #1846016)
     - iwlwifi: exclude GEO SAR support for 3168
   * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239)
     - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms
     - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms
   * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled
     cloud (LP: #1848481)
     - [Packaging] include iavf/i40evf in generic
   * High power consumption using 5.0.0-25-generic (LP: #1840835)
     - PCI: Add a helper to check Power Resource Requirements _PR3 existence
     - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a
       driver
     - PCI: Fix missing inline for pci_pr3_present()
   * CML CPUIDs (LP: #1843794)
     - x86/cpu: Add Comet Lake to the Intel CPU models header
   * shiftfs: prevent exceeding project quotas (LP: #1849483)
     - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities
   * shiftfs: fix fallocate() (LP: #1849482)
     - SAUCE: shiftfs: setup correct s_maxbytes limit
   * Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message
     (LP: #1850443)
     - Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message
   * [SRU][B/OEM-B/OEM-OSP1/D/E] UBUNTU: SAUCE: add rtl623 codec support and fix
     mic issues (LP: #1850599)
     - SAUCE: ALSA: hda/realtek - Add support for ALC623
     - SAUCE: ALSA: hda/realtek - Fix 2 front mics of codec 0x623
   * NFSv4.1: Interrupted connections cause high bandwidth RPC ping-pong between
     client and server (LP: #1828978)
     - NFSv4.1: Avoid false retries when RPC calls are interrupted
   * SUNRPC: Use after free when GSSD credentials are invalid causes oops
     (LP: #1842037)
     - SUNRPC: Clean up
     - SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credential
   * Suppress "hid_field_extract() called with n (192) > 32!" message floods
     (LP: #1850600)
     - HID: core: reformat and reduce hid_printk macros
     - HID: core: Add printk_once variants to hid_warn() etc
     - HID: core: fix dmesg flooding if report field larger than 32bit
   * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs
     error path (LP: #1850994) // CVE-2019-15794
     - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails
     - SAUCE: ovl: Restore vm_file value when lower fs mmap fails
   * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677)
     - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags
   * root can lift kernel lockdown (LP: #1851380)
     - SAUCE: (efi-lockdown) Really don't allow lifting lockdown from userspace
   * Disco update: upstream stable patchset 2019-11-01 (LP: #1850974)
     - panic: ensure preemption is disabled during panic()
     - f2fs: use EINVAL for superblock with invalid magic
     - [Config] updateconfigs for USB_RIO500
     - USB: rio500: Remove Rio 500 kernel driver
     - USB: yurex: Don't retry on unexpected errors
     - USB: yurex: fix NULL-derefs on disconnect
     - USB: usb-skeleton: fix runtime PM after driver unbind
     - USB: usb-skeleton: fix NULL-deref on disconnect
     - xhci: Fix false warning message about wrong bounce buffer write length
     - xhci: Prevent device initiated U1/U2 link pm if exit latency is too long
     - xhci: Check all endpoints for LPM timeout
     - xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hosts
     - usb: xhci: wait for CNR controller not ready bit in xhci resume
     - xhci: Prevent deadlock when xhci adapter breaks during init
     - USB: adutux: fix use-after-free on disconnect
     - USB: adutux: fix NULL-derefs on disconnect
     - USB: adutux: fix use-after-free on release
     - USB: iowarrior: fix use-after-free on disconnect
     - USB: iowarrior: fix use-after-free on release
     - USB: iowarrior: fix use-after-free after driver unbind
     - USB: usblp: fix runtime PM after driver unbind
     - USB: chaoskey: fix use-after-free on release
     - USB: ldusb: fix NULL-derefs on driver unbind
     - serial: uartlite: fix exit path null pointer
     - USB: serial: keyspan: fix NULL-derefs on open() and write()
     - USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20
     - USB: serial: option: add Telit FN980 compositions
     - USB: serial: option: add support for Cinterion CLS8 devices
     - USB: serial: fix runtime PM after driver unbind
     - USB: usblcd: fix I/O after disconnect
     - USB: microtek: fix info-leak at probe
     - USB: dummy-hcd: fix power budget for SuperSpeed mode
     - usb: renesas_usbhs: gadget: Do not discard queues in
       usb_ep_set_{halt,wedge}()
     - usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behavior
     - USB: legousbtower: fix slab info leak at probe
     - USB: legousbtower: fix deadlock on disconnect
     - USB: legousbtower: fix potential NULL-deref on disconnect
     - USB: legousbtower: fix open after failed reset request
     - USB: legousbtower: fix use-after-free on release
     - mei: me: add comet point (lake) LP device ids
     - mei: avoid FW version request on Ibex Peak and earlier
     - gpio: eic: sprd: Fix the incorrect EIC offset when toggling
     - Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc
     - staging: vt6655: Fix memory leak in vt6655_probe
     - iio: adc: hx711: fix bug in sampling of data
     - iio: adc: ad799x: fix probe error handling
     - iio: adc: axp288: Override TS pin bias current for some models
     - iio: light: opt3001: fix mutex unlock race
     - efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specified
     - perf llvm: Don't access out-of-scope array
     - perf inject jit: Fix JIT_CODE_MOVE filename
     - CIFS: Gracefully handle QueryInfo errors during open
     - CIFS: Force revalidate inode when dentry is stale
     - CIFS: Force reval dentry if LOOKUP_REVAL flag is set
     - kernel/sysctl.c: do not override max_threads provided by userspace
     - mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()
     - firmware: google: increment VPD key_len properly
     - gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source
     - iio: adc: stm32-adc: move registers definitions
     - iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
     - cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
     - btrfs: fix incorrect updating of log root tree
     - btrfs: fix uninitialized ret in ref-verify
     - NFS: Fix O_DIRECT accounting of number of bytes read/written
     - MIPS: Disable Loongson MMI instructions for kernel build
     - MIPS: elf_hwcap: Export userspace ASEs
     - ACPI/PPTT: Add support for ACPI 6.3 thread flag
     - arm64: topology: Use PPTT to determine if PE is a thread
     - Fix the locking in dcache_readdir() and friends
     - media: stkwebcam: fix runtime PM after driver unbind
     - arm64/sve: Fix wrong free for task->thread.sve_state
     - tracing/hwlat: Report total time spent in all NMIs during the sample
     - tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
     - ftrace: Get a reference counter for the trace_array on filter files
     - tracing: Get trace_array reference for available_tracers files
     - hwmon: Fix HWMON_P_MIN_ALARM mask
     - x86/asm: Fix MWAITX C-state hint value
     - perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization
     - serial: uartps: Fix uartps_major handling
     - usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in
       tcpm_fw_get_caps()
     - staging: bcm2835-audio: Fix draining behavior regression
     - staging: rtl8188eu: fix HighestRate check in odm_ARFBRefresh_8188E()
     - iio: accel: adxl372: Fix/remove limitation for FIFO samples
     - iio: accel: adxl372: Fix push to buffers lost samples
     - iio: accel: adxl372: Perform a reset at start up
     - selinux: fix context string corruption in convert_context()
     - mm/z3fold.c: claim page in the beginning of free
     - mm/page_alloc.c: fix a crash in free_pages_prepare()
     - gpio: fix getting nonexclusive gpiods from DT
     - btrfs: fix balance convert to single on 32-bit host CPUs
     - Btrfs: fix memory leak due to concurrent append writes with fiemap
     - RDMA/vmw_pvrdma: Free SRQ only once
     - drm/i915: Whitelist COMMON_SLICE_CHICKEN2
     - mtd: rawnand: au1550nd: Fix au_read_buf16() prototype
   * Suspend stopped working from 4.4.0-157 onwards (LP: #1844021) // Disco
     update: upstream stable patchset 2019-11-01 (LP: #1850974)
     - xhci: Increase STS_SAVE timeout in xhci_suspend()
   * Disco update: upstream stable patchset 2019-10-31 (LP: #1850870)
     - s390/process: avoid potential reading of freed stack
     - KVM: s390: Test for bad access register and size at the start of S390_MEM_OP
     - s390/topology: avoid firing events before kobjs are created
     - s390/cio: exclude subchannels with no parent from pseudo check
     - KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interrupts
     - KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores
     - KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9
     - KVM: X86: Fix userspace set invalid CR4
     - nbd: fix max number of supported devs
     - PM / devfreq: tegra: Fix kHz to Hz conversion
     - ASoC: Define a set of DAPM pre/post-up events
     - ASoC: sgtl5000: Improve VAG power and mute control
     - powerpc/mce: Fix MCE handling for huge pages
     - powerpc/mce: Schedule work from irq_work
     - powerpc/powernv: Restrict OPAL symbol map to only be readable by root
     - powerpc/powernv/ioda: Fix race in TCE level allocation
     - powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions
     - can: mcp251x: mcp251x_hw_reset(): allow more time after a reset
     - tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file
     - crypto: qat - Silence smp_processor_id() warning
     - crypto: skcipher - Unmap pages after an external error
     - crypto: cavium/zip - Add missing single_release()
     - crypto: caam - fix concurrency issue in givencrypt descriptor
     - crypto: ccree - account for TEE not ready to report
     - crypto: ccree - use the full crypt length value
     - MIPS: Treat Loongson Extensions as ASEs
     - power: supply: sbs-battery: use correct flags field
     - power: supply: sbs-battery: only return health when battery present
     - tracing: Make sure variable reference alias has correct var_ref_idx
     - usercopy: Avoid HIGHMEM pfn warning
     - timer: Read jiffies once when forwarding base clk
     - PCI: vmd: Fix shadow offsets to reflect spec changes
     - watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout
     - perf stat: Fix a segmentation fault when using repeat forever
     - drm/omap: fix max fclk divider for omap36xx
     - drm/msm/dsi: Fix return value check for clk_get_parent
     - drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectors
     - drm/i915/gvt: update vgpu workload head pointer correctly
     - mmc: sdhci: improve ADMA error reporting
     - mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherence
     - Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"
     - xen/xenbus: fix self-deadlock after killing user process
     - ieee802154: atusb: fix use-after-free at disconnect
     - s390/cio: avoid calling strlen on null pointer
     - cfg80211: initialize on-stack chandefs
     - ima: always return negative code for error
     - ima: fix freeing ongoing ahash_request
     - fs: nfs: Fix possible null-pointer dereferences in encode_attrs()
     - 9p: Transport error uninitialized
     - 9p: avoid attaching writeback_fid on mmap with type PRIVATE
     - xen/pci: reserve MCFG areas earlier
     - ceph: fix directories inode i_blkbits initialization
     - ceph: reconnect connection if session hang in opening state
     - watchdog: aspeed: Add support for AST2600
     - netfilter: nf_tables: allow lookups in dynamic sets
     - drm/amdgpu: Fix KFD-related kernel oops on Hawaii
     - drm/amdgpu: Check for valid number of registers to read
     - pNFS: Ensure we do clear the return-on-close layout stateid on fatal errors
     - pwm: stm32-lp: Add check in case requested period cannot be achieved
     - x86/purgatory: Disable the stackleak GCC plugin for the purgatory
     - ntb: point to right memory window index
     - thermal: Fix use-after-free when unregistering thermal zone device
     - thermal_hwmon: Sanitize thermal_zone type
     - libnvdimm/region: Initialize bad block for volatile namespaces
     - fuse: fix memleak in cuse_channel_open
     - libnvdimm/nfit_test: Fix acpi_handle redefinition
     - sched/membarrier: Call sync_core only before usermode for same mm
     - sched/membarrier: Fix private expedited registration check
     - sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()
     - perf build: Add detection of java-11-openjdk-devel package
     - kernel/elfcore.c: include proper prototypes
     - perf unwind: Fix libunwind build failure on i386 systems
     - nfp: flower: fix memory leak in nfp_flower_spawn_vnic_reprs
     - drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed
     - KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the
       VP
     - KVM: nVMX: Fix consistency check on injected exception error code
     - nbd: fix crash when the blksize is zero
     - powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()
     - powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag
     - tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
     - tick: broadcast-hrtimer: Fix a race in bc_set_next
     - perf tools: Fix segfault in cpu_cache_level__read()
     - perf stat: Reset previous counts on repeat with interval
     - riscv: Avoid interrupts being erroneously enabled in handle_exception()
     - arm64: Add sysfs vulnerability show for spectre-v1
     - arm64: add sysfs vulnerability show for meltdown
     - arm64: enable generic CPU vulnerabilites support
     - arm64: Always enable ssb vulnerability detection
     - arm64: Provide a command line to disable spectre_v2 mitigation
     - arm64: Advertise mitigation of Spectre-v2, or lack thereof
     - arm64: Always enable spectre-v2 vulnerability detection
     - arm64: add sysfs vulnerability show for spectre-v2
     - arm64: add sysfs vulnerability show for speculative store bypass
     - arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSB
     - arm64: Use firmware to detect CPUs that are not affected by Spectre-v2
     - arm64/speculation: Support 'mitigations=' cmdline option
     - vfs: Fix EOVERFLOW testing in put_compat_statfs64
     - coresight: etm4x: Use explicit barriers on enable/disable
     - staging: erofs: fix an error handling in erofs_readdir()
     - staging: erofs: some compressed cluster should be submitted for corrupted
       images
     - staging: erofs: add two missing erofs_workgroup_put for corrupted images
     - staging: erofs: detect potential multiref due to corrupted images
     - cfg80211: add and use strongly typed element iteration macros
     - cfg80211: Use const more consistently in for_each_element macros
     - nl80211: validate beacon head
     - KVM: s390: fix __insn32_query() inline assembly
     - crypto: caam/qi - fix error handling in ERN handler
     - PCI: vmd: Fix config addressing when using bus offsets
     - drm/atomic: Reject FLIP_ASYNC unconditionally
     - drm/atomic: Take the atomic toys away from X
     - drm/i915: to make vgpu ppgtt notificaiton as atomic operation
     - mac80211: keep BHs disabled while calling drv_tx_wake_queue()
     - mmc: tegra: Implement ->set_dma_mask()
     - mmc: sdhci: Let drivers define their DMA mask
     - libnvdimm/altmap: Track namespace boundaries in altmap
     - DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again
     - xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methods
     - fuse: fix request limit
     - ceph: fetch cap_gen under spinlock in ceph_add_cap
     - perf probe: Fix to clear tev->nargs in clear_probe_trace_event()
     - selftests/seccomp: fix build on older kernels
     - iommu/amd: Fix downgrading default page-sizes in alloc_pte()
     - bpf: Fix bpf_event_output re-entry issue
     - i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630
     - mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actions
     - nfp: abm: fix memory leak in nfp_abm_u32_knode_replace
     - Btrfs: fix selftests failure due to uninitialized i_mode in test inodes
     - libnvdimm: prevent nvdimm from requesting key when security is disabled
Checksums-Sha1:
 1b77b54937db531140f0f2637be1449cffa4df9f 259716 block-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 75d8928ce24a282fb1b92489d1d519b5e67ca4af 261060 crypto-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 ed8e524cf0f00ac1f2606631bf3286a887af2cf8 4760 fat-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 fb1fe5c0710179fbdecee14c3b056349e3c89ea0 1313636 fs-core-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 4fc083ca2468636346cc4ca51a4481c2b90363be 697556 fs-secondary-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 53daf861b556d4a53126755cea4887ac0f5af08d 447304 input-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 3bfb84ffb297b8b8ab16cb4ec558b23c70646ba8 64644 ipmi-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 6bc8c6904eba698b2b4b20ff20ed3db774b6ccc0 10335980 kernel-image-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 192e0e7f600c023f8fa17aab425239c0b0845e34 294660 linux-buildinfo-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 82973a46b97019f13962ee9b258b61ffb63c23b5 832840 linux-headers-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 2b876cbf391c0e27f6651cfd7125f70cb9676cb4 4351356 linux-hwe-tools-5.0.0-37_5.0.0-37.40~18.04.1_arm64.deb
 fd67b8dd2716fc4df6b22dbda7c67692311cb653 988 linux-hwe-udebs-generic_5.0.0-37.40~18.04.1_arm64.udeb
 3ce97ea89b6c9d7c31315b04cb477d73ddd36ba4 23193 linux-hwe_5.0.0-37.40~18.04.1_arm64.buildinfo
 7f4929e1b2278c5f3688af82426ab447af0f942b 9261150 linux-hwe_5.0.0-37.40~18.04.1_arm64.tar.gz
 65806805e5eabb8426daf994eeba15c9a867f3d2 24271 linux-hwe_5.0.0-37.40~18.04.1_arm64_translations.tar.gz
 6e5e802b3f0af5bae770e3db7ee5049cdb1ca02b 745059212 linux-image-unsigned-5.0.0-37-generic-dbgsym_5.0.0-37.40~18.04.1_arm64.ddeb
 a4177a041da57f6f5eb642d6a624100cb23128ae 9198360 linux-image-unsigned-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 b9c31f13361ef1f4ec05b1289f9a4f0c6797ad48 12926100 linux-modules-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 af02db334cdc5b248a16c4f174177135e271b7d0 33641356 linux-modules-extra-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 4a99a8eca6f8435bf1baae2a080f05b6f57a1435 1908 linux-tools-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 1fcbbdcf55470ae23781346e5a58713203f03327 289832 md-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 c9970db3e159baec7fcffe507973e57c76239ad5 199068 message-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 42a6d10cffea7e139ea7ac275e3260011da91e2f 55988 mouse-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 c11a445a362998f6a4d7294b31ecad2c718b1cba 19192 multipath-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 3be10244890636b7d7748f5b588952c4143a3e52 586512 nfs-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 49f71e346a89315cffd17ee6fdb432a859a44473 4547776 nic-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 3a6366a4a1212b9f450c8e42379b59a583c0c177 570712 nic-shared-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 10db439725024688466e2d199b9f7eb238c36ee6 321748 nic-usb-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 85929980223b3e09c0af1f7af0a045cb375814f8 17972 parport-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 979453f4ea3c28cefb6eb970d2c232bba6a10dce 8872 plip-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 7a389e5a4e1be478900e5be556d3c3a73b23dace 28180 ppp-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 f0b85594dbbc3114230ead617b89d02b8cfedb14 93064 sata-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 6b9fec080536f3eb1da8f4396201bf039c682708 2416300 scsi-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 2ff6eb6a9a27256eb4aff7d792988082893d1d4f 55732 storage-core-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 c7c3f12930c432cde365518f842610594d7ddcd1 112132 usb-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 a9b1e0683bd1a02dc3ea06d8485216db4515e4ef 10436 virtio-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 36bfaef8a4974d758cc2842565ebe92a979aca75 26208 vlan-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
Checksums-Sha256:
 2118ede9e6281f8a26d7c5c215bdca5c2aa5c558e86cc00f7a3e728420487271 259716 block-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 ce04d40e4b1cc8fe73c811f463aac38b8bee2566e99c752c60112ac223680e86 261060 crypto-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 80f52c379b26e41c7ad4e20c2e9a9646e85014e6a6c7b86d9903196be40cdaa0 4760 fat-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 4a343ffaaf0c14267b82c28d8267df6a1807371627df6e3c8ebbee3d92233c14 1313636 fs-core-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 5c166a1155484318819801d3943a97fd2cca421c79bfa34817f6934df657c46b 697556 fs-secondary-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 3d488882261fca8880fe0bf2b74f6a085f422d2a5053fedf5b60aa150291f3ac 447304 input-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 3be7ded80047411cb142f07ac11fd64f82e681f199da37febbd6dd835dc03110 64644 ipmi-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 68c133aaff842ce4e36479c994b32e184adb49404d531e639c0aa4113ea451ce 10335980 kernel-image-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 72e46caec4439ed0f3efa1135a3c5892d255c86c308583c62b0f3719dbed4cbe 294660 linux-buildinfo-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 b24afddbb163b3cd3b4c4bdc9efe363b9c4bdfc28d833d689d432fc516166c22 832840 linux-headers-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 8fc615ab55876fa1fcd7547559e414b76cb42fea6b9b750c1ac0476070488c1c 4351356 linux-hwe-tools-5.0.0-37_5.0.0-37.40~18.04.1_arm64.deb
 99a460e3b402916615f593bdeaebac3d72e7fbc040549c5ca0340cd1ec6467fb 988 linux-hwe-udebs-generic_5.0.0-37.40~18.04.1_arm64.udeb
 27eb1362e8b4befe2d7ae48360e927ca5688a1e4eec8f640a4e65c7c8237f18a 23193 linux-hwe_5.0.0-37.40~18.04.1_arm64.buildinfo
 f4eb1dd0945b2b44dcba5e046d22eb5bf4385da764ac79dc9c4d4168ec4f8d23 9261150 linux-hwe_5.0.0-37.40~18.04.1_arm64.tar.gz
 5d37606f35a78f210dc4aa48a5d4630ca9c7ed31842da4d15bc820e7cf470596 24271 linux-hwe_5.0.0-37.40~18.04.1_arm64_translations.tar.gz
 7a1f78c10f6ec2e26c58e0e00541d9e9bf8a99179c10389f8ba5063041c98441 745059212 linux-image-unsigned-5.0.0-37-generic-dbgsym_5.0.0-37.40~18.04.1_arm64.ddeb
 7e9d661f111eb413157adbb46b90c0c6c085afc01071e8d46e69743689c4ebb7 9198360 linux-image-unsigned-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 52ff11b2a0aa5fc1d6ba134154641f39de667aba9fb476fe4b3bdb16bcc5742e 12926100 linux-modules-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 8c49ac4b527ee0c0b4cd472830160ca5794909ec171806fab0d2e0c3e0985761 33641356 linux-modules-extra-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 37f74aad141a269523659ffc522160c5aa76ad4c4c0a829ddedc60316fb9e677 1908 linux-tools-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 c9c89c5d326a4cb752281c707a6a4579ab136c575ca2bb463815b6c34b809fff 289832 md-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 d198c1e5c03e9b2399c287f046973e174f79f28b308dde45d540ea1537430d29 199068 message-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 53d4c7e18b32a0f162da3a35e4580e434c5776c02ba75a1f8503b224438de7a2 55988 mouse-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 cfe991a5c53e59c5c2057dafce8b8b217673960cfdc5e47cc6f476a4db00a096 19192 multipath-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 e8d66c639bec2c2cb3a6eaa1ba6e2cae52da855dc1a64f2c43536288a3383bd3 586512 nfs-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 9afb57bef9356ed32c1861437d131685a8030b9f522a0d68b01e54bd6352db58 4547776 nic-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 c2950d8b188c900af3199b8111ae06642981100092d6f5e8d46db61445ebbf41 570712 nic-shared-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 84d533a7f82d2e8de4924a9ab7408e8dc64625acb9c37328831ff1806c3720aa 321748 nic-usb-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 e91d75b98bed86cc22fffb3a36be13ebb99f492ea1f06bd3be3afb842e0f44ce 17972 parport-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 20d2cba745e8ea6eafeacc0bb608c587f3b064cef3e83a8fbdcdbe44b315c1ff 8872 plip-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 f0a56535c0ea6d462ce69d81bd7c312da014dbe252ef76703438e414cbac627d 28180 ppp-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 594c0fa76565efc0f0cbbe70bc1b1003420842eb70d5c60481afbf434c3e0a6a 93064 sata-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 e45d5805369c130e3dff64e3aef6dc92d671f17d28528cef56923d73718955eb 2416300 scsi-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 56f10eb6b52e1a314e141d634e13948dec97d9f60ed90b0490b99f099d84b218 55732 storage-core-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 bfa43386971968c0a0bb8ae5cdb7a3849348073d964164680fcc08aa84a746d6 112132 usb-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 c7750bdd249fc1f63403a7ca97d394370e6c7bfb75f8d62b60d676c48daf945e 10436 virtio-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 7dd9d16322de54d8ddb447d2d67c197bb457f218e85d7e3a501f184ddf198d61 26208 vlan-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
Files:
 0f25e853f03479c936b26e4e31c10abf 259716 debian-installer standard block-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 afa230ad7b546748fd8ee488362d9338 261060 debian-installer extra crypto-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 e7e865e67bf39955d5a75bda4c9d4abc 4760 debian-installer standard fat-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 495b4ccdd3f3814f43e2fb32f6a424e0 1313636 debian-installer standard fs-core-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 91628229cb62bce7a35e1bc46838f8d5 697556 debian-installer standard fs-secondary-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 0bdedf99f908b5361f5e903efa5826a3 447304 debian-installer standard input-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 de56c1ff765ee4e795388dc066d922a9 64644 debian-installer standard ipmi-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 c70301e64c7ac37b805c3cf77141e758 10335980 debian-installer optional kernel-image-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 36c51fddc9bb3ab084a0a02722f98609 294660 kernel optional linux-buildinfo-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 9ef76d80e84d9da2f32b191017fe5ab0 832840 devel optional linux-headers-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 25613965643f9859bc37acbce5575690 4351356 devel optional linux-hwe-tools-5.0.0-37_5.0.0-37.40~18.04.1_arm64.deb
 2d3de9cd4715c1bd470ca308cd7847ed 988 debian-installer optional linux-hwe-udebs-generic_5.0.0-37.40~18.04.1_arm64.udeb
 5e32e2024c740fc89368c5636233afe5 23193 devel optional linux-hwe_5.0.0-37.40~18.04.1_arm64.buildinfo
 30c1ff6e64dc8f1067d0957a5e734e88 9261150 raw-signing - linux-hwe_5.0.0-37.40~18.04.1_arm64.tar.gz
 0b0374879e233692a9a36fd6aa4103de 24271 raw-translations - linux-hwe_5.0.0-37.40~18.04.1_arm64_translations.tar.gz
 bef0bc8d31c2e9631058f8db6c8fdb83 745059212 devel optional linux-image-unsigned-5.0.0-37-generic-dbgsym_5.0.0-37.40~18.04.1_arm64.ddeb
 dc91249089e2ab06d340947230aa99c6 9198360 kernel optional linux-image-unsigned-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 b7b7bf2db542abc59c9716ac403a14e7 12926100 kernel optional linux-modules-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 695563497b38d2f2b01b30fc15dfc739 33641356 kernel optional linux-modules-extra-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 50ddca5efbe589076c996a1152bd7849 1908 devel optional linux-tools-5.0.0-37-generic_5.0.0-37.40~18.04.1_arm64.deb
 1774d001c55af68c148e20a3d3749453 289832 debian-installer standard md-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 e48240e29f0f8eae2abccf7abc89199a 199068 debian-installer standard message-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 470d198d0638f42f03f6e352a86ae13b 55988 debian-installer extra mouse-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 045eed3cb17e455d18f8c830cecdfb23 19192 debian-installer extra multipath-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 e8733071dddcd8d54e1f41c1e9132ae4 586512 debian-installer standard nfs-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 02d1a5058b4a2ccfc357dc4e387343d4 4547776 debian-installer standard nic-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 03e3575a0f87d828e0c2e4626c206c88 570712 debian-installer standard nic-shared-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 92c9d5ae0e6d690ff25a3cf3978ad505 321748 debian-installer standard nic-usb-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 0379549ab10105a0b39e759de70c5f75 17972 debian-installer standard parport-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 bec13c0dd20b03d5e5fbce429cbd875e 8872 debian-installer standard plip-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 d108f3096091fe2954f828d0929fa00a 28180 debian-installer standard ppp-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 798a8e0980e705dd85f35cdfd46262b7 93064 debian-installer standard sata-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 fdadcb7e899eeef061c13f9bca73d46f 2416300 debian-installer standard scsi-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 18dd9397c02b4c6d065a5a89a595fb51 55732 debian-installer standard storage-core-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 7f77d31762870e702495203927f7cb93 112132 debian-installer standard usb-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 ee071982085f27f799849939c96e7d93 10436 debian-installer standard virtio-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
 721d7e192efc902d41066fe872d778a7 26208 debian-installer extra vlan-modules-5.0.0-37-generic-di_5.0.0-37.40~18.04.1_arm64.udeb
Package-Type: udeb


More information about the Bionic-changes mailing list