[ubuntu/xenial-proposed] linux-hwe_4.15.0-35.38~16.04.1_amd64.tar.gz - (Accepted)
Kleber Sacilotto de Souza
kleber.souza at canonical.com
Thu Sep 13 15:32:59 UTC 2018
linux-hwe (4.15.0-35.38~16.04.1) xenial; urgency=medium
* linux-hwe: 4.15.0-35.38~16.04.1 -proposed tracker (LP: #1791740)
* 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 15:30:12 +0200
Changed-By: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-009.buildd>
-------------- next part --------------
Format: 1.8
Date: Wed, 12 Sep 2018 15:30:12 +0200
Source: linux-hwe
Binary: linux-source-4.15.0 linux-headers-4.15.0-35 linux-hwe-tools-4.15.0-35 linux-hwe-cloud-tools-4.15.0-35 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-hwe-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-hwe-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-hwe-udebs-lowlatency 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~16.04.1
Distribution: xenial
Urgency: medium
Maintainer: Launchpad Build Daemon <buildd at lcy01-amd64-009.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-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-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-hwe-cloud-tools-4.15.0-35 - Linux kernel version specific cloud tools for version 4.15.0-35
linux-hwe-tools-4.15.0-35 - Linux kernel version specific tools for version 4.15.0-35
linux-hwe-udebs-generic - Metapackage depending on kernel udebs (udeb)
linux-hwe-udebs-generic-lpae - Metapackage depending on kernel udebs (udeb)
linux-hwe-udebs-lowlatency - Metapackage depending on kernel udebs (udeb)
linux-image-unsigned-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-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-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-source-4.15.0 - Linux kernel source for version 4.15.0 with Ubuntu patches
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
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 1791740 1792099
Changes:
linux-hwe (4.15.0-35.38~16.04.1) xenial; urgency=medium
.
* linux-hwe: 4.15.0-35.38~16.04.1 -proposed tracker (LP: #1791740)
.
* 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:
07e3d5e6efc995db5991a8608e755b051fcc2bb2 364070 block-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
217ceb8cb260064b1855d77a092ac09b2683d55b 322978 crypto-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
6c2a76cd3c1aab8db1f02c7e296bbd2d8110a8b8 4290 fat-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
42c5dced1dc57b3ed0f6cc50c564601528f42d56 13614 fb-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
2b5a9a55c8b436a4d991afda59bb2cd486c10e61 65384 firewire-core-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
509f80f2073ef1ef68188a711cb2a1b7d175b26b 34412 floppy-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
c1f982f71a6c805f625b29b9b0a8ebbd8947efd1 1326386 fs-core-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
ccbbe345954d0e6582b0727c69a1cf1e93b8264b 703456 fs-secondary-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
612345c174df365a2ea500c0688d827746f4e11c 430336 input-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
762408201496fb88280e0ebc32976eb06f656451 62212 ipmi-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
66572d154f6b958420aa28165726b2532a3c2eb5 210408 irda-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
0a709618a86270c8f8203296e6496fb8c24772c0 8855356 kernel-image-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
4717943863249cda77c7ad0818582ece7070417a 1822 linux-cloud-tools-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
e4ef79d12eca1169323af1f798d950297b58207b 1820 linux-cloud-tools-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
ed3f5c9e53c2121f3527167d926da93dddf3e2d1 1091944 linux-headers-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
010af596c2e99a331b6833dfa15e17898b078888 1092320 linux-headers-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
d5cf5763d0539218ce24959e3b636814c93883b2 11030300 linux-headers-4.15.0-35_4.15.0-35.38~16.04.1_all.deb
c131a31dbb221be3dbe1929c7f9038eed29160fb 856 linux-hwe-cloud-tools-4.15.0-35-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
b2b4bbcd63af1c94f2fc0c923bec45b4d17d25ad 54624 linux-hwe-cloud-tools-4.15.0-35_4.15.0-35.38~16.04.1_amd64.deb
3773bd815be11f87ef9a2274bffbc6c4a61b84f2 878 linux-hwe-tools-4.15.0-35-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
3964fe86475d0c5abb3d0ac0db0a5a5322af00d9 1315268 linux-hwe-tools-4.15.0-35_4.15.0-35.38~16.04.1_amd64.deb
6d6249d5a4cc20ec122045f24e52e17e919e8f38 940 linux-hwe-udebs-generic_4.15.0-35.38~16.04.1_amd64.udeb
7a72802eac2c6f55b190229cebd6bf30eda2f90b 15858254 linux-hwe_4.15.0-35.38~16.04.1_amd64.tar.gz
814eba162a5b144c9d596ca88ca89bb34bfb1426 24279 linux-hwe_4.15.0-35.38~16.04.1_amd64_translations.tar.gz
1e8d04add0325f064f5929b7f595fefd145c3dd8 623296732 linux-image-unsigned-4.15.0-35-generic-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
d40fc4cf44153845594e321bcbb6d63be403ea1f 7932324 linux-image-unsigned-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
83e5084fae81c0a32be1cf9105e9377dce70f5ef 623883092 linux-image-unsigned-4.15.0-35-lowlatency-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
ea938144967ac936ca7d8620a219c7d5d4bceee1 7982828 linux-image-unsigned-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
e49c3ac1a4a1944f9d4d64ce9a6d1bc5912f1bfa 13006112 linux-modules-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
692945933a3ed07c30d34124d777354703362fe1 45681902 linux-modules-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
ebbbb0b73de3f0c2fc239fb82ead13a06eb26e65 32597712 linux-modules-extra-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
f2c595befc257d15310040c65739428d9a394f18 130275774 linux-source-4.15.0_4.15.0-35.38~16.04.1_all.deb
c9ee1f4b74b315cfcada960cef0e26e9a078c0fd 1910 linux-tools-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
03c7fb015514508f9a5b23fefb0f8aa1f2ddd322 1912 linux-tools-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
a18b1771ca8106eb9a02534fd8ba61b9818f3fe8 285112 md-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
d240365cc3e8f1509d3e857880d850b24b9fa174 205962 message-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
b07522670780557e208986ae345df21d033167b9 58264 mouse-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
806510889ff2350d7a2e777cc75762356416ad7e 18190 multipath-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
ee49c81ffb7071a9f82518a700b09b97f277b7d3 510200 nfs-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
6b5c3c9689dfcffb5dc7e17fda6ab3c3941c345c 4582112 nic-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
f4f61d96d4aab26869579ac85788bee18c580597 143296 nic-pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
cbdbbbd965edb94b20ce56f65ab0c62b1af194d4 545926 nic-shared-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
dc6d80e7f22209fec9c1dd141bb84cee714b9cd6 315856 nic-usb-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
4a996a8f9b9d63d961cc207976584d739aa2281a 31610 parport-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
f123611dc5a4960f77738cd1d85e6b8d3e90cb5b 122382 pata-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
ba346dd67e29f04efa641ba5a9edcfba14688b35 63252 pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
0144d01652369c88e35ff166db5ff8c42ff53ba1 66204 pcmcia-storage-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
4099f1545d0de9ff45a78c04891f023c32ca45f3 8656 plip-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
a2db6e869d1dc58764257dc0750ff2b0d2c90207 25192 ppp-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
f0b97a294bc77cef50fb678a0389b93da280e70a 95008 sata-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
fd2bdb2428045920f62f9adc23b442d1092cc33f 2534902 scsi-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
bb07088393202887cc8c8231d9d0aa3bfed49cdc 91982 serial-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
eecd075bf97f4c10c75429ec2a66e1c920ee5530 49840 storage-core-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
f2f4314f0bc8b1bf76f39f0989f548c6c5f1f766 139474 usb-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
5a00b7cda817ab7888e5816538b89447d81c361f 112288 virtio-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
47e1b4097a225632351b1e104397a7ea9ce0589d 25804 vlan-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
Checksums-Sha256:
067dd25b30d81ba7fec9d592b7c49932a5f899a9b3f86bfd9d62ce77cdb44768 364070 block-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
a62877078a7e6585aef7bfeff003e246ec58c018692ba926a43b2c359d8bc6cc 322978 crypto-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
6a59349b287b2126dd09d0bd671584248ce14cc5614f1f4d00c5b8a8f96dfea7 4290 fat-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
df9ea06d15cbff695bf9ebe3cf54cde253565eb62de4a1ef51d823e82f645e42 13614 fb-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
54c2108fd1dd105777eb0ed24637789fb69afbfe72d903e269b8f33c7481a923 65384 firewire-core-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
a217ad34983e545f785840a89d989d1e1cf7f9c0ba37ea9686b5afd104f0bdbe 34412 floppy-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
5eecb920097a38faeb1f30bfd086c63f0ebee945aaea080cc6dfa6623dba672b 1326386 fs-core-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
7f1330704cbe6ddea05665d1ba78abfee4ba8340883ab873e24df9f42f109d6e 703456 fs-secondary-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
5d5e13be5a7375721649c2dd0c8a944605d482e0f23f0c37498e269bc372e01e 430336 input-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
56b59d5b33cc486a4e7b2016cde4c47baec873da9aa191b7585cea6b98a5f981 62212 ipmi-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
d3da22f1829abb46c1650f0cef079eab57b1901aae6c643fe692e865110e1f50 210408 irda-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
2298ccd95651474dd7f94bb0f759c4a3680cdd9183df38ac01169a3c6597c828 8855356 kernel-image-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
2418ec85e5ac2ed1be797ece036d08b559b811c16f8ab6555953301aed4e4f5c 1822 linux-cloud-tools-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
e80938eb4d7be9933302209d270f11b218f7de2a66867ec0eb0008ff59c5e270 1820 linux-cloud-tools-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
17fd560ae4f5a269fd5b1ccb5249b383f4932326afa97f6b937eabd86473cf7d 1091944 linux-headers-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
0d0838de2f18f222dbfecfbc120837be65015699c8f419ad7d1caf9c066b0c31 1092320 linux-headers-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
2323b09873c80bdb8056f7525f35ed322da7ea43758a7e3f770b80e8e630566a 11030300 linux-headers-4.15.0-35_4.15.0-35.38~16.04.1_all.deb
2fbb42d2f2fa791b06b60a6c09a21b7586cd56a72403295260594fe89b558d27 856 linux-hwe-cloud-tools-4.15.0-35-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
fc3148654e6cbd3bcad306041e6cf0d15c396f1b26a24757d4db6ca29523165f 54624 linux-hwe-cloud-tools-4.15.0-35_4.15.0-35.38~16.04.1_amd64.deb
66eb8a120df069eef82bf5eef6b92e45a4851b254f6863b622c0aef8584bd504 878 linux-hwe-tools-4.15.0-35-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
a673ccee70bb35051fa54899d1b0d592f45b5cba81a9611e878a3a41fe29cb0d 1315268 linux-hwe-tools-4.15.0-35_4.15.0-35.38~16.04.1_amd64.deb
eaba400267cecb4aa4ae32186e20c5b31cb4ccd517f85c5ecab19d2a0bc99ef5 940 linux-hwe-udebs-generic_4.15.0-35.38~16.04.1_amd64.udeb
2432cb7b69a26a74b94dd0302e01822871339d74ab83df47dd2e1c0de18b75a8 15858254 linux-hwe_4.15.0-35.38~16.04.1_amd64.tar.gz
2d6b64e110aaebea7caa7adff9e392f6b89a8d380e80118dbd13496416f13704 24279 linux-hwe_4.15.0-35.38~16.04.1_amd64_translations.tar.gz
dbff2d88871d8f850cc6a6db3c57345db8f2701f07a6eea3ddcd6ffc70b6c050 623296732 linux-image-unsigned-4.15.0-35-generic-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
e109c063ffdbf67cf605af86c66cb1ee884af038e2f2d475cf5cc46aead8313d 7932324 linux-image-unsigned-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
ef35de13fdbcb134d7aa614111bd7d4cfaa9687a562701ead5472f021e7d0ba6 623883092 linux-image-unsigned-4.15.0-35-lowlatency-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
c457fe8bb4dbe55959ab559595b34c16d7fe9bcc31bf1ff78af8385150733dd3 7982828 linux-image-unsigned-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
e0c248abbaa8fdc92108657738adf5c0396b31e1abda0756b563662519a46dae 13006112 linux-modules-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
384edcc3ffbd1b2655f50be79fe3e7cd2c178620e1de64564741bd690fcbcaa4 45681902 linux-modules-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
cf5df385a9218a803dc051301cdc83f57a7b392fc31facf9b9c7349a7d8d6ec7 32597712 linux-modules-extra-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
3214e2cdbe3de3c1f83287bf96bfcc2043268e60aecc92395c879f968a3c1588 130275774 linux-source-4.15.0_4.15.0-35.38~16.04.1_all.deb
afcdef5e51c4279624bf54d81732d3072822fe3ef36a2e14157a45cbb663010a 1910 linux-tools-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
59b8c45fc2ebdb6ea9611b09efbfa779c8f2aea906c70af22fba556328fb7e3c 1912 linux-tools-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
4fa4ffd2f854024b64794fff8ef2d19769800ddb7d8875c0abc26c036f257f5a 285112 md-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
42f70fb9733fcaa426896335c9a52cf5cf0c667d6d5e20492bf80cbd8b61364d 205962 message-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
626457fc8fc822244f7b7e71ef1184c91f3e5f6a65bd6ce3e33882242cd50b24 58264 mouse-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
451e0292cfda23e1c04cc6e1bfa9dffc2756750846fd5d119ef7666c0dbdafe9 18190 multipath-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
0b5f361a0d57907774712a8a433569bb9b0adaedd3cde0a0e3e7f30686d1ee75 510200 nfs-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
1a04bfaece5e646c8ede8eef94bcdb33918b4afc835ff12d32afee84f78c1650 4582112 nic-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
7da5997f689c60b28b839b964220135bca9f96f8b119337dc178592d9333f912 143296 nic-pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
65c8ae75e069aa26a19c7a1ffac2bea7f3bce36a2664e359b01e402907e8fad6 545926 nic-shared-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
34f73839c640bb6c9c1d6b22c4b3a4835b153f0057f2294095b06cba8cc833e4 315856 nic-usb-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
11224b0d1150a106fe478dfa4458c2008168e5b10719987835e177e603fb43c7 31610 parport-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
2c674536bca7983dc34e0c660ef0c5961a44dd5a3176bdf65b9a1dabd622685e 122382 pata-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
0928ce7d90330e025dedf0d68655985a60995c0e408513d1746ddbabd03ed598 63252 pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
e1424777ba9a0b3842294f018696970d4a794b520d9a8a3206a22aab2b6e087e 66204 pcmcia-storage-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
e4e43b55aa870a827817a1d2b71bd7cf7d93d94c8a87d64dee09b2650ccb70d5 8656 plip-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
cfcf09b2a2024e35c1bcefb05616f11d6a0f0b4335b2427a3150328ab505bc68 25192 ppp-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
96e104b4501be80f3bf1f1dd2eeecbd9273e40c2153e5b55cc3b8703684a1d43 95008 sata-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
32396529edc99ded93ed64e22d6009e039f0fefe3f51b27b009fd67e4e7a41a1 2534902 scsi-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
02ea5df191a7ce5f8c4740549e70b35fd890e01bc657bdb0c06930141849f8fd 91982 serial-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
864cdf2317b2f44e6748452123490f87c85bfc7d341a38c47f9a6c1bfa30f13f 49840 storage-core-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
03d2fb0ac39e4102db2e2652dbb01431ea091af8ed1017301d21c41b070f2283 139474 usb-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
93995effc160f01eb7cdf2a7e0090306aeed91a20d61d5ab61d09fc2e3949b9c 112288 virtio-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
e8126f533e7372255b27f833a4f99094ccc08ecffee616dbe25be9b45d3bc4c7 25804 vlan-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
Files:
eedfed6eadd41d673ae7a789908f335b 364070 debian-installer standard block-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
b3387414096b7a023a2b8557af468da2 322978 debian-installer extra crypto-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
88f2d4eeeae6055e6dcb461d378aa4ee 4290 debian-installer standard fat-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
5e3ce61c4bda62573143b4c73f3c61cb 13614 debian-installer standard fb-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
56323615d412666ae79887c6e6064a52 65384 debian-installer standard firewire-core-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
becc81a53a8d9a26d2d14e05f7c7a19c 34412 debian-installer standard floppy-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
79309793799961d9ec5c92d859848c11 1326386 debian-installer standard fs-core-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
edba04281f238d70d3da67ba254ca585 703456 debian-installer standard fs-secondary-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
953c9fc853ee508ac583520fec21fc00 430336 debian-installer standard input-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
9aa84b2b6c16363bbe37e1721d23979d 62212 debian-installer standard ipmi-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
d431d2b6ce175ed1c1189914210cb5fb 210408 debian-installer standard irda-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
6ee9b466921c5b005849df22a765731d 8855356 debian-installer optional kernel-image-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
488860c024bac0aa0293a516997a18ea 1822 devel optional linux-cloud-tools-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
c4e1dca923928b7214963b5c4684f095 1820 devel optional linux-cloud-tools-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
0181764fddb0c80404f992efa0062dda 1091944 devel optional linux-headers-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
8d916fd29f74bad55686f031bee7ad4c 1092320 devel optional linux-headers-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
691fbd076cb6ad45d1d4a274a5dc349d 11030300 devel optional linux-headers-4.15.0-35_4.15.0-35.38~16.04.1_all.deb
5b8f05d1657a3819fb40a3cf82f6d2e5 856 devel extra linux-hwe-cloud-tools-4.15.0-35-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
7be4c9a8478dcf4e8eefd4bcfd762ccf 54624 devel optional linux-hwe-cloud-tools-4.15.0-35_4.15.0-35.38~16.04.1_amd64.deb
15fc78424aec51f9e203f959c712aa45 878 devel extra linux-hwe-tools-4.15.0-35-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
ab6728fee37e2d039c4997076eeddeef 1315268 devel optional linux-hwe-tools-4.15.0-35_4.15.0-35.38~16.04.1_amd64.deb
d2e8761806e24da83876421b81780827 940 debian-installer optional linux-hwe-udebs-generic_4.15.0-35.38~16.04.1_amd64.udeb
1a940e5cde1050fd52a521e7abe69343 15858254 raw-signing - linux-hwe_4.15.0-35.38~16.04.1_amd64.tar.gz
b9d63fdcf1ca7775bafe3327eee58f19 24279 raw-translations - linux-hwe_4.15.0-35.38~16.04.1_amd64_translations.tar.gz
02e20eaab5a4aa8e519008a4ecb8acb3 623296732 devel optional linux-image-unsigned-4.15.0-35-generic-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
aa6e5bea2683bc6cd81921800f22b663 7932324 kernel optional linux-image-unsigned-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
f60d300cb54befc269a4ec123b6b42d1 623883092 devel optional linux-image-unsigned-4.15.0-35-lowlatency-dbgsym_4.15.0-35.38~16.04.1_amd64.ddeb
6bed0eec900084dc16c050ef17e010bc 7982828 kernel optional linux-image-unsigned-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
f2530fc74d68ac792470ad3eed23d327 13006112 kernel optional linux-modules-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
3f325ab987177c69e2eac7987b8b0d1f 45681902 kernel optional linux-modules-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
9ef9507f686ffc5926cef4f3273ccc63 32597712 kernel optional linux-modules-extra-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
dba51d4325142b32ffff112d542f0999 130275774 devel optional linux-source-4.15.0_4.15.0-35.38~16.04.1_all.deb
3f323f6c363b15c499dfe3ffef258596 1910 devel optional linux-tools-4.15.0-35-generic_4.15.0-35.38~16.04.1_amd64.deb
0a255fd50e72023bde1123182128e7ab 1912 devel optional linux-tools-4.15.0-35-lowlatency_4.15.0-35.38~16.04.1_amd64.deb
f951072ec24f269b2a3f1764d2f139d1 285112 debian-installer standard md-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
b5a61e4d50b7db963fc17e936647c166 205962 debian-installer standard message-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
822e4ffcb114aa8e10bd33b3a5849115 58264 debian-installer extra mouse-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
b9117cb43405ddae227bbf4ea40b1b15 18190 debian-installer extra multipath-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
6221b850e0c092686e423ccc1cdeae5c 510200 debian-installer standard nfs-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
9b9efba82ae95a4d3c1f229364f451f3 4582112 debian-installer standard nic-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
f399ecc699fbb7544eb0f90830b8a7ab 143296 debian-installer standard nic-pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
79059abf69958f682bd759253022d472 545926 debian-installer standard nic-shared-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
5265e966f48b3bae7b722eb170d07459 315856 debian-installer standard nic-usb-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
abdfaab885d8d7b0718c992cd8bb1f96 31610 debian-installer standard parport-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
b7dcdd2e775936ee3b0d5bf2ed8fbf17 122382 debian-installer standard pata-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
2ca584404a250f153c8d12f42a63b7db 63252 debian-installer standard pcmcia-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
9d025a08f79889a51a8bccbe4d792b07 66204 debian-installer standard pcmcia-storage-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
ac16dbc8f042884cbdf2ba1239cd23d9 8656 debian-installer standard plip-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
2de85715f274de868c601d9dcf0897a9 25192 debian-installer standard ppp-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
a52ff214a669f7b1b698dce3fd1b1ca7 95008 debian-installer standard sata-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
50f4546c629c1f7c468e21e0fc6d4ccf 2534902 debian-installer standard scsi-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
aaa3a0190189eb5c61f6002903e7a56a 91982 debian-installer standard serial-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
708c6ae17c2ef47a75ea8e7b9b1b3daa 49840 debian-installer standard storage-core-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
d7f47306155f49594dddf9da94e86f75 139474 debian-installer standard usb-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
d41ce1b9dcc6c985c6d1955d7a1cdcb5 112288 debian-installer standard virtio-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
19dc856578ca8b2ec1df64c820664644 25804 debian-installer extra vlan-modules-4.15.0-35-generic-di_4.15.0-35.38~16.04.1_amd64.udeb
Package-Type: udeb
More information about the Xenial-changes
mailing list