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

Kleber Sacilotto de Souza kleber.souza at canonical.com
Thu Sep 13 14:46:59 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 lcy01-amd64-024.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 fat-modules-4.15.0-35-generic-di fb-modules-4.15.0-35-generic-di firewire-core-modules-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 irda-modules-4.15.0-35-generic-di md-modules-4.15.0-35-generic-di nic-modules-4.15.0-35-generic-di nic-pcmcia-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 pata-modules-4.15.0-35-generic-di
 pcmcia-modules-4.15.0-35-generic-di pcmcia-storage-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 serial-modules-4.15.0-35-generic-di storage-core-modules-4.15.0-35-generic-di usb-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 mouse-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: amd64 all amd64_translations
Version: 4.15.0-35.38
Distribution: bionic
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-024.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)
 fat-modules-4.15.0-35-generic-di - FAT filesystem support (udeb)
 fb-modules-4.15.0-35-generic-di - Framebuffer modules (udeb)
 firewire-core-modules-4.15.0-35-generic-di - Firewire (IEEE-1394) Support (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)
 irda-modules-4.15.0-35-generic-di - Support for Infrared protocols (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 64 bit x86 SMP
 linux-headers-4.15.0-35-generic-lpae - Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
 linux-headers-4.15.0-35-lowlatency - Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
 linux-headers-4.15.0-35-snapdragon - Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-35-generic - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-35-generic-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-35-generic-lpae - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-35-generic-lpae-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-35-lowlatency - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-35-lowlatency-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-35-snapdragon - Linux kernel image for version 4.15.0 on 64 bit x86 SMP
 linux-image-unsigned-4.15.0-35-snapdragon-dbgsym - Linux kernel debug image for version 4.15.0 on 64 bit x86 SMP
 linux-libc-dev - Linux Kernel Headers for development
 linux-modules-4.15.0-35-generic - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-4.15.0-35-generic-lpae - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-4.15.0-35-lowlatency - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-4.15.0-35-snapdragon - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-extra-4.15.0-35-generic - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-extra-4.15.0-35-generic-lpae - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-extra-4.15.0-35-lowlatency - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-modules-extra-4.15.0-35-snapdragon - Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
 linux-source-4.15.0 - Linux kernel source for version 4.15.0 with Ubuntu patches
 linux-tools-4.15.0-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)
 mouse-modules-4.15.0-35-generic-di - Mouse support (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-pcmcia-modules-4.15.0-35-generic-di - PCMCIA 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)
 pata-modules-4.15.0-35-generic-di - PATA support modules (udeb)
 pcmcia-modules-4.15.0-35-generic-di - PCMCIA Modules (udeb)
 pcmcia-storage-modules-4.15.0-35-generic-di - PCMCIA storage 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)
 serial-modules-4.15.0-35-generic-di - Serial port support (udeb)
 storage-core-modules-4.15.0-35-generic-di - Core storage support (udeb)
 usb-modules-4.15.0-35-generic-di - Core USB 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:
 ae664a574b8b2ee45ec7a334028a97e6721ce80b 372944 block-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 9e5326c21f5eec9395672712d6bbdf222f00973a 320580 crypto-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 c77b9a91f1430ca5428cb1182e94da7080c136b9 4296 fat-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 24d2f951d6009f0e0524548d9965f65ad4fe37cc 13712 fb-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 78f99ccc2a13f50143023ac76508fe397ac5d61b 65224 firewire-core-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 ff29520547243082dcccc17264cae85c8057d62a 34924 floppy-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 ac52dea3ba720c133c48442d8bd7879496abb857 1313652 fs-core-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 6b4ac7efa8619f768bcf9b2a95214015734386fa 700184 fs-secondary-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 96d2e8cea2e569842898ab717cdb16e51c5ce1b7 428428 input-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 68f4ce6a51d87cc2072d66ea3f8208c88e511310 61632 ipmi-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 de24b8915889e4f998ac642c52f3c47fdc55c077 209532 irda-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 34e7448456a123566d5ffaf51d138064144754a8 8841340 kernel-image-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 6db669db7ab451297d8c31f18c450c78ef9f0304 4612 linux-cloud-tools-4.15.0-35-dbgsym_4.15.0-35.38_amd64.ddeb
 4058fc879187bdae7d267fac25fd750b44dc2548 1868 linux-cloud-tools-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 fd4e29feea01584b6a6fa9b342e4eb44f9201e57 1864 linux-cloud-tools-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 9d0e49024dc3d2e2302c344c18cdebf45ab76ee8 55240 linux-cloud-tools-4.15.0-35_4.15.0-35.38_amd64.deb
 9fd3f352b65e2f8f5c8ef7ed8d0de80b99ac8674 47396 linux-cloud-tools-common_4.15.0-35.38_all.deb
 c2a933afd0eefd393a54bcb0f769c91836865fd9 34798940 linux-doc_4.15.0-35.38_all.deb
 819440c461f771137c3aba9223a51ea29052b6a6 1102960 linux-headers-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 25acec88088db3ae9a00656a583b2333b6d7c747 1102612 linux-headers-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 4db032507a8d4cf5b7602d7443b7d4c5d937f612 10985628 linux-headers-4.15.0-35_4.15.0-35.38_all.deb
 1478c1646b89b91d8d879511a2ac3b7a2cebb8d9 780125932 linux-image-unsigned-4.15.0-35-generic-dbgsym_4.15.0-35.38_amd64.ddeb
 cec7208fc06c2390db77ec32e660eb7139629df7 7935024 linux-image-unsigned-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 582617ec5aeece71b343c3b048205375ff5f2921 780836912 linux-image-unsigned-4.15.0-35-lowlatency-dbgsym_4.15.0-35.38_amd64.ddeb
 1715fb31a5d3df3ec8a64d3fed0c3e88fbe7630b 7983684 linux-image-unsigned-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 39264e071524ad013436a898443788618bc46154 999176 linux-libc-dev_4.15.0-35.38_amd64.deb
 430b3371f516251fa66104c2773f12ca406083e3 13036288 linux-modules-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 176021ed8537cdbd4018d41363a3f5b51c7a80e7 45869792 linux-modules-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 5aeab46ffb5df50f276764173b8d01716f3f2903 32743368 linux-modules-extra-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 a03a8873136413f2344dbfcf62f6bd792202c2ef 128422324 linux-source-4.15.0_4.15.0-35.38_all.deb
 934d53ea8d8d0259b5288ac1f4a7fcd3e57d4a53 4843916 linux-tools-4.15.0-35-dbgsym_4.15.0-35.38_amd64.ddeb
 ac541bcd53d510f27c2d6642ade7471f508b1f46 1960 linux-tools-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 02287738bc39d86e6f52002fa425beb016e0bd06 1960 linux-tools-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 0ffe70d572cb306942d6e6f882ff765229f0e410 1459176 linux-tools-4.15.0-35_4.15.0-35.38_amd64.deb
 1511e4e32d09856e36d89923d20d7be718469d75 160188 linux-tools-common_4.15.0-35.38_all.deb
 0fa8e787906a6a038d661f0b2c3d8f73575ba696 55564 linux-tools-host_4.15.0-35.38_all.deb
 cba1341430637867c743633afdf063f3f3fe6602 1024 linux-udebs-generic_4.15.0-35.38_amd64.udeb
 59676fd64cfbe610d9940ad37bd582bc57dbfc35 33904 linux_4.15.0-35.38_amd64.buildinfo
 37391d60ff5e4a3fd1d05adc3d42db740555d7e8 15862227 linux_4.15.0-35.38_amd64.tar.gz
 a3f91cfdf3cc29cb14fcc11242af0b8f9983a09e 34179 linux_4.15.0-35.38_amd64_translations.tar.gz
 f036135b6d71eaf6027986213dd5a3607187fb30 285424 md-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 e55cf5c54dd75a0e2167b0cee875d1863a3640c6 206900 message-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 c4cb12301931303f3f1dd7e95316de8493ed7c1d 58844 mouse-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 fd012ade85bc5ebd00667d4d60d59fa118aa0dc5 18224 multipath-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 e36f5963810b87af921d4a2ea67b118326838882 502588 nfs-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 7a5169ee234aaa1d2afa331887aac9a789476b5a 4456156 nic-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 cc5af511384dea167b81827df8b80bd777d2e6bb 143488 nic-pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 c66550981c8c91c1d74a8e3f1cb9f2220fea1214 540644 nic-shared-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 be75e0f45179dd10f370192de9d6a6bce38dc305 315560 nic-usb-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 9bfdfeaad6082edd736978916c014f5459e3c97d 31640 parport-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 b78335343b64043740a136aa57aae4ad1b24a2a6 122520 pata-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 5d5aa5007e420a39edd869601effabee0fd9e880 63716 pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 1c20b6dca2037b9f30cf02840f381e07069285fa 66572 pcmcia-storage-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 6911c067f99383db6604ddbf9b4a7188439872a7 8728 plip-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 0e3d32e9cae26d036b17516757a3be317b20a110 25184 ppp-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 6b493a9cafed59536e70d087f63dbe984dd73a64 95396 sata-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 b9ec87060943006c076df9e9153a637440b9fa26 2474064 scsi-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 af10a5a58ebb7740b44b95902ed945a28d586a79 92024 serial-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 99333265def9766bda702c368b4e8d596723ed97 50384 storage-core-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 98450250033845340a1c8e8c938d7722aa5d8340 139924 usb-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 fd738619463eb0e14543ba5d3f27e3825a90b8d4 112584 virtio-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 4dbd6b2d790efa76fc6c59def86395d5b65ee996 25856 vlan-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
