[ubuntu/disco-proposed] linux_5.0.0-8.9_arm64.tar.gz - (Accepted)

Thadeu Lima de Souza Cascardo cascardo at canonical.com
Wed Mar 13 14:57:21 UTC 2019


linux (5.0.0-8.9) disco; urgency=medium

  * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759)

  * hisi_sas: add debugfs support (LP: #1819500)
    - scsi: hisi_sas: Create root and device debugfs directories
    - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers
    - scsi: hisi_sas: Take debugfs snapshot for all regs
    - scsi: hisi_sas: Debugfs global register create file and add file operations
    - scsi: hisi_sas: Add debugfs for port registers
    - scsi: hisi_sas: Add debugfs CQ file and add file operations
    - scsi: hisi_sas: Add debugfs DQ file and add file operations
    - scsi: hisi_sas: Add debugfs IOST file and add file operations
    - scsi: hisi_sas: No need to check return value of debugfs_create functions
    - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs
      code
    - scsi: hisi_sas: Add debugfs ITCT file and add file operations

  * [disco] hns driver updates from 5.1 merge window (LP: #1819535)
    - net: hns: Use struct_size() in devm_kzalloc()
    - net: hns3: modify enet reinitialization interface
    - net: hns3: remove unused member in struct hns3_enet_ring
    - net: hns3: remove unnecessary hns3_adjust_tqps_num
    - net: hns3: reuse reinitialization interface in the hns3_set_channels
    - net: hns3: add interface hclge_tm_bp_setup
    - net: hns3: modify parameter checks in the hns3_set_channels
    - net: hns3: remove redundant codes in hclge_knic_setup
    - net: hns3: fix user configuration loss for ethtool -L
    - net: hns3: adjust the use of alloc_tqps and num_tqps
    - net: hns3: fix wrong combined count returned by ethtool -l
    - net: hns3: do reinitialization while ETS configuration changed
    - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module
    - net: hns3: add calling roce callback function when link status change
    - net: hns3: add rx multicast packets statistic
    - net: hns3: refactor the statistics updating for netdev
    - net: hns3: fix rss configuration lost problem when setting channel
    - net: hns3: fix for shaper not setting when TC num changes
    - net: hns3: fix bug of ethtool_ops.get_channels for VF
    - net: hns3: clear param in ring when free ring
    - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
    - net: hns3: do not return GE PFC setting err when initializing
    - net: hns3: add ETS TC weight setting in SSU module
    - net: hns3: add statistics for PFC frames and MAC control frames
    - net: hns3: fix PFC not setting problem for DCB module
    - net: hns3: don't update packet statistics for packets dropped by hardware
    - net: hns3: clear pci private data when unload hns3 driver
    - net: hns3: add error handling in hclge_ieee_setets
    - net: hns3: fix return value handle issue for hclge_set_loopback()
    - net: hns3: fix broadcast promisc issue for revision 0x20
    - net: hns3: After setting the loopback, add the status of getting MAC
    - net: hns3: do reinitialization while mqprio configuration changed
    - net: hns3: remove dcb_ops->map_update in hclge_dcb
    - net: hns3: call hns3_nic_set_real_num_queue with netdev down
    - net: hns3: add 8 BD limit for tx flow
    - net: hns3: add initialization for nic state
    - net: hns3: don't allow vf to enable promisc mode
    - net: hns3: reuse the definition of l3 and l4 header info union
    - net: hns3: fix VF dump register issue
    - net: hns3: use the correct interface to stop|open port
    - net: hns3: change hnae3_register_ae_dev() to int
    - net: hns3: only support tc 0 for VF
    - net: hns3: Fix NULL deref when unloading driver
    - net: hns3: fix netif_napi_del() not do problem when unloading
    - net: hns3: fix for rss result nonuniform
    - net: hns3: fix improper error handling in the hclge_init_ae_dev()
    - net: hns3: fix an issue for hclgevf_ae_get_hdev
    - net: hns3: stop sending keep alive msg to PF when VF is resetting
    - net: hns3: keep flow director state unchanged when reset
    - net: hns3: Check for allocation failure
    - net: hns3: fix a code style issue for hns3_update_new_int_gl()
    - net: hns3: fix an issue for hns3_update_new_int_gl
    - net: hns3: Modify parameter type from int to bool in set_gro_en
    - net: hns3: code optimization for hclge_rx_buffer_calc
    - net: hns3: add hclge_cmd_check_retval() to parse comman's return value
    - net: hns3: move some set_bit statement into hclge_prepare_mac_addr
    - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()
    - net: hns3: fix the problem that the supported port is empty
    - net: hns3: optimize the maximum TC macro
    - net: hns3: don't allow user to change vlan filter state
    - net: hns3: modify the upper limit judgment condition
    - net: hns3: MAC table entry count function increases operation 0 value
      protection measures
    - net: hns3: make function hclge_set_all_vf_rst() static
    - net: hns3: add pointer checking at the beginning of the exported functions.
    - net: hns3: Check variable is valid before assigning it to another
    - net: hns3: convert mac advertize and supported from u32 to link mode
    - net: hns3: fix port info query issue for copper port
    - net: hns3: modify print message of ssu common ecc errors
    - net: hns3: some bugfix of ppu(rcb) ras errors
    - net: hns3: enable 8~11th bit of mac common msi-x error
    - net: hns3: fix 6th bit of ppp mpf abnormal errors
    - net: hns3: Record VF unicast and multicast tables
    - net: hns3: Record VF vlan tables
    - net: hns3: uninitialize command queue while unloading PF driver
    - net: hns3: clear command queue's registers when unloading VF driver
    - net: hns3: add xps setting support for hns3 driver
    - net: hns3: avoid mult + div op in critical data path
    - net: hns3: limit some variable scope in critical data path
    - net: hns3: remove some ops in struct hns3_nic_ops
    - net: hns3: add unlikely for error handling in data path
    - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path
    - net: hns3: remove hnae3_get_bit in data path
    - net: hns3: add support to config depth for tx|rx ring separately
    - net: hns3: enable VF VLAN filter for each VF when initializing
    - net: hns3: fix get VF RSS issue
    - net: hns3: fix setting of the hns reset_type for rdma hw errors
    - net: hns3: fix improper error handling for hns3_client_start
    - net: hns: use struct_size() in devm_kzalloc()
    - net: hns3: Fix a logical vs bitwise typo
    - net: hns3: add dma_rmb() for rx description
    - net: hns3: fix to stop multiple HNS reset due to the AER changes

  * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
    - [Packaging] dkms-build -- support building against packages in PPAs
    - [Packaging] dkms-build: do not redownload files on subsequent passes
    - [Packaging] dkms-build -- elide partial Built-Using information
    - [Packaging] dkms-build -- remove retpoline data from final binary packages
    - [Packaging] dkms-build--nvidia* -- check gcc version against primary build
    - [Packaging] dkms-build -- add support for unversioned overrides
    - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
    - [Packaging] fix-filenames -- handle exact string removal
    - [Packaging] dkms-build--nvidia-N -- remove GCC versions

  * Disco update: v5.0.1 upstream stable release (LP: #1819515)
    - cpufreq: Use struct kobj_attribute instead of struct global_attr
    - staging: erofs: fix mis-acted TAIL merging behavior
    - binder: create node flag to request sender's security context
    - USB: serial: option: add Telit ME910 ECM composition
    - USB: serial: cp210x: add ID for Ingenico 3070
    - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
    - driver core: Postpone DMA tear-down until after devres release
    - staging: erofs: fix fast symlink w/o xattr when fs xattr is on
    - staging: erofs: fix memleak of inode's shared xattr array
    - staging: erofs: fix race of initializing xattrs of a inode at the same time
    - staging: erofs: fix illegal address access under memory pressure
    - staging: comedi: ni_660x: fix missing break in switch statement
    - staging: wilc1000: fix to set correct value for 'vif_num'
    - staging: android: ion: fix sys heap pool's gfp_flags
    - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.
    - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex
      held.
    - ip6mr: Do not call __IP6_INC_STATS() from preemptible context
    - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new
      DSA framework
    - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in
      mv88e6xxx_port_set_duplex
    - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
    - net: mscc: Enable all ports in QSGMII
    - net: sched: put back q.qlen into a single location
    - net-sysfs: Fix mem leak in netdev_register_kobject
    - qmi_wwan: Add support for Quectel EG12/EM12
    - sctp: call iov_iter_revert() after sending ABORT
    - team: Free BPF filter when unregistering netdev
    - tipc: fix RDM/DGRAM connect() regression
    - x86/CPU/AMD: Set the CPB bit unconditionally on F17h
    - x86/boot/compressed/64: Do not read legacy ROM on EFI system
    - tracing: Fix event filters and triggers to handle negative numbers
    - xhci: tegra: Prevent error pointer dereference
    - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on
      INTEL_SUNRISEPOINT_LP_XHCI
    - applicom: Fix potential Spectre v1 vulnerabilities
    - alpha: wire up io_pgetevents system call
    - MIPS: irq: Allocate accurate order pages for irq stack
    - aio: Fix locking in aio_poll()
    - xtensa: fix get_wchan
    - gnss: sirf: fix premature wakeup interrupt enable
    - USB: serial: cp210x: fix GPIO in autosuspend
    - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to
      config"
    - Revert "selftests: firmware: remove use of non-standard diff -Z option"
    - selftests: firmware: fix verify_reqs() return value
    - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded
    - Bluetooth: Fix locking in bt_accept_enqueue() for BH context
    - Linux 5.0.1

  * sky2 ethernet card doesn't work after returning from suspend
    (LP: #1807259) // sky2 ethernet card link not up after suspend
    (LP: #1809843) // Disco update: v5.0.1 upstream stable release
    (LP: #1819515)
    - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79

  * tls selftest failures/hangs on i386 (LP: #1813607)
    - [Config] CONFIG_TLS=n for i386

  * CVE-2019-8980
    - exec: Fix mem leak in kernel_read_file

  * Miscellaneous Ubuntu changes
    - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers
    - [Config] enable nvidia build
    - [Config] update gcc version to 8.3

  * Miscellaneous upstream changes
    - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests"

Date: Tue, 12 Mar 2019 16:15:44 -0300
Changed-By: Thadeu Lima de Souza Cascardo <cascardo at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at bos02-arm64-055.buildd>

-------------- next part --------------
Format: 1.8
Date: Tue, 12 Mar 2019 16:15:44 -0300
Source: linux
Binary: block-modules-5.0.0-8-generic-di block-modules-5.0.0-8-snapdragon-di crypto-modules-5.0.0-8-generic-di crypto-modules-5.0.0-8-snapdragon-di fat-modules-5.0.0-8-generic-di fat-modules-5.0.0-8-snapdragon-di fs-core-modules-5.0.0-8-generic-di fs-core-modules-5.0.0-8-snapdragon-di fs-secondary-modules-5.0.0-8-generic-di fs-secondary-modules-5.0.0-8-snapdragon-di input-modules-5.0.0-8-generic-di input-modules-5.0.0-8-snapdragon-di ipmi-modules-5.0.0-8-generic-di ipmi-modules-5.0.0-8-snapdragon-di kernel-image-5.0.0-8-generic-di kernel-image-5.0.0-8-snapdragon-di linux-buildinfo-5.0.0-8-generic linux-buildinfo-5.0.0-8-snapdragon linux-headers-5.0.0-8-generic linux-headers-5.0.0-8-snapdragon linux-image-unsigned-5.0.0-8-generic linux-image-unsigned-5.0.0-8-snapdragon linux-libc-dev linux-modules-5.0.0-8-generic linux-modules-5.0.0-8-snapdragon linux-modules-extra-5.0.0-8-generic linux-tools-5.0.0-8 linux-tools-5.0.0-8-generic linux-tools-5.0.0-8-snapdragon
 linux-udebs-generic linux-udebs-snapdragon md-modules-5.0.0-8-generic-di md-modules-5.0.0-8-snapdragon-di message-modules-5.0.0-8-generic-di message-modules-5.0.0-8-snapdragon-di mouse-modules-5.0.0-8-generic-di mouse-modules-5.0.0-8-snapdragon-di multipath-modules-5.0.0-8-generic-di multipath-modules-5.0.0-8-snapdragon-di nfs-modules-5.0.0-8-generic-di nfs-modules-5.0.0-8-snapdragon-di nic-modules-5.0.0-8-generic-di nic-modules-5.0.0-8-snapdragon-di nic-shared-modules-5.0.0-8-generic-di nic-shared-modules-5.0.0-8-snapdragon-di nic-usb-modules-5.0.0-8-generic-di nic-usb-modules-5.0.0-8-snapdragon-di parport-modules-5.0.0-8-generic-di parport-modules-5.0.0-8-snapdragon-di plip-modules-5.0.0-8-generic-di plip-modules-5.0.0-8-snapdragon-di ppp-modules-5.0.0-8-generic-di ppp-modules-5.0.0-8-snapdragon-di sata-modules-5.0.0-8-generic-di sata-modules-5.0.0-8-snapdragon-di scsi-modules-5.0.0-8-generic-di scsi-modules-5.0.0-8-snapdragon-di
 storage-core-modules-5.0.0-8-generic-di storage-core-modules-5.0.0-8-snapdragon-di usb-modules-5.0.0-8-generic-di usb-modules-5.0.0-8-snapdragon-di virtio-modules-5.0.0-8-generic-di virtio-modules-5.0.0-8-snapdragon-di vlan-modules-5.0.0-8-generic-di
 vlan-modules-5.0.0-8-snapdragon-di
Architecture: arm64 arm64_translations
Version: 5.0.0-8.9
Distribution: disco
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at bos02-arm64-055.buildd>
Changed-By: Thadeu Lima de Souza Cascardo <cascardo at canonical.com>
Description:
 block-modules-5.0.0-8-generic-di - Block storage devices (udeb)
 block-modules-5.0.0-8-snapdragon-di - Block storage devices (udeb)
 crypto-modules-5.0.0-8-generic-di - crypto modules (udeb)
 crypto-modules-5.0.0-8-snapdragon-di - crypto modules (udeb)
 fat-modules-5.0.0-8-generic-di - FAT filesystem support (udeb)
 fat-modules-5.0.0-8-snapdragon-di - FAT filesystem support (udeb)
 fs-core-modules-5.0.0-8-generic-di - Base filesystem modules (udeb)
 fs-core-modules-5.0.0-8-snapdragon-di - Base filesystem modules (udeb)
 fs-secondary-modules-5.0.0-8-generic-di - Extra filesystem modules (udeb)
 fs-secondary-modules-5.0.0-8-snapdragon-di - Extra filesystem modules (udeb)
 input-modules-5.0.0-8-generic-di - Support for various input methods (udeb)
 input-modules-5.0.0-8-snapdragon-di - Support for various input methods (udeb)
 ipmi-modules-5.0.0-8-generic-di - ipmi modules (udeb)
 ipmi-modules-5.0.0-8-snapdragon-di - ipmi modules (udeb)
 kernel-image-5.0.0-8-generic-di - kernel image and system map (udeb)
 kernel-image-5.0.0-8-snapdragon-di - kernel image and system map (udeb)
 linux-buildinfo-5.0.0-8-generic - Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP
 linux-buildinfo-5.0.0-8-snapdragon - Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP
 linux-headers-5.0.0-8-generic - Linux kernel headers for version 5.0.0 on ARMv8 SMP
 linux-headers-5.0.0-8-snapdragon - Linux kernel headers for version 5.0.0 on ARMv8 SMP
 linux-image-unsigned-5.0.0-8-generic - Linux kernel image for version 5.0.0 on ARMv8 SMP
 linux-image-unsigned-5.0.0-8-snapdragon - Linux kernel image for version 5.0.0 on ARMv8 SMP
 linux-libc-dev - Linux Kernel Headers for development
 linux-modules-5.0.0-8-generic - Linux kernel extra modules for version 5.0.0 on ARMv8 SMP
 linux-modules-5.0.0-8-snapdragon - Linux kernel extra modules for version 5.0.0 on ARMv8 SMP
 linux-modules-extra-5.0.0-8-generic - Linux kernel extra modules for version 5.0.0 on ARMv8 SMP
 linux-tools-5.0.0-8 - Linux kernel version specific tools for version 5.0.0-8
 linux-tools-5.0.0-8-generic - Linux kernel version specific tools for version 5.0.0-8
 linux-tools-5.0.0-8-snapdragon - Linux kernel version specific tools for version 5.0.0-8
 linux-udebs-generic - Metapackage depending on kernel udebs (udeb)
 linux-udebs-snapdragon - Metapackage depending on kernel udebs (udeb)
 md-modules-5.0.0-8-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 md-modules-5.0.0-8-snapdragon-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-5.0.0-8-generic-di - Fusion and i2o storage modules (udeb)
 message-modules-5.0.0-8-snapdragon-di - Fusion and i2o storage modules (udeb)
 mouse-modules-5.0.0-8-generic-di - Mouse support (udeb)
 mouse-modules-5.0.0-8-snapdragon-di - Mouse support (udeb)
 multipath-modules-5.0.0-8-generic-di - DM-Multipath support (udeb)
 multipath-modules-5.0.0-8-snapdragon-di - DM-Multipath support (udeb)
 nfs-modules-5.0.0-8-generic-di - NFS filesystem drivers (udeb)
 nfs-modules-5.0.0-8-snapdragon-di - NFS filesystem drivers (udeb)
 nic-modules-5.0.0-8-generic-di - Network interface support (udeb)
 nic-modules-5.0.0-8-snapdragon-di - Network interface support (udeb)
 nic-shared-modules-5.0.0-8-generic-di - nic shared modules (udeb)
 nic-shared-modules-5.0.0-8-snapdragon-di - nic shared modules (udeb)
 nic-usb-modules-5.0.0-8-generic-di - USB network interface support (udeb)
 nic-usb-modules-5.0.0-8-snapdragon-di - USB network interface support (udeb)
 parport-modules-5.0.0-8-generic-di - Parallel port support (udeb)
 parport-modules-5.0.0-8-snapdragon-di - Parallel port support (udeb)
 plip-modules-5.0.0-8-generic-di - PLIP (parallel port) networking support (udeb)
 plip-modules-5.0.0-8-snapdragon-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-5.0.0-8-generic-di - PPP (serial port) networking support (udeb)
 ppp-modules-5.0.0-8-snapdragon-di - PPP (serial port) networking support (udeb)
 sata-modules-5.0.0-8-generic-di - SATA storage support (udeb)
 sata-modules-5.0.0-8-snapdragon-di - SATA storage support (udeb)
 scsi-modules-5.0.0-8-generic-di - SCSI storage support (udeb)
 scsi-modules-5.0.0-8-snapdragon-di - SCSI storage support (udeb)
 storage-core-modules-5.0.0-8-generic-di - Core storage support (udeb)
 storage-core-modules-5.0.0-8-snapdragon-di - Core storage support (udeb)
 usb-modules-5.0.0-8-generic-di - Core USB support (udeb)
 usb-modules-5.0.0-8-snapdragon-di - Core USB support (udeb)
 virtio-modules-5.0.0-8-generic-di - VirtIO Modules (udeb)
 virtio-modules-5.0.0-8-snapdragon-di - VirtIO Modules (udeb)
 vlan-modules-5.0.0-8-generic-di - vlan modules (udeb)
 vlan-modules-5.0.0-8-snapdragon-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1764792 1807259 1809843 1813607 1819500 1819515 1819535 1819759
Changes:
 linux (5.0.0-8.9) disco; urgency=medium
 .
   * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759)
 .
   * hisi_sas: add debugfs support (LP: #1819500)
     - scsi: hisi_sas: Create root and device debugfs directories
     - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers
     - scsi: hisi_sas: Take debugfs snapshot for all regs
     - scsi: hisi_sas: Debugfs global register create file and add file operations
     - scsi: hisi_sas: Add debugfs for port registers
     - scsi: hisi_sas: Add debugfs CQ file and add file operations
     - scsi: hisi_sas: Add debugfs DQ file and add file operations
     - scsi: hisi_sas: Add debugfs IOST file and add file operations
     - scsi: hisi_sas: No need to check return value of debugfs_create functions
     - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs
       code
     - scsi: hisi_sas: Add debugfs ITCT file and add file operations
 .
   * [disco] hns driver updates from 5.1 merge window (LP: #1819535)
     - net: hns: Use struct_size() in devm_kzalloc()
     - net: hns3: modify enet reinitialization interface
     - net: hns3: remove unused member in struct hns3_enet_ring
     - net: hns3: remove unnecessary hns3_adjust_tqps_num
     - net: hns3: reuse reinitialization interface in the hns3_set_channels
     - net: hns3: add interface hclge_tm_bp_setup
     - net: hns3: modify parameter checks in the hns3_set_channels
     - net: hns3: remove redundant codes in hclge_knic_setup
     - net: hns3: fix user configuration loss for ethtool -L
     - net: hns3: adjust the use of alloc_tqps and num_tqps
     - net: hns3: fix wrong combined count returned by ethtool -l
     - net: hns3: do reinitialization while ETS configuration changed
     - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module
     - net: hns3: add calling roce callback function when link status change
     - net: hns3: add rx multicast packets statistic
     - net: hns3: refactor the statistics updating for netdev
     - net: hns3: fix rss configuration lost problem when setting channel
     - net: hns3: fix for shaper not setting when TC num changes
     - net: hns3: fix bug of ethtool_ops.get_channels for VF
     - net: hns3: clear param in ring when free ring
     - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
     - net: hns3: do not return GE PFC setting err when initializing
     - net: hns3: add ETS TC weight setting in SSU module
     - net: hns3: add statistics for PFC frames and MAC control frames
     - net: hns3: fix PFC not setting problem for DCB module
     - net: hns3: don't update packet statistics for packets dropped by hardware
     - net: hns3: clear pci private data when unload hns3 driver
     - net: hns3: add error handling in hclge_ieee_setets
     - net: hns3: fix return value handle issue for hclge_set_loopback()
     - net: hns3: fix broadcast promisc issue for revision 0x20
     - net: hns3: After setting the loopback, add the status of getting MAC
     - net: hns3: do reinitialization while mqprio configuration changed
     - net: hns3: remove dcb_ops->map_update in hclge_dcb
     - net: hns3: call hns3_nic_set_real_num_queue with netdev down
     - net: hns3: add 8 BD limit for tx flow
     - net: hns3: add initialization for nic state
     - net: hns3: don't allow vf to enable promisc mode
     - net: hns3: reuse the definition of l3 and l4 header info union
     - net: hns3: fix VF dump register issue
     - net: hns3: use the correct interface to stop|open port
     - net: hns3: change hnae3_register_ae_dev() to int
     - net: hns3: only support tc 0 for VF
     - net: hns3: Fix NULL deref when unloading driver
     - net: hns3: fix netif_napi_del() not do problem when unloading
     - net: hns3: fix for rss result nonuniform
     - net: hns3: fix improper error handling in the hclge_init_ae_dev()
     - net: hns3: fix an issue for hclgevf_ae_get_hdev
     - net: hns3: stop sending keep alive msg to PF when VF is resetting
     - net: hns3: keep flow director state unchanged when reset
     - net: hns3: Check for allocation failure
     - net: hns3: fix a code style issue for hns3_update_new_int_gl()
     - net: hns3: fix an issue for hns3_update_new_int_gl
     - net: hns3: Modify parameter type from int to bool in set_gro_en
     - net: hns3: code optimization for hclge_rx_buffer_calc
     - net: hns3: add hclge_cmd_check_retval() to parse comman's return value
     - net: hns3: move some set_bit statement into hclge_prepare_mac_addr
     - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()
     - net: hns3: fix the problem that the supported port is empty
     - net: hns3: optimize the maximum TC macro
     - net: hns3: don't allow user to change vlan filter state
     - net: hns3: modify the upper limit judgment condition
     - net: hns3: MAC table entry count function increases operation 0 value
       protection measures
     - net: hns3: make function hclge_set_all_vf_rst() static
     - net: hns3: add pointer checking at the beginning of the exported functions.
     - net: hns3: Check variable is valid before assigning it to another
     - net: hns3: convert mac advertize and supported from u32 to link mode
     - net: hns3: fix port info query issue for copper port
     - net: hns3: modify print message of ssu common ecc errors
     - net: hns3: some bugfix of ppu(rcb) ras errors
     - net: hns3: enable 8~11th bit of mac common msi-x error
     - net: hns3: fix 6th bit of ppp mpf abnormal errors
     - net: hns3: Record VF unicast and multicast tables
     - net: hns3: Record VF vlan tables
     - net: hns3: uninitialize command queue while unloading PF driver
     - net: hns3: clear command queue's registers when unloading VF driver
     - net: hns3: add xps setting support for hns3 driver
     - net: hns3: avoid mult + div op in critical data path
     - net: hns3: limit some variable scope in critical data path
     - net: hns3: remove some ops in struct hns3_nic_ops
     - net: hns3: add unlikely for error handling in data path
     - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path
     - net: hns3: remove hnae3_get_bit in data path
     - net: hns3: add support to config depth for tx|rx ring separately
     - net: hns3: enable VF VLAN filter for each VF when initializing
     - net: hns3: fix get VF RSS issue
     - net: hns3: fix setting of the hns reset_type for rdma hw errors
     - net: hns3: fix improper error handling for hns3_client_start
     - net: hns: use struct_size() in devm_kzalloc()
     - net: hns3: Fix a logical vs bitwise typo
     - net: hns3: add dma_rmb() for rx description
     - net: hns3: fix to stop multiple HNS reset due to the AER changes
 .
   * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
     - [Packaging] dkms-build -- support building against packages in PPAs
     - [Packaging] dkms-build: do not redownload files on subsequent passes
     - [Packaging] dkms-build -- elide partial Built-Using information
     - [Packaging] dkms-build -- remove retpoline data from final binary packages
     - [Packaging] dkms-build--nvidia* -- check gcc version against primary build
     - [Packaging] dkms-build -- add support for unversioned overrides
     - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
     - [Packaging] fix-filenames -- handle exact string removal
     - [Packaging] dkms-build--nvidia-N -- remove GCC versions
 .
   * Disco update: v5.0.1 upstream stable release (LP: #1819515)
     - cpufreq: Use struct kobj_attribute instead of struct global_attr
     - staging: erofs: fix mis-acted TAIL merging behavior
     - binder: create node flag to request sender's security context
     - USB: serial: option: add Telit ME910 ECM composition
     - USB: serial: cp210x: add ID for Ingenico 3070
     - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
     - driver core: Postpone DMA tear-down until after devres release
     - staging: erofs: fix fast symlink w/o xattr when fs xattr is on
     - staging: erofs: fix memleak of inode's shared xattr array
     - staging: erofs: fix race of initializing xattrs of a inode at the same time
     - staging: erofs: fix illegal address access under memory pressure
     - staging: comedi: ni_660x: fix missing break in switch statement
     - staging: wilc1000: fix to set correct value for 'vif_num'
     - staging: android: ion: fix sys heap pool's gfp_flags
     - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.
     - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex
       held.
     - ip6mr: Do not call __IP6_INC_STATS() from preemptible context
     - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new
       DSA framework
     - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in
       mv88e6xxx_port_set_duplex
     - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
     - net: mscc: Enable all ports in QSGMII
     - net: sched: put back q.qlen into a single location
     - net-sysfs: Fix mem leak in netdev_register_kobject
     - qmi_wwan: Add support for Quectel EG12/EM12
     - sctp: call iov_iter_revert() after sending ABORT
     - team: Free BPF filter when unregistering netdev
     - tipc: fix RDM/DGRAM connect() regression
     - x86/CPU/AMD: Set the CPB bit unconditionally on F17h
     - x86/boot/compressed/64: Do not read legacy ROM on EFI system
     - tracing: Fix event filters and triggers to handle negative numbers
     - xhci: tegra: Prevent error pointer dereference
     - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on
       INTEL_SUNRISEPOINT_LP_XHCI
     - applicom: Fix potential Spectre v1 vulnerabilities
     - alpha: wire up io_pgetevents system call
     - MIPS: irq: Allocate accurate order pages for irq stack
     - aio: Fix locking in aio_poll()
     - xtensa: fix get_wchan
     - gnss: sirf: fix premature wakeup interrupt enable
     - USB: serial: cp210x: fix GPIO in autosuspend
     - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to
       config"
     - Revert "selftests: firmware: remove use of non-standard diff -Z option"
     - selftests: firmware: fix verify_reqs() return value
     - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded
     - Bluetooth: Fix locking in bt_accept_enqueue() for BH context
     - Linux 5.0.1
 .
   * sky2 ethernet card doesn't work after returning from suspend
     (LP: #1807259) // sky2 ethernet card link not up after suspend
     (LP: #1809843) // Disco update: v5.0.1 upstream stable release
     (LP: #1819515)
     - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
 .
   * tls selftest failures/hangs on i386 (LP: #1813607)
     - [Config] CONFIG_TLS=n for i386
 .
   * CVE-2019-8980
     - exec: Fix mem leak in kernel_read_file
 .
   * Miscellaneous Ubuntu changes
     - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers
     - [Config] enable nvidia build
     - [Config] update gcc version to 8.3
 .
   * Miscellaneous upstream changes
     - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests"
Checksums-Sha1:
 a6371a8c2a6ee78f65b222c429bdb0bac4606220 271424 block-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 0e0a1c3f0336da20b2bfeb090d34f5bb409bb85c 250084 block-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 3bc426df17f4efa39db0e53ed5612f758563422a 266164 crypto-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 3fabd232d32a63bde4da61c909808da68fca479a 265888 crypto-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 759a2d6e989d076f77b4e1f48f5a0db44eea39c9 4884 fat-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 a4c6b6eefb4ffb737aa0b083d76c018aa9831f37 4892 fat-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 6253a2c24a0334145d1bfdc660b8c2ca4e92cf8f 1380784 fs-core-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 8ac5068e575decd51848b96dd40cb0bbaaff55a8 1384704 fs-core-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 aec00c67878b89ec15c8961ab91b6917c636762d 722340 fs-secondary-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 bab259ae4b439f09d0968e4c33e0e63b0114b4a3 719560 fs-secondary-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 a628ac4e5b854db5cf850b6d0f34576365332adb 466988 input-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 ba19091aaf99432c6c6a6ac4ecaaff9a8fdeedbe 467896 input-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 6bb8ddb38117dee1cb50acbe0bfe6ee70955e35f 66600 ipmi-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 463d0b337e94135d3dd1c499df4ad38dc8c981c5 66740 ipmi-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 c9a8fabbd1bc29aafd7e471a1d699751d3d25756 10052500 kernel-image-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 ca697c5746befd2cabc5cc9da3a0ad7dfc62c410 8226676 kernel-image-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 6c9e31f9053cca828cefbaa6704212e67041c4ad 220124 linux-buildinfo-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 d893c0411c2136d8778efcb4b14518fd12212a84 219368 linux-buildinfo-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 44611f28614256486cb3ba97f75feada486d640c 773124 linux-headers-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 a5654a11bdc11b12061adea18d76b6be2450e19a 771860 linux-headers-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 b2cc73ddc3875fd8c767db22aeea770d5db9ad56 767469752 linux-image-unsigned-5.0.0-8-generic-dbgsym_5.0.0-8.9_arm64.ddeb
 6bd6ac7ced929f2399b821c74963f2c2052f50a2 8838404 linux-image-unsigned-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 f8bbfb5cad171a84f50a00c94e7065e2bfc9592f 761062120 linux-image-unsigned-5.0.0-8-snapdragon-dbgsym_5.0.0-8.9_arm64.ddeb
 ef95a4888f894f1d7bd4c129c620b268a349f8ed 7168972 linux-image-unsigned-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 3e4d1860677aa228518fd9cb3f0d9d957db5f4d0 1013328 linux-libc-dev_5.0.0-8.9_arm64.deb
 8db5baba889c927275bc8d83321fe0df07be8b41 13293900 linux-modules-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 b9b890162e993deaa79c4fdada9125f85a904742 47467156 linux-modules-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 338094ae05c5c37b0095bbc65c443e716870a36b 34815640 linux-modules-extra-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 63aa45b8f1eb103c6325d5c990d5a921dbcc5024 1856 linux-tools-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 6acf6d77d130d7e61e6608c36cb39afc50df5164 1860 linux-tools-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 02d4d1338ad1c0c648752f4aa93d73c3cdf1a1f4 4552404 linux-tools-5.0.0-8_5.0.0-8.9_arm64.deb
 2308720189508240cabf537f73269b41a3ffcc8d 980 linux-udebs-generic_5.0.0-8.9_arm64.udeb
 930df82c5d858c335b6ac45ffa420f3aef75e037 980 linux-udebs-snapdragon_5.0.0-8.9_arm64.udeb
 636e25aa885c5d51cc88059db08ac266c30476cc 32006 linux_5.0.0-8.9_arm64.buildinfo
 12ec9d1ce7c43b26257fc389553e4d58da89a0da 18863184 linux_5.0.0-8.9_arm64.tar.gz
 5dd4f5b0fc4fbadecbe30e5828d4d7eb3b05b507 24361 linux_5.0.0-8.9_arm64_translations.tar.gz
 30f33d65daa09ed3410fccee3a4200ea11affe9a 300064 md-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 329d66b2682f24b068b9e8883ee08fa251fdc110 299900 md-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 0ef0321a02bf1bd18ea100459b99ef08c3c9c799 207492 message-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 f7e5e212e831a0b39179eead4cce2f027c83512e 207592 message-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 4d5a6b9aa33a04424d25f6d4aef098002dfa547f 58564 mouse-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 b97c70c8bad7a1d8a31569693e1d79fffeec0b93 58672 mouse-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 5a30926c692bfa791c6d09935d6a271afe77f579 20136 multipath-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 e52798b560c22c42fa14c2148c52a840be624911 20136 multipath-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 1cbf2584e11bd44e589f40813dfceb0d2c35128a 611528 nfs-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 f70c078937fc3377963b945b7b5614459236fc13 605788 nfs-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 69c062ec86448f936c86119f369808d1d9268ea9 4604936 nic-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 5ae0b83d86f14e2747dcfbc998766e5062596cef 4602988 nic-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 d94fa2fa28306dca9fae76ddaa6ecf46cd15e356 594932 nic-shared-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 3392c54338327cda037930dd1682f0d5a2eb4d81 592172 nic-shared-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 0ca3c23d1a2742aeacdb5ab3f72faeaebf8253ba 335328 nic-usb-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 a5ad22d3661eae4d773b1a85cc96f4927ddab936 336132 nic-usb-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 cc41dbc77bc982b8597c0c42d5591791334ce850 19004 parport-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 c5ba154a43a6a7bc4ed3a36b7fa4c6c10c3e3cb4 19020 parport-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 91792ee21e27be7eb56aa8848be93c960caa37ed 9272 plip-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 985ceb14f64f1289e0ca8ca6a6e97830e1067081 9304 plip-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 ac74f69ee6a1be7cd36cfe16a887e35a6cbedda9 29752 ppp-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 9f2d5586f2e442e8c89da846aa04af42b4e08120 29792 ppp-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 4b8141271c1fa1c8fd0f20ca52e642eba564372f 98264 sata-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 1be3ac8fa0322f8a38d256ae879bb20491ffbe8e 98372 sata-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 98ddcc79f10760cb286d0327c09245bdbc5f6067 2522424 scsi-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 49ac9637ac0b8b3fc74e10b846d3172c12ece91a 2519328 scsi-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 8ae4f1c95eac4cc6175373abbd46f8816a0c3e1a 57728 storage-core-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 19da9530e2b7c23e2d19331c4d3066d4e71fbc30 57484 storage-core-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 7a3aa9b9da6b93062c49adebbbf1ab7d52972457 117716 usb-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 4fbc7385898835a4998a9670ee57a4c40f8f967b 117888 usb-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 fcaee6c313a0ccff990faf2f317e1943ece6314b 11008 virtio-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 9f6bad3089554514d076f2c9b079401a825d0231 11008 virtio-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 5e930aaa684f464c6e6d3b146c8bc9004038c223 27924 vlan-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 405cff676c2581014b91250036cb7ea9fe473b82 27892 vlan-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
Checksums-Sha256:
 4657fef881ca06ded3f1c89684668c4be7bc02f65f481b4215f4f7533ee5b2c7 271424 block-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 37f956a6911abe9e90b177fd06df8764cf7fe0e1363fe913174e26adbd9fe5d6 250084 block-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 67cea54de5e30a145b78eb26ed41982afed9e8c2e49bfbd72ccc38c72ce6e42b 266164 crypto-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 ce532ef06220a99afe9db367ec8f0c5aacefbbbbb02860d3c9277a3e08ca50b3 265888 crypto-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 6aeef998042d62e4f761c61993783e5cababea2577002cb614a777e68e57556c 4884 fat-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 af775a680cdde7f1e488854f26d4038e254c88f5f999121c6e5e24a07e143610 4892 fat-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 352ab5c7cc5c74a3a0eb8cf3e810c65c939101741625b2490f82ae0cd14e9e7b 1380784 fs-core-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 30e30ba8d84b6b6bbe27ee7d25bc39033010c1fdcfbc624800bf3c407f8d51d9 1384704 fs-core-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 75767ec8a39381625534f56fc5963163fa97ccaaef0fc8bda9b357186edc62b2 722340 fs-secondary-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 a732ce85e3c4d711de774b132b018aad65f8ec7d7e9b7bee21df66968fd4056d 719560 fs-secondary-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 7e732d45447cd8c507cf9a11b246bb94cec2081ed104f958c6cd47551e17b738 466988 input-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 e9c400a4d1d76563e5d4ee650e8555c50954640c5d9412c58d9f177737fb8f19 467896 input-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 a7c0064dd85b9b85ecb82fc46854d92d7b8fd5a876504c8a764aaffe4189cc6b 66600 ipmi-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 0beba4d648e3719c50cc30368fe27620b7efa8938822db11d0b0275e283f5266 66740 ipmi-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 b0ba4746494168bafc5121a58c701e289436b5cba1209ac993b42bdae994afa6 10052500 kernel-image-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 fe7f0deb1da737f912c5bc100fe09bfd13ba78695369eff3ea725dd10286f243 8226676 kernel-image-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 21280a40a534e8f1d316c21be851e0e5251f9863da2e1a40a9d85e082a6bac51 220124 linux-buildinfo-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 e04e58e3008343bae5710f3274275a518105d75af7c984f7be1412a369740efb 219368 linux-buildinfo-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 851a91d78d11d1c9bca807da9252e22662b4c606d3934f6b2b281ff6e164ca85 773124 linux-headers-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 2eec51b5cef797367e0ca06adc5ca2b6cb040b41221fd6a5c48a5fe14c2a7de0 771860 linux-headers-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 49477fb32d1bbd93f41b36b6de82dc1abc2450a2aa1fb7574d2d3f6692da71ad 767469752 linux-image-unsigned-5.0.0-8-generic-dbgsym_5.0.0-8.9_arm64.ddeb
 00ec64916ee585e8446fe995d78e9d9c6d829b19d01d8aaab154adcb0ca6c1f3 8838404 linux-image-unsigned-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 ec9a4a8468c93c981f05544a67d819a27d1854525691a0c858d8209adfa027c9 761062120 linux-image-unsigned-5.0.0-8-snapdragon-dbgsym_5.0.0-8.9_arm64.ddeb
 e852d23f4ea7af77ee4966a3e63983c0f15b39f29612982649732feabaeadc6c 7168972 linux-image-unsigned-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 1676e5b5441e993af0f622f3a8ecbbb4f21b37993ccec714c9ae46883827322d 1013328 linux-libc-dev_5.0.0-8.9_arm64.deb
 123f1df558c4845df372453b4536f0b419f7afdfd6894ff654af008cd9e58c52 13293900 linux-modules-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 9cb473c904d26201bcf388b3ed1c1bb0d247b8eac9620b92100c7ffe2d728ffa 47467156 linux-modules-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 7759cf6d685858d7c95dad97522e6f5804aa3de97d6a87b31296538913995312 34815640 linux-modules-extra-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 663e7f4e90a372f555c42a788268af56ec2fae98fc62bc93967996967f71d185 1856 linux-tools-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 56db41f5bcd617a0edb08d92f7866f12e9dff2d4830faa59aba9c4464a1a2d0a 1860 linux-tools-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 e051a645c99fe8e0bfa79134bc5aea00f3b0d34b983555b07f568056e4739839 4552404 linux-tools-5.0.0-8_5.0.0-8.9_arm64.deb
 036f7b81e873047278c6c44d9cb1b55316a1ed5b41b4ddc167058b0703211816 980 linux-udebs-generic_5.0.0-8.9_arm64.udeb
 22ab4ce43a1747775caa6703b5a4a65945c7d4e02dcc7529bac564a24c7626d3 980 linux-udebs-snapdragon_5.0.0-8.9_arm64.udeb
 fbd3172f8fa765ddef8f704edf20121c726730656721ae26b225ee8ac245adfd 32006 linux_5.0.0-8.9_arm64.buildinfo
 d394c94ab49f202a055eee95f6c0d9d1900d5e835c39cef1df9122a7d236672b 18863184 linux_5.0.0-8.9_arm64.tar.gz
 d68d99fc25351d06f5172a9567a1f1c1337b5c12babc07b4f658d6afe9c8a306 24361 linux_5.0.0-8.9_arm64_translations.tar.gz
 a75c42be5e83c7d4673a6b53b69e74375b3a7f8b1fa07e229e254e29e8876516 300064 md-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 f16d8d7ff0a22c3197cf18e57606a3b67cac7db980b64bba2445d08080954c9c 299900 md-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 8f25fc90be43d689a098500991c4600125200481face26a738197d2094e47a6c 207492 message-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 80086134535f5b360b8c9e881e9143df09f6e19e09975bd0fc24bdde4bc55b63 207592 message-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 922f72ee6840bddd145f41388d89a7cb5b51e228bcfbb9e4ac46c033af2bb0c6 58564 mouse-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 40321f0d807b940e1c804c6f4e1c0add884cd1b3cb879ee43425e81fb5f156e4 58672 mouse-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 ed8e6c38ff3f0bb4f7ecf89c6ca1b1f4c9cdc4d157959bbb7cd900f8c1dbb6c8 20136 multipath-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 09fb3cbcbd34df5f291c46025a55bf1a97f9e2de23d9647f1a419806b15f76e6 20136 multipath-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 9fb0be6f43adaaac249b68544638830f644acca77e7c0ae92226a66cfd599c03 611528 nfs-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 634dc2b160a2b95e3fd9ad8d4a854813acead32f2527c62226956897c4a57ad4 605788 nfs-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 7f8eb959155c183c8664e41f8c37786c868d077d91c168388b13621b5afa670f 4604936 nic-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 19aa024d463d899f7dba5c2df7a9adcfc69257fdc9b3375166b76cb6aaf4fa9a 4602988 nic-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 2b051c96ce49f538831c908440cd2c2fed31d047627dda6684998c21cda7a60b 594932 nic-shared-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 3d48251ef6a04daf82fd24f0dc3e578f84f275f86191d8f6efa72bb39cd4b4c5 592172 nic-shared-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 fc22d963105bba4bd5050d819dd8fda80a73d3bc8c4e20479d53cbf6837be478 335328 nic-usb-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 3fec1d2f732035c05dfbf432a9a3a96d0ee3766be7377865552bcf7f76bb3972 336132 nic-usb-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 179884f4b25a1a5b2985f9c4b332af303e5383cfc554611fb8b09ea19253d4f6 19004 parport-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 84e5cfacf0e3b1ad690b0b83a9e493f223386bf15b2d942a89e42ce35ca895f4 19020 parport-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 4b56ef8e19a98bb1850d7244625d99fc071245492fb981921483d50c44767a16 9272 plip-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 6fad6e946a3c166d9c88c8bf3c2dab72718b2f7e86fae72082b72e8632aedd52 9304 plip-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 00f9fc031288cc82f20a247e314e7c912838b2daefa24b2525371f4a96ac1040 29752 ppp-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 b975aa83b652b422bc2fa5f7f386d4d1e974e562c6f0dcaef107ae64e175caeb 29792 ppp-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 434ab7e0837bb6c900bfc5537a2fc71029852708238e70e90411e1bb8e4e4abd 98264 sata-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 be405787c0fda7df54fdaab7e8e84f351081dbc5c3f36b650641e72db9960077 98372 sata-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 ed194b3d070e338d7f9eab728444250654e8e976e397d55cb4ff99d2e532893a 2522424 scsi-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 d14448aa26ae6d50c0307fffe23a592706ffe2d225b69cb312ad020ba0e9d700 2519328 scsi-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 a56198e8b5d8d421aca529cbd76ed521886424d9c34f27d6d0b3c4a2fc3716e8 57728 storage-core-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 98d65869eb97518b5cc2cd40fc3f580f8d7cc59a734479f19746b3669635aecc 57484 storage-core-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 e8e2a60bddd19a24cff16c61583fdd4b1ddf96919077939b837332431101f9ee 117716 usb-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 779c8a11926ba7e12d1de7cc5ba831949a3b08c55159dc3b71c79fa6902f4175 117888 usb-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 88ef4bb428906b7e5acd713114b470f4bab8833ade024f7c09e6ad96a72641d8 11008 virtio-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 da10eff698005157902cbc0ee84c046ecbc4cfb6dc3616a88e2a615be7077d56 11008 virtio-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 f7592bcc961983175f4cea2089762d225d4e053c4d5176ed0f4c3dc426ff195b 27924 vlan-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 5acb1973e3f615303da9b2d98f2ec9a0a9918d2d7d23adfcc2c08fce18a51237 27892 vlan-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
Files:
 e23e43da58368ebe307356375f4a6d34 271424 debian-installer standard block-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 79f57426a67e56e44e7a14569fa27451 250084 debian-installer standard block-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 1c5229ed8517b0a967d05c298b504433 266164 debian-installer extra crypto-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 1fdd6b67efdd5929f5963a528ae9fb3d 265888 debian-installer extra crypto-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 5711ff49659bdbbb6353b95b84b7088f 4884 debian-installer standard fat-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 7491b8f934e10afe9f55f564fe3814ad 4892 debian-installer standard fat-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 b3d832d9d3cc98f50fd6f7e02400cac3 1380784 debian-installer standard fs-core-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 9b2a3df9d0f9d2b440c869cc72d45942 1384704 debian-installer standard fs-core-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 ef8b180af60756efaf1a2f27c57a76ef 722340 debian-installer standard fs-secondary-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 4afc6c21ba828778ba02a6da6f8ac2b2 719560 debian-installer standard fs-secondary-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 d852eb99879603534d1084e064af88d5 466988 debian-installer standard input-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 0ea277a4973bec2345b10906dbf8388a 467896 debian-installer standard input-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 4a870f58bd6cac7964635ddb0c720469 66600 debian-installer standard ipmi-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 667f6f16373aa3eccd5132979b626b64 66740 debian-installer standard ipmi-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 051bf8a6b76499d1772f53bf18426f83 10052500 debian-installer optional kernel-image-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 efcc7e5620b4d889a9616f36ef7b9e82 8226676 debian-installer optional kernel-image-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 680b925857b33b3343283e61d94ef375 220124 kernel optional linux-buildinfo-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 208c0c261a645da63681fbad75d1afd2 219368 kernel optional linux-buildinfo-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 43f819b2c488c256fb236be2cb847d5c 773124 devel optional linux-headers-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 5d11a1ce244c5a4b8a2638a23f75af4e 771860 devel optional linux-headers-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 db8a45461f0064d9f0fdb1ff3552f735 767469752 devel optional linux-image-unsigned-5.0.0-8-generic-dbgsym_5.0.0-8.9_arm64.ddeb
 4a731b3fc5fa7544a652aa5682cc6eaa 8838404 kernel optional linux-image-unsigned-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 0eb938e015b905c56b552cb706b5337f 761062120 devel optional linux-image-unsigned-5.0.0-8-snapdragon-dbgsym_5.0.0-8.9_arm64.ddeb
 1604770b58aa210180b7e85d1373f3dc 7168972 kernel optional linux-image-unsigned-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 2bc30d67b5114c98451dac884acf00ac 1013328 devel optional linux-libc-dev_5.0.0-8.9_arm64.deb
 5084d9e233b336bdbcc5247a5ecf1b0f 13293900 kernel optional linux-modules-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 1e911ead9ba8cecdc8ef524c024c24d5 47467156 kernel optional linux-modules-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 44b54506132c03f43869c22a269a940f 34815640 kernel optional linux-modules-extra-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 c71f65ea16fcd238526e6a84a449a93d 1856 devel optional linux-tools-5.0.0-8-generic_5.0.0-8.9_arm64.deb
 f4c49b5559e9c0aca548609a7043ebd6 1860 devel optional linux-tools-5.0.0-8-snapdragon_5.0.0-8.9_arm64.deb
 1b0a1185a60a03f14ffa91887e9ff895 4552404 devel optional linux-tools-5.0.0-8_5.0.0-8.9_arm64.deb
 564ea5b4d3e80040e60ec8cd4322c867 980 debian-installer optional linux-udebs-generic_5.0.0-8.9_arm64.udeb
 b53675f173933684f854aec3142ed031 980 debian-installer optional linux-udebs-snapdragon_5.0.0-8.9_arm64.udeb
 c3bae21d35c0fc87bdba63d61671e769 32006 devel optional linux_5.0.0-8.9_arm64.buildinfo
 3341569b8de6484de2765ff6cfcf684b 18863184 raw-signing - linux_5.0.0-8.9_arm64.tar.gz
 fd44b2dd8eba4818b676b45d2ef14f4d 24361 raw-translations - linux_5.0.0-8.9_arm64_translations.tar.gz
 62fd419fd5cbaa20cc6819e6f71bf2ae 300064 debian-installer standard md-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 29d9946c4b7696c914bdb7fae0ee8a31 299900 debian-installer standard md-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 3298b409bb6bebf4584f3f5a1793d257 207492 debian-installer standard message-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 0cc457f55f16a979c768f63f6cd2d613 207592 debian-installer standard message-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 36e357fbe208ce9c3fdcbbf6a00b8e78 58564 debian-installer extra mouse-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 e1b18f0cae3188ae0f1001e10c188fa1 58672 debian-installer extra mouse-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 bb5e4af1e4390f0524797537d4a4c6c9 20136 debian-installer extra multipath-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 b0508bbc5771aead436100b06bca1c4c 20136 debian-installer extra multipath-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 60984294a6a99c6cd90e9ee146fdda74 611528 debian-installer standard nfs-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 9818e587b256327a2958bc7584968ba3 605788 debian-installer standard nfs-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 cbbbd3ad9dbb54a3c5c995795a826eb2 4604936 debian-installer standard nic-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 f3625ee6ff19c45b743518b91e6112b2 4602988 debian-installer standard nic-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 bb00e856e3f964a451cad82e6409dccd 594932 debian-installer standard nic-shared-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 25bf0d89f4c7d68c53ca8c90f1bc7432 592172 debian-installer standard nic-shared-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 409a337db93b8e04c622d41b571f2ad1 335328 debian-installer standard nic-usb-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 d37054118be3f09642f7572d50281d8f 336132 debian-installer standard nic-usb-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 042f64ef4ad642a5cb69f7cce635f6a8 19004 debian-installer standard parport-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 ab217dfe99aa1ac109b6b419fe9d150f 19020 debian-installer standard parport-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 ccdf42d98458113e4d0d4afac8a53271 9272 debian-installer standard plip-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 75d67b59b5f00ecc750cafb1f669a323 9304 debian-installer standard plip-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 91759639f22486bfcf3610adf15145b4 29752 debian-installer standard ppp-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 b4bf660cc4026ea7371a6dbcfd299205 29792 debian-installer standard ppp-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 11d5310b0cf70c10db1f8b88f502bb13 98264 debian-installer standard sata-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 4bea5af7a10f09e0da6546fefb6d023e 98372 debian-installer standard sata-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 b41d4014e095599fb9bcc458f6ccdabd 2522424 debian-installer standard scsi-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 7cc205fcfe162ccf680c506dec324a05 2519328 debian-installer standard scsi-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 bafe390f88d9606ed06071dcacb874c5 57728 debian-installer standard storage-core-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 874964c44f00d495f0dfee66094c85a6 57484 debian-installer standard storage-core-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 55d8008ce8e6b406c0e8ecee991589a0 117716 debian-installer standard usb-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 d4a2fc3f6b10a20e184db5f8493adabf 117888 debian-installer standard usb-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 04dd96ea20def2c56858a6339df6e86b 11008 debian-installer standard virtio-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 e771fbd1d0dd577b4648742254bd3682 11008 debian-installer standard virtio-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
 56823793bfaf360e6f430f3fbb55cc5d 27924 debian-installer extra vlan-modules-5.0.0-8-generic-di_5.0.0-8.9_arm64.udeb
 ea2148d8b605159284c6ada056d3d861 27892 debian-installer extra vlan-modules-5.0.0-8-snapdragon-di_5.0.0-8.9_arm64.udeb
Package-Type: udeb


More information about the Disco-changes mailing list