[ubuntu/bionic-proposed] linux_4.15.0-35.38_ppc64el.tar.gz - (Accepted)

Kleber Sacilotto de Souza kleber.souza at canonical.com
Thu Sep 13 14:47:00 UTC 2018


linux (4.15.0-35.38) bionic; urgency=medium

  * linux: 4.15.0-35.38 -proposed tracker (LP: #1791719)

  * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
    (LP: #1792099)
    - SAUCE: vfio -- release device lock before userspace requests

  * L1TF mitigation not effective in some CPU and RAM combinations
    (LP: #1788563)
    - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
    - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
      much RAM
    - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+

  * CVE-2018-15594
    - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests

  * CVE-2017-5715 (Spectre v2 s390x)
    - KVM: s390: implement CPU model only facilities
    - s390: detect etoken facility
    - KVM: s390: add etoken support for guests
    - s390/lib: use expoline for all bcr instructions
    - s390: fix br_r1_trampoline for machines without exrl
    - SAUCE: s390: use expoline thunks for all branches generated by the BPF JIT

  * Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state
    disabled (performance) (LP: #1790602)
    - cpuidle: powernv: Fix promotion from snooze if next state disabled

  * Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered (LP: #1790636)
    - powerpc: hard disable irqs in smp_send_stop loop
    - powerpc: Fix deadlock with multiple calls to smp_send_stop
    - powerpc: smp_send_stop do not offline stopped CPUs
    - powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabled

  * Security fix: check if IOMMU page is contained in the pinned physical page
    (LP: #1785675)
    - vfio/spapr: Use IOMMU pageshift rather than pagesize
    - KVM: PPC: Check if IOMMU page is contained in the pinned physical page

  * Missing Intel GPU pci-id's (LP: #1789924)
    - drm/i915/kbl: Add KBL GT2 sku
    - drm/i915/whl: Introducing Whiskey Lake platform
    - drm/i915/aml: Introducing Amber Lake platform
    - drm/i915/cfl: Add a new CFL PCI ID.

  * CVE-2018-15572
    - x86/speculation: Protect against userspace-userspace spectreRSB

  * Support Power Management for Thunderbolt Controller  (LP: #1789358)
    - thunderbolt: Handle NULL boot ACL entries properly
    - thunderbolt: Notify userspace when boot_acl is changed
    - thunderbolt: Use 64-bit DMA mask if supported by the platform
    - thunderbolt: Do not unnecessarily call ICM get route
    - thunderbolt: No need to take tb->lock in domain suspend/complete
    - thunderbolt: Use correct ICM commands in system suspend
    - thunderbolt: Add support for runtime PM

  * random oopses on s390 systems using NVMe devices (LP: #1790480)
    - s390/pci: fix out of bounds access during irq setup

  * [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support
    for arm64 using SMC firmware call to set a hardware chicken bit
    (LP: #1787993) // CVE-2018-3639 (arm64)
    - arm64: alternatives: Add dynamic patching feature
    - KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
    - KVM: arm64: Avoid storing the vcpu pointer on the stack
    - arm/arm64: smccc: Add SMCCC-specific return codes
    - arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
    - arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
    - arm64: Add ARCH_WORKAROUND_2 probing
    - arm64: Add 'ssbd' command-line option
    - arm64: ssbd: Add global mitigation state accessor
    - arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
    - arm64: ssbd: Restore mitigation status on CPU resume
    - arm64: ssbd: Introduce thread flag to control userspace mitigation
    - arm64: ssbd: Add prctl interface for per-thread mitigation
    - arm64: KVM: Add HYP per-cpu accessors
    - arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
    - arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
    - arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
    - [Config] ARM64_SSBD=y

  * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
    - Revert "UBUNTU: SAUCE: net: hns3: Optimize PF CMDQ interrupt switching
      process"
    - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox receiving unknown
      message"
    - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF
      response"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
      hclge_get_ring_chain_from_mbx"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
      shift in hclge_get_ring_chain_from_mbx"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
      assignment probelm"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
      configuration operation while resetting"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
      hns3_reset_notify_down_enet"
    - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
      phy driver"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
      resetting"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
      register"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
      frequently"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
      command queue register"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
      global or core reset"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
      reset cause"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
      hclgevf_main module"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
      selftest"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
      frame size"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
      problem"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
      correctly"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
      pfc mode"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
      up"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
      definition"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
      macros"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
      macros"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
      value"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
      assignments"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unused function warning in VF
      driver"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
      of kzalloc/dma_map_single"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
      dependency HNS3 set"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
      some structures"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
      hclge_cmd_csq_done"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
      in hclge_cmd_send"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
      assignments"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
      hclge_cmd_send"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
      hclge_ring_to_dma_dir"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
      upper_32_bits"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
      in hns3_client_uninit"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
      information"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
      state init|uninit"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
      hnae3.c"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
      and ipv6"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
      free vector"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
      init_client_instance and uninit_client_instance"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
      from hclge_bind_ring_with_vector"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
      last BD except VLD bit and buffer size"
    - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
      selftest"
    - net: hns3: Updates RX packet info fetch in case of multi BD
    - net: hns3: remove unused hclgevf_cfg_func_mta_filter
    - net: hns3: Fix for VF mailbox cannot receiving PF response
    - net: hns3: Fix for VF mailbox receiving unknown message
    - net: hns3: Optimize PF CMDQ interrupt switching process
    - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
    - net: hns3: rename the interface for init_client_instance and
      uninit_client_instance
    - net: hns3: add vector status check before free vector
    - net: hns3: add l4_type check for both ipv4 and ipv6
    - net: hns3: add unlikely for error check
    - net: hns3: remove unused head file in hnae3.c
    - net: hns3: extraction an interface for state init|uninit
    - net: hns3: print the ret value in error information
    - net: hns3: remove the Redundant put_vector in hns3_client_uninit
    - net: hns3: remove back in struct hclge_hw
    - net: hns3: use lower_32_bits and upper_32_bits
    - net: hns3: remove unused hclge_ring_to_dma_dir
    - net: hns3: remove useless code in hclge_cmd_send
    - net: hns3: remove some redundant assignments
    - net: hns3: simplify hclge_cmd_csq_clean
    - net: hns3: remove a redundant hclge_cmd_csq_done
    - net: hns3: remove some unused members of some structures
    - net: hns3: give default option while dependency HNS3 set
    - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
    - net: hns3: modify hnae_ to hnae3_
    - net: hns3: Fix tc setup when netdev is first up
    - net: hns3: Fix for mac pause not disable in pfc mode
    - net: hns3: Fix for waterline not setting correctly
    - net: hns3: Fix for l4 checksum offload bug
    - net: hns3: Fix for mailbox message truncated problem
    - net: hns3: Add configure for mac minimal frame size
    - net: hns3: Fix warning bug when doing lp selftest
    - net: hns3: Fix get_vector ops in hclgevf_main module
    - net: hns3: Remove the warning when clear reset cause
    - net: hns3: Prevent sending command during global or core reset
    - net: hns3: Modify the order of initializing command queue register
    - net: hns3: Reset net device with rtnl_lock
    - net: hns3: Prevent to request reset frequently
    - net: hns3: Correct reset event status register
    - net: hns3: Fix return value error in hns3_reset_notify_down_enet
    - net: hns3: remove unnecessary ring configuration operation while resetting
    - net: hns3: Fix for reset_level default assignment probelm
    - net: hns3: Fix for using wrong mask and shift in
      hclge_get_ring_chain_from_mbx
    - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
    - net: hns3: Remove some redundant assignments
    - net: hns3: Standardize the handle of return value
    - net: hns3: Remove extra space and brackets
    - net: hns3: Correct unreasonable code comments
    - net: hns3: Use decimal for bit offset macros
    - net: hns3: Modify inconsistent bit mask macros
    - net: hns3: Fix misleading parameter name
    - net: hns3: Remove unused struct member and definition
    - net: hns3: Add SPDX tags to HNS3 PF driver
    - net: hns3: Add support for serdes loopback selftest
    - net: hns3: Fix for phy link issue when using marvell phy driver
    - SAUCE: {topost} net: hns3: separate roce from nic when resetting

  * CVE-2018-6555
    - SAUCE: irda: Only insert new objects into the global database via setsockopt

  * CVE-2018-6554
    - SAUCE: irda: Fix memory leak caused by repeated binds of irda socket

  * Bionic update: upstream stable patchset 2018-08-31 (LP: #1790188)
    - netfilter: nf_tables: fix NULL pointer dereference on
      nft_ct_helper_obj_dump()
    - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
    - af_key: Always verify length of provided sadb_key
    - gpio: No NULL owner
    - KVM: X86: Fix reserved bits check for MOV to CR3
    - KVM: x86: introduce linear_{read,write}_system
    - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
      kvm_write_guest_virt_system
    - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
    - NFC: pn533: don't send USB data off of the stack
    - usbip: vhci_sysfs: fix potential Spectre v1
    - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
    - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
    - Input: xpad - add GPD Win 2 Controller USB IDs
    - phy: qcom-qusb2: Fix crash if nvmem cell not specified
    - usb: gadget: function: printer: avoid wrong list handling in printer_write()
    - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
      reconnecting
    - serial: sh-sci: Stop using printk format %pCr
    - tty/serial: atmel: use port->name as name in request_irq()
    - serial: samsung: fix maxburst parameter for DMA transactions
    - serial: 8250: omap: Fix idling of clocks for unused uarts
    - vmw_balloon: fixing double free when batching mode is off
    - tty: pl011: Avoid spuriously stuck-off interrupts
    - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
    - Input: goodix - add new ACPI id for GPD Win 2 touch screen
    - crypto: caam - strip input zeros from RSA input buffer
    - crypto: caam - fix DMA mapping dir for generated IV
    - crypto: caam - fix IV DMA mapping and updating
    - crypto: caam/qi - fix IV DMA mapping and updating
    - crypto: caam - fix size of RSA prime factor q
    - crypto: vmx - Remove overly verbose printk from AES init routines
    - crypto: vmx - Remove overly verbose printk from AES XTS init
    - crypto: omap-sham - fix memleak
    - usb: typec: wcove: Remove dependency on HW FSM
    - usb: gadget: udc: renesas_usb3: fix double phy_put()
    - usb: gadget: udc: renesas_usb3: should remove debugfs
    - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
      udc
    - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
    - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error

  * Bionic update: upstream stable patchset 2018-08-29 (LP: #1789666)
    - scsi: sd_zbc: Avoid that resetting a zone fails sporadically
    - mmap: introduce sane default mmap limits
    - mmap: relax file size limit for regular files
    - btrfs: define SUPER_FLAG_METADUMP_V2
    - kconfig: Avoid format overflow warning from GCC 8.1
    - be2net: Fix error detection logic for BE3
    - bnx2x: use the right constant
    - dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
    - enic: set DMA mask to 47 bit
    - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
    - ip6_tunnel: remove magic mtu value 0xFFF8
    - ipmr: properly check rhltable_init() return value
    - ipv4: remove warning in ip_recv_error
    - ipv6: omit traffic class when calculating flow hash
    - isdn: eicon: fix a missing-check bug
    - kcm: Fix use-after-free caused by clonned sockets
    - netdev-FAQ: clarify DaveM's position for stable backports
    - net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
    - net: metrics: add proper netlink validation
    - net/packet: refine check for priv area size
    - net: phy: broadcom: Fix bcm_write_exp()
    - net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
    - packet: fix reserve calculation
    - qed: Fix mask for physical address in ILT entry
    - sctp: not allow transport timeout value less than HZ/5 for hb_timer
    - team: use netdev_features_t instead of u32
    - vhost: synchronize IOTLB message with dev cleanup
    - vrf: check the original netdevice for generating redirect
    - ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline
    - net: phy: broadcom: Fix auxiliary control register reads
    - net-sysfs: Fix memory leak in XPS configuration
    - virtio-net: correctly transmit XDP buff after linearizing
    - net/mlx4: Fix irq-unsafe spinlock usage
    - tun: Fix NULL pointer dereference in XDP redirect
    - virtio-net: correctly check num_buf during err path
    - net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
    - virtio-net: fix leaking page for gso packet during mergeable XDP
    - rtnetlink: validate attributes in do_setlink()
    - cls_flower: Fix incorrect idr release when failing to modify rule
    - PCI: hv: Do not wait forever on a device that has disappeared
    - drm: set FMODE_UNSIGNED_OFFSET for drm files
    - l2tp: fix refcount leakage on PPPoL2TP sockets
    - mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAG
    - net: ethernet: ti: cpdma: correct error handling for chan create
    - net: ethernet: davinci_emac: fix error handling in probe()
    - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
    - net : sched: cls_api: deal with egdev path only if needed

  * Bionic update: upstream stable patchset 2018-08-24 (LP: #1788897)
    - fix io_destroy()/aio_complete() race
    - mm: fix the NULL mapping case in __isolate_lru_page()
    - objtool: Support GCC 8's cold subfunctions
    - objtool: Support GCC 8 switch tables
    - objtool: Detect RIP-relative switch table references
    - objtool: Detect RIP-relative switch table references, part 2
    - objtool: Fix "noreturn" detection for recursive sibling calls
    - xfs: convert XFS_AGFL_SIZE to a helper function
    - xfs: detect agfl count corruption and reset agfl
    - Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
    - Input: synaptics - add Lenovo 80 series ids to SMBus
    - Input: elan_i2c_smbus - fix corrupted stack
    - tracing: Fix crash when freeing instances with event triggers
    - tracing: Make the snapshot trigger work with instances
    - selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
    - cfg80211: further limit wiphy names to 64 bytes
    - drm/amd/powerplay: Fix enum mismatch
    - rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c
    - platform/chrome: cros_ec_lpc: remove redundant pointer request
    - kbuild: clang: disable unused variable warnings only when constant
    - tcp: avoid integer overflows in tcp_rcv_space_adjust()
    - iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ
    - iio:buffer: make length types match kfifo types
    - iio:kfifo_buf: check for uint overflow
    - iio: adc: select buffer for at91-sama5d2_adc
    - MIPS: lantiq: gphy: Drop reboot/remove reset asserts
    - MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
    - MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
    - scsi: scsi_transport_srp: Fix shost to rport translation
    - stm class: Use vmalloc for the master map
    - hwtracing: stm: fix build error on some arches
    - IB/core: Fix error code for invalid GID entry
    - mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
    - Revert "rt2800: use TXOP_BACKOFF for probe frames"
    - intel_th: Use correct device when freeing buffers
    - drm/psr: Fix missed entry in PSR setup time table.
    - drm/i915/lvds: Move acpi lid notification registration to registration phase
    - drm/i915: Disable LVDS on Radiant P845
    - drm/vmwgfx: Use kasprintf
    - drm/vmwgfx: Fix host logging / guestinfo reading error paths
    - nvme: fix extended data LBA supported setting
    - iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after
      resume
    - x86/MCE/AMD: Define a function to get SMCA bank type
    - x86/mce/AMD: Pass the bank number to smca_get_bank_type()
    - x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
    - x86/mce/AMD: Carve out SMCA get_block_address() code
    - x86/MCE/AMD: Cache SMCA MISC block addresses

  * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
    - partitions/aix: fix usage of uninitialized lv_info and lvname structures
    - partitions/aix: append null character to print data from disk

  * tlbie master timeout checkstop (using NVidia/GPU) (LP: #1789772)
    - powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call
      __ptep_set_access_flags directly
    - powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
    - powerpc/mm: Change function prototype
    - powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang

  * performance drop with ATS enabled (LP: #1788097)
    - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage

  * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
    - arm64: export memblock_reserve()d regions via /proc/iomem
    - drivers: acpi: add dependency of EFI for arm64
    - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
    - efi/arm: map UEFI memory map even w/o runtime services enabled
    - arm64: acpi: fix alignment fault in accessing ACPI
    - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
    - arm64: fix ACPI dependencies
    - ACPI: fix menuconfig presentation of ACPI submenu

  * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
    - r8152: disable RX aggregation on new Dell TB16 dock

  * dell_wmi: Unknown key codes (LP: #1762385)
    - platform/x86: dell-wmi: Ignore new rfkill and fn-lock events

  * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
    - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
    - SAUCE: i2c:amd move out pointer in union i2c_event_base
    - SAUCE: i2c:amd Depends on ACPI
    - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86

  * r8169 no internet after suspending (LP: #1779817)
    - r8169: restore previous behavior to accept BIOS WoL settings
    - r8169: don't use MSI-X on RTL8168g
    - r8169: don't use MSI-X on RTL8106e

  * Fix Intel Cannon Lake LPSS I2C input clock (LP: #1789790)
    - mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock

  * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
    machine (LP: #1789145)
    - ALSA: hda/realtek - Fix HP Headset Mic can't record

  * Tango platform uses __initcall without further checks (LP: #1787945)
    - [Config] disable ARCH_TANGO

  * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
    - [Config] CONFIG_SCLP_OFB=y for s390x

Date: Wed, 12 Sep 2018 11:39:17 +0200
Changed-By: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-016.buildd>

-------------- next part --------------
Format: 1.8
Date: Wed, 12 Sep 2018 11:39:17 +0200
Source: linux
Binary: linux-source-4.15.0 linux-doc linux-headers-4.15.0-35 linux-libc-dev linux-tools-common linux-tools-4.15.0-35 linux-cloud-tools-common linux-cloud-tools-4.15.0-35 linux-tools-host linux-image-unsigned-4.15.0-35-generic linux-modules-4.15.0-35-generic linux-modules-extra-4.15.0-35-generic linux-headers-4.15.0-35-generic linux-image-unsigned-4.15.0-35-generic-dbgsym linux-tools-4.15.0-35-generic linux-cloud-tools-4.15.0-35-generic linux-udebs-generic linux-image-unsigned-4.15.0-35-generic-lpae linux-modules-4.15.0-35-generic-lpae linux-modules-extra-4.15.0-35-generic-lpae linux-headers-4.15.0-35-generic-lpae linux-image-unsigned-4.15.0-35-generic-lpae-dbgsym linux-tools-4.15.0-35-generic-lpae linux-cloud-tools-4.15.0-35-generic-lpae linux-udebs-generic-lpae linux-image-unsigned-4.15.0-35-lowlatency linux-modules-4.15.0-35-lowlatency linux-modules-extra-4.15.0-35-lowlatency linux-headers-4.15.0-35-lowlatency linux-image-unsigned-4.15.0-35-lowlatency-dbgsym
 linux-tools-4.15.0-35-lowlatency linux-cloud-tools-4.15.0-35-lowlatency linux-udebs-lowlatency linux-image-unsigned-4.15.0-35-snapdragon linux-modules-4.15.0-35-snapdragon linux-modules-extra-4.15.0-35-snapdragon linux-headers-4.15.0-35-snapdragon linux-image-unsigned-4.15.0-35-snapdragon-dbgsym linux-tools-4.15.0-35-snapdragon linux-cloud-tools-4.15.0-35-snapdragon linux-udebs-snapdragon kernel-image-4.15.0-35-generic-di floppy-modules-4.15.0-35-generic-di fs-core-modules-4.15.0-35-generic-di fs-secondary-modules-4.15.0-35-generic-di input-modules-4.15.0-35-generic-di md-modules-4.15.0-35-generic-di nic-modules-4.15.0-35-generic-di nic-usb-modules-4.15.0-35-generic-di nic-shared-modules-4.15.0-35-generic-di parport-modules-4.15.0-35-generic-di plip-modules-4.15.0-35-generic-di ppp-modules-4.15.0-35-generic-di sata-modules-4.15.0-35-generic-di scsi-modules-4.15.0-35-generic-di storage-core-modules-4.15.0-35-generic-di nfs-modules-4.15.0-35-generic-di
 block-modules-4.15.0-35-generic-di message-modules-4.15.0-35-generic-di crypto-modules-4.15.0-35-generic-di virtio-modules-4.15.0-35-generic-di vlan-modules-4.15.0-35-generic-di ipmi-modules-4.15.0-35-generic-di
 multipath-modules-4.15.0-35-generic-di
Architecture: ppc64el ppc64el_translations
Version: 4.15.0-35.38
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at bos02-ppc64el-016.buildd>
Changed-By: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
Description:
 block-modules-4.15.0-35-generic-di - Block storage devices (udeb)
 crypto-modules-4.15.0-35-generic-di - crypto modules (udeb)
 floppy-modules-4.15.0-35-generic-di - Floppy driver support (udeb)
 fs-core-modules-4.15.0-35-generic-di - Base filesystem modules (udeb)
 fs-secondary-modules-4.15.0-35-generic-di - Extra filesystem modules (udeb)
 input-modules-4.15.0-35-generic-di - Support for various input methods (udeb)
 ipmi-modules-4.15.0-35-generic-di - ipmi modules (udeb)
 kernel-image-4.15.0-35-generic-di - kernel image and system map (udeb)
 linux-cloud-tools-4.15.0-35 - Linux kernel version specific cloud tools for version 4.15.0-35
 linux-cloud-tools-4.15.0-35-generic - Linux kernel version specific cloud tools for version 4.15.0-35
 linux-cloud-tools-4.15.0-35-generic-lpae - Linux kernel version specific cloud tools for version 4.15.0-35
 linux-cloud-tools-4.15.0-35-lowlatency - Linux kernel version specific cloud tools for version 4.15.0-35
 linux-cloud-tools-4.15.0-35-snapdragon - Linux kernel version specific cloud tools for version 4.15.0-35
 linux-cloud-tools-common - Linux kernel version specific cloud tools for version 4.15.0
 linux-doc  - Linux kernel specific documentation for version 4.15.0
 linux-headers-4.15.0-35 - Header files related to Linux kernel version 4.15.0
 linux-headers-4.15.0-35-generic - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-headers-4.15.0-35-generic-lpae - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-headers-4.15.0-35-lowlatency - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-headers-4.15.0-35-snapdragon - Linux kernel headers for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-35-generic - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-35-generic-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-35-generic-lpae - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-35-generic-lpae-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-35-lowlatency - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-35-lowlatency-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-35-snapdragon - Linux kernel image for version 4.15.0 on PowerPC 64el SMP
 linux-image-unsigned-4.15.0-35-snapdragon-dbgsym - Linux kernel debug image for version 4.15.0 on PowerPC 64el SMP
 linux-libc-dev - Linux Kernel Headers for development
 linux-modules-4.15.0-35-generic - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-4.15.0-35-generic-lpae - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-4.15.0-35-lowlatency - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-4.15.0-35-snapdragon - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-35-generic - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-35-generic-lpae - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-35-lowlatency - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-modules-extra-4.15.0-35-snapdragon - Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP
 linux-source-4.15.0 - Linux kernel source for version 4.15.0 with Ubuntu patches
 linux-tools-4.15.0-35 - Linux kernel version specific tools for version 4.15.0-35
 linux-tools-4.15.0-35-generic - Linux kernel version specific tools for version 4.15.0-35
 linux-tools-4.15.0-35-generic-lpae - Linux kernel version specific tools for version 4.15.0-35
 linux-tools-4.15.0-35-lowlatency - Linux kernel version specific tools for version 4.15.0-35
 linux-tools-4.15.0-35-snapdragon - Linux kernel version specific tools for version 4.15.0-35
 linux-tools-common - Linux kernel version specific tools for version 4.15.0
 linux-tools-host - Linux kernel VM host tools
 linux-udebs-generic - Metapackage depending on kernel udebs (udeb)
 linux-udebs-generic-lpae - Metapackage depending on kernel udebs (udeb)
 linux-udebs-lowlatency - Metapackage depending on kernel udebs (udeb)
 linux-udebs-snapdragon - Metapackage depending on kernel udebs (udeb)
 md-modules-4.15.0-35-generic-di - Multi-device support (raid, device-mapper, lvm) (udeb)
 message-modules-4.15.0-35-generic-di - Fusion and i2o storage modules (udeb)
 multipath-modules-4.15.0-35-generic-di - DM-Multipath support (udeb)
 nfs-modules-4.15.0-35-generic-di - NFS filesystem drivers (udeb)
 nic-modules-4.15.0-35-generic-di - Network interface support (udeb)
 nic-shared-modules-4.15.0-35-generic-di - nic shared modules (udeb)
 nic-usb-modules-4.15.0-35-generic-di - USB network interface support (udeb)
 parport-modules-4.15.0-35-generic-di - Parallel port support (udeb)
 plip-modules-4.15.0-35-generic-di - PLIP (parallel port) networking support (udeb)
 ppp-modules-4.15.0-35-generic-di - PPP (serial port) networking support (udeb)
 sata-modules-4.15.0-35-generic-di - SATA storage support (udeb)
 scsi-modules-4.15.0-35-generic-di - SCSI storage support (udeb)
 storage-core-modules-4.15.0-35-generic-di - Core storage support (udeb)
 virtio-modules-4.15.0-35-generic-di - VirtIO Modules (udeb)
 vlan-modules-4.15.0-35-generic-di - vlan modules (udeb)
Launchpad-Bugs-Fixed: 1762385 1773940 1779817 1785675 1785780 1786878 1787281 1787477 1787898 1787945 1787993 1788097 1788563 1788897 1789145 1789358 1789666 1789772 1789790 1789924 1790188 1790480 1790602 1790636 1791719 1792099
Changes:
 linux (4.15.0-35.38) bionic; urgency=medium
 .
   * linux: 4.15.0-35.38 -proposed tracker (LP: #1791719)
 .
   * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
     (LP: #1792099)
     - SAUCE: vfio -- release device lock before userspace requests
 .
   * L1TF mitigation not effective in some CPU and RAM combinations
     (LP: #1788563)
     - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
     - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
       much RAM
     - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
 .
   * CVE-2018-15594
     - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
 .
   * CVE-2017-5715 (Spectre v2 s390x)
     - KVM: s390: implement CPU model only facilities
     - s390: detect etoken facility
     - KVM: s390: add etoken support for guests
     - s390/lib: use expoline for all bcr instructions
     - s390: fix br_r1_trampoline for machines without exrl
     - SAUCE: s390: use expoline thunks for all branches generated by the BPF JIT
 .
   * Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state
     disabled (performance) (LP: #1790602)
     - cpuidle: powernv: Fix promotion from snooze if next state disabled
 .
   * Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered (LP: #1790636)
     - powerpc: hard disable irqs in smp_send_stop loop
     - powerpc: Fix deadlock with multiple calls to smp_send_stop
     - powerpc: smp_send_stop do not offline stopped CPUs
     - powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabled
 .
   * Security fix: check if IOMMU page is contained in the pinned physical page
     (LP: #1785675)
     - vfio/spapr: Use IOMMU pageshift rather than pagesize
     - KVM: PPC: Check if IOMMU page is contained in the pinned physical page
 .
   * Missing Intel GPU pci-id's (LP: #1789924)
     - drm/i915/kbl: Add KBL GT2 sku
     - drm/i915/whl: Introducing Whiskey Lake platform
     - drm/i915/aml: Introducing Amber Lake platform
     - drm/i915/cfl: Add a new CFL PCI ID.
 .
   * CVE-2018-15572
     - x86/speculation: Protect against userspace-userspace spectreRSB
 .
   * Support Power Management for Thunderbolt Controller  (LP: #1789358)
     - thunderbolt: Handle NULL boot ACL entries properly
     - thunderbolt: Notify userspace when boot_acl is changed
     - thunderbolt: Use 64-bit DMA mask if supported by the platform
     - thunderbolt: Do not unnecessarily call ICM get route
     - thunderbolt: No need to take tb->lock in domain suspend/complete
     - thunderbolt: Use correct ICM commands in system suspend
     - thunderbolt: Add support for runtime PM
 .
   * random oopses on s390 systems using NVMe devices (LP: #1790480)
     - s390/pci: fix out of bounds access during irq setup
 .
   * [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support
     for arm64 using SMC firmware call to set a hardware chicken bit
     (LP: #1787993) // CVE-2018-3639 (arm64)
     - arm64: alternatives: Add dynamic patching feature
     - KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
     - KVM: arm64: Avoid storing the vcpu pointer on the stack
     - arm/arm64: smccc: Add SMCCC-specific return codes
     - arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
     - arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
     - arm64: Add ARCH_WORKAROUND_2 probing
     - arm64: Add 'ssbd' command-line option
     - arm64: ssbd: Add global mitigation state accessor
     - arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
     - arm64: ssbd: Restore mitigation status on CPU resume
     - arm64: ssbd: Introduce thread flag to control userspace mitigation
     - arm64: ssbd: Add prctl interface for per-thread mitigation
     - arm64: KVM: Add HYP per-cpu accessors
     - arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
     - arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
     - arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
     - [Config] ARM64_SSBD=y
 .
   * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
     - Revert "UBUNTU: SAUCE: net: hns3: Optimize PF CMDQ interrupt switching
       process"
     - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox receiving unknown
       message"
     - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF
       response"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
       hclge_get_ring_chain_from_mbx"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
       shift in hclge_get_ring_chain_from_mbx"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
       assignment probelm"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
       configuration operation while resetting"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
       hns3_reset_notify_down_enet"
     - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
       phy driver"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
       resetting"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
       register"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
       frequently"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
       command queue register"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
       global or core reset"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
       reset cause"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
       hclgevf_main module"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
       selftest"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
       frame size"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
       problem"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
       correctly"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
       pfc mode"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
       up"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
       definition"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
       macros"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
       macros"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
       value"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
       assignments"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unused function warning in VF
       driver"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
       of kzalloc/dma_map_single"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
       dependency HNS3 set"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
       some structures"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
       hclge_cmd_csq_done"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
       in hclge_cmd_send"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
       assignments"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
       hclge_cmd_send"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
       hclge_ring_to_dma_dir"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
       upper_32_bits"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
       in hns3_client_uninit"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
       information"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
       state init|uninit"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
       hnae3.c"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
       and ipv6"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
       free vector"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
       init_client_instance and uninit_client_instance"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
       from hclge_bind_ring_with_vector"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
       last BD except VLD bit and buffer size"
     - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
       selftest"
     - net: hns3: Updates RX packet info fetch in case of multi BD
     - net: hns3: remove unused hclgevf_cfg_func_mta_filter
     - net: hns3: Fix for VF mailbox cannot receiving PF response
     - net: hns3: Fix for VF mailbox receiving unknown message
     - net: hns3: Optimize PF CMDQ interrupt switching process
     - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
     - net: hns3: rename the interface for init_client_instance and
       uninit_client_instance
     - net: hns3: add vector status check before free vector
     - net: hns3: add l4_type check for both ipv4 and ipv6
     - net: hns3: add unlikely for error check
     - net: hns3: remove unused head file in hnae3.c
     - net: hns3: extraction an interface for state init|uninit
     - net: hns3: print the ret value in error information
     - net: hns3: remove the Redundant put_vector in hns3_client_uninit
     - net: hns3: remove back in struct hclge_hw
     - net: hns3: use lower_32_bits and upper_32_bits
     - net: hns3: remove unused hclge_ring_to_dma_dir
     - net: hns3: remove useless code in hclge_cmd_send
     - net: hns3: remove some redundant assignments
     - net: hns3: simplify hclge_cmd_csq_clean
     - net: hns3: remove a redundant hclge_cmd_csq_done
     - net: hns3: remove some unused members of some structures
     - net: hns3: give default option while dependency HNS3 set
     - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
     - net: hns3: modify hnae_ to hnae3_
     - net: hns3: Fix tc setup when netdev is first up
     - net: hns3: Fix for mac pause not disable in pfc mode
     - net: hns3: Fix for waterline not setting correctly
     - net: hns3: Fix for l4 checksum offload bug
     - net: hns3: Fix for mailbox message truncated problem
     - net: hns3: Add configure for mac minimal frame size
     - net: hns3: Fix warning bug when doing lp selftest
     - net: hns3: Fix get_vector ops in hclgevf_main module
     - net: hns3: Remove the warning when clear reset cause
     - net: hns3: Prevent sending command during global or core reset
     - net: hns3: Modify the order of initializing command queue register
     - net: hns3: Reset net device with rtnl_lock
     - net: hns3: Prevent to request reset frequently
     - net: hns3: Correct reset event status register
     - net: hns3: Fix return value error in hns3_reset_notify_down_enet
     - net: hns3: remove unnecessary ring configuration operation while resetting
     - net: hns3: Fix for reset_level default assignment probelm
     - net: hns3: Fix for using wrong mask and shift in
       hclge_get_ring_chain_from_mbx
     - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
     - net: hns3: Remove some redundant assignments
     - net: hns3: Standardize the handle of return value
     - net: hns3: Remove extra space and brackets
     - net: hns3: Correct unreasonable code comments
     - net: hns3: Use decimal for bit offset macros
     - net: hns3: Modify inconsistent bit mask macros
     - net: hns3: Fix misleading parameter name
     - net: hns3: Remove unused struct member and definition
     - net: hns3: Add SPDX tags to HNS3 PF driver
     - net: hns3: Add support for serdes loopback selftest
     - net: hns3: Fix for phy link issue when using marvell phy driver
     - SAUCE: {topost} net: hns3: separate roce from nic when resetting
 .
   * CVE-2018-6555
     - SAUCE: irda: Only insert new objects into the global database via setsockopt
 .
   * CVE-2018-6554
     - SAUCE: irda: Fix memory leak caused by repeated binds of irda socket
 .
   * Bionic update: upstream stable patchset 2018-08-31 (LP: #1790188)
     - netfilter: nf_tables: fix NULL pointer dereference on
       nft_ct_helper_obj_dump()
     - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
     - af_key: Always verify length of provided sadb_key
     - gpio: No NULL owner
     - KVM: X86: Fix reserved bits check for MOV to CR3
     - KVM: x86: introduce linear_{read,write}_system
     - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
       kvm_write_guest_virt_system
     - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
     - NFC: pn533: don't send USB data off of the stack
     - usbip: vhci_sysfs: fix potential Spectre v1
     - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
     - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
     - Input: xpad - add GPD Win 2 Controller USB IDs
     - phy: qcom-qusb2: Fix crash if nvmem cell not specified
     - usb: gadget: function: printer: avoid wrong list handling in printer_write()
     - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
       reconnecting
     - serial: sh-sci: Stop using printk format %pCr
     - tty/serial: atmel: use port->name as name in request_irq()
     - serial: samsung: fix maxburst parameter for DMA transactions
     - serial: 8250: omap: Fix idling of clocks for unused uarts
     - vmw_balloon: fixing double free when batching mode is off
     - tty: pl011: Avoid spuriously stuck-off interrupts
     - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
     - Input: goodix - add new ACPI id for GPD Win 2 touch screen
     - crypto: caam - strip input zeros from RSA input buffer
     - crypto: caam - fix DMA mapping dir for generated IV
     - crypto: caam - fix IV DMA mapping and updating
     - crypto: caam/qi - fix IV DMA mapping and updating
     - crypto: caam - fix size of RSA prime factor q
     - crypto: vmx - Remove overly verbose printk from AES init routines
     - crypto: vmx - Remove overly verbose printk from AES XTS init
     - crypto: omap-sham - fix memleak
     - usb: typec: wcove: Remove dependency on HW FSM
     - usb: gadget: udc: renesas_usb3: fix double phy_put()
     - usb: gadget: udc: renesas_usb3: should remove debugfs
     - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
       udc
     - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
     - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
 .
   * Bionic update: upstream stable patchset 2018-08-29 (LP: #1789666)
     - scsi: sd_zbc: Avoid that resetting a zone fails sporadically
     - mmap: introduce sane default mmap limits
     - mmap: relax file size limit for regular files
     - btrfs: define SUPER_FLAG_METADUMP_V2
     - kconfig: Avoid format overflow warning from GCC 8.1
     - be2net: Fix error detection logic for BE3
     - bnx2x: use the right constant
     - dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
     - enic: set DMA mask to 47 bit
     - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
     - ip6_tunnel: remove magic mtu value 0xFFF8
     - ipmr: properly check rhltable_init() return value
     - ipv4: remove warning in ip_recv_error
     - ipv6: omit traffic class when calculating flow hash
     - isdn: eicon: fix a missing-check bug
     - kcm: Fix use-after-free caused by clonned sockets
     - netdev-FAQ: clarify DaveM's position for stable backports
     - net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
     - net: metrics: add proper netlink validation
     - net/packet: refine check for priv area size
     - net: phy: broadcom: Fix bcm_write_exp()
     - net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
     - packet: fix reserve calculation
     - qed: Fix mask for physical address in ILT entry
     - sctp: not allow transport timeout value less than HZ/5 for hb_timer
     - team: use netdev_features_t instead of u32
     - vhost: synchronize IOTLB message with dev cleanup
     - vrf: check the original netdevice for generating redirect
     - ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline
     - net: phy: broadcom: Fix auxiliary control register reads
     - net-sysfs: Fix memory leak in XPS configuration
     - virtio-net: correctly transmit XDP buff after linearizing
     - net/mlx4: Fix irq-unsafe spinlock usage
     - tun: Fix NULL pointer dereference in XDP redirect
     - virtio-net: correctly check num_buf during err path
     - net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
     - virtio-net: fix leaking page for gso packet during mergeable XDP
     - rtnetlink: validate attributes in do_setlink()
     - cls_flower: Fix incorrect idr release when failing to modify rule
     - PCI: hv: Do not wait forever on a device that has disappeared
     - drm: set FMODE_UNSIGNED_OFFSET for drm files
     - l2tp: fix refcount leakage on PPPoL2TP sockets
     - mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAG
     - net: ethernet: ti: cpdma: correct error handling for chan create
     - net: ethernet: davinci_emac: fix error handling in probe()
     - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
     - net : sched: cls_api: deal with egdev path only if needed
 .
   * Bionic update: upstream stable patchset 2018-08-24 (LP: #1788897)
     - fix io_destroy()/aio_complete() race
     - mm: fix the NULL mapping case in __isolate_lru_page()
     - objtool: Support GCC 8's cold subfunctions
     - objtool: Support GCC 8 switch tables
     - objtool: Detect RIP-relative switch table references
     - objtool: Detect RIP-relative switch table references, part 2
     - objtool: Fix "noreturn" detection for recursive sibling calls
     - xfs: convert XFS_AGFL_SIZE to a helper function
     - xfs: detect agfl count corruption and reset agfl
     - Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
     - Input: synaptics - add Lenovo 80 series ids to SMBus
     - Input: elan_i2c_smbus - fix corrupted stack
     - tracing: Fix crash when freeing instances with event triggers
     - tracing: Make the snapshot trigger work with instances
     - selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
     - cfg80211: further limit wiphy names to 64 bytes
     - drm/amd/powerplay: Fix enum mismatch
     - rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c
     - platform/chrome: cros_ec_lpc: remove redundant pointer request
     - kbuild: clang: disable unused variable warnings only when constant
     - tcp: avoid integer overflows in tcp_rcv_space_adjust()
     - iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ
     - iio:buffer: make length types match kfifo types
     - iio:kfifo_buf: check for uint overflow
     - iio: adc: select buffer for at91-sama5d2_adc
     - MIPS: lantiq: gphy: Drop reboot/remove reset asserts
     - MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
     - MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
     - scsi: scsi_transport_srp: Fix shost to rport translation
     - stm class: Use vmalloc for the master map
     - hwtracing: stm: fix build error on some arches
     - IB/core: Fix error code for invalid GID entry
     - mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
     - Revert "rt2800: use TXOP_BACKOFF for probe frames"
     - intel_th: Use correct device when freeing buffers
     - drm/psr: Fix missed entry in PSR setup time table.
     - drm/i915/lvds: Move acpi lid notification registration to registration phase
     - drm/i915: Disable LVDS on Radiant P845
     - drm/vmwgfx: Use kasprintf
     - drm/vmwgfx: Fix host logging / guestinfo reading error paths
     - nvme: fix extended data LBA supported setting
     - iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after
       resume
     - x86/MCE/AMD: Define a function to get SMCA bank type
     - x86/mce/AMD: Pass the bank number to smca_get_bank_type()
     - x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
     - x86/mce/AMD: Carve out SMCA get_block_address() code
     - x86/MCE/AMD: Cache SMCA MISC block addresses
 .
   * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
     - partitions/aix: fix usage of uninitialized lv_info and lvname structures
     - partitions/aix: append null character to print data from disk
 .
   * tlbie master timeout checkstop (using NVidia/GPU) (LP: #1789772)
     - powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call
       __ptep_set_access_flags directly
     - powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
     - powerpc/mm: Change function prototype
     - powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
 .
   * performance drop with ATS enabled (LP: #1788097)
     - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
 .
   * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
     - arm64: export memblock_reserve()d regions via /proc/iomem
     - drivers: acpi: add dependency of EFI for arm64
     - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
     - efi/arm: map UEFI memory map even w/o runtime services enabled
     - arm64: acpi: fix alignment fault in accessing ACPI
     - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
     - arm64: fix ACPI dependencies
     - ACPI: fix menuconfig presentation of ACPI submenu
 .
   * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
     - r8152: disable RX aggregation on new Dell TB16 dock
 .
   * dell_wmi: Unknown key codes (LP: #1762385)
     - platform/x86: dell-wmi: Ignore new rfkill and fn-lock events
 .
   * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
     - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
     - SAUCE: i2c:amd move out pointer in union i2c_event_base
     - SAUCE: i2c:amd Depends on ACPI
     - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
 .
   * r8169 no internet after suspending (LP: #1779817)
     - r8169: restore previous behavior to accept BIOS WoL settings
     - r8169: don't use MSI-X on RTL8168g
     - r8169: don't use MSI-X on RTL8106e
 .
   * Fix Intel Cannon Lake LPSS I2C input clock (LP: #1789790)
     - mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock
 .
   * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
     machine (LP: #1789145)
     - ALSA: hda/realtek - Fix HP Headset Mic can't record
 .
   * Tango platform uses __initcall without further checks (LP: #1787945)
     - [Config] disable ARCH_TANGO
 .
   * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
     - [Config] CONFIG_SCLP_OFB=y for s390x
Checksums-Sha1:
 9190ea3c83f0c2abbb759a188019123b002169f2 365728 block-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 c1b17e8f390c4e8c8cd278521b7adeaca62ff608 263800 crypto-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 1c371f3b85962ae57af87bf8e595553a3f86b551 37272 floppy-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 9f3d6ce5abd6a5601000b7c7034ed892c54043f1 1323052 fs-core-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 10c7cb7b78d6390a123eb4cedaf0ba2fa581f143 701476 fs-secondary-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 0691ad98314ded4dd4c411c24ecbf6c0c82721bb 417368 input-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 94116b607df790397ce9e4e43cbeb7f8b75ab0dd 64216 ipmi-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 940e2575d2a30e64278198833236d17a280db7e2 6988052 kernel-image-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 9e5d865e636cd1fd5b3caea50f4f37826b318532 1008680 linux-headers-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 0dded7b371ca5382bd52e87982f86335437b3dc2 688282988 linux-image-unsigned-4.15.0-35-generic-dbgsym_4.15.0-35.38_ppc64el.ddeb
 8278f52dc681386ffabbdff7df78d870cde227bd 6111568 linux-image-unsigned-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 8d99e7ee787c508e2297d6e79c0ddee666f8adb6 991612 linux-libc-dev_4.15.0-35.38_ppc64el.deb
 ca50dce0d17c0a25eecb1f0ebf65bd8884b6b5ef 12518164 linux-modules-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 7041435d963bebba3cd7402e0620fc601dbb6565 31391520 linux-modules-extra-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 21f71521983525142d6ab3e03e2b7fd044888d24 4724256 linux-tools-4.15.0-35-dbgsym_4.15.0-35.38_ppc64el.ddeb
 d5c85c95b47c6f4aae66aa12bfed45b9cad7d8f0 1876 linux-tools-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 84fa1e39f31eb58557b94df08e78fddd67ed5115 1070060 linux-tools-4.15.0-35_4.15.0-35.38_ppc64el.deb
 f6d162fce7eca7345d13e729c7aaaa9983fa6939 976 linux-udebs-generic_4.15.0-35.38_ppc64el.udeb
 83a9cda884f0980c91f00474e0ed90ba18da01e2 20456 linux_4.15.0-35.38_ppc64el.buildinfo
 f1f85ac2be106e3e8f25388fd4b8fcc6c5d32c15 8683555 linux_4.15.0-35.38_ppc64el.tar.gz
 c63a55db0589b670814763adcdb9de0df111b512 24500 linux_4.15.0-35.38_ppc64el_translations.tar.gz
 9e82eacf31f0a0fa199db260a98d3a0a0bbcd973 281556 md-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 eb9993db6c3400016f8a1e4403b81c1e99bfd649 206848 message-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 f584449269a98eeea0563807c7f0b478aa4c79c6 20120 multipath-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 0899b6e3d75c9899a0d035d3e2f261355a930d12 518500 nfs-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 d6b59e78ad80eed2c6358efb3dad225f2bc493a5 4227520 nic-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 b1469961c68f7615ec74bafeeeb2a07429898ac3 542860 nic-shared-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 fc7bd8a397adc825f0694ec70c3344418fea4650 326264 nic-usb-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 ac1438b594a22cbd7db8cdf43c00815391a0a6a4 38032 parport-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 7ab7e94ae857d9587c89be0502403cc662073906 9336 plip-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 f2c56dde32f2b3cb2d5bba8016c0021e02ff906b 26700 ppp-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 1a55081b0f15a80088700c4d0188c068fbada988 112904 sata-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 533668b13c7be419d36433b4e79053f49d18ecae 2320604 scsi-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 22178a91b53dcb9c4916024e4b4765c3689ea954 109348 storage-core-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 339a5347c5b9eeee838713ceaf1ef908ed47d626 10632 virtio-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 d3c54df3f39d2c440354e86593146881e7c3b028 27160 vlan-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
Checksums-Sha256:
 fc8220830c79ea20e6c1adea8f8569eb37b03f08d70dc0e60021ff0357ea1983 365728 block-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 a99ed5743ab6358f6e2e0512665529025e8a5a5189b573527e90601d35c9460d 263800 crypto-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 50949b3010f1fce26674a4640692a41cc3588a57a8619cea6b718bbb80a68743 37272 floppy-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 bbbb69e8942a823080876203168d3e18c4b5702b068e401a52bbe3bef9549cd0 1323052 fs-core-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 5e7c94b4c924dc643b55927e7d33e58e85eba62e7028d4341d2484f228d8a9ce 701476 fs-secondary-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 ba4c5ef8a033654b1e306b07340536752c4a6c27774d8f4750763d2eec679e36 417368 input-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 25eee24ebd21e63ed8a30cb10cd686ed02fd85831fa34944d057f614dcdf2dfb 64216 ipmi-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 1ceeee6cc18330c5453e5e00a0f41e3bafca21adfe90643bfd4bf1d0df545ba0 6988052 kernel-image-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 f2fd850184d9ebffe3350aebf1dc66e2b048403d6cf40b4e6fc56bed94b32c0f 1008680 linux-headers-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 71faf1c1d04e003122237488d4f32eee5565682d4814d7354a913ac1cc7f57ab 688282988 linux-image-unsigned-4.15.0-35-generic-dbgsym_4.15.0-35.38_ppc64el.ddeb
 0681a8ce0a4f233dbc8708e716dfe33947b9a511b323bd2471b4853474bd8b9c 6111568 linux-image-unsigned-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 e02c442c96f8df9fec21720fb3b80354234d7b02b9f7de80d3e94bc1795437d4 991612 linux-libc-dev_4.15.0-35.38_ppc64el.deb
 492803a6c53f8bcb542ac6807cddd58f39bac1375e8c4b993b43356ea3c68e39 12518164 linux-modules-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 ecdeca3d2b535427de19ed3b40c6a7936bea61e35a4c686f3ae8f16274fe07e9 31391520 linux-modules-extra-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 6ddec9110f0da32a021c14cdb386cf273d3b5cc8788ad08fc73b479c77f63a8a 4724256 linux-tools-4.15.0-35-dbgsym_4.15.0-35.38_ppc64el.ddeb
 2bd7eb91a71e07de7270486e28ae9c474623cc1156ce0e281eb3512fc5ac315d 1876 linux-tools-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 2360ff6d2a9f4d0bc203ebd4890a48b566b18ec487ad7bd8d14bb4a1a45dad5a 1070060 linux-tools-4.15.0-35_4.15.0-35.38_ppc64el.deb
 7950d45d94383acedc879c43eeecfd50009b72f66d8e0bc193e36232cd818b77 976 linux-udebs-generic_4.15.0-35.38_ppc64el.udeb
 172ff342568d367f1c6dea59eabdbd5779432ca82be4c8bccd2ed93b77cc07fb 20456 linux_4.15.0-35.38_ppc64el.buildinfo
 a2650495ca8fc0cc96db36c74c6e40d5a82c20edf476c42dbfa8a83e7f164ee1 8683555 linux_4.15.0-35.38_ppc64el.tar.gz
 1c0ce365a194c5d0fcd05a798ffba33bdc7ebf0b86c51600f580143abe21162b 24500 linux_4.15.0-35.38_ppc64el_translations.tar.gz
 a2dc35cd8b404434906c788a07cdbdee57213f7f8521eb48d7424b533912d019 281556 md-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 76fd8cbd07cddfa390baf5b6860afa58ac99027fd593a1636474d840c8524657 206848 message-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 537f13ee0c8181a186dab4a90c14450fa482b18c40003959153c3ea84dc4f28e 20120 multipath-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 e6d104f39e189ea36b0f8bad90351f49680d1f495e4bce98e8a89344853306ff 518500 nfs-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 9cd15c8b6f7ff62f6cf014aa3687376adeb25cf2c285e07edad4cf667aec6fa6 4227520 nic-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 71b88a112186ace776f599ebf3632b787d6172bb0e8e87a9b01eb991f5aba061 542860 nic-shared-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 2560a28498e32c2da351afa6c8239af6a970a8172fa3ca7c57c6a1c778683c6a 326264 nic-usb-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 ccf6e46057c924de7144f3f86480b81bf838dd5bd0ec63a44a1c2bc7111779f0 38032 parport-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 4ab214eb48012c94cb53870848d30fa4560cc1e79f323fbcbedb0fd417bc5b15 9336 plip-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 61a8261261611fcfe1c167b2c060efdca324290b7801f327b7fa91baef502d43 26700 ppp-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 5452fdc6ffab3a25e01d363fad089801a57a61b0bcf4a70f2c3ee21ac2bc89fa 112904 sata-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 f2bc19367511209a600752c1af3657a1e3af000f5e3d8c36f4c82257efde23fc 2320604 scsi-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 c653d35ae7dd4621eee2aa9435db10f2b5fadcc761650e289a95923003266ce9 109348 storage-core-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 88b3f06daa1504d6f6b9160b4912f2d28f6d592426f8b3ce54ae6a4af03a05ee 10632 virtio-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 c9763c791654b5da28805b77b22aab8879f02aa7102e1be992ed86fd2a267d8b 27160 vlan-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
Files:
 3aabdf7a1cd3ad4f221f149e27538137 365728 debian-installer standard block-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 33eeadf34ad8c6bd34e9e5966e0a8477 263800 debian-installer extra crypto-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 3c5f9f9dbdd2ea653835693a2a0e56b1 37272 debian-installer standard floppy-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 718c72e979eee8dc598424d8e768404f 1323052 debian-installer standard fs-core-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 f2344f39c3a79552d138861ad5086af7 701476 debian-installer standard fs-secondary-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 090b4d02f5b31a956c59acc0254b6bd0 417368 debian-installer standard input-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 91fe744385a8c65a3bf9165866e5ef44 64216 debian-installer standard ipmi-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 ecb3b7166f3d90a89df9224f569eea31 6988052 debian-installer optional kernel-image-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 90e9e17a5ead12f7af22b62f2a4716b4 1008680 devel optional linux-headers-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 38c38e244c20464b8fd925afbac3ed76 688282988 devel optional linux-image-unsigned-4.15.0-35-generic-dbgsym_4.15.0-35.38_ppc64el.ddeb
 d80ef4bdda14c97c660d556b14749271 6111568 kernel optional linux-image-unsigned-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 87ed2b49e616ae42b6dc9f59ca508a01 991612 devel optional linux-libc-dev_4.15.0-35.38_ppc64el.deb
 7d7b4cbf21bea87b417b605b31de8e82 12518164 kernel optional linux-modules-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 e586653b434b4122ec74ba3da58d5641 31391520 kernel optional linux-modules-extra-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 c89749d47947406f35ac066af19184f8 4724256 debug optional linux-tools-4.15.0-35-dbgsym_4.15.0-35.38_ppc64el.ddeb
 4ae6a30891863e4c0240f03a27a9852e 1876 devel optional linux-tools-4.15.0-35-generic_4.15.0-35.38_ppc64el.deb
 1fdbd7536f3effc899aacdf1fc43c2d3 1070060 devel optional linux-tools-4.15.0-35_4.15.0-35.38_ppc64el.deb
 1c4813a8f69acbadfe49b29c1157aede 976 debian-installer optional linux-udebs-generic_4.15.0-35.38_ppc64el.udeb
 031d0ae53151556e8ff28bfea4aaa16c 20456 devel optional linux_4.15.0-35.38_ppc64el.buildinfo
 3b894ab11b96bafdeafac9b6308a1cb0 8683555 raw-signing - linux_4.15.0-35.38_ppc64el.tar.gz
 cbd1d751610aa8d69d9c9dcfffdeddba 24500 raw-translations - linux_4.15.0-35.38_ppc64el_translations.tar.gz
 e893b2961a8a3dba4620352180acc918 281556 debian-installer standard md-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 86eb6a3f2ab6f308c2b22909d4cb521c 206848 debian-installer standard message-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 af66a2ab1e08f7e00b599e5f355ef801 20120 debian-installer extra multipath-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 225f57551b7b4d46cfb4c91070b7774c 518500 debian-installer standard nfs-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 b8d5ee6fcc919a1ffe886eb3484f66e4 4227520 debian-installer standard nic-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 6bf105e9973957bc5791ba552a91676d 542860 debian-installer standard nic-shared-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 d50a477fd02f7eb996c23118534dfd83 326264 debian-installer standard nic-usb-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 cfe11943e649fd7aba26eca41a9fc7b4 38032 debian-installer standard parport-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 5565fe7b734d6dc3e31da1293dff403e 9336 debian-installer standard plip-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 5b2a5ad7195184f9340f5ad0cec75675 26700 debian-installer standard ppp-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 51c694d53d0fdbe06827f67a2265b286 112904 debian-installer standard sata-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 d8d246a30a98cac62c58221b9ad8dd29 2320604 debian-installer standard scsi-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 8925f9f4e249983bffae137a7ab95fe0 109348 debian-installer standard storage-core-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 26ecc9ee9c5fa41b4fd3b2f7fa7c2346 10632 debian-installer standard virtio-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
 fa09cd49231644b7d91c65f977c9c121 27160 debian-installer extra vlan-modules-4.15.0-35-generic-di_4.15.0-35.38_ppc64el.udeb
Package-Type: udeb


More information about the Bionic-changes mailing list