[ubuntu/focal-proposed] linux-oem-osp1_5.0.0-1030.34_amd64.tar.gz - (Accepted)

Timo Aaltonen timo.aaltonen at canonical.com
Fri Nov 29 11:08:48 UTC 2019


linux-oem-osp1 (5.0.0-1030.34) bionic; urgency=medium

  * bionic/linux-oem-osp1: 5.0.0-1030.34 -proposed tracker (LP: #1853116)

  * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
    - SAUCE: rtw88: 8822c: update PHY parameter to v38
    - SAUCE: rtw88: 8822c: update pwr_seq to v13
    - SAUCE: rtw88: 8822c: Enable interrupt migration
    - SAUCE: rtw88: 8822c: add FW IQK support
    - SAUCE: rtw88: 8822c: add SW DPK support
    - SAUCE: rtw88: move IQK/DPK into phy_calibration
    - SAUCE: rtw88: add dynamic cck pd mechanism
    - SAUCE: rtw88: allows to receive AMSDU in AMPDU
    - SAUCE: rtw88: remove redundant flag check helper function
    - SAUCE: rtw88: pci: extract skbs free routine for trx rings
    - SAUCE: rtw88: pci: release tx skbs DMAed when stop
    - SAUCE: rtw88: not to enter or leave PS under IRQ
    - SAUCE: rtw88: not to control LPS by each vif
    - SAUCE: rtw88: remove unused lps state check helper
    - SAUCE: rtw88: LPS enter/leave should be protected by lock
    - SAUCE: rtw88: leave PS state for dynamic mechanism
    - SAUCE: rtw88: add deep power save support
    - SAUCE: rtw88: not to enter LPS by coex strategy
    - SAUCE: rtw88: select deep PS mode when module is inserted
    - SAUCE: rtw88: add deep PS PG mode for 8822c
    - SAUCE: rtw88: add RTS support
    - SAUCE: rtw88: add driver tx queue support
    - SAUCE: rtw88: take over rate control from mac80211
    - SAUCE: rtw88: report tx rate to mac80211 stack
    - SAUCE: rtw88: add TX-AMSDU support
    - SAUCE: rtw88: add power tracking support
    - SAUCE: rtw88: Enable 802.11ac beamformee support
    - SAUCE: rtw88: flush hardware tx queues
    - SAUCE: rtw88: config 8822c multicast address in MAC init flow
    - SAUCE: rtw88: add set_bitrate_mask support
    - SAUCE: rtw88: use struct rtw_fw_hdr to access firmware header
    - SAUCE: rtw88: fix NSS of hw_cap
    - SAUCE: rtw88: fix error handling when setup efuse info
    - SAUCE: rtw88: fix wrong rx power calculation
    - SAUCE: rtw88: update regulatory settings implementaion
    - SAUCE: rtw88: check firmware leave lps successfully
    - SAUCE: rtw88: support wowlan feature for 8822c
    - SAUCE: rtw88: wowlan: support pattern match
    - SAUCE: rtw88: wowlan: support PNO for 8822C
    - SAUCE: rtw88: add phy_info debugfs to show Tx/Rx physical status
    - SAUCE: rtw88: coex: Set 4 slot mode for A2DP
    - SAUCE: rtw88: default enable LPS + LCLK
    - SAUCE: rtw88: add module parameter to enable PCIE clock request
    - SAUCE: rtw88: add module parameter to enable PCIE ASPM L1
    - SAUCE: rtw88: fix TX secondary channel offset of 40M if current bw is 20M or
      40M
    - SAUCE: rtw88: Use secondary channel offset enumeration to make better read
    - SAUCE: rtw88: keep leave and enter IPS as the first and last in config
      callback
    - SAUCE: rtw88: fix rate mask for 1SS chip
    - SAUCE: rtw88: refine conversion of rx_evm_dbm from rx_evm
    - SAUCE: rtw88: 8723d: Add basic chip information of 8723D
    - SAUCE: rtw88: 8723de: Add 8723DE to Kconfig and Makefile
    - SAUCE: rtw88: 8723d: check set_gid_table before calling
    - SAUCE: rtw88: 8723d: Add power sequence
    - SAUCE: rtw88: 8723d: Add RF read/write ops
    - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables
    - SAUCE: rtw88: 8723d: Add ops cfg_ldo25 to control LDO25
    - SAUCE: rtw88: 8723d: Add ops efuse_en to enable/disable efuse access
    - SAUCE: rtw88: 8723d: Add read_efuse ops to recognize efuse info from map
    - SAUCE: rtw88: add legacy firmware download for 8723de
    - SAUCE: rtw88: Don't need send additional information to legacy firmware
    - SAUCE: rtw88: 8723d: Implement mac power-on/-off function
    - SAUCE: rtw88: decompose while(1) loop of power sequence polling command
    - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue
    - SAUCE: rtw88: 8723d: implement ops set_tx_power_index to set tx power
    - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO
    - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions
    - SAUCE: rtw88: 8723d: Add DIG parameter
    - SAUCE: rtw88: 8723d: Add ops query_rx_desc
    - SAUCE: rtw88: 8723d: Add ops set_channel
    - SAUCE: rtw88: handle C2H_CCX_TX_RPT (0x03) to know if packet TX successfully
    - SAUCE: rtw88: 8723d: Add LDPC cap to chip info
    - SAUCE: rtw88: 8723d: 11N chip doesn't have LS field in TX descriptor
    - SAUCE: rtw88: 8723d: Add ops false_alarm_statistics
    - SAUCE: rtw88: 8723d: Set IG register for CCK rate
    - SAUCE: rtw88: 8723d: add interface configurations table
    - SAUCE: rtw88: 8723d: Add LC calibration
    - SAUCE: rtw88: 8723d: add IQ calibration
    - SAUCE: rtw88: 8723d: Add power tracking
    - SAUCE: rtw88: 8723d: Add shutdown callback to disable USB suspend
    - SAUCE: rtw88: 8723d: implement flush queue
    - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
    - SAUCE: rtw88: 8723d: Add coex support
    - SAUCE: rtw88: sar: add SAR of TX power limit
    - SAUCE: rtw88: sar: Load SAR table from ACPI
    - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry
    - SAUCE: rtw88: Don't set RX_FLAG_DECRYPTED to rx_status if packet has no
      encryption
    - SAUCE: rtw88: sar: Don't induce to SAR WW if regd WW is specified
    - SAUCE: rtw88: sar: try use WW one if SAR value of specified regd is invalid
    - SAUCE: rtw88: sar: sar.c include sar.h
    - SAUCE: rtw88: sar: generalize WRDS read function to support more tables
    - SAUCE: rtw88: sar: add basic parser of RT tables
    - SAUCE: rtw88: sar: apply RWRD/RWSI/RWGS tables to tx power limit
    - SAUCE: rtw88: sar: add sar_work to poll if RWSI changed
    - SAUCE: rtw88: sar: dump sar information via debugfs
    - SAUCE: rtw88: add ciphers to suppress error message
    - [Config] CONFIG_RTW88_8723DE=y

Date: Tue, 19 Nov 2019 12:17:14 +0200
Changed-By: Timo Aaltonen <timo.aaltonen at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-001.buildd>

-------------- next part --------------
Format: 1.8
Date: Tue, 19 Nov 2019 12:17:14 +0200
Source: linux-oem-osp1
Binary: linux-oem-osp1-headers-5.0.0-1030 linux-oem-osp1-tools-5.0.0-1030 linux-oem-osp1-tools-host linux-image-unsigned-5.0.0-1030-oem-osp1 linux-modules-5.0.0-1030-oem-osp1 linux-headers-5.0.0-1030-oem-osp1 linux-image-unsigned-5.0.0-1030-oem-osp1-dbgsym linux-tools-5.0.0-1030-oem-osp1 linux-udebs-oem-osp1 linux-buildinfo-5.0.0-1030-oem-osp1 kernel-image-5.0.0-1030-oem-osp1-di fat-modules-5.0.0-1030-oem-osp1-di fb-modules-5.0.0-1030-oem-osp1-di firewire-core-modules-5.0.0-1030-oem-osp1-di floppy-modules-5.0.0-1030-oem-osp1-di fs-core-modules-5.0.0-1030-oem-osp1-di fs-secondary-modules-5.0.0-1030-oem-osp1-di input-modules-5.0.0-1030-oem-osp1-di md-modules-5.0.0-1030-oem-osp1-di nic-modules-5.0.0-1030-oem-osp1-di nic-pcmcia-modules-5.0.0-1030-oem-osp1-di nic-usb-modules-5.0.0-1030-oem-osp1-di nic-shared-modules-5.0.0-1030-oem-osp1-di parport-modules-5.0.0-1030-oem-osp1-di pata-modules-5.0.0-1030-oem-osp1-di pcmcia-modules-5.0.0-1030-oem-osp1-di
 pcmcia-storage-modules-5.0.0-1030-oem-osp1-di plip-modules-5.0.0-1030-oem-osp1-di ppp-modules-5.0.0-1030-oem-osp1-di sata-modules-5.0.0-1030-oem-osp1-di scsi-modules-5.0.0-1030-oem-osp1-di serial-modules-5.0.0-1030-oem-osp1-di storage-core-modules-5.0.0-1030-oem-osp1-di usb-modules-5.0.0-1030-oem-osp1-di nfs-modules-5.0.0-1030-oem-osp1-di block-modules-5.0.0-1030-oem-osp1-di message-modules-5.0.0-1030-oem-osp1-di crypto-modules-5.0.0-1030-oem-osp1-di virtio-modules-5.0.0-1030-oem-osp1-di mouse-modules-5.0.0-1030-oem-osp1-di vlan-modules-5.0.0-1030-oem-osp1-di ipmi-modules-5.0.0-1030-oem-osp1-di
 multipath-modules-5.0.0-1030-oem-osp1-di
Architecture: amd64 all
Version: 5.0.0-1030.34
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-001.buildd>
Changed-By: Timo Aaltonen <timo.aaltonen at canonical.com>
Description:
 block-modules-5.0.0-1030-oem-osp1-di - Block storage devices (udeb)
 crypto-modules-5.0.0-1030-oem-osp1-di - crypto modules (udeb)
 fat-modules-5.0.0-1030-oem-osp1-di - FAT filesystem support (udeb)
 fb-modules-5.0.0-1030-oem-osp1-di - Framebuffer modules (udeb)
 firewire-core-modules-5.0.0-1030-oem-osp1-di - Firewire (IEEE-1394) Support (udeb)
 floppy-modules-5.0.0-1030-oem-osp1-di - Floppy driver support (udeb)
 fs-core-modules-5.0.0-1030-oem-osp1-di - Base filesystem modules (udeb)
 fs-secondary-modules-5.0.0-1030-oem-osp1-di - Extra filesystem modules (udeb)
 input-modules-5.0.0-1030-oem-osp1-di - Support for various input methods (udeb)
 ipmi-modules-5.0.0-1030-oem-osp1-di - ipmi modules (udeb)
 kernel-image-5.0.0-1030-oem-osp1-di - kernel image and system map (udeb)
 linux-buildinfo-5.0.0-1030-oem-osp1 - Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP
 linux-headers-5.0.0-1030-oem-osp1 - Linux kernel headers for version 5.0.0 on 64 bit x86 SMP
 linux-image-unsigned-5.0.0-1030-oem-osp1 - Linux kernel image for version 5.0.0 on 64 bit x86 SMP
 linux-image-unsigned-5.0.0-1030-oem-osp1-dbgsym - Linux kernel debug image for version 5.0.0 on 64 bit x86 SMP
 linux-modules-5.0.0-1030-oem-osp1 - Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
 linux-oem-osp1-headers-5.0.0-1030 - Header files related to Linux kernel version 5.0.0
 linux-oem-osp1-tools-5.0.0-1030 - Linux kernel version specific tools for version 5.0.0-1030
 linux-oem-osp1-tools-host - Linux kernel VM host tools
 linux-tools-5.0.0-1030-oem-osp1 - Linux kernel version specific tools for version 5.0.0-1030
 linux-udebs-oem-osp1 - Metapackage depending on kernel udebs (udeb)
 md-modules-5.0.0-1030-oem-osp1-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-5.0.0-1030-oem-osp1-di - Fusion and i2o storage modules (udeb)
 mouse-modules-5.0.0-1030-oem-osp1-di - Mouse support (udeb)
 multipath-modules-5.0.0-1030-oem-osp1-di - DM-Multipath support (udeb)
 nfs-modules-5.0.0-1030-oem-osp1-di - NFS filesystem drivers (udeb)
 nic-modules-5.0.0-1030-oem-osp1-di - Network interface support (udeb)
 nic-pcmcia-modules-5.0.0-1030-oem-osp1-di - PCMCIA network interface support (udeb)
 nic-shared-modules-5.0.0-1030-oem-osp1-di - nic shared modules (udeb)
 nic-usb-modules-5.0.0-1030-oem-osp1-di - USB network interface support (udeb)
 parport-modules-5.0.0-1030-oem-osp1-di - Parallel port support (udeb)
 pata-modules-5.0.0-1030-oem-osp1-di - PATA support modules (udeb)
 pcmcia-modules-5.0.0-1030-oem-osp1-di - PCMCIA Modules (udeb)
 pcmcia-storage-modules-5.0.0-1030-oem-osp1-di - PCMCIA storage support (udeb)
 plip-modules-5.0.0-1030-oem-osp1-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-5.0.0-1030-oem-osp1-di - PPP (serial port) networking support (udeb)
 sata-modules-5.0.0-1030-oem-osp1-di - SATA storage support (udeb)
 scsi-modules-5.0.0-1030-oem-osp1-di - SCSI storage support (udeb)
 serial-modules-5.0.0-1030-oem-osp1-di - Serial port support (udeb)
 storage-core-modules-5.0.0-1030-oem-osp1-di - Core storage support (udeb)
 usb-modules-5.0.0-1030-oem-osp1-di - Core USB support (udeb)
 virtio-modules-5.0.0-1030-oem-osp1-di - VirtIO Modules (udeb)
 vlan-modules-5.0.0-1030-oem-osp1-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1780590 1853116
Changes:
 linux-oem-osp1 (5.0.0-1030.34) bionic; urgency=medium
 .
   * bionic/linux-oem-osp1: 5.0.0-1030.34 -proposed tracker (LP: #1853116)
 .
   * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
     - SAUCE: rtw88: 8822c: update PHY parameter to v38
     - SAUCE: rtw88: 8822c: update pwr_seq to v13
     - SAUCE: rtw88: 8822c: Enable interrupt migration
     - SAUCE: rtw88: 8822c: add FW IQK support
     - SAUCE: rtw88: 8822c: add SW DPK support
     - SAUCE: rtw88: move IQK/DPK into phy_calibration
     - SAUCE: rtw88: add dynamic cck pd mechanism
     - SAUCE: rtw88: allows to receive AMSDU in AMPDU
     - SAUCE: rtw88: remove redundant flag check helper function
     - SAUCE: rtw88: pci: extract skbs free routine for trx rings
     - SAUCE: rtw88: pci: release tx skbs DMAed when stop
     - SAUCE: rtw88: not to enter or leave PS under IRQ
     - SAUCE: rtw88: not to control LPS by each vif
     - SAUCE: rtw88: remove unused lps state check helper
     - SAUCE: rtw88: LPS enter/leave should be protected by lock
     - SAUCE: rtw88: leave PS state for dynamic mechanism
     - SAUCE: rtw88: add deep power save support
     - SAUCE: rtw88: not to enter LPS by coex strategy
     - SAUCE: rtw88: select deep PS mode when module is inserted
     - SAUCE: rtw88: add deep PS PG mode for 8822c
     - SAUCE: rtw88: add RTS support
     - SAUCE: rtw88: add driver tx queue support
     - SAUCE: rtw88: take over rate control from mac80211
     - SAUCE: rtw88: report tx rate to mac80211 stack
     - SAUCE: rtw88: add TX-AMSDU support
     - SAUCE: rtw88: add power tracking support
     - SAUCE: rtw88: Enable 802.11ac beamformee support
     - SAUCE: rtw88: flush hardware tx queues
     - SAUCE: rtw88: config 8822c multicast address in MAC init flow
     - SAUCE: rtw88: add set_bitrate_mask support
     - SAUCE: rtw88: use struct rtw_fw_hdr to access firmware header
     - SAUCE: rtw88: fix NSS of hw_cap
     - SAUCE: rtw88: fix error handling when setup efuse info
     - SAUCE: rtw88: fix wrong rx power calculation
     - SAUCE: rtw88: update regulatory settings implementaion
     - SAUCE: rtw88: check firmware leave lps successfully
     - SAUCE: rtw88: support wowlan feature for 8822c
     - SAUCE: rtw88: wowlan: support pattern match
     - SAUCE: rtw88: wowlan: support PNO for 8822C
     - SAUCE: rtw88: add phy_info debugfs to show Tx/Rx physical status
     - SAUCE: rtw88: coex: Set 4 slot mode for A2DP
     - SAUCE: rtw88: default enable LPS + LCLK
     - SAUCE: rtw88: add module parameter to enable PCIE clock request
     - SAUCE: rtw88: add module parameter to enable PCIE ASPM L1
     - SAUCE: rtw88: fix TX secondary channel offset of 40M if current bw is 20M or
       40M
     - SAUCE: rtw88: Use secondary channel offset enumeration to make better read
     - SAUCE: rtw88: keep leave and enter IPS as the first and last in config
       callback
     - SAUCE: rtw88: fix rate mask for 1SS chip
     - SAUCE: rtw88: refine conversion of rx_evm_dbm from rx_evm
     - SAUCE: rtw88: 8723d: Add basic chip information of 8723D
     - SAUCE: rtw88: 8723de: Add 8723DE to Kconfig and Makefile
     - SAUCE: rtw88: 8723d: check set_gid_table before calling
     - SAUCE: rtw88: 8723d: Add power sequence
     - SAUCE: rtw88: 8723d: Add RF read/write ops
     - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables
     - SAUCE: rtw88: 8723d: Add ops cfg_ldo25 to control LDO25
     - SAUCE: rtw88: 8723d: Add ops efuse_en to enable/disable efuse access
     - SAUCE: rtw88: 8723d: Add read_efuse ops to recognize efuse info from map
     - SAUCE: rtw88: add legacy firmware download for 8723de
     - SAUCE: rtw88: Don't need send additional information to legacy firmware
     - SAUCE: rtw88: 8723d: Implement mac power-on/-off function
     - SAUCE: rtw88: decompose while(1) loop of power sequence polling command
     - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue
     - SAUCE: rtw88: 8723d: implement ops set_tx_power_index to set tx power
     - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO
     - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions
     - SAUCE: rtw88: 8723d: Add DIG parameter
     - SAUCE: rtw88: 8723d: Add ops query_rx_desc
     - SAUCE: rtw88: 8723d: Add ops set_channel
     - SAUCE: rtw88: handle C2H_CCX_TX_RPT (0x03) to know if packet TX successfully
     - SAUCE: rtw88: 8723d: Add LDPC cap to chip info
     - SAUCE: rtw88: 8723d: 11N chip doesn't have LS field in TX descriptor
     - SAUCE: rtw88: 8723d: Add ops false_alarm_statistics
     - SAUCE: rtw88: 8723d: Set IG register for CCK rate
     - SAUCE: rtw88: 8723d: add interface configurations table
     - SAUCE: rtw88: 8723d: Add LC calibration
     - SAUCE: rtw88: 8723d: add IQ calibration
     - SAUCE: rtw88: 8723d: Add power tracking
     - SAUCE: rtw88: 8723d: Add shutdown callback to disable USB suspend
     - SAUCE: rtw88: 8723d: implement flush queue
     - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
     - SAUCE: rtw88: 8723d: Add coex support
     - SAUCE: rtw88: sar: add SAR of TX power limit
     - SAUCE: rtw88: sar: Load SAR table from ACPI
     - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry
     - SAUCE: rtw88: Don't set RX_FLAG_DECRYPTED to rx_status if packet has no
       encryption
     - SAUCE: rtw88: sar: Don't induce to SAR WW if regd WW is specified
     - SAUCE: rtw88: sar: try use WW one if SAR value of specified regd is invalid
     - SAUCE: rtw88: sar: sar.c include sar.h
     - SAUCE: rtw88: sar: generalize WRDS read function to support more tables
     - SAUCE: rtw88: sar: add basic parser of RT tables
     - SAUCE: rtw88: sar: apply RWRD/RWSI/RWGS tables to tx power limit
     - SAUCE: rtw88: sar: add sar_work to poll if RWSI changed
     - SAUCE: rtw88: sar: dump sar information via debugfs
     - SAUCE: rtw88: add ciphers to suppress error message
     - [Config] CONFIG_RTW88_8723DE=y
Checksums-Sha1:
 5cea6242edf5938d2a441b44b602be0cbd398b19 364656 block-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 394990cf2ae7633e99e321adbca79cd3afe915fa 328756 crypto-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 6ab84acce9dc9cd5d9b8c706e8d28e17f3c12501 4384 fat-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 0b57d46bc399ad8bdd9442f2e7b015d09b53aea9 13776 fb-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 c9e0017e54239dc04db51bc97cb845fb4794b16c 64728 firewire-core-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 9f0b361baf646ef6722514d8bbfba41ca6908a98 35180 floppy-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 65841f4a2aac66abc3bb95d94006791fc06a9604 1301340 fs-core-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 7618d1aa3e649a0cf13384a4d52cb8804f461b8e 715740 fs-secondary-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 b194ad164a38ea8bcce127a026e938d448be52c6 458196 input-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 6c815733ecb94a19ffde821e937c6a6f78b707d8 61988 ipmi-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 4fbacba4882a60dda64816a6f421c709035e3f00 9416384 kernel-image-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 d449b8bc8b569ceff0798e64ac51fa6d2da4c67d 305996 linux-buildinfo-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 d3b32250ab6bee41c2d4e6d64ad0e712e4b957f5 1168656 linux-headers-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 14f77e5a506be7819c3ade6a997b743ab64dfda4 840278552 linux-image-unsigned-5.0.0-1030-oem-osp1-dbgsym_5.0.0-1030.34_amd64.ddeb
 971181075cf505856f147892d6da613a9dd70cdf 8513772 linux-image-unsigned-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 3b965dedc9355c382c71b53b5e4d34b85b1e6867 47007460 linux-modules-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 bec0ec9fe4f284249025762e3b05e07bf4afc50e 10769936 linux-oem-osp1-headers-5.0.0-1030_5.0.0-1030.34_all.deb
 77362608c7437307e69c5dacd910c169234742b6 5086064 linux-oem-osp1-tools-5.0.0-1030_5.0.0-1030.34_amd64.deb
 90cd8901909625a24a3823d1675ac1f6af4d7b24 102380 linux-oem-osp1-tools-host_5.0.0-1030.34_all.deb
 772a9d31c646d7a36d9eccecdda38f6ad8802ada 28558 linux-oem-osp1_5.0.0-1030.34_amd64.buildinfo
 4c93cff21e1d9c3983c033421250c872e2da06de 8438077 linux-oem-osp1_5.0.0-1030.34_amd64.tar.gz
 8451ea8bd1ce4449a91aba0b8282fdf3c203d0ba 1960 linux-tools-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 52b9490ec943f082ffb2d830c6269ffcde2574b6 1020 linux-udebs-oem-osp1_5.0.0-1030.34_amd64.udeb
 f5ca98a3a43a1065248b1126290bfd1e8d87c4e8 289144 md-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 4cae90dc20d72cc9232ec90576c6f9bb912dc742 202156 message-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 e3a6855e9a2ecae7fe9cdf00257215990e0d2594 59864 mouse-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 d714919212e4206a3f082f5fd75df5a838442fbd 18336 multipath-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 824d70ffb7741cd190d3eb20640798ec2c3a62a6 574096 nfs-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 574b22a1c64f96a4a449fedffe20863b27351b68 4636600 nic-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 61ca5e524be7002cf363a34e72010afd6c57d00d 143128 nic-pcmcia-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 be51407a078eeb1619b892723a1493014542af58 578900 nic-shared-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 2f88edd48c1969801cd6dadb27dd1ec9d4689ebd 318192 nic-usb-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 c3812a1d818c821e9767b310a8b5cdad049cb650 31432 parport-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 ce3c0b654b2b1ac85921f7295c4e10af3e23b334 122432 pata-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 73470791400d1cbf787ed417f9f492817e84c84f 64180 pcmcia-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 7eef3e198bc4f7c31f3dd9bf469dca6f6cbad181 61104 pcmcia-storage-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 b2a339d8dabb528990f5ea8a62b0dc0b0e5e3e14 8728 plip-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 961a8e6da8338bf7302df6112da6379985816ed7 25204 ppp-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 a9671567395dcc82ceaead0f6f000f81bb3e27f1 94760 sata-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 6e254b69272c5ce3f3d9a32e69e6fcb7efac595b 2645812 scsi-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 fcfbd6a345bcf4d76b8ccb3b42b2c53342f8f216 93780 serial-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 b2e413bf034279574a22824da52371cfc59b52da 51104 storage-core-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 74e39be0852987c6f5569a632c3cd8c1751750ed 140636 usb-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 3cd6943446965008fb53a810abc8b87c0a76c364 110496 virtio-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 27cb78bf4d42f3b3c69ae96c8704610c53fdb758 26056 vlan-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
Checksums-Sha256:
 f5f3db99c5bf787b9248c3cb02869a64ba8974018cb2264c318abc879ab0eb24 364656 block-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 c8a276be7bb587d9ffe868f4fc8b265cd000086480800e5429080d4f6a960de4 328756 crypto-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 ca98d082684e8d59ce17c739ef9f9c9810069327a3a05997b96a6e4c2a46e2b2 4384 fat-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 585a6fabd2dd1d59a441096df352cd8606e11259080a9498256df87f17a79f52 13776 fb-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 fa973b2428e3ca7a1e29e49ef5ca1704804093473a5a9c7e4ff1fa190a1f1fc5 64728 firewire-core-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 bee117aa95606ca053b8142144924d0432bfa7e68e9edf59e7ede778b1217050 35180 floppy-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 736e14f56097e3c9661c0cc1ffab4b40aeebdd7479a0b9f8723aa4b3adb98774 1301340 fs-core-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 61a6e8cee9fda2f5d0c8be49079d8b866b5188b0aeb0c642c4618ff98f0f73b5 715740 fs-secondary-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 f7c9ec2da09329a6dda93c64cc7c3538f032c8b829e742ef29a30b33aa600824 458196 input-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 f42b7424ee91016eb62b410f87e7070922d8f858d430e3fcce8cc3fc255c748c 61988 ipmi-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 057cd57c6e142517f6d4d5e98ed1ed2016cb792e5c2d4c2366c84cc319fb3eba 9416384 kernel-image-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 6f30473f109ab5b3dc491d9a546176376efbc0a5a516dcc123ac74b97d29172d 305996 linux-buildinfo-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 c1f12ca232832e95f60b597dda0b99a8f0eace6f227b850e3b9376994c43e133 1168656 linux-headers-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 67b10d17d492e4f73244afd6c6678134865983db996091ccc06200b0f1e605cb 840278552 linux-image-unsigned-5.0.0-1030-oem-osp1-dbgsym_5.0.0-1030.34_amd64.ddeb
 fc946ffdeefbf1fa10d32dfa20a5b3e9a8ce2661a54654b63ad5433c082c978d 8513772 linux-image-unsigned-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 441e7f836b08c4e8dfc232266568011e7ad301f59c45a16a11cf5092b3066f97 47007460 linux-modules-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 39b6c98025dbbff32e020d879ad480fe979352601688a47de03556240bd65e81 10769936 linux-oem-osp1-headers-5.0.0-1030_5.0.0-1030.34_all.deb
 469560b4c5291f50af176c1a36eb712cf6028abba3f798015c7bf2962c1f2e6d 5086064 linux-oem-osp1-tools-5.0.0-1030_5.0.0-1030.34_amd64.deb
 45eb9463cb4e605888802564cbdf9bad5656c17c22e78c70c2427e13329e6317 102380 linux-oem-osp1-tools-host_5.0.0-1030.34_all.deb
 8042e29b2b1d7d8ac158e7fb0bff5c6eb390dd9d15b3d2b5d34459377a440d96 28558 linux-oem-osp1_5.0.0-1030.34_amd64.buildinfo
 14f8dd7f5bbeba7d1a6c42e7a4f9789082b0e41663a2a9123365bfd1a4d3519b 8438077 linux-oem-osp1_5.0.0-1030.34_amd64.tar.gz
 c55ac461c85bcaaa5b80809d9b518a3fe68c5f02334af0e7336a2dc97e3c11b6 1960 linux-tools-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 12d49f19d2f52e0a759f499f8807092f49c84a0d7d2a8f23b8e57b759fa2b1c9 1020 linux-udebs-oem-osp1_5.0.0-1030.34_amd64.udeb
 81ae120b1ac8c9322b0ab2aec57df48e95518ea3f9b452a3fa36f7beb69eeadd 289144 md-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 ec1bf83823546010a01ccbe4e8709921e53aa9cf065287934440859242ee9602 202156 message-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 dedc7ec5bb68c2f397296262864c4901501ed74e60228c1542618e008fd31805 59864 mouse-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 892715df12de19858199eed82558a9e95974052c6a9d342d5bdf83804f0532da 18336 multipath-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 7e2fdd21d37bc100d8e863b8ee1c962cfeb796e3f0ba8ab5dff3fa423c6ad690 574096 nfs-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 460056d5fe526fee861318542e9c014d8a8cae90067faa2851e9ee2ce2007ef8 4636600 nic-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 b21af09945f22f0eaaa3c41dbf4153f0bc0c81938eee779ddc86e902fb39218f 143128 nic-pcmcia-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 7bd7732eef96b85dc3308559b892a7e4b1b20e186457cf71248675947a0eb04d 578900 nic-shared-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 0cbc3ef1687c117f0c2a6607af3bd3b9410478f416514f21ee2dd21bba11adb3 318192 nic-usb-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 d70feb582b7d593a09f096d88edb23b292c0689a2bcb58ef127dae2c036f3f92 31432 parport-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 da602d16fa0c9bb96b51ca9bde744ae771fb15f0f6ad6b6fc6708ac7561fc671 122432 pata-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 cf0001634a51e2a1dbdac7ff79291d5cfdfda39d636d97c60ded8c5fe133d0d8 64180 pcmcia-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 83d594f1da83ba50be1b8d8fd520f5c72af0aebe0e95d3ecb1efa4dd9119cc3e 61104 pcmcia-storage-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 42b2d724194ecfd6879f15b59fe88458117b4802dc94535624ead9efc1128dbd 8728 plip-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 30a48fd19a2d2637813f9f408a6e5175df801385b187a30c83850aaa5474c73e 25204 ppp-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 114355a29e30a6d91ecd9d44812aaa80ee26ea2ede3c3ea44c36f0747780995d 94760 sata-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 ed5040331bd6497eb0d582c35c5f1f5b97d7a682dbbe12112f8104726ea6a73e 2645812 scsi-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 bc763ce6db09e2e6e15ddd5e199bafe45710a1375ec6383ba94b143047db7d52 93780 serial-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 4169a36fbd92d4bf3ee0d69b031e109d57c783a8b452b81e02588d2b14021f3c 51104 storage-core-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 5e96da5aff48d30f48d0acd2267d48e2dcb5315500da6cce097f5d2784553a04 140636 usb-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 37cfa030d8143c05d5c3f045fad2b3ffe69da26e440b4269a921e1a89ebb484f 110496 virtio-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 d43c3735048eb45c08dc3922684763de090ce8cf2c96f8eebdbc9504de16c296 26056 vlan-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
Files:
 406f99eeac0e078e78afcf1cb35bca7c 364656 debian-installer standard block-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 59b71f8ba588741a961c174156107495 328756 debian-installer extra crypto-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 901b2284c1beaee0fbeed4203701f7c9 4384 debian-installer standard fat-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 a585ebb3a72642a4b17555dc91881210 13776 debian-installer standard fb-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 c4885752a2faf2ea38ca8a5212f35704 64728 debian-installer standard firewire-core-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 f95f0b6b55066308cf4a802fc9430fa2 35180 debian-installer standard floppy-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 5835d9004803a6351cf10fa450dea68b 1301340 debian-installer standard fs-core-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 59c76cf51f8c2864ad7c9380524d2ba0 715740 debian-installer standard fs-secondary-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 c994d1d8121031daa159500e53750c3a 458196 debian-installer standard input-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 58996c9cd4a55824716a5b5d7576d5c0 61988 debian-installer standard ipmi-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 66910c1e5c51d69c1a7c58374419d2a2 9416384 debian-installer optional kernel-image-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 4f07113431dce4cb510b5ae7dd3f911e 305996 kernel optional linux-buildinfo-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 e1848d1b7923a4a9ab304a69cfec9430 1168656 devel optional linux-headers-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 5ca201762c8c321d69e21f74ff050f53 840278552 devel optional linux-image-unsigned-5.0.0-1030-oem-osp1-dbgsym_5.0.0-1030.34_amd64.ddeb
 9292f1c9029ddee00aa88bd25ba7a29c 8513772 kernel optional linux-image-unsigned-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 99c6ee31ee97e66dac14676443b7e4bf 47007460 kernel optional linux-modules-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 3f4ad52d9e129e6ce3e5428a0d90d422 10769936 devel optional linux-oem-osp1-headers-5.0.0-1030_5.0.0-1030.34_all.deb
 78f12aa07797f157b0b5cb17616376d7 5086064 devel optional linux-oem-osp1-tools-5.0.0-1030_5.0.0-1030.34_amd64.deb
 2e29544b98da02c9234f5c4ac05b3710 102380 kernel optional linux-oem-osp1-tools-host_5.0.0-1030.34_all.deb
 ca310ad5ffa7f6e0dcc3c1ca178b44ed 28558 devel optional linux-oem-osp1_5.0.0-1030.34_amd64.buildinfo
 c0f182b0533f72391a87661102c18ede 8438077 raw-signing - linux-oem-osp1_5.0.0-1030.34_amd64.tar.gz
 21a29f0f8e27d020bc327db5fd42da60 1960 devel optional linux-tools-5.0.0-1030-oem-osp1_5.0.0-1030.34_amd64.deb
 2c042152943484ee97210ed1462ec1d7 1020 debian-installer optional linux-udebs-oem-osp1_5.0.0-1030.34_amd64.udeb
 7aee5733c33d069fe9984a8c534e730c 289144 debian-installer standard md-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 5cdb4f891f99e6de9546f3351fb1a52d 202156 debian-installer standard message-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 17d2f5ac1bbeae6aa5ac50ca48bf6548 59864 debian-installer extra mouse-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 dc448ebf3ab23bce876fb62ce98a09e8 18336 debian-installer extra multipath-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 0a39feca65ad48a846809c7c8a1b3d11 574096 debian-installer standard nfs-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 158c412048f3b89cabb78f8a98f4974d 4636600 debian-installer standard nic-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 92d5476423925bfa4a49e96a7c538de1 143128 debian-installer standard nic-pcmcia-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 0e2f15d6636cd071f0d9e08b1d7414a1 578900 debian-installer standard nic-shared-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 822627381a4fddd136dbc5296ccd17b5 318192 debian-installer standard nic-usb-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 2cf1c3b59a1b73e522769d9c3c40bad0 31432 debian-installer standard parport-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 172ba84c5d7114b3ee1bcff00a2e8fae 122432 debian-installer standard pata-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 0735ef59188fe4d24f90e8bcb4af6b7c 64180 debian-installer standard pcmcia-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 716ca28e03c7863f16ee24b442ab40fc 61104 debian-installer standard pcmcia-storage-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 614505bb4114ab68577f76869cd4bac7 8728 debian-installer standard plip-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 b223dbe25332165e40bf4cde80bda700 25204 debian-installer standard ppp-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 8dee5db15fab0b69f1f0faab58254b46 94760 debian-installer standard sata-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 9d817fbbffbb223ae90be7153ae72634 2645812 debian-installer standard scsi-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 2d00e56976b257e366386ce7ab36989b 93780 debian-installer standard serial-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 a79f681211cde38c7516ef66139443ee 51104 debian-installer standard storage-core-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 1b5f7a3a467c3d61b7fa496531918a2a 140636 debian-installer standard usb-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 2e773bdfa990ea79494e426a83b49eef 110496 debian-installer standard virtio-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
 0305680da8f3247939eee1f33a515273 26056 debian-installer extra vlan-modules-5.0.0-1030-oem-osp1-di_5.0.0-1030.34_amd64.udeb
Package-Type: udeb


More information about the Focal-changes mailing list