Checksums-Sha256:
 0b8cd476ab1382194c53ecaef0c368a33dc330d8f854ec9aac5121868a8b414e 372944 block-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 379cdbd98d4fe4014e36f559dfc3bdf4fa721e55c51ae2335fff5a664ec74ca3 320580 crypto-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 b348459cdc6a32012744dccdf38ebbe1d918818975366f2b91274a682af6ce7c 4296 fat-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 8a2b31caea1476763091c0c333f1ffe1ccc8d5fa8899ae74af1a3ec3560242d8 13712 fb-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 e41f0a8c383e45804f71539a5c703ded2e400829962642f5cf24d31347d77305 65224 firewire-core-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 739b1c3a6f6788b9b6ba945891cbfdb767a0bf6f0279cbfeea8df7045a933d03 34924 floppy-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 7c4dca9cc9c0fb516681e11b8897c1fe39a777cee53354a501169f33c6530b66 1313652 fs-core-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 cba4fb9f4ec278efaee405b2ed97b96b5ad94717def925e7c80082afe3c0c715 700184 fs-secondary-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 02d83766ccf6fee3424843979e049561b1479fa8c50f7462efba0c8b16dbaf11 428428 input-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 801d70fe8b179d1f53eada7ce2129ea9d6dbc0c1332b57495fc49ed698de1c03 61632 ipmi-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 afa6433d35983940f42b5ee3f5174520e57b48bc722ec67e57ad17597c46ec1b 209532 irda-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 fc5b26b42788dacd214d7f3fbdb5db2f1531425b66c5d9051e352e91cbdfe09a 8841340 kernel-image-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 5047248be77c826ac536d8ce5f930fc224a96f74dd57bd8f56d26593b600f486 4612 linux-cloud-tools-4.15.0-35-dbgsym_4.15.0-35.38_amd64.ddeb
 07f0b4e1f47a7e064f717e7e20e0d685872656b48eceff478d2e12b793bea2f7 1868 linux-cloud-tools-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 86ef6775077d35e3901f08606bd5485e7cfb10acd71e4e7602159a544766e26d 1864 linux-cloud-tools-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 f2b282eff6b363daedf45af71c63b5103b9e489d3fe3d7036f876d6831fbadb1 55240 linux-cloud-tools-4.15.0-35_4.15.0-35.38_amd64.deb
 e1ebfb813e83d23955af942f55de174e02ee6920983a00681d4d4287919cf391 47396 linux-cloud-tools-common_4.15.0-35.38_all.deb
 bbf38e7b7d2838946f513683272ca88c2d97bb66145840e0f4868af7cb10050c 34798940 linux-doc_4.15.0-35.38_all.deb
 c7db980a9b7cc2ba80f5d19b238375ce69075dacab6de0fb91ecd368e386a763 1102960 linux-headers-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 363e54a8ef88386321086877fa161db9f7372026214fd79356b48a12bb405500 1102612 linux-headers-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 58303565fb7a91561040c31a4836783b2f927c0537baa9b92ab05b95108ae3b5 10985628 linux-headers-4.15.0-35_4.15.0-35.38_all.deb
 96fdd6dca64d43d982002e7cea94aad2436a7e5a7c00093fd4e665c1e4a205b9 780125932 linux-image-unsigned-4.15.0-35-generic-dbgsym_4.15.0-35.38_amd64.ddeb
 f78cfc561e4b3cb573998c383ece6b8ce75089fb4b369803f196e119e1026b32 7935024 linux-image-unsigned-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 feba97e18d078e2896b1ea80db1b76f1938fd8015febbbc3eef9e1b76b58a8a6 780836912 linux-image-unsigned-4.15.0-35-lowlatency-dbgsym_4.15.0-35.38_amd64.ddeb
 0e2e339fdba414fda6bbf6711713686fbc7de21db0be0977c6f66ac8e495e346 7983684 linux-image-unsigned-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 896f3cb6cadc41c2882b905433f7e43a71cbeabb3dc69a3ad798948cda50bd0d 999176 linux-libc-dev_4.15.0-35.38_amd64.deb
 c86a1e8e14a06e1d79711faf52fc001d0c88c9935504ad080d04e45d3af40e4f 13036288 linux-modules-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 2ce03181ca9bc433539698a6092aa61afa52b6e24d9e9d0aff861556deb59968 45869792 linux-modules-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 e95fe3ba72d6ab53e76bf2dfe02a9bae784057b50a76ca802f7a0a8891f09d79 32743368 linux-modules-extra-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 5cbf23c5414a2933dd835fcd97634f2c5420e1ac41870e35ea2f28edebe19101 128422324 linux-source-4.15.0_4.15.0-35.38_all.deb
 52a5928b791afc092fb78c05014a7c5617e9d6a8c563410805ddda6de8d1f45f 4843916 linux-tools-4.15.0-35-dbgsym_4.15.0-35.38_amd64.ddeb
 5b653a8b34bf1f8b118c710e6ba630d16e41d56bc784127a9b9b977c7d21b402 1960 linux-tools-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 7ed92f5e9e10ffdd5773ab56ecc2420749943e1b6771c9fd14128ff199e84b52 1960 linux-tools-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 494b1a23ab1390880ea9ff8012cc62ad75d25269ab3e181bf3c01e9528fc6bf1 1459176 linux-tools-4.15.0-35_4.15.0-35.38_amd64.deb
 d725215ca610b706d0e294323e113e8eb1e1a7f63c0c0fa3c12ae804f2702774 160188 linux-tools-common_4.15.0-35.38_all.deb
 9bc89a5e9e512eac9712d490bb981a7e2a06e2ef94b48c4b293b533a6dcc35b5 55564 linux-tools-host_4.15.0-35.38_all.deb
 7d4d26afc66cd375af69c79b410f55c5a74b1a4eba8015cabc7e365333128a2a 1024 linux-udebs-generic_4.15.0-35.38_amd64.udeb
 0813742b4eb23964e06da73d368447b0a6f69eab74117bf9dea632032c5b45f3 33904 linux_4.15.0-35.38_amd64.buildinfo
 c5856ade6ae60f4f9c1632cc1a6fe48844f67286cf1cac45e73260a84591242f 15862227 linux_4.15.0-35.38_amd64.tar.gz
 5c6c939e5c3d2c3b4d22792bd871fae4de0c026a6ca06b424557b9b64d890879 34179 linux_4.15.0-35.38_amd64_translations.tar.gz
 e56d860ce73ccf2e28c0e17833855e219a5805e6f5786516c1aa57525a45e16e 285424 md-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 70bbb661e5bd6215803564828cfedf1f7abf5ef0198aee86ac502aac3503fe6b 206900 message-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 b5d8c1fd61281aebad35f595f9e519175aeb9ee6e9681427801c2616073e8e20 58844 mouse-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 9d1b8c451aa65d458cc238601107e39f61555d1e839ab4d8c5b2aecebff2768b 18224 multipath-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 d3cc069771d6739feb36f810efc16649e043dc0807660d2d2baec21bc6231f51 502588 nfs-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 71691fc60eea2fbd036023c982767ba087e904a2966e2d511a0ca3e6cd7b1a27 4456156 nic-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 63a7068df00b1453335e5cede7c97f5aaa1ca9a55426ff610247316690524288 143488 nic-pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 bdf85550279664ed499b7d2ee499766f0468dcf9d2d1576d91b5fec443da010a 540644 nic-shared-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 b7b35dd3bd4b2f1b095767c50d7575e12c67d2428c2424ae16fcb6bc43e357b2 315560 nic-usb-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 1b2ad492f0cc700679478d05281740db456d6dd255bafa3292cfea8637483d0e 31640 parport-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 6b578b12631b9c88b7a7d27a805f9b4730b47a0fd7c2a9e76bca4ac673c9a937 122520 pata-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 5f5c555f6cca201dd84242b9609737609c1958594cca0cd7a69dc4d7caa692f3 63716 pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 fe9727adf7940b568bb25bb83705475d9786514ae6a4151eb5ce15fdad47239f 66572 pcmcia-storage-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 53ea60485c188bdc224a12d7b632bda4ac5adc2277b3554210ca528ac704a9e8 8728 plip-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 da245db307a6b511427c1d52591eade145994ec2b018bffda937c98208c90588 25184 ppp-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 4ce845b93818fc3c0bcfd0dfb479bbe4b67e4c76d16174df43fafadacee10f78 95396 sata-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 5a97a1134733766fa1033893ec13abe0901de62eb1cd4ec743d06a9b7922b55e 2474064 scsi-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 43e461a3cd58ef67bc22cf17ee765cbbbb0ee98cc89e8ebe1822e4b8a03a0b53 92024 serial-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 07fdd6fedf1dc9fbff94ba9092cfe8ca58abb32591a4f5324c9decb86b74edbe 50384 storage-core-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 b2918df048e35d48c7cbaac07c1a425080c1de258c3e14f239f40c5b3e6a95dc 139924 usb-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 eba1f7734b9bd018e55fc8d05a51543e61ca95b0d72c91de375e5eb68aab4e69 112584 virtio-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 b90664bc4f4ff61f53d4bdbd1d0b54fef2a114cecaa89f5108694a88f41fa884 25856 vlan-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
Files:
 f92e5b9428370e942eacb54f2d28b879 372944 debian-installer standard block-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 3ff3d2282eff97bfb0339ef56e54c7e8 320580 debian-installer extra crypto-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 569a105a782e1b58c672fa241999d6b7 4296 debian-installer standard fat-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 25edc102f09bf31ac2740a046d85925f 13712 debian-installer standard fb-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 29438b69a8b01138cd8b2d02e93f0e11 65224 debian-installer standard firewire-core-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 3a679747c4eee93b055261a722d4830a 34924 debian-installer standard floppy-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 1a2dbc61dd511537622133840dcf7735 1313652 debian-installer standard fs-core-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 b43292d1cd2220cb18703eb4963becfa 700184 debian-installer standard fs-secondary-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 1251f4bea1cab79b3be3cb7520d7a67b 428428 debian-installer standard input-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 2f93f346e6264ac9b1852f11b8690f1d 61632 debian-installer standard ipmi-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 29e40111ef06858af12c39579307c67b 209532 debian-installer standard irda-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 413982c91332b9a2671260decfb3b045 8841340 debian-installer optional kernel-image-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 ec27b811c88b072e4b29b42a317fff69 4612 debug optional linux-cloud-tools-4.15.0-35-dbgsym_4.15.0-35.38_amd64.ddeb
 2f9276dbfbdb9f3308b769d02e09b150 1868 devel optional linux-cloud-tools-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 f602b9e7cbf8e97e6a3d5102295a2d9a 1864 devel optional linux-cloud-tools-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 55ef3bdef267064dc5f36869c72969e5 55240 devel optional linux-cloud-tools-4.15.0-35_4.15.0-35.38_amd64.deb
 1c1c3619004a8823334017e5ddf24361 47396 kernel optional linux-cloud-tools-common_4.15.0-35.38_all.deb
 3aeccecfc528acde222fb16c35ee897a 34798940 doc optional linux-doc_4.15.0-35.38_all.deb
 8ca96955a6fd48fe9427b1639aefeea7 1102960 devel optional linux-headers-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 bb784ef52378793efc525ac150455a18 1102612 devel optional linux-headers-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 7b8026424be30c29100bcd9221ee01d0 10985628 devel optional linux-headers-4.15.0-35_4.15.0-35.38_all.deb
 b3ab935aaf100aecc7a0b1515409e628 780125932 devel optional linux-image-unsigned-4.15.0-35-generic-dbgsym_4.15.0-35.38_amd64.ddeb
 5a8a3d4bf8be7f50d261123f4e812a55 7935024 kernel optional linux-image-unsigned-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 cff81717002bf96c9732a478b7126635 780836912 devel optional linux-image-unsigned-4.15.0-35-lowlatency-dbgsym_4.15.0-35.38_amd64.ddeb
 4a6f791e895b106e61e2c953255c9a6d 7983684 kernel optional linux-image-unsigned-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 8d38cb19bc5e40f0db751b85e7d306c3 999176 devel optional linux-libc-dev_4.15.0-35.38_amd64.deb
 b2c4667c806a1939ad1d0d75aea733ed 13036288 kernel optional linux-modules-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 ffadef19e14f377d121bfa5d5dedad26 45869792 kernel optional linux-modules-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 4672b5b9a0c65f0450fc4707d631bc58 32743368 kernel optional linux-modules-extra-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 dcde26ad7fb0668fb6498807e873085a 128422324 devel optional linux-source-4.15.0_4.15.0-35.38_all.deb
 d2616eedd5ca67047d81214d2ed6c35b 4843916 debug optional linux-tools-4.15.0-35-dbgsym_4.15.0-35.38_amd64.ddeb
 ad71f63fef8bad6a5edf68534aab019c 1960 devel optional linux-tools-4.15.0-35-generic_4.15.0-35.38_amd64.deb
 e08c802b671722921861c3d24b2dc788 1960 devel optional linux-tools-4.15.0-35-lowlatency_4.15.0-35.38_amd64.deb
 05aa3063877ad73318708bcccbe02c6a 1459176 devel optional linux-tools-4.15.0-35_4.15.0-35.38_amd64.deb
 9c131014f945f95528dd39bbe7ff8fb2 160188 kernel optional linux-tools-common_4.15.0-35.38_all.deb
 c67873d04fd3b382d44a9d21fc52bb17 55564 kernel optional linux-tools-host_4.15.0-35.38_all.deb
 30062e8604f9143f0b1bf8bedc327283 1024 debian-installer optional linux-udebs-generic_4.15.0-35.38_amd64.udeb
 860cbe5f3b60afed149b852d77ea9eab 33904 devel optional linux_4.15.0-35.38_amd64.buildinfo
 e5722de33581c07b3193d90e78f408ee 15862227 raw-signing - linux_4.15.0-35.38_amd64.tar.gz
 ace45732845766c92b3837de07ac53eb 34179 raw-translations - linux_4.15.0-35.38_amd64_translations.tar.gz
 484b2c1cadade1f4795ec6e96c2e1417 285424 debian-installer standard md-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 78e7b8e7dcccb5a1a697594ba1bc3cea 206900 debian-installer standard message-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 87340a435c2b0502e6e1d541681cb690 58844 debian-installer extra mouse-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 b4d8422e8eca7c9ca8786b2c8214c87d 18224 debian-installer extra multipath-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 58a2cf9ef06cdb3e62c331e7fdfe3768 502588 debian-installer standard nfs-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 2908b51bf2451a86dffa2245db14c5ce 4456156 debian-installer standard nic-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 48aeeb4825163a73522e7f13ebd5947d 143488 debian-installer standard nic-pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 f875661243ca09d69e78d2da52488eae 540644 debian-installer standard nic-shared-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 efedbec9e35b1b482abc2f67cc9ebd21 315560 debian-installer standard nic-usb-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 5afe7cde3cc289a69752fb4b61858b4e 31640 debian-installer standard parport-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 a7e4b26131577a4e14e78ca5e20c7745 122520 debian-installer standard pata-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 198d84d56500b7895bb14f97da3fd971 63716 debian-installer standard pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 b29fbb20f6ce145c7ef37f557ee315ac 66572 debian-installer standard pcmcia-storage-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 369c3b83a0d363421b143b600751abe3 8728 debian-installer standard plip-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 31480188a1699005fc83fb215be5b174 25184 debian-installer standard ppp-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 f7e171212694800ee0655a5a6c9fdd7a 95396 debian-installer standard sata-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 9d232fdc6a5a673e7b71bf570e1cbc42 2474064 debian-installer standard scsi-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 a9fe5265749e8da1991d3fb9753883f9 92024 debian-installer standard serial-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 f514b14876b6563271b62d2e863bd42e 50384 debian-installer standard storage-core-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 c7152c9a1d13eafa5b0ab67c764d09d9 139924 debian-installer standard usb-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 889607c45d9bcfc7995b4491987ef5f7 112584 debian-installer standard virtio-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
 39893b731dd3c3d647a43629bdd7a495 25856 debian-installer extra vlan-modules-4.15.0-35-generic-di_4.15.0-35.38_amd64.udeb
Package-Type: udeb


More information about the Bionic-changes mailing list