]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - debian.master/changelog
UBUNTU: Start new release
[mirror_ubuntu-bionic-kernel.git] / debian.master / changelog
index ca89ea1c02af29032678c14034e963cb2c3b5828..8136c151165b85f8bfebdc33696324c4ec23299b 100644 (file)
-linux (4.15.0-34.37) UNRELEASED; urgency=medium
+linux (4.15.0-49.52) UNRELEASED; urgency=medium
 
   CHANGELOG: Do not edit directly. Autogenerated at release.
   CHANGELOG: Use the printchanges target to see the curent changes.
   CHANGELOG: Use the insertchanges target to create the final log.
 
- -- Kamal Mostafa <kamal@canonical.com>  Wed, 22 Aug 2018 10:11:37 -0700
+ -- Stefan Bader <stefan.bader@canonical.com>  Thu, 25 Apr 2019 10:19:01 +0200
+
+linux (4.15.0-48.51) bionic; urgency=medium
+
+  * linux: 4.15.0-48.51 -proposed tracker (LP: #1822820)
+
+  * Packaging resync (LP: #1786013)
+    - [Packaging] update helper scripts
+    - [Packaging] resync retpoline extraction
+
+  * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
+    triggers system hang on i386 (LP: #1812845)
+    - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
+
+  * [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats
+    (LP: #1719545)
+    - cpupower : Fix header name to read idle state name
+
+  * [amdgpu] screen corruption when using touchpad (LP: #1818617)
+    - drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)
+    - drm/amdgpu: Free VGA stolen memory as soon as possible.
+
+  * [SRU][B/C/OEM]IOMMU: add kernel dma protection (LP: #1820153)
+    - ACPICA: AML parser: attempt to continue loading table after error
+    - ACPI / property: Allow multiple property compatible _DSD entries
+    - PCI / ACPI: Identify untrusted PCI devices
+    - iommu/vt-d: Force IOMMU on for platform opt in hint
+    - iommu/vt-d: Do not enable ATS for untrusted devices
+    - thunderbolt: Export IOMMU based DMA protection support to userspace
+    - iommu/vt-d: Disable ATS support on untrusted devices
+
+  * Add basic support to NVLink2 passthrough (LP: #1819989)
+    - powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is
+      enabled
+    - powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESET
+    - powerpc/powernv: Export opal_check_token symbol
+    - powerpc/powernv: Make possible for user to force a full ipl cec reboot
+    - powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dn
+    - powerpc/powernv: Move npu struct from pnv_phb to pci_controller
+    - powerpc/powernv/npu: Move OPAL calls away from context manipulation
+    - powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
+    - powerpc/pseries/npu: Enable platform support
+    - powerpc/pseries: Remove IOMMU API support for non-LPAR systems
+    - powerpc/powernv/npu: Check mmio_atsd array bounds when populating
+    - powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
+
+  * Huawei Hi1822 NIC has poor performance (LP: #1820187)
+    - net-next: hinic: fix a problem in free_tx_poll()
+    - hinic: remove ndo_poll_controller
+    - net-next/hinic: add checksum offload and TSO support
+    - hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4
+    - net-next/hinic:replace multiply and division operators
+    - net-next/hinic:add rx checksum offload for HiNIC
+    - net-next/hinic:fix a bug in set mac address
+    - net-next/hinic: fix a bug in rx data flow
+    - net: hinic: fix null pointer dereference on pointer hwdev
+    - hinic: optmize rx refill buffer mechanism
+    - net-next/hinic:add shutdown callback
+    - net-next/hinic: replace disable_irq_nosync/enable_irq
+
+  * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
+    - Fonts: New Terminus large console font
+    - [Config]: enable highdpi Terminus 16x32 font support
+
+  * [19.04 FEAT] qeth: Enhanced link speed - kernel part (LP: #1814892)
+    - s390/qeth: report 25Gbit link speed
+
+  * CVE-2017-5754
+    - x86/nmi: Fix NMI uaccess race against CR3 switching
+    - x86/mm: Fix documentation of module mapping range with 4-level paging
+    - x86/pti: Enable global pages for shared areas
+    - x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
+    - x86/pti: Leave kernel text global for !PCID
+    - x86/pti: Fix boot problems from Global-bit setting
+    - x86/pti: Fix boot warning from Global-bit setting
+    - x86/pti: Reduce amount of kernel text allowed to be Global
+    - x86/pti: Disallow global kernel text with RANDSTRUCT
+    - x86/entry/32: Add explicit 'l' instruction suffix
+    - x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
+    - x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
+    - x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
+    - x86/entry/32: Put ESPFIX code into a macro
+    - x86/entry/32: Unshare NMI return path
+    - x86/entry/32: Split off return-to-kernel path
+    - x86/entry/32: Enter the kernel via trampoline stack
+    - x86/entry/32: Leave the kernel via trampoline stack
+    - x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
+    - x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
+    - x86/entry/32: Simplify debug entry point
+    - x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
+    - x86/entry/32: Add PTI CR3 switches to NMI handler code
+    - x86/entry: Rename update_sp0 to update_task_stack
+    - x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
+    - x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
+    - x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
+    - x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
+    - x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
+    - x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
+    - x86/mm/pae: Populate valid user PGD entries
+    - x86/mm/pae: Populate the user page-table with user pgd's
+    - x86/mm/pti: Add an overflow check to pti_clone_pmds()
+    - x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
+    - x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
+    - x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
+    - x86/mm/pti: Keep permissions when cloning kernel text in
+      pti_clone_kernel_text()
+    - x86/mm/pti: Introduce pti_finalize()
+    - x86/mm/pti: Clone entry-text again in pti_finalize()
+    - x86/mm/dump_pagetables: Define INIT_PGD
+    - x86/pgtable/pae: Use separate kernel PMDs for user page-table
+    - x86/ldt: Reserve address-space range on 32 bit for the LDT
+    - x86/ldt: Define LDT_END_ADDR
+    - x86/ldt: Split out sanity check in map_ldt_struct()
+    - x86/ldt: Enable LDT user-mapping for PAE
+    - x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
+    - [Config] Update PAGE_TABLE_ISOLATION annotations
+    - x86/mm/pti: Add Warning when booting on a PCID capable CPU
+    - x86/entry/32: Add debug code to check entry/exit CR3
+    - x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
+    - x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
+    - perf/core: Make sure the ring-buffer is mapped in all page-tables
+    - x86/entry/32: Check for VM86 mode in slow-path check
+    - x86/mm: Remove in_nmi() warning from vmalloc_fault()
+    - x86/kexec: Allocate 8k PGDs for PTI
+    - x86/mm/pti: Clear Global bit more aggressively
+    - mm: Allow non-direct-map arguments to free_reserved_area()
+    - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
+    - x86/mm/init: Add helper for freeing kernel image pages
+    - x86/mm/init: Remove freed kernel image areas from alias mapping
+    - x86/mm/pti: Fix 32 bit PCID check
+    - x86/mm/pti: Don't clear permissions in pti_clone_pmd()
+    - x86/mm/pti: Clone kernel-image on PTE level for 32 bit
+    - x86/relocs: Add __end_rodata_aligned to S_REL
+    - x86/mm/pti: Move user W+X check into pti_finalize()
+    - x86/efi: Load fixmap GDT in efi_call_phys_epilog()
+    - x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3
+    - x86/mm/doc: Clean up the x86-64 virtual memory layout descriptions
+    - x86/mm/doc: Enhance the x86-64 virtual memory layout descriptions
+    - x86/entry/32: Clear the CS high bits
+    - x86/mm: Move LDT remap out of KASLR region on 5-level paging
+    - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
+    - x86/ldt: Remove unused variable in map_ldt_struct()
+    - x86/mm: Fix guard hole handling
+    - x86/dump_pagetables: Fix LDT remap address marker
+
+  * Avoid potential memory corruption on HiSilicon SoCs (LP: #1819546)
+    - iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads
+
+  * Ubuntu18.04.01: [Power9] power8 Compat guest(RHEL7.6) crashes during guest
+    boot with > 256G of memory (kernel/kvm) (LP: #1818645)
+    - ]PATCH] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
+
+  * Fix for dual Intel NVMes (LP: #1821961)
+    - SAUCE: nvme: Merge two quirk entries into one for Intel 760p/Pro 7600p
+
+  * CVE-2017-5715
+    - tools headers: Synchronize prctl.h ABI header
+    - x86/spectre: Add missing family 6 check to microcode check
+    - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
+    - x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
+    - x86/speculation: Propagate information about RSB filling mitigation to sysfs
+    - x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC
+      variant
+    - x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
+    - x86/retpoline: Remove minimal retpoline support
+    - x86/speculation: Update the TIF_SSBD comment
+    - x86/speculation: Clean up spectre_v2_parse_cmdline()
+    - x86/speculation: Remove unnecessary ret variable in cpu_show_common()
+    - x86/speculation: Move STIPB/IBPB string conditionals out of
+      cpu_show_common()
+    - x86/speculation: Disable STIBP when enhanced IBRS is in use
+    - x86/speculation: Rename SSBD update functions
+    - x86/speculation: Reorganize speculation control MSRs update
+    - sched/smt: Make sched_smt_present track topology
+    - x86/Kconfig: Select SCHED_SMT if SMP enabled
+    - sched/smt: Expose sched_smt_present static key
+    - x86/speculation: Rework SMT state change
+    - x86/l1tf: Show actual SMT state
+    - x86/speculation: Reorder the spec_v2 code
+    - x86/speculation: Mark string arrays const correctly
+    - x86/speculataion: Mark command line parser data __initdata
+    - x86/speculation: Unify conditional spectre v2 print functions
+    - x86/speculation: Add command line control for indirect branch speculation
+    - x86/speculation: Prepare for per task indirect branch speculation control
+    - x86/process: Consolidate and simplify switch_to_xtra() code
+    - x86/speculation: Avoid __switch_to_xtra() calls
+    - x86/speculation: Prepare for conditional IBPB in switch_mm()
+    - ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
+    - x86/speculation: Split out TIF update
+    - x86/speculation: Prevent stale SPEC_CTRL msr content
+    - x86/speculation: Prepare arch_smt_update() for PRCTL mode
+    - x86/speculation: Add prctl() control for indirect branch speculation
+    - x86/speculation: Enable prctl mode for spectre_v2_user
+    - x86/speculation: Add seccomp Spectre v2 user space protection mode
+    - x86/speculation: Provide IBPB always command line options
+    - kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
+    - x86/speculation: Change misspelled STIPB to STIBP
+    - x86/speculation: Add support for STIBP always-on preferred mode
+    - x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
+    - s390: remove closung punctuation from spectre messages
+    - x86/speculation: Simplify the CPU bug detection logic
+
+  * CVE-2018-3639
+    - x86/bugs: Add AMD's variant of SSB_NO
+    - x86/bugs: Add AMD's SPEC_CTRL MSR usage
+    - x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
+    - x86/bugs: Update when to check for the LS_CFG SSBD mitigation
+    - x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
+    - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
+
+  * [Ubuntu] vfio-ap: add subsystem to matrix device to avoid libudev failures
+    (LP: #1818854)
+    - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
+
+  * Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
+    (0x0f) (LP: #1748565)
+    - Bluetooth: Fix unnecessary error message for HCI request completion
+
+  * HiSilicon HNS ethernet broken in 4.15.0-45 (LP: #1818294)
+    - net: hns: Fix WARNING when hns modules installed
+
+  * rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic
+    (LP: #1788997)
+    - SAUCE: Revert "rtlwifi: cleanup 8723be ant_sel definition"
+
+  * Crash from :i915 module with 4.15.0-46-generic using multi-display
+    (LP: #1819486)
+    - SAUCE: Revert "drm/i915: Fix hotplug irq ack on i965/g4x"
+
+  * kernel linux-image-4.15.0-44 not booting on Hyperv Server 2008R2
+    (LP: #1814069)
+    - hv/netvsc: fix handling of fallback to single queue mode
+    - hv/netvsc: Fix NULL dereference at single queue mode fallback
+
+  * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
+    - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
+
+  * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
+    - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
+
+  * fscache: jobs might hang when fscache disk is full (LP: #1821395)
+    - fscache: fix race between enablement and dropping of object
+
+  * hns3: fix oops in hns3_clean_rx_ring() (LP: #1821064)
+    - net: hns3: add dma_rmb() for rx description
+
+  * Hard lockup in 2 CPUs due to deadlock in cpu_stoppers (LP: #1821259)
+    - stop_machine: Disable preemption after queueing stopper threads
+    - stop_machine: Atomically queue and wake stopper threads
+
+  * tcm_loop.ko: move from modules-extra into main modules package
+    (LP: #1817786)
+    - [Packaging] move tcm_loop.lo to main linux-modules package
+
+  * tcmu user space crash results in kernel module hang. (LP: #1819504)
+    - scsi: tcmu: delete unused __wait
+    - scsi: tcmu: track nl commands
+    - scsi: tcmu: simplify nl interface
+    - scsi: tcmu: add module wide block/reset_netlink support
+
+  * Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu 18.04)
+    (LP: #1779756)
+    - i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
+    - i40e: prevent overlapping tx_timeout recover
+
+  * some codecs stop working after S3 (LP: #1820930)
+    - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
+
+  * i40e xps management broken when > 64 queues/cpus (LP: #1820948)
+    - i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
+    - i40e: Fix the number of queues available to be mapped for use
+
+  * 4.15 s390x kernel BUG at /build/linux-
+    Gycr4Z/linux-4.15.0/drivers/block/virtio_blk.c:565! (LP: #1788432)
+    - virtio/s390: avoid race on vcdev->config
+    - virtio/s390: fix race in ccw_io_helper()
+
+  * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
+    - iommu/amd: Fix NULL dereference bug in match_hid_uid
+
+  * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
+    system (LP: #1821271)
+    - iwlwifi: add new card for 9260 series
+
+  * Add support for MAC address pass through on RTL8153-BD (LP: #1821276)
+    - r8152: Add support for MAC address pass through on RTL8153-BD
+    - r8152: Fix an error on RTL8153-BD MAC Address Passthrough support
+
+ -- Andrea Righi <andrea.righi@canonical.com>  Tue, 02 Apr 2019 18:31:55 +0200
+
+linux (4.15.0-47.50) bionic; urgency=medium
+
+  * linux: 4.15.0-47.50 -proposed tracker (LP: #1819716)
+
+  * Packaging resync (LP: #1786013)
+    - [Packaging] resync getabis
+    - [Packaging] update helper scripts
+    - [Packaging] resync retpoline extraction
+
+  * C++ demangling support missing from perf (LP: #1396654)
+    - [Packaging] fix a mistype
+
+  * arm-smmu-v3 arm-smmu-v3.3.auto: CMD_SYNC timeout (LP: #1818162)
+    - iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeout
+
+  * Crash in nvme_irq_check() when using threaded interrupts (LP: #1818747)
+    - nvme-pci: fix out of bounds access in nvme_cqe_pending
+
+  * CVE-2019-9213
+    - mm: enforce min addr even if capable() in expand_downwards()
+
+  * CVE-2019-3460
+    - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
+
+  * amdgpu with mst WARNING on blanking (LP: #1814308)
+    - drm/amd/display: Don't use dc_link in link_encoder
+    - drm/amd/display: Move wait for hpd ready out from edp power control.
+    - drm/amd/display: eDP sequence BL off first then DP blank.
+    - drm/amd/display: Fix unused variable compilation error
+    - drm/amd/display: Fix warning about misaligned code
+    - drm/amd/display: Fix MST dp_blank REG_WAIT timeout
+
+  * tun/tap: unable to manage carrier state from userland (LP: #1806392)
+    - tun: implement carrier change
+
+  * CVE-2019-8980
+    - exec: Fix mem leak in kernel_read_file
+
+  * raw_skew in timer from the ubuntu_kernel_selftests failed on Bionic
+    (LP: #1811194)
+    - selftest: timers: Tweak raw_skew to SKIP when ADJ_OFFSET/other clock
+      adjustments are in progress
+
+  * [Packaging] Allow overlay of config annotations (LP: #1752072)
+    - [Packaging] config-check: Add an include directive
+
+  * CVE-2019-7308
+    - bpf: move {prev_,}insn_idx into verifier env
+    - bpf: move tmp variable into ax register in interpreter
+    - bpf: enable access to ax register also from verifier rewrite
+    - bpf: restrict map value pointer arithmetic for unprivileged
+    - bpf: restrict stack pointer arithmetic for unprivileged
+    - bpf: restrict unknown scalars of mixed signed bounds for unprivileged
+    - bpf: fix check_map_access smin_value test when pointer contains offset
+    - bpf: prevent out of bounds speculation on pointer arithmetic
+    - bpf: fix sanitation of alu op with pointer / scalar type from different
+      paths
+    - bpf: add various test cases to selftests
+
+  * CVE-2017-5753
+    - bpf: properly enforce index mask to prevent out-of-bounds speculation
+    - bpf: fix inner map masking to prevent oob under speculation
+
+  * BPF: kernel pointer leak to unprivileged userspace (LP: #1815259)
+    - bpf/verifier: disallow pointer subtraction
+
+  * squashfs hardening (LP: #1816756)
+    - squashfs: more metadata hardening
+    - squashfs metadata 2: electric boogaloo
+    - squashfs: more metadata hardening
+    - Squashfs: Compute expected length from inode size rather than block length
+
+  * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
+    - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
+
+  * Update ENA driver to version 2.0.3K (LP: #1816806)
+    - net: ena: update driver version from 2.0.2 to 2.0.3
+    - net: ena: fix race between link up and device initalization
+    - net: ena: fix crash during failed resume from hibernation
+
+  * ipset kernel error: 4.15.0-43-generic (LP: #1811394)
+    - netfilter: ipset: Fix wraparound in hash:*net* types
+
+  * Silent "Unknown key" message when pressing keyboard backlight hotkey
+    (LP: #1817063)
+    - platform/x86: dell-wmi: Ignore new keyboard backlight change event
+
+  * CVE-2018-18021
+    - arm64: KVM: Tighten guest core register access from userspace
+    - KVM: arm/arm64: Introduce vcpu_el1_is_32bit
+    - arm64: KVM: Sanitize PSTATE.M when being set from userspace
+
+  * CVE-2018-14678
+    - x86/entry/64: Remove %ebx handling from error_entry/exit
+
+  * CVE-2018-19824
+    - ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in card.c
+
+  * CVE-2019-3459
+    - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
+
+  * Bionic update: upstream stable patchset 2019-02-08 (LP: #1815234)
+    - fork: unconditionally clear stack on fork
+    - spi: spi-s3c64xx: Fix system resume support
+    - Input: elan_i2c - add ACPI ID for lenovo ideapad 330
+    - Input: i8042 - add Lenovo LaVie Z to the i8042 reset list
+    - Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15AST
+    - kvm, mm: account shadow page tables to kmemcg
+    - delayacct: fix crash in delayacct_blkio_end() after delayacct init failure
+    - tracing: Fix double free of event_trigger_data
+    - tracing: Fix possible double free in event_enable_trigger_func()
+    - kthread, tracing: Don't expose half-written comm when creating kthreads
+    - tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
+    - tracing: Quiet gcc warning about maybe unused link variable
+    - arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups
+    - mlxsw: spectrum_switchdev: Fix port_vlan refcounting
+    - kcov: ensure irq code sees a valid area
+    - xen/netfront: raise max number of slots in xennet_get_responses()
+    - skip LAYOUTRETURN if layout is invalid
+    - ALSA: emu10k1: add error handling for snd_ctl_add
+    - ALSA: fm801: add error handling for snd_ctl_add
+    - NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY
+    - nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
+    - vfio: platform: Fix reset module leak in error path
+    - vfio/mdev: Check globally for duplicate devices
+    - vfio/type1: Fix task tracking for QEMU vCPU hotplug
+    - kernel/hung_task.c: show all hung tasks before panic
+    - mm: /proc/pid/pagemap: hide swap entries from unprivileged users
+    - mm: vmalloc: avoid racy handling of debugobjects in vunmap
+    - mm/slub.c: add __printf verification to slab_err()
+    - rtc: ensure rtc_set_alarm fails when alarms are not supported
+    - perf tools: Fix pmu events parsing rule
+    - netfilter: ipset: forbid family for hash:mac sets
+    - netfilter: ipset: List timing out entries with "timeout 1" instead of zero
+    - irqchip/ls-scfg-msi: Map MSIs in the iommu
+    - watchdog: da9063: Fix updating timeout value
+    - printk: drop in_nmi check from printk_safe_flush_on_panic()
+    - bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}
+    - ceph: fix alignment of rasize
+    - e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
+    - powerpc/lib: Adjust .balign inside string functions for PPC32
+    - powerpc/64s: Add barrier_nospec
+    - powerpc/eeh: Fix use-after-release of EEH driver
+    - hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()
+    - powerpc/64s: Fix compiler store ordering to SLB shadow area
+    - RDMA/mad: Convert BUG_ONs to error flows
+    - lightnvm: pblk: warn in case of corrupted write buffer
+    - netfilter: nf_tables: check msg_type before nft_trans_set(trans)
+    - pnfs: Don't release the sequence slot until we've processed layoutget on
+      open
+    - disable loading f2fs module on PAGE_SIZE > 4KB
+    - f2fs: fix error path of move_data_page
+    - f2fs: fix to don't trigger writeback during recovery
+    - f2fs: fix to wait page writeback during revoking atomic write
+    - f2fs: Fix deadlock in shutdown ioctl
+    - f2fs: fix to detect failure of dquot_initialize
+    - f2fs: fix race in between GC and atomic open
+    - block, bfq: remove wrong lock in bfq_requests_merged
+    - usbip: usbip_detach: Fix memory, udev context and udev leak
+    - usbip: dynamically allocate idev by nports found in sysfs
+    - perf/x86/intel/uncore: Correct fixed counter index check in generic code
+    - perf/x86/intel/uncore: Correct fixed counter index check for NHM
+    - selftests/intel_pstate: Improve test, minor fixes
+    - selftests: memfd: return Kselftest Skip code for skipped tests
+    - selftests: intel_pstate: return Kselftest Skip code for skipped tests
+    - PCI: Fix devm_pci_alloc_host_bridge() memory leak
+    - iwlwifi: pcie: fix race in Rx buffer allocator
+    - Bluetooth: hci_qca: Fix "Sleep inside atomic section" warning
+    - Bluetooth: btusb: Add a new Realtek 8723DE ID 2ff8:b011
+    - ASoC: dpcm: fix BE dai not hw_free and shutdown
+    - mfd: cros_ec: Fail early if we cannot identify the EC
+    - mwifiex: handle race during mwifiex_usb_disconnect
+    - wlcore: sdio: check for valid platform device data before suspend
+    - media: tw686x: Fix incorrect vb2_mem_ops GFP flags
+    - media: videobuf2-core: don't call memop 'finish' when queueing
+    - Btrfs: don't return ino to ino cache if inode item removal fails
+    - Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()
+    - btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
+    - btrfs: qgroup: Finish rescan when hit the last leaf of extent tree
+    - x86/microcode: Make the late update update_lock a raw lock for RT
+    - PM / wakeup: Make s2idle_lock a RAW_SPINLOCK
+    - PCI: Prevent sysfs disable of device while driver is attached
+    - nvme-rdma: stop admin queue before freeing it
+    - nvme-pci: Fix AER reset handling
+    - ath: Add regulatory mapping for FCC3_ETSIC
+    - ath: Add regulatory mapping for ETSI8_WORLD
+    - ath: Add regulatory mapping for APL13_WORLD
+    - ath: Add regulatory mapping for APL2_FCCA
+    - ath: Add regulatory mapping for Uganda
+    - ath: Add regulatory mapping for Tanzania
+    - ath: Add regulatory mapping for Serbia
+    - ath: Add regulatory mapping for Bermuda
+    - ath: Add regulatory mapping for Bahamas
+    - powerpc/32: Add a missing include header
+    - powerpc/chrp/time: Make some functions static, add missing header include
+    - powerpc/powermac: Add missing prototype for note_bootable_part()
+    - powerpc/powermac: Mark variable x as unused
+    - powerpc: Add __printf verification to prom_printf
+    - spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC
+    - powerpc/8xx: fix invalid register expression in head_8xx.S
+    - pinctrl: at91-pio4: add missing of_node_put
+    - bpf: powerpc64: pad function address loads with NOPs
+    - PCI: pciehp: Request control of native hotplug only if supported
+    - net: dsa: qca8k: Add support for QCA8334 switch
+    - mwifiex: correct histogram data with appropriate index
+    - ima: based on policy verify firmware signatures (pre-allocated buffer)
+    - drivers/perf: arm-ccn: don't log to dmesg in event_init
+    - spi: Add missing pm_runtime_put_noidle() after failed get
+    - fscrypt: use unbound workqueue for decryption
+    - scsi: ufs: ufshcd: fix possible unclocked register access
+    - scsi: ufs: fix exception event handling
+    - scsi: zfcp: assert that the ERP lock is held when tracing a recovery trigger
+    - drm/nouveau/fifo/gk104-: poll for runlist update completion
+    - Bluetooth: btusb: add ID for LiteOn 04ca:301a
+    - rtc: tps6586x: fix possible race condition
+    - rtc: vr41xx: fix possible race condition
+    - rtc: tps65910: fix possible race condition
+    - ALSA: emu10k1: Rate-limit error messages about page errors
+    - regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_ops
+    - md/raid1: add error handling of read error from FailFast device
+    - md: fix NULL dereference of mddev->pers in remove_and_add_spares()
+    - ixgbevf: fix MAC address changes through ixgbevf_set_mac()
+    - media: smiapp: fix timeout checking in smiapp_read_nvm
+    - net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret value
+    - ALSA: usb-audio: Apply rate limit to warning messages in URB complete
+      callback
+    - media: atomisp: ov2680: don't declare unused vars
+    - arm64: cmpwait: Clear event register before arming exclusive monitor
+    - HID: hid-plantronics: Re-resend Update to map button for PTT products
+    - arm64: dts: renesas: salvator-common: use audio-graph-card for Sound
+    - drm/radeon: fix mode_valid's return type
+    - drm/amdgpu: Remove VRAM from shared bo domains.
+    - powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by
+      Starlet
+    - HID: i2c-hid: check if device is there before really probing
+    - EDAC, altera: Fix ARM64 build warning
+    - ARM: dts: stih407-pinctrl: Fix complain about IRQ_TYPE_NONE usage
+    - ARM: dts: emev2: Add missing interrupt-affinity to PMU node
+    - ARM: dts: sh73a0: Add missing interrupt-affinity to PMU node
+    - nvmem: properly handle returned value nvmem_reg_read
+    - i40e: free the skb after clearing the bitlock
+    - tty: Fix data race in tty_insert_flip_string_fixed_flag
+    - dma-iommu: Fix compilation when !CONFIG_IOMMU_DMA
+    - net: phy: phylink: Release link GPIO
+    - media: rcar_jpu: Add missing clk_disable_unprepare() on error in jpu_open()
+    - libata: Fix command retry decision
+    - ACPI / LPSS: Only call pwm_add_table() for Bay Trail PWM if PMIC HRV is 2
+    - media: media-device: fix ioctl function types
+    - media: saa7164: Fix driver name in debug output
+    - mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages
+    - brcmfmac: Add support for bcm43364 wireless chipset
+    - s390/cpum_sf: Add data entry sizes to sampling trailer entry
+    - perf: fix invalid bit in diagnostic entry
+    - bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.
+    - scsi: 3w-9xxx: fix a missing-check bug
+    - scsi: 3w-xxxx: fix a missing-check bug
+    - scsi: megaraid: silence a static checker bug
+    - scsi: qedf: Set the UNLOADING flag when removing a vport
+    - staging: lustre: o2iblnd: fix race at kiblnd_connect_peer
+    - staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5
+    - thermal: exynos: fix setting rising_threshold for Exynos5433
+    - bpf: fix references to free_bpf_prog_info() in comments
+    - f2fs: avoid fsync() failure caused by EAGAIN in writepage()
+    - media: siano: get rid of __le32/__le16 cast warnings
+    - drm/atomic: Handling the case when setting old crtc for plane
+    - ALSA: hda/ca0132: fix build failure when a local macro is defined
+    - mmc: dw_mmc: update actual clock for mmc debugfs
+    - mmc: pwrseq: Use kmalloc_array instead of stack VLA
+    - dt-bindings: pinctrl: meson: add support for the Meson8m2 SoC
+    - spi: meson-spicc: Fix error handling in meson_spicc_probe()
+    - dt-bindings: net: meson-dwmac: new compatible name for AXG SoC
+    - backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
+    - stop_machine: Use raw spinlocks
+    - delayacct: Use raw_spinlocks
+    - memory: tegra: Do not handle spurious interrupts
+    - memory: tegra: Apply interrupts mask per SoC
+    - nvme: lightnvm: add granby support
+    - arm64: defconfig: Enable Rockchip io-domain driver
+    - igb: Fix queue selection on MAC filters on i210
+    - drm/gma500: fix psb_intel_lvds_mode_valid()'s return type
+    - ipconfig: Correctly initialise ic_nameservers
+    - rsi: Fix 'invalid vdd' warning in mmc
+    - rsi: fix nommu_map_sg overflow kernel panic
+    - audit: allow not equal op for audit by executable
+    - staging: vchiq_core: Fix missing semaphore release in error case
+    - staging: lustre: llite: correct removexattr detection
+    - staging: lustre: ldlm: free resource when ldlm_lock_create() fails.
+    - serial: core: Make sure compiler barfs for 16-byte earlycon names
+    - soc: imx: gpcv2: Do not pass static memory as platform data
+    - microblaze: Fix simpleImage format generation
+    - usb: hub: Don't wait for connect state at resume for powered-off ports
+    - crypto: authencesn - don't leak pointers to authenc keys
+    - crypto: authenc - don't leak pointers to authenc keys
+    - media: omap3isp: fix unbalanced dma_iommu_mapping
+    - regulator: Don't return or expect -errno from of_map_mode()
+    - scsi: scsi_dh: replace too broad "TP9" string with the exact models
+    - scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs
+    - media: atomisp: compat32: fix __user annotations
+    - media: si470x: fix __be16 annotations
+    - ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()
+    - ASoC: topology: Add missing clock gating parameter when parsing hw_configs
+    - drm: Add DP PSR2 sink enable bit
+    - drm/atomic-helper: Drop plane->fb references only for
+      drm_atomic_helper_shutdown()
+    - drm/dp/mst: Fix off-by-one typo when dump payload table
+    - block: reset bi_iter.bi_done after splitting bio
+    - random: mix rdrand with entropy sent in from userspace
+    - squashfs: be more careful about metadata corruption
+    - ext4: fix inline data updates with checksums enabled
+    - ext4: fix check to prevent initializing reserved inodes
+    - PCI: xgene: Remove leftover pci_scan_child_bus() call
+    - RDMA/uverbs: Protect from attempts to create flows on unsupported QP
+    - net: dsa: qca8k: Force CPU port to its highest bandwidth
+    - net: dsa: qca8k: Enable RXMAC when bringing up a port
+    - net: dsa: qca8k: Add QCA8334 binding documentation
+    - net: dsa: qca8k: Allow overwriting CPU port setting
+    - ipv4: remove BUG_ON() from fib_compute_spec_dst
+    - net: fix amd-xgbe flow-control issue
+    - net: lan78xx: fix rx handling before first packet is send
+    - net: mdio-mux: bcm-iproc: fix wrong getter and setter pair
+    - NET: stmmac: align DMA stuff to largest cache line length
+    - tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
+    - xen-netfront: wait xenbus state change when load module manually
+    - netlink: Do not subscribe to non-existent groups
+    - netlink: Don't shift with UB on nlk->ngroups
+    - tcp: do not force quickack when receiving out-of-order packets
+    - tcp: add max_quickacks param to tcp_incr_quickack and
+      tcp_enter_quickack_mode
+    - tcp: do not aggressively quick ack after ECN events
+    - tcp: refactor tcp_ecn_check_ce to remove sk type cast
+    - tcp: add one more quick ack after after ECN events
+    - mm: disallow mappings that conflict for devm_memremap_pages()
+    - drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.
+    - mm: check for SIGKILL inside dup_mmap() loop
+    - rxrpc: Fix terminal retransmission connection ID to include the channel
+    - ceph: fix use-after-free in ceph_statfs()
+    - lightnvm: proper error handling for pblk_bio_add_pages
+    - f2fs: don't drop dentry pages after fs shutdown
+    - selftests: filesystems: return Kselftest Skip code for skipped tests
+    - selftests/filesystems: devpts_pts included wrong header
+    - iwlwifi: mvm: open BA session only when sta is authorized
+    - drm/amd/display: Do not program interrupt status on disabled crtc
+    - soc: qcom: smem: fix qcom_smem_set_global_partition()
+    - soc: qcom: smem: byte swap values properly
+    - pinctrl: msm: fix gpio-hog related boot issues
+    - net: mvpp2: Add missing VLAN tag detection
+    - drm/nouveau: remove fence wait code from deferred client work handler
+    - drm/nouveau/gem: lookup VMAs for buffers referenced by pushbuf ioctl
+    - clocksource: Move inline keyword to the beginning of function declarations
+    - media: staging: atomisp: Comment out several unused sensor resolutions
+    - IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS
+    - rsi: Add null check for virtual interfaces in wowlan config
+    - ARM: dts: stih410: Fix complain about IRQ_TYPE_NONE usage
+    - ARM: dts: imx53: Fix LDB OF graph warning
+    - soc/tegra: pmc: Don't allocate struct tegra_powergate on stack
+    - mlxsw: spectrum_router: Return an error for non-default FIB rules
+    - i40e: Add advertising 10G LR mode
+    - i40e: avoid overflow in i40e_ptp_adjfreq()
+    - ath10k: fix kernel panic while reading tpc_stats
+    - ASoC: fsl_ssi: Use u32 variable type when using regmap_read()
+    - platform/x86: dell-smbios: Match on www.dell.com in OEM strings too
+    - staging: ks7010: fix error handling in ks7010_upload_firmware
+    - media: rc: mce_kbd decoder: low timeout values cause double keydowns
+    - ath10k: search all IEs for variant before falling back
+    - PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTR
+    - ARM: dts: imx6qdl-wandboard: Let the codec control MCLK pinctrl
+    - drm/amdgpu: Avoid reclaim while holding locks taken in MMU notifier
+    - nvmet-fc: fix target sgl list on large transfers
+    - i2c: rcar: handle RXDMA HW behaviour on Gen3
+    - gpio: uniphier: set legitimate irq trigger type in .to_irq hook
+    - tcp: ack immediately when a cwr packet arrives
+    - ACPICA: AML Parser: ignore control method status in module-level code
+
+  * Bionic update: upstream stable patchset 2019-02-05 (LP: #1814813)
+    - MIPS: ath79: fix register address in ath79_ddr_wb_flush()
+    - MIPS: Fix off-by-one in pci_resource_to_user()
+    - xen/PVH: Set up GS segment for stack canary
+    - drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()
+    - drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs
+    - bonding: set default miimon value for non-arp modes if not set
+    - ip: hash fragments consistently
+    - ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
+    - net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapper
+    - net: skb_segment() should not return NULL
+    - net/mlx5: Adjust clock overflow work period
+    - net/mlx5e: Don't allow aRFS for encapsulated packets
+    - net/mlx5e: Fix quota counting in aRFS expire flow
+    - net/ipv6: Fix linklocal to global address with VRF
+    - multicast: do not restore deleted record source filter mode to new one
+    - net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv
+    - sock: fix sg page frag coalescing in sk_alloc_sg
+    - rtnetlink: add rtnl_link_state check in rtnl_configure_link
+    - vxlan: add new fdb alloc and create helpers
+    - vxlan: make netlink notify in vxlan_fdb_destroy optional
+    - vxlan: fix default fdb entry netlink notify ordering during netdev create
+    - tcp: fix dctcp delayed ACK schedule
+    - tcp: helpers to send special DCTCP ack
+    - tcp: do not cancel delay-AcK on DCTCP special ACK
+    - tcp: do not delay ACK in DCTCP upon CE status change
+    - staging: speakup: fix wraparound in uaccess length check
+    - usb: cdc_acm: Add quirk for Castles VEGA3000
+    - usb: core: handle hub C_PORT_OVER_CURRENT condition
+    - usb: dwc2: Fix DMA alignment to start at allocated boundary
+    - usb: gadget: f_fs: Only return delayed status when len is 0
+    - driver core: Partially revert "driver core: correct device's shutdown order"
+    - can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
+    - can: xilinx_can: fix power management handling
+    - can: xilinx_can: fix recovery from error states not being propagated
+    - can: xilinx_can: fix device dropping off bus on RX overrun
+    - can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting
+    - can: xilinx_can: fix incorrect clear of non-processed interrupts
+    - can: xilinx_can: fix RX overflow interrupt not being enabled
+    - can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr
+      only
+    - can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before
+      checking can.ctrlmode
+    - turn off -Wattribute-alias
+    - net-next/hinic: fix a problem in hinic_xmit_frame()
+    - net/mlx5e: Refine ets validation function
+    - nfp: flower: ensure dead neighbour entries are not offloaded
+    - usb: gadget: Fix OS descriptors support
+    - ACPICA: AML Parser: ignore dispatcher error status during table load
+
+  * installer does not support iSCSI iBFT (LP: #1817321)
+    - d-i: add iscsi_ibft to scsi-modules
+
+  * CVE-2019-7222
+    - KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
+
+  * CVE-2019-7221
+    - KVM: nVMX: unconditionally cancel preemption timer in free_nested
+      (CVE-2019-7221)
+
+  * CVE-2019-6974
+    - kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
+
+  * Regular D-state processes impacting LXD containers (LP: #1817628)
+    - mm: do not stall register_shrinker()
+
+  * hns3 nic speed may not match optical port speed (LP: #1817969)
+    - net: hns3: Config NIC port speed same as that of optical module
+
+  * [Hyper-V] srcu: Lock srcu_data structure in srcu_gp_start() (LP: #1802021)
+    - srcu: Prohibit call_srcu() use under raw spinlocks
+    - srcu: Lock srcu_data structure in srcu_gp_start()
+
+  * libsas disks can have non-unique by-path names (LP: #1817784)
+    - scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached
+
+  * Bluetooth not working (Intel CyclonePeak) (LP: #1817518)
+    - Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029
+
+  * CVE-2019-8912
+    - net: crypto set sk to NULL when af_alg_release.
+    - net: socket: set sock->sk to NULL after calling proto_ops::release()
+
+  * Trackpad is not recognized. (LP: #1817200)
+    - pinctrl: cannonlake: Fix gpio base for GPP-E
+
+  * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
+    - ALSA: hda/realtek - Headset microphone support for System76 darp5
+    - ALSA: hda/realtek - Headset microphone and internal speaker support for
+      System76 oryp5
+
+  * Constant noise in the headphone on Lenovo X1 machines (LP: #1817263)
+    - ALSA: hda/realtek: Disable PC beep in passthrough on alc285
+
+  * AC adapter status not detected on Asus ZenBook UX410UAK (LP: #1745032)
+    - Revert "ACPI / battery: Add quirk for Asus GL502VSK and UX305LA"
+    - ACPI / AC: Remove initializer for unused ident dmi_system_id
+    - ACPI / battery: Remove initializer for unused ident dmi_system_id
+    - ACPI / battery: Add handling for devices which wrongly report discharging
+      state
+    - ACPI / battery: Ignore AC state in handle_discharging on systems where it is
+      broken
+
+  * TPM intermittently fails after cold-boot (LP: #1762672)
+    - tpm: fix intermittent failure with self tests
+
+  * qlcnic: Firmware aborts/hangs in QLogic NIC (LP: #1815033)
+    - qlcnic: fix Tx descriptor corruption on 82xx devices
+
+ -- Khalid Elmously <khalid.elmously@canonical.com>  Wed, 13 Mar 2019 04:37:49 +0000
+
+linux (4.15.0-46.49) bionic; urgency=medium
+
+  * linux: 4.15.0-46.49 -proposed tracker (LP: #1814726)
+
+  * mprotect fails on ext4 with dax (LP: #1799237)
+    - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
+
+  * kernel BUG at /build/linux-vxxS7y/linux-4.15.0/mm/slub.c:296! (LP: #1812086)
+    - iscsi target: fix session creation failure handling
+    - scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values
+      fails
+    - scsi: iscsi: target: Fix conn_ops double free
+
+  * user_copy in user from ubuntu_kernel_selftests failed on KVM kernel
+    (LP: #1812198)
+    - selftests: user: return Kselftest Skip code for skipped tests
+    - selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASS
+    - selftests: kselftest: Remove outdated comment
+
+  * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
+    - SAUCE: staging: rtlwifi: allow RTLWIFI_DEBUG_ST to be disabled
+    - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
+    - SAUCE: Add r8822be to signature inclusion list
+
+  * kernel oops in bcache module (LP: #1793901)
+    - SAUCE: bcache: never writeback a discard operation
+
+  * CVE-2018-18397
+    - userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails
+    - userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem
+    - userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas
+    - userfaultfd: shmem: add i_size checks
+    - userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set
+
+  * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
+    - HID: i2c-hid: Ignore input report if there's no data present on Elan
+      touchpanels
+
+  * Vsock connect fails with ENODEV for large CID (LP: #1813934)
+    - vhost/vsock: fix vhost vsock cid hashing inconsistent
+
+  * SRU: Fix thinkpad 11e 3rd boot hang (LP: #1804604)
+    - ACPI / LPSS: Force LPSS quirks on boot
+
+  * Bionic update: upstream stable patchset 2019-01-17 (LP: #1812229)
+    - scsi: sd_zbc: Fix variable type and bogus comment
+    - KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in
+      parallel.
+    - x86/apm: Don't access __preempt_count with zeroed fs
+    - x86/events/intel/ds: Fix bts_interrupt_threshold alignment
+    - x86/MCE: Remove min interval polling limitation
+    - fat: fix memory allocation failure handling of match_strdup()
+    - ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirk
+    - ARCv2: [plat-hsdk]: Save accl reg pair by default
+    - ARC: Fix CONFIG_SWAP
+    - ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs
+    - ARC: mm: allow mprotect to make stack mappings executable
+    - mm: memcg: fix use after free in mem_cgroup_iter()
+    - mm/huge_memory.c: fix data loss when splitting a file pmd
+    - cpufreq: intel_pstate: Register when ACPI PCCH is present
+    - vfio/pci: Fix potential Spectre v1
+    - stop_machine: Disable preemption when waking two stopper threads
+    - drm/i915: Fix hotplug irq ack on i965/g4x
+    - drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
+    - drm/nouveau: Avoid looping through fake MST connectors
+    - gen_stats: Fix netlink stats dumping in the presence of padding
+    - ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
+    - ipv6: fix useless rol32 call on hash
+    - ipv6: ila: select CONFIG_DST_CACHE
+    - lib/rhashtable: consider param->min_size when setting initial table size
+    - net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
+    - net: Don't copy pfmemalloc flag in __copy_skb_header()
+    - skbuff: Unconditionally copy pfmemalloc in __skb_clone()
+    - net/ipv4: Set oif in fib_compute_spec_dst
+    - net: phy: fix flag masking in __set_phy_supported
+    - ptp: fix missing break in switch
+    - qmi_wwan: add support for Quectel EG91
+    - tg3: Add higher cpu clock for 5762.
+    - hv_netvsc: Fix napi reschedule while receive completion is busy
+    - net/mlx4_en: Don't reuse RX page when XDP is set
+    - net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite
+    - ipv6: make DAD fail with enhanced DAD when nonce length differs
+    - net: usb: asix: replace mii_nway_restart in resume path
+    - alpha: fix osf_wait4() breakage
+    - cxl_getfile(): fix double-iput() on alloc_file() failures
+    - powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)
+    - xhci: Fix perceived dead host due to runtime suspend race with event handler
+    - KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
+    - x86/kvmclock: set pvti_cpu0_va after enabling kvmclock
+    - ALSA: hda/realtek - Yet another Clevo P950 quirk entry
+    - drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)
+    - rhashtable: add restart routine in rhashtable_free_and_destroy()
+    - sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
+    - sctp: introduce sctp_dst_mtu
+    - sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
+    - net: aquantia: vlan unicast address list correct handling
+    - drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
+
+  * Bionic update: upstream stable patchset 2019-01-15 (LP: #1811877)
+    - compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
+    - x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
+    - x86/paravirt: Make native_save_fl() extern inline
+    - Btrfs: fix duplicate extents after fsync of file with prealloc extents
+    - cpufreq / CPPC: Set platform specific transition_delay_us
+    - PCI: exynos: Fix a potential init_clk_resources NULL pointer dereference
+    - alx: take rtnl before calling __alx_open from resume
+    - atm: Preserve value of skb->truesize when accounting to vcc
+    - atm: zatm: Fix potential Spectre v1
+    - ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
+    - ipvlan: fix IFLA_MTU ignored on NEWLINK
+    - ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing
+    - net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
+    - net: dccp: switch rx_tstamp_last_feedback to monotonic clock
+    - net: fix use-after-free in GRO with ESP
+    - net: macb: Fix ptp time adjustment for large negative delta
+    - net/mlx5e: Avoid dealing with vport representors if not being e-switch
+      manager
+    - net/mlx5: E-Switch, Avoid setup attempt if not being e-switch manager
+    - net/mlx5: Fix command interface race in polling mode
+    - net/mlx5: Fix incorrect raw command length parsing
+    - net/mlx5: Fix required capability for manipulating MPFS
+    - net/mlx5: Fix wrong size allocation for QoS ETC TC regitster
+    - net: mvneta: fix the Rx desc DMA address in the Rx path
+    - net/packet: fix use-after-free
+    - net_sched: blackhole: tell upper qdisc about dropped packets
+    - net: sungem: fix rx checksum support
+    - net/tcp: Fix socket lookups with SO_BINDTODEVICE
+    - qede: Adverstise software timestamp caps when PHC is not available.
+    - qed: Fix setting of incorrect eswitch mode.
+    - qed: Fix use of incorrect size in memcpy call.
+    - qed: Limit msix vectors in kdump kernel to the minimum required count.
+    - r8152: napi hangup fix after disconnect
+    - stmmac: fix DMA channel hang in half-duplex mode
+    - strparser: Remove early eaten to fix full tcp receive buffer stall
+    - tcp: fix Fast Open key endianness
+    - tcp: prevent bogus FRTO undos with non-SACK flows
+    - vhost_net: validate sock before trying to put its fd
+    - VSOCK: fix loopback on big-endian systems
+    - net: cxgb3_main: fix potential Spectre v1
+    - rtlwifi: Fix kernel Oops "Fw download fail!!"
+    - rtlwifi: rtl8821ae: fix firmware is not ready to run
+    - net: lan78xx: Fix race in tx pending skb size calculation
+    - crypto: af_alg - Initialize sg_num_bytes in error code path
+    - mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally
+    - PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()
+    - netfilter: ebtables: reject non-bridge targets
+    - reiserfs: fix buffer overflow with long warning messages
+    - KEYS: DNS: fix parsing multiple options
+    - tls: Stricter error checking in zerocopy sendmsg path
+    - autofs: fix slab out of bounds read in getname_kernel()
+    - nsh: set mac len based on inner packet
+    - bdi: Fix another oops in wb_workfn()
+    - rds: avoid unenecessary cong_update in loop transport
+    - net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.
+    - string: drop __must_check from strscpy() and restore strscpy() usages in
+      cgroup
+    - nfsd: COPY and CLONE operations require the saved filehandle to be set
+    - net/sched: act_ife: fix recursive lock and idr leak
+    - net/sched: act_ife: preserve the action control in case of error
+    - hinic: reset irq affinity before freeing irq
+    - nfp: flower: fix mpls ether type detection
+    - net: macb: initialize bp->queues[0].bp for at91rm9200
+    - enic: do not overwrite error code
+    - virtio_net: fix memory leak in XDP_REDIRECT
+    - netfilter: ipv6: nf_defrag: drop skb dst before queueing
+    - ipvs: initialize tbl->entries after allocation
+    - ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()
+    - bpf: enforce correct alignment for instructions
+    - bpf, arm32: fix to use bpf_jit_binary_lock_ro api
+
+  * Fix non-working pinctrl-intel (LP: #1811777)
+    - pinctrl: intel: Implement intel_gpio_get_direction callback
+    - pinctrl: intel: Do pin translation in other GPIO operations as well
+
+  * ip6_gre: fix tunnel list corruption for x-netns (LP: #1812875)
+    - ip6_gre: fix tunnel list corruption for x-netns
+
+  * Userspace break as a result of missing patch backport (LP: #1813873)
+    - tty: Don't hold ldisc lock in tty_reopen() if ldisc present
+
+  * kvm_stat : missing python dependency (LP: #1798776)
+    - tools/kvm_stat: fix python3 issues
+    - tools/kvm_stat: switch to python3
+
+  * [SRU] Fix Xorg crash with nomodeset when BIOS enable 64-bit fb addr
+    (LP: #1812797)
+    - vgaarb: Add support for 64-bit frame buffer address
+    - vgaarb: Keep adding VGA device in queue
+
+  * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
+    - USB: Add new USB LPM helpers
+    - USB: Consolidate LPM checks to avoid enabling LPM twice
+
+  * ptrace-tm-spd-gpr in powerpc/ptrace from ubuntu_kerenl_selftests failed on
+    Bionic P8 (LP: #1813127)
+    - selftests/powerpc: Fix ptrace tm failure
+
+  * [SRU] IO's are issued with incorrect Scatter Gather Buffer (LP: #1795453)
+    - scsi: megaraid_sas: Use 63-bit DMA addressing
+
+  * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
+    - [Config] Enable timestamping in network PHY devices
+
+  * CVE-2018-19854
+    - crypto: user - fix leaking uninitialized memory to userspace
+
+  * x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000
+    (LP: #1813532)
+    - x86/mm: Do not warn about PCI BIOS W+X mappings
+
+  * CVE-2019-6133
+    - fork: record start_time late
+
+  * Fix not working Goodix touchpad (LP: #1811929)
+    - HID: i2c-hid: Disable runtime PM on Goodix touchpad
+
+  * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
+    - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
+    - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
+
+  * X1 Extreme: only one of the two SSDs is loaded (LP: #1811755)
+    - nvme-core: rework a NQN copying operation
+    - nvme: pad fake subsys NQN vid and ssvid with zeros
+    - nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
+
+  * Crash on "ip link add foo type ipip" (LP: #1811803)
+    - SAUCE: fan: Fix NULL pointer dereference
+
+ -- Khalid Elmously <khalid.elmously@canonical.com>  Wed, 06 Feb 2019 04:57:21 +0000
+
+linux (4.15.0-45.48) bionic; urgency=medium
+
+  * linux: 4.15.0-45.48 -proposed tracker (LP: #1813779)
+
+  * External monitors does not work anymore 4.15.0-44 (LP: #1813663)
+    - SAUCE: Revert "drm/i915/dp: Send DPCD ON for MST before phy_up"
+
+  * kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled (LP: #1813727)
+    - ext4: fix false negatives *and* false positives in ext4_check_descriptors()
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Tue, 29 Jan 2019 16:39:15 +0100
+
+linux (4.15.0-44.47) bionic; urgency=medium
+
+  * linux: 4.15.0-44.47 -proposed tracker (LP: #1811419)
+
+  * Packaging resync (LP: #1786013)
+    - [Packaging] update helper scripts
+
+  * CPU hard lockup with rigorous writes to NVMe drive (LP: #1810998)
+    - blk-wbt: pass in enum wbt_flags to get_rq_wait()
+    - blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait
+    - blk-wbt: move disable check into get_limit()
+    - blk-wbt: use wq_has_sleeper() for wq active check
+    - blk-wbt: fix has-sleeper queueing check
+    - blk-wbt: abstract out end IO completion handler
+    - blk-wbt: improve waking of tasks
+
+  * To reduce the Realtek USB cardreader power consumption (LP: #1811337)
+    - mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support
+      1.8v
+    - mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PM
+    - mmc: rtsx_usb_sdmmc: Don't runtime resume the device while changing led
+    - mmc: rtsx_usb: Use MMC_CAP2_NO_SDIO
+    - mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requests
+    - mmc: rtsx_usb_sdmmc: Re-work runtime PM support
+    - mmc: rtsx_usb_sdmmc: Re-work card detection/removal support
+    - memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe function
+    - misc: rtsx_usb: Use USB remote wakeup signaling for card insertion detection
+    - memstick: Prevent memstick host from getting runtime suspended during card
+      detection
+    - memstick: rtsx_usb_ms: Use ms_dev() helper
+    - memstick: rtsx_usb_ms: Support runtime power management
+
+  * Support non-strict iommu mode on arm64 (LP: #1806488)
+    - iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()
+    - iommu/arm-smmu-v3: Implement flush_iotlb_all hook
+    - iommu/dma: Add support for non-strict mode
+    - iommu: Add "iommu.strict" command line option
+    - iommu/io-pgtable-arm: Add support for non-strict mode
+    - iommu/arm-smmu-v3: Add support for non-strict mode
+    - iommu/io-pgtable-arm-v7s: Add support for non-strict mode
+    - iommu/arm-smmu: Support non-strict mode
+
+  * ELAN900C:00 04F3:2844 touchscreen doesn't work (LP: #1811335)
+    - pinctrl: cannonlake: Fix community ordering for H variant
+    - pinctrl: cannonlake: Fix HOSTSW_OWN register offset of H variant
+
+  * Add Cavium ThunderX2 SoC UNCORE PMU driver (LP: #1811200)
+    - perf: Export perf_event_update_userpage
+    - Documentation: perf: Add documentation for ThunderX2 PMU uncore driver
+    - drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver
+    - [Config] New config CONFIG_THUNDERX2_PMU=m
+
+  * Update hisilicon SoC-specific drivers (LP: #1810457)
+    - SAUCE: Revert "net: hns3: Updates RX packet info fetch in case of multi BD"
+    - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
+      resetting"
+    - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
+      callback function"
+    - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
+      function when link status change"
+    - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
+      roce client"
+    - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
+    - scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependency
+    - ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr
+    - scsi: hisi_sas: consolidate command check in hisi_sas_get_ata_protocol()
+    - scsi: hisi_sas: remove some unneeded structure members
+    - scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()
+    - net: hns: Fix the process of adding broadcast addresses to tcam
+    - net: hns3: remove redundant variable 'protocol'
+    - scsi: hisi_sas: Drop hisi_sas_slot_abort()
+    - net: hns: Make many functions static
+    - net: hns: make hns_dsaf_roce_reset non static
+    - net: hisilicon: hns: Replace mdelay() with msleep()
+    - net: hns3: fix return value error while hclge_cmd_csq_clean failed
+    - net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'
+    - net: hns: Mark expected switch fall-through
+    - net: hns3: Mark expected switch fall-through
+    - net: hns3: Remove tx ring BD len register in hns3_enet
+    - net: hns: modify variable type in hns_nic_reuse_page
+    - net: hns: use eth_get_headlen interface instead of hns_nic_get_headlen
+    - net: hns3: modify variable type in hns3_nic_reuse_page
+    - net: hns3: Fix for vf vlan delete failed problem
+    - net: hns3: Fix for multicast failure
+    - net: hns3: Fix error of checking used vlan id
+    - net: hns3: Implement shutdown ops in hns3 pci driver
+    - net: hns3: Fix for loopback selftest failed problem
+    - net: hns3: Fix ping exited problem when doing lp selftest
+    - net: hns3: Preserve vlan 0 in hardware table
+    - net: hns3: Only update mac configuation when necessary
+    - net: hns3: Change the dst mac addr of loopback packet
+    - net: hns3: Remove redundant codes of query advertised flow control abilitiy
+    - net: hns3: Refine hns3_get_link_ksettings()
+    - net: hns: make function hns_gmac_wait_fifo_clean() static
+    - net: hns3: Add default irq affinity
+    - net: hns3: Add unlikely for buf_num check
+    - net: hns3: Remove tx budget to clean more TX descriptors in a napi
+    - net: hns3: Remove packet statistics of public
+    - net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctl
+    - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
+    - net: hns3: Check hdev state when getting link status
+    - net: hns3: Fix for setting speed for phy failed problem
+    - net: hns3: Fix cmdq registers initialization issue for vf
+    - net: hns3: Clear client pointer when initialize client failed or unintialize
+      finished
+    - net: hns3: Fix client initialize state issue when roce client initialize
+      failed
+    - net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()
+    - net: hns3: Fix ets validate issue
+    - net: hns3: Unify the type convert for desc.data
+    - net: hns3: Adjust prefix of tx/rx statistic names
+    - net: hns3: Fix tqp array traversal condition for vf
+    - net: hns3: Unify the prefix of vf functions
+    - net: hns3: Add handle for default case
+    - net: hns3: Add nic state check before calling netif_tx_wake_queue
+    - net: hns3: Add unlikely for dma_mapping_error check
+    - net: hns3: Remove print messages for error packet
+    - net: hns3: Add get_media_type ops support for VF
+    - net: hns3: Fix speed/duplex information loss problem when executing ethtool
+      ethx cmd of VF
+    - net: hns3: Remove redundant hclge_get_port_type()
+    - net: hns3: Add support for sctp checksum offload
+    - net: hns3: Set extra mac address of pause param for HW
+    - net: hns3: Rename loop mode
+    - net: hns3: Rename mac loopback to app loopback
+    - net: hns3: Add serdes parallel inner loopback support
+    - net: hns3: Fix for packet buffer setting bug
+    - net: hns3: Fix for netdev not up problem when setting mtu
+    - net: hns3: Change return type of hclge_tm_schd_info_update()
+    - net: hns3: Modify hns3_get_max_available_channels
+    - net: hns3: Fix loss of coal configuration while doing reset
+    - net: hns: remove ndo_poll_controller
+    - hns3: Fix the build.
+    - hns3: Another build fix.
+    - net: hns3: Add flow director initialization
+    - net: hns3: Add input key and action config support for flow director
+    - net: hns3: Add support for rule add/delete for flow director
+    - net: hns3: Add support for rule query of flow director
+    - net: hns3: Add reset handle for flow director
+    - net: hns3: Remove all flow director rules when unload hns3 driver
+    - net: hns3: Add support for enable/disable flow director
+    - net: hns3: Remove the default mask configuration for mac vlan table
+    - net: hns3: Clear mac vlan table entries when unload driver or function reset
+    - net: hns3: Optimize for unicast mac vlan table
+    - net: hns3: Drop depricated mta table support
+    - net: hns3: Add egress/ingress vlan filter for revision 0x21
+    - net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardware
+    - net: hns3: Add new RSS hash algorithm support for PF
+    - net: hns3: Add RSS general configuration support for VF
+    - net: hns3: Add RSS tuples support for VF
+    - net: hns3: Add HW RSS hash information to RX skb
+    - net: hns3: Enable promisc mode when mac vlan table is full
+    - net: hns3: Resume promisc mode and vlan filter status after reset
+    - net: hns3: Resume promisc mode and vlan filter status after loopback test
+    - scsi: hisi_sas: Feed back linkrate(max/min) when re-attached
+    - scsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas_task_prep()
+    - scsi: hisi_sas: Fix the race between IO completion and timeout for
+      SMP/internal IO
+    - scsi: hisi_sas: Free slot later in slot_complete_vx_hw()
+    - scsi: hisi_sas: unmask interrupts ent72 and ent74
+    - scsi: hisi_sas: Use block layer tag instead for IPTT
+    - scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register values
+    - net: hns3: remove hns3_fill_desc_tso
+    - net: hns3: move DMA map into hns3_fill_desc
+    - net: hns3: add handling for big TX fragment
+    - net: hns3: rename hns_nic_dma_unmap
+    - net: hns3: fix for multiple unmapping DMA problem
+    - scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw()
+    - scsi: hisi_sas: Fix NULL pointer dereference
+    - net: hns3: Add PCIe AER callback error_detected
+    - net: hns3: Add PCIe AER error recovery
+    - net: hns3: Add support to enable and disable hw errors
+    - net: hns3: Add enable and process common ecc errors
+    - net: hns3: Add enable and process hw errors from IGU, EGU and NCSI
+    - net: hns3: Add enable and process hw errors from PPP
+    - net: hns3: Add enable and process hw errors of TM scheduler
+    - net: hns3: Fix for warning uninitialized symbol hw_err_lst3
+    - net: hns3: fix spelling mistake "intrerrupt" -> "interrupt"
+    - net: hns3: add error handler for hns3_nic_init_vector_data()
+    - net: hns3: bugfix for buffer not free problem during resetting
+    - net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problem
+    - net: hns3: bugfix for the initialization of command queue's spin lock
+    - net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()
+    - net: hns3: bugfix for is_valid_csq_clean_head()
+    - net: hns3: bugfix for hclge_mdio_write and hclge_mdio_read
+    - net: hns3: fix incorrect return value/type of some functions
+    - net: hns3: bugfix for handling mailbox while the command queue reinitialized
+    - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
+    - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
+    - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
+    - scsi: hisi_sas: Remove set but not used variable 'dq_list'
+    - net: hns3: bugfix for not checking return value
+    - net: hns: Incorrect offset address used for some registers.
+    - net: hns: All ports can not work when insmod hns ko after rmmod.
+    - net: hns: Some registers use wrong address according to the datasheet.
+    - net: hns: Fixed bug that netdev was opened twice
+    - net: hns: Clean rx fbd when ae stopped.
+    - net: hns: Free irq when exit from abnormal branch
+    - net: hns: Avoid net reset caused by pause frames storm
+    - net: hns: Fix ntuple-filters status error.
+    - net: hns: Add mac pcs config when enable|disable mac
+    - net: hns: Fix ping failed when use net bridge and send multicast
+    - net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of
+      enet
+    - net: hns3: add set_default_reset_request in the hnae3_ae_ops
+    - net: hns3: provide some interface & information for the client
+    - net: hns3: adjust the location of clearing the table when doing reset
+    - net: hns3: enable/disable ring in the enet while doing UP/DOWN
+    - net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting
+    - net: hns3: ignore new coming low-level reset while doing high-level reset
+    - net: hns3: move some reset information from hnae3_handle into
+      hclge_dev/hclgevf_dev
+    - net: hns3: adjust the process of PF reset
+    - net: hns3: call roce's reset notify callback when resetting
+    - net: hns3: add error handler for hclge_reset()
+    - net: hns3: fix for cmd queue memory not freed problem during reset
+    - net: hns3: Remove set but not used variable 'reset_level'
+    - net: hns3: fix spelling mistake, "assertting" -> "asserting"
+    - net: hns3: add reset_hdev to reinit the hdev in VF's reset process
+    - net: hns3: adjust VF's reset process
+    - net: hns3: add reset handling for VF when doing PF reset
+    - net: hns3: add reset handling for VF when doing Core/Global/IMP reset
+    - net: hns3: stop handling command queue while resetting VF
+    - net: hns3: add error handler for hclgevf_reset()
+    - net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is set
+    - net: hns3: implement the IMP reset processing for PF
+    - net: hns3: add PCIe FLR support for PF
+    - net: hns3: do VF's pci re-initialization while PF doing FLR
+    - net: hns3: add PCIe FLR support for VF
+    - net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware
+    - net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
+    - net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
+    - net: hns3: Adds GRO params to SKB for the stack
+    - scsi: hisi_sas: use dma_set_mask_and_coherent
+    - scsi: hisi_sas: Create separate host attributes per HBA
+    - scsi: hisi_sas: Add support for interrupt converge for v3 hw
+    - scsi: hisi_sas: Add support for interrupt coalescing for v3 hw
+    - scsi: hisi_sas: Relocate some codes to avoid an unused check
+    - scsi: hisi_sas: change the time of SAS SSP connection
+    - net: hns3: fix spelling mistake "failded" -> "failed"
+    - net: hns3: Support two vlan header when setting mtu
+    - net: hns3: Refactor mac mtu setting related functions
+    - net: hns3: Add vport alive state checking support
+    - net: hns3: Add mtu setting support for vf
+    - net: hns3: up/down netdev in hclge module when setting mtu
+    - net: hns3: add common validation in hclge_dcb
+    - net: hns3: Add debugfs framework registration
+    - net: hns3: Add "queue info" query function
+    - net: hns3: Add "FD flow table" info query function
+    - net: hns3: Add "tc config" info query function
+    - net: hns3: Add "tm config" info query function
+    - net: hns3: Add "qos pause" config info query function
+    - net: hns3: Add "qos prio map" info query function
+    - net: hns3: Add "qos buffer" config info query function
+    - net: hns3: Support "ethtool -d" for HNS3 VF driver
+    - net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driver
+    - net: hns3: remove existing process error functions and reorder hw_blk table
+    - net: hns3: rename enable error interrupt functions
+    - net: hns3: re-enable error interrupts on hw reset
+    - net: hns3: deletes unnecessary settings of the descriptor data
+    - net: hns3: rename process_hw_error function
+    - net: hns3: add optimization in the hclge_hw_error_set_state
+    - net: hns3: add handling of hw ras errors using new set of commands
+    - net: hns3: deleted logging 1 bit errors
+    - net: hns3: add handling of hw errors reported through MSIX
+    - net: hns3: add handling of hw errors of MAC
+    - net: hns3: handle hw errors of PPP PF
+    - net: hns3: handle hw errors of PPU(RCB)
+    - net: hns3: handle hw errors of SSU
+    - net: hns3: add handling of RDMA RAS errors
+    - net: hns3: fix spelling mistake "offser" -> "offset"
+    - scsi: hisi_sas: Fix warnings detected by sparse
+    - scsi: hisi_sas: Relocate some code to reduce complexity
+    - scsi: hisi_sas: Make sg_tablesize consistent value
+    - hns3: prevent building without CONFIG_INET
+    - net: hns3: Add "bd info" query function
+    - net: hns3: Add "manager table" information query function
+    - net: hns3: Add "status register" information query function
+    - net: hns3: Add "dcb register" status information query function
+    - net: hns3: Add "queue map" information query function
+    - net: hns3: Add "tm map" status information query function
+    - net: hns3: fix error handling int the hns3_get_vector_ring_chain
+    - net: hns3: uninitialize pci in the hclgevf_uninit
+    - net: hns3: fix napi_disable not return problem
+    - net: hns3: update some variables while hclge_reset()/hclgevf_reset() done
+    - net: hns3: remove unnecessary configuration recapture while resetting
+    - net: hns3: fix incomplete uninitialization of IRQ in the
+      hns3_nic_uninit_vector_data()
+    - net: hns3: update coalesce param per second
+    - net: hns3: remove 1000M/half support of phy
+    - net: hns3: synchronize speed and duplex from phy when phy link up
+    - net: hns3: getting tx and dv buffer size through firmware
+    - net: hns3: aligning buffer size in SSU to 256 bytes
+    - net: hns3: fix a SSU buffer checking bug
+    - scsi: hisi_sas: Add support for DIF feature for v2 hw
+    - net: hns3: refine the handle for hns3_nic_net_open/stop()
+    - net: hns3: change default tc state to close
+    - net: hns3: fix a bug caused by udelay
+    - net: hns3: add max vector number check for pf
+    - net: hns3: reset tqp while doing DOWN operation
+    - net: hns3: fix vf id check issue when add flow director rule
+    - net: hns3: don't restore rules when flow director is disabled
+    - net: hns3: fix the descriptor index when get rss type
+    - net: hns3: remove redundant variable initialization
+    - net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENT
+
+  * iptables connlimit allows more connections than the limit when using
+    multiple CPUs (LP: #1811094)
+    - SAUCE: netfilter: xt_connlimit: remove the 'addr' parameter in add_hlist()
+    - netfilter: nf_conncount: expose connection list interface
+    - netfilter: nf_conncount: Fix garbage collection with zones
+    - netfilter: nf_conncount: fix garbage collection confirm race
+    - netfilter: nf_conncount: don't skip eviction when age is negative
+
+  * CVE-2018-16882
+    - KVM: Fix UAF in nested posted interrupt processing
+
+  * Cannot initialize ATA disk if IDENTIFY command fails (LP: #1809046)
+    - scsi: libsas: check the ata device status by ata_dev_enabled()
+
+  * scsi: libsas: fix a race condition when smp task timeout (LP: #1808912)
+    - scsi: libsas: fix a race condition when smp task timeout
+
+  * CVE-2018-14625
+    - vhost/vsock: fix use-after-free in network stack callers
+
+  * Fix and issue that LG I2C touchscreen stops working after reboot
+    (LP: #1805085)
+    - HID: i2c-hid: Disable runtime PM for LG touchscreen
+
+  * powerpc/powernv/pci: Work around races in PCI bridge enabling (LP: #1805245)
+    - powerpc/powernv/pci: Work around races in PCI bridge enabling
+
+  * Drivers: hv: vmbus: Offload the handling of channels to two workqueues
+    (LP: #1807757)
+    - hv_netvsc: fix network namespace issues with VF support
+    - hv_netvsc: split sub-channel setup into async and sync
+    - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
+    - hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()
+    - vmbus: don't return values for uninitalized channels
+    - Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()
+    - Drivers: hv: vmbus: Offload the handling of channels to two workqueues
+
+  * Disable LPM for Raydium Touchscreens (LP: #1802248)
+    - USB: quirks: Add no-lpm quirk for Raydium touchscreens
+
+  * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
+    Adapter (LP: #1805607)
+    - SAUCE: ath10k: provide reset function for QCA9377 chip
+
+  * CVE-2018-17972
+    - proc: restrict kernel stack dumps to root
+
+  * CVE-2018-19407
+    - KVM: X86: Fix scan ioapic use-before-initialization
+
+  * CVE-2018-18281
+    - mremap: properly flush TLB before releasing the page
+
+  * Fix USB2 device wrongly detected as USB1 (LP: #1806534)
+    - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
+
+  * armhf guests fail to boot in EFI mode (LP: #1809488)
+    - efi/arm: Revert deferred unmap of early memmap mapping
+
+  * Bionic shows incorrect warning about number of pointers in TFD
+    (LP: #1801102)
+    - iwlwifi: pcie: don't warn if we use all the transmit pointers
+
+  * audio output has constant noise on a Dell machine (LP: #1810891)
+    - ALSA: hda/realtek - Fixed headphone issue for ALC700
+
+  * ldisc crash on reopened tty (LP: #1791758)
+    - tty: Drop tty->count on tty_reopen() failure
+    - tty: Hold tty_ldisc_lock() during tty_reopen()
+    - tty: Don't block on IO when ldisc change is pending
+    - tty: Simplify tty->count math in tty_reopen()
+
+  * SATA device is not going to DEVSLP (LP: #1781533)
+    - ahci: Allow setting a default LPM policy for mobile chipsets
+    - ata: libahci: Correct setting of DEVSLP register
+    - ata: libahci: Allow reconfigure of DEVSLP register
+    - ata: ahci: Support state with min power but Partial low power state
+    - ata: ahci: Enable DEVSLP by default on x86 with SLP_S0
+    - [Config] set CONFIG_SATA_MOBILE_LPM_POLICY=0
+
+  * Console got stuck using serial tty after logout (LP: #1808097)
+    - tty: do not set TTY_IO_ERROR flag if console port
+
+  * fanotify10 in ubuntu_ltp_syscalls failed (LP: #1802454)
+    - fsnotify: fix ignore mask logic in fsnotify()
+
+  * SRU: Fix kernel xhci hang when resume from S3 (LP: #1805344)
+    - usb: xhci: fix uninitialized completion when USB3 port got wrong status
+    - usb: xhci: fix timeout for transition from RExit to U0
+
+  * Add pointstick support for Cirque Touchpad (LP: #1805081)
+    - HID: multitouch: Add pointstick support for Cirque Touchpad
+
+  * Intel NVMe drives timeout when nvme format is attempted (LP: #1797587)
+    - nvme: Use admin command effects for admin commands
+
+  * lineout jack can't work on a Dell machine (LP: #1810892)
+    - ALSA: hda/realtek - Support Dell headset mode for New AIO platform
+
+  * Bionic update: upstream stable patchset 2019-01-04 (LP: #1810554)
+    - MIPS: Call dump_stack() from show_regs()
+    - MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()
+    - MIPS: Fix ioremap() RAM check
+    - mmc: sdhci-esdhc-imx: allow 1.8V modes without 100/200MHz pinctrl states
+    - mmc: dw_mmc: fix card threshold control configuration
+    - ibmasm: don't write out of bounds in read handler
+    - staging: rtl8723bs: Prevent an underflow in rtw_check_beacon_data().
+    - staging: r8822be: Fix RTL8822be can't find any wireless AP
+    - ata: Fix ZBC_OUT command block check
+    - ata: Fix ZBC_OUT all bit handling
+    - vmw_balloon: fix inflation with batching
+    - ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS
+    - USB: serial: ch341: fix type promotion bug in ch341_control_in()
+    - USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick
+    - USB: serial: keyspan_pda: fix modem-status error handling
+    - USB: serial: mos7840: fix status-register error handling
+    - usb: quirks: add delay quirks for Corsair Strafe
+    - xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
+    - ALSA: hda - Handle pm failure during hotplug
+    - fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
+    - fs, elf: make sure to page align bss in load_elf_library
+    - mm: do not bug_on on incorrect length in __mm_populate()
+    - tracing: Reorder display of TGID to be after PID
+    - kbuild: delete INSTALL_FW_PATH from kbuild documentation
+    - arm64: neon: Fix function may_use_simd() return error status
+    - tools build: fix # escaping in .cmd files for future Make
+    - IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values
+    - i2c: tegra: Fix NACK error handling
+    - iw_cxgb4: correctly enforce the max reg_mr depth
+    - xen: setup pv irq ops vector earlier
+    - nvme-pci: Remap CMB SQ entries on every controller reset
+    - crypto: x86/salsa20 - remove x86 salsa20 implementations
+    - uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
+    - netfilter: nf_queue: augment nfqa_cfg_policy
+    - netfilter: x_tables: initialise match/target check parameter struct
+    - loop: add recursion validation to LOOP_CHANGE_FD
+    - PM / hibernate: Fix oops at snapshot_write()
+    - RDMA/ucm: Mark UCM interface as BROKEN
+    - loop: remember whether sysfs_create_group() was done
+    - f2fs: give message and set need_fsck given broken node id
+    - mm: do not drop unused pages when userfaultd is running
+    - bpf: reject passing modified ctx to helper functions
+    - mei: discard messages from not connected client during power down.
+    - mm: zero unavailable pages before memmap init
+    - xen: remove global bit from __default_kernel_pte_mask for pv guests
+    - f2fs: return error during fill_super
+    - f2fs: avoid bug_on on corrupted inode
+    - f2fs: sanity check on sit entry
+    - f2fs: sanity check for total valid node blocks
+    - ARM: dts: armada-38x: use the new thermal binding
+    - mm: don't do zero_resv_unavail if memmap is not allocated
+
+  * Blacklist Realtek Virtual IPMI device (LP: #1808353)
+    - ipmi:pci: Blacklist a Realtek "IPMI" device
+
+  * Ethernet[10ec:8136] doesn't work after S3 with kernel 4.15.0.43.64
+    (LP: #1809847)
+    - SAUCE: Revert "r8169: don't use MSI-X on RTL8106e"
+    - r8169: re-enable MSI-X on RTL8168g
+
+  * Killer 802.11ac 2x2 (1550 or 1550i) [8086:2526][1a56:1550] is not supported
+    (LP: #1809219)
+    - iwlwifi: add more card IDs for 9000 series
+
+  * Support new Realtek ethernet chips (LP: #1811055)
+    - r8169: Add support for new Realtek Ethernet
+
+  * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
+    (LP: #1805775)
+    - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
+      disabled
+
+  * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
+    (LP: #1804588)
+    - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
+    - SAUCE: nvme: add quirk to not call disable function when suspending
+
+  * mpt3sas - driver using the wrong register to update a queue index in FW
+    (LP: #1810781)
+    - scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5
+      controllers when HBA supports more than 16 MSI-x vectors.
+
+  * HP mobile workstations with hybrid graphics support, can not directly output
+    to external monitors by dGPU (LP: #1810702)
+    - ACPI / OSI: Add OEM _OSI string to enable dGPU direct output
+
+  * broken touchpad after i2c-i801 blacklist change (LP: #1802135)
+    - i2c: i801: Don't restore config registers on runtime PM
+
+  * Enable new Realtek card reader (LP: #1806335)
+    - USB: usb-storage: Add new IDs to ums-realtek
+    - SAUCE: (noup) USB: usb-storage: Make MMC support optional on ums-realtek
+
+  * The line-out on the Dell Dock station can't work (LP: #1806532)
+    - ALSA: usb-audio: Allow to override the longname string
+    - ALSA: usb-audio: Give proper vendor/product name for Dell WD15 Dock
+    - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
+
+  * linux-buildinfo: pull out ABI information into its own package
+    (LP: #1806380)
+    - [Packaging] getabis -- handle all known package combinations
+    - [Packaging] getabis -- support parsing a simple version
+
+  * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
+    - igb: Fix an issue that PME is not enabled during runtime suspend
+
+  * Fix Terminus USB hub that may breaks connected USB devices after S3
+    (LP: #1806850)
+    - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
+
+  * Add support for Dell DW5821e WWAN/GPS module (LP: #1807342)
+    - qmi_wwan: add support for the Dell Wireless 5821e module
+    - qmi_wwan: fix interface number for DW5821e production firmware
+    - USB: option: add support for DW5821e
+
+  * Add support for 0cf3:535b QCA_ROME device (LP: #1807333)
+    - Bluetooth: btusb: Add support for 0cf3:535b QCA_ROME device
+
+  * The mute led can't work anymore on the lenovo x1 carbon (LP: #1808465)
+    - ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 Carbon
+
+  * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
+    click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
+    - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
+
+  * Touchpad stops working after reboot on Apollo Lake (LP: #1728244)
+    - HID: i2c-hid: disable runtime PM operations on hantick touchpad
+
+  * MAC address pass through on RTL8153-BND for docking station (LP: #1808729)
+    - r8152: Add support for MAC address pass through on RTL8153-BND
+
+  * [Ubuntu] kernel: zcrypt: reinit ap queue state machine (LP: #1805414)
+    - s390/zcrypt: reinit ap queue state machine during device probe
+
+  * [UBUNTU] qeth: fix length check in SNMP processing (LP: #1805802)
+    - s390/qeth: fix length check in SNMP processing
+
+  * ASPEED server console output extremely slow after upgrade to 18.04
+    (LP: #1808183)
+    - drm/ast: Remove existing framebuffers before loading driver
+
+  * Bionic update: upstream stable patchset 2018-12-13 (LP: #1808399)
+    - userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access
+    - mm: hugetlb: yield when prepping struct pages
+    - tracing: Fix missing return symbol in function_graph output
+    - scsi: target: Fix truncated PR-in ReadKeys response
+    - s390: Correct register corruption in critical section cleanup
+    - drbd: fix access after free
+    - vfio: Use get_user_pages_longterm correctly
+    - cifs: Fix use after free of a mid_q_entry
+    - cifs: Fix memory leak in smb2_set_ea()
+    - cifs: Fix infinite loop when using hard mount option
+    - drm: Use kvzalloc for allocating blob property memory
+    - drm/udl: fix display corruption of the last line
+    - jbd2: don't mark block as modified if the handle is out of credits
+    - ext4: add corruption check in ext4_xattr_set_entry()
+    - ext4: always verify the magic number in xattr blocks
+    - ext4: make sure bitmaps and the inode table don't overlap with bg
+      descriptors
+    - ext4: always check block group bounds in ext4_init_block_bitmap()
+    - ext4: only look at the bg_flags field if it is valid
+    - ext4: verify the depth of extent tree in ext4_find_extent()
+    - ext4: include the illegal physical block in the bad map ext4_error msg
+    - ext4: never move the system.data xattr out of the inode body
+    - ext4: avoid running out of journal credits when appending to an inline file
+    - ext4: add more inode number paranoia checks
+    - ext4: add more mount time checks of the superblock
+    - ext4: check superblock mapped prior to committing
+    - HID: i2c-hid: Fix "incomplete report" noise
+    - HID: hiddev: fix potential Spectre v1
+    - HID: debug: check length before copy_to_user()
+    - media: vb2: core: Finish buffers at the end of the stream
+    - f2fs: truncate preallocated blocks in error case
+    - Revert "dpaa_eth: fix error in dpaa_remove()"
+    - Kbuild: fix # escaping in .cmd files for future Make
+    - media: cx25840: Use subdev host data for PLL override
+    - fs: allow per-device dax status checking for filesystems
+    - dax: change bdev_dax_supported() to support boolean returns
+    - dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()
+    - dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()
+    - dm: prevent DAX mounts if not supported
+    - mtd: cfi_cmdset_0002: Change definition naming to retry write operation
+    - mtd: cfi_cmdset_0002: Change erase functions to retry for error
+    - mtd: cfi_cmdset_0002: Change erase functions to check chip good only
+    - netfilter: nf_log: don't hold nf_log_mutex during user access
+    - staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()
+    - sched, tracing: Fix trace_sched_pi_setprio() for deboosting
+    - PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM
+    - drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.c
+    - scsi: aacraid: Fix PD performance regression over incorrect qd being set
+    - ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl
+    - drm/amdgpu: Add amdgpu_atpx_get_dhandle()
+    - drm/amdgpu: Dynamically probe for ATIF handle (v2)
+    - i2c: core: smbus: fix a potential missing-check bug
+
+  * Bionic update: upstream stable patchset 2018-12-12 (LP: #1808185)
+    - usb: cdc_acm: Add quirk for Uniden UBC125 scanner
+    - USB: serial: cp210x: add CESINEL device ids
+    - USB: serial: cp210x: add Silicon Labs IDs for Windows Update
+    - usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub
+    - acpi: Add helper for deactivating memory region
+    - usb: typec: ucsi: acpi: Workaround for cache mode issue
+    - usb: typec: ucsi: Fix for incorrect status data issue
+    - xhci: Fix kernel oops in trace_xhci_free_virt_device
+    - n_tty: Fix stall at n_tty_receive_char_special().
+    - n_tty: Access echo_* variables carefully.
+    - staging: android: ion: Return an ERR_PTR in ion_map_kernel
+    - serial: 8250_pci: Remove stalled entries in blacklist
+    - serdev: fix memleak on module unload
+    - vt: prevent leaking uninitialized data to userspace via /dev/vcs*
+    - drm/amdgpu: Add APU support in vi_set_uvd_clocks
+    - drm/amdgpu: Add APU support in vi_set_vce_clocks
+    - drm/amdgpu: fix the missed vcn fw version report
+    - drm/qxl: Call qxl_bo_unref outside atomic context
+    - drm/atmel-hlcdc: check stride values in the first plane
+    - drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes array
+    - drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helper
+    - drm/i915: Enable provoking vertex fix on Gen9 systems.
+    - netfilter: nf_tables: nft_compat: fix refcount leak on xt module
+    - netfilter: nft_compat: prepare for indirect info storage
+    - netfilter: nft_compat: fix handling of large matchinfo size
+    - netfilter: nf_tables: don't assume chain stats are set when jumplabel is set
+    - netfilter: nf_tables: bogus EBUSY in chain deletions
+    - netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval
+    - netfilter: nf_tables: disable preemption in nft_update_chain_stats()
+    - netfilter: nf_tables: increase nft_counters_enabled in
+      nft_chain_stats_replace()
+    - netfilter: nf_tables: fix memory leak on error exit return
+    - netfilter: nf_tables: add missing netlink attrs to policies
+    - netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()
+    - netfilter: don't set F_IFACE on ipv6 fib lookups
+    - netfilter: ip6t_rpfilter: provide input interface for route lookup
+    - netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
+    - ARM: dts: imx6q: Use correct SDMA script for SPI5 core
+    - xfrm6: avoid potential infinite loop in _decode_session6()
+    - afs: Fix directory permissions check
+    - netfilter: ebtables: handle string from userspace with care
+    - s390/dasd: use blk_mq_rq_from_pdu for per request data
+    - netfilter: nft_limit: fix packet ratelimiting
+    - ipvs: fix buffer overflow with sync daemon and service
+    - iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUs
+    - atm: zatm: fix memcmp casting
+    - net: qmi_wwan: Add Netgear Aircard 779S
+    - perf test: "Session topology" dumps core on s390
+    - perf bpf: Fix NULL return handling in bpf__prepare_load()
+    - fs: clear writeback errors in inode_init_always
+    - sched/core: Fix rules for running on online && !active CPUs
+    - sched/core: Require cpu_active() in select_task_rq(), for user tasks
+    - platform/x86: asus-wmi: Fix NULL pointer dereference
+    - net/sonic: Use dma_mapping_error()
+    - net: dsa: b53: Add BCM5389 support
+    - usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-entered
+    - iio: mma8452: Fix ignoring MMA8452_INT_DRDY
+    - drm/amdgpu: fix clear_all and replace handling in the VM (v2)
+    - drm/amd/display: Clear connector's edid pointer
+    - drm/i915/dp: Send DPCD ON for MST before phy_up
+    - drm/amdgpu: remove DC special casing for KB/ML
+    - drm/amdgpu: Don't default to DC support for Kaveri and older
+    - drm/amdgpu: GPU vs CPU page size fixes in amdgpu_vm_bo_split_mapping
+    - drm/amd/display: release spinlock before committing updates to stream
+    - drm/i915: Fix PIPESTAT irq ack on i965/g4x
+    - ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0
+    - x86/mm: Don't free P4D table when it is folded at runtime
+
+  * Bionic update: upstream stable patchset 2018-12-07 (LP: #1807469)
+    - x86/spectre_v1: Disable compiler optimizations over
+      array_index_mask_nospec()
+    - x86/mce: Improve error message when kernel cannot recover
+    - x86/mce: Check for alternate indication of machine check recovery on Skylake
+    - x86/mce: Fix incorrect "Machine check from unknown source" message
+    - x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()
+    - x86: Call fixup_exception() before notify_die() in math_error()
+    - m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()
+    - m68k/mac: Fix SWIM memory resource end address
+    - serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
+    - signal/xtensa: Consistenly use SIGBUS in do_unaligned_user
+    - PM / Domains: Fix error path during attach in genpd
+    - PM / core: Fix supplier device runtime PM usage counter imbalance
+    - PM / OPP: Update voltage in case freq == old_freq
+    - usb: do not reset if a low-speed or full-speed device timed out
+    - 1wire: family module autoload fails because of upper/lower case mismatch.
+    - ASoC: dapm: delete dapm_kcontrol_data paths list before freeing it
+    - ASoC: cs35l35: Add use_single_rw to regmap config
+    - ASoC: cirrus: i2s: Fix LRCLK configuration
+    - ASoC: cirrus: i2s: Fix {TX|RX}LinCtrlData setup
+    - thermal: bcm2835: Stop using printk format %pCr
+    - clk: renesas: cpg-mssr: Stop using printk format %pCr
+    - lib/vsprintf: Remove atomic-unsafe support for %pCr
+    - ftrace/selftest: Have the reset_trigger code be a bit more careful
+    - mips: ftrace: fix static function graph tracing
+    - branch-check: fix long->int truncation when profiling branches
+    - ipmi:bt: Set the timeout before doing a capabilities check
+    - Bluetooth: hci_qca: Avoid missing rampatch failure with userspace fw loader
+    - printk: fix possible reuse of va_list variable
+    - fuse: fix congested state leak on aborted connections
+    - fuse: atomic_o_trunc should truncate pagecache
+    - fuse: don't keep dead fuse_conn at fuse_fill_super().
+    - fuse: fix control dir setup and teardown
+    - powerpc/mm/hash: Add missing isync prior to kernel stack SLB switch
+    - powerpc/ptrace: Fix setting 512B aligned breakpoints with
+      PTRACE_SET_DEBUGREG
+    - powerpc/ptrace: Fix enforcement of DAWR constraints
+    - powerpc/powernv/ioda2: Remove redundant free of TCE pages
+    - powerpc/powernv: copy/paste - Mask SO bit in CR
+    - powerpc/fadump: Unregister fadump on kexec down path.
+    - soc: rockchip: power-domain: Fix wrong value when power up pd with writemask
+    - ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct size
+    - ARM: dts: Fix SPI node for Arria10
+    - ARM: dts: socfpga: Fix NAND controller node compatible
+    - ARM: dts: socfpga: Fix NAND controller clock supply
+    - ARM: dts: socfpga: Fix NAND controller node compatible for Arria10
+    - arm64: Fix syscall restarting around signal suppressed by tracer
+    - arm64: kpti: Use early_param for kpti= command-line option
+    - arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache
+      maintenance
+    - ARM64: dts: meson: disable sd-uhs modes on the libretech-cc
+    - of: overlay: validate offset from property fixups
+    - of: unittest: for strings, account for trailing \0 in property length field
+    - of: platform: stop accessing invalid dev in of_platform_device_destroy
+    - tpm: fix use after free in tpm2_load_context()
+    - tpm: fix race condition in tpm_common_write()
+    - IB/qib: Fix DMA api warning with debug kernel
+    - IB/{hfi1, qib}: Add handling of kernel restart
+    - IB/mlx4: Mark user MR as writable if actual virtual memory is writable
+    - IB/core: Make testing MR flags for writability a static inline function
+    - IB/mlx5: Fetch soft WQE's on fatal error state
+    - IB/isert: Fix for lib/dma_debug check_sync warning
+    - IB/isert: fix T10-pi check mask setting
+    - IB/hfi1: Fix fault injection init/exit issues
+    - IB/hfi1: Reorder incorrect send context disable
+    - IB/hfi1: Optimize kthread pointer locking when queuing CQ entries
+    - IB/hfi1: Fix user context tail allocation for DMA_RTAIL
+    - RDMA/mlx4: Discard unknown SQP work requests
+    - xprtrdma: Return -ENOBUFS when no pages are available
+    - mtd: cfi_cmdset_0002: Change write buffer to check correct value
+    - mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()
+    - mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chips
+    - mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudary
+    - mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.
+    - PCI: hv: Make sure the bus domain is really unique
+    - PCI: Add ACS quirk for Intel 7th & 8th Gen mobile
+    - PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on
+      resume
+    - auxdisplay: fix broken menu
+    - pinctrl: samsung: Correct EINTG banks order
+    - pinctrl: devicetree: Fix pctldev pointer overwrite
+    - cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0
+    - MIPS: io: Add barrier after register read in inX()
+    - time: Make sure jiffies_to_msecs() preserves non-zero time periods
+    - irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA node
+    - X.509: unpack RSA signatureValue field from BIT STRING
+    - Btrfs: fix return value on rename exchange failure
+    - iio: adc: ad7791: remove sample freq sysfs attributes
+    - iio: sca3000: Fix an error handling path in 'sca3000_probe()'
+    - mm: fix __gup_device_huge vs unmap
+    - scsi: qla2xxx: Fix setting lower transfer speed if GPSC fails
+    - scsi: qla2xxx: Mask off Scope bits in retry delay
+    - scsi: zfcp: fix missing SCSI trace for result of eh_host_reset_handler
+    - scsi: zfcp: fix missing SCSI trace for retry of abort / scsi_eh TMF
+    - scsi: zfcp: fix misleading REC trigger trace where erp_action setup failed
+    - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early return
+    - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io for
+      ERP_FAILED
+    - scsi: zfcp: fix missing REC trigger trace for all objects in ERP_FAILED
+    - scsi: zfcp: fix missing REC trigger trace on enqueue without ERP thread
+    - linvdimm, pmem: Preserve read-only setting for pmem devices
+    - clk: at91: PLL recalc_rate() now using cached MUL and DIV values
+    - rtc: sun6i: Fix bit_idx value for clk_register_gate
+    - md: fix two problems with setting the "re-add" device state.
+    - rpmsg: smd: do not use mananged resources for endpoints and channels
+    - ubi: fastmap: Cancel work upon detach
+    - ubi: fastmap: Correctly handle interrupted erasures in EBA
+    - backlight: as3711_bl: Fix Device Tree node lookup
+    - backlight: max8925_bl: Fix Device Tree node lookup
+    - backlight: tps65217_bl: Fix Device Tree node lookup
+    - mfd: intel-lpss: Program REMAP register in PIO mode
+    - arm: dts: mt7623: fix invalid memory node being generated
+    - perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
+    - perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
+    - perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP
+    - perf intel-pt: Fix MTC timing after overflow
+    - perf intel-pt: Fix "Unexpected indirect branch" error
+    - perf intel-pt: Fix packet decoding of CYC packets
+    - media: vsp1: Release buffers for each video node
+    - media: v4l2-compat-ioctl32: prevent go past max size
+    - media: dvb_frontend: fix locking issues at dvb_frontend_get_event()
+    - nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdir
+    - NFSv4: Fix possible 1-byte stack overflow in
+      nfs_idmap_read_and_verify_message
+    - NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")
+    - NFSv4: Fix a typo in nfs41_sequence_process
+    - ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices
+    - Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID
+    - pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume
+    - rbd: flush rbd_dev->watch_dwork after watch is unregistered
+    - mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()
+    - mm: fix devmem_is_allowed() for sub-page System RAM intersections
+    - xen: Remove unnecessary BUG_ON from __unbind_from_irq()
+    - udf: Detect incorrect directory size
+    - Input: xpad - fix GPD Win 2 controller name
+    - Input: elan_i2c_smbus - fix more potential stack buffer overflows
+    - ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl
+    - ALSA: hda/realtek - Fix pop noise on Lenovo P50 & co
+    - ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210
+    - slub: fix failure when we delete and create a slab cache
+    - block: Fix transfer when chunk sectors exceeds max
+    - block: Fix cloning of requests with a special payload
+    - x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=y
+    - dm zoned: avoid triggering reclaim from inside dmz_map()
+    - dm thin: handle running out of data space vs concurrent discard
+    - x86/platform/UV: Use new set memory block size function
+    - x86/platform/UV: Add kernel parameter to set memory block size
+    - platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.
+    - platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device found
+    - hwmon: (k10temp) Add support for Stoney Ridge and Bristol Ridge CPUs
+    - spi-nor: intel-spi: Remove unused preopcodes field
+    - mtd: spi-nor: intel-spi: Fix atomic sequence handling
+    - PCI / PM: Do not clear state_saved for devices that remain suspended
+    - ASoC: mediatek: preallocate pages use platform device
+    - libnvdimm, pmem: Do not flush power-fail protected CPU caches
+    - powerpc/64s: Set assembler machine type to POWER4
+    - powerpc/e500mc: Set assembler machine type to e500mc
+    - hwrng: core - Always drop the RNG in hwrng_unregister()
+    - softirq: Reorder trace_softirqs_on to prevent lockdep splat
+    - ARM64: dts: meson-gx: fix ATF reserved memory region
+    - mtd: rawnand: fix return value check for bad block status
+    - mtd: rawnand: mxc: set spare area size register explicitly
+    - PCI: Account for all bridges on bus when distributing bus numbers
+    - pinctrl: armada-37xx: Fix spurious irq management
+    - MIPS: pb44: Fix i2c-gpio GPIO descriptor table
+    - locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
+    - scsi: scsi_debug: Fix memory leak on module unload
+    - scsi: qla2xxx: Spinlock recursion in qla_target
+    - libnvdimm, pmem: Unconditionally deep flush on *sync
+    - f2fs: don't use GFP_ZERO for page caches
+    - mfd: twl-core: Fix clock initialization
+    - remoteproc: Prevent incorrect rproc state on xfer mem ownership failure
+    - media: rc: mce_kbd decoder: fix stuck keys
+    - Input: silead - add Chuwi Hi8 support
+    - Input: silead - add MSSL0002 ACPI HID
+    - ALSA: hda - Force to link down at runtime suspend on ATI/AMD HDMI
+    - i2c: gpio: initialize SCL to HIGH again
+    - kasan: depend on CONFIG_SLUB_DEBUG
+    - dm: ensure bio submission follows a depth-first tree walk
+    - dm: rename 'bio' member of dm_io structure to 'orig_bio'
+    - dm: use bio_split() when splitting out the already processed bio
+    - x86/e820: put !E820_TYPE_RAM regions into memblock.reserved
+
+  * Support AverMedia DVD EZMaker 7 USB video capture dongle (LP: #1620762) //
+    Bionic update: upstream stable patchset 2018-12-07 (LP: #1807469)
+    - media: cx231xx: Add support for AverMedia DVD EZMaker 7
+
+ -- Kleber Sacilotto de Souza <kleber.souza@canonical.com>  Mon, 14 Jan 2019 09:38:05 +0000
+
+linux (4.15.0-43.46) bionic; urgency=medium
+
+  * linux: 4.15.0-43.46 -proposed tracker (LP: #1806659)
+
+  * System randomly hangs during suspend when mei_wdt is loaded (LP: #1803942)
+    - SAUCE: base/dd: limit release function changes to vfio driver only
+
+  * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
+    - xhci: Allow more than 32 quirks
+    - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
+
+  * linux-buildinfo: pull out ABI information into its own package
+    (LP: #1806380)
+    - [Packaging] limit preparation to linux-libc-dev in headers
+    - [Packaging] commonise debhelper invocation
+    - [Packaging] ABI -- accumulate abi information at the end of the build
+    - [Packaging] buildinfo -- add basic build information
+    - [Packaging] buildinfo -- add firmware information to the flavour ABI
+    - [Packaging] buildinfo -- add compiler information to the flavour ABI
+    - [Packaging] buildinfo -- add buildinfo support to getabis
+    - [Config] buildinfo -- add retpoline version markers
+
+  * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
+    - [Packaging] own /usr/lib/linux/triggers
+
+  * CVE-2018-12896
+    - posix-timers: Sanitize overrun handling
+
+  * CVE-2018-16276
+    - USB: yurex: fix out-of-bounds uaccess in read handler
+
+  * CVE-2018-10902
+    - ALSA: rawmidi: Change resized buffers atomically
+
+  * CVE-2018-18710
+    - cdrom: fix improper type cast, which can leat to information leak.
+
+  * CVE-2018-18690
+    - xfs: don't fail when converting shortform attr to long form during
+      ATTR_REPLACE
+
+  * CVE-2018-14734
+    - infiniband: fix a possible use-after-free bug
+
+  * CVE-2018-18445
+    - bpf: 32-bit RSH verification must truncate input before the ALU op
+
+  * Packaging resync (LP: #1786013)
+    - [Packaging] update helper scripts
+
+ -- Kleber Sacilotto de Souza <kleber.souza@canonical.com>  Thu, 06 Dec 2018 13:52:12 +0000
+
+linux (4.15.0-42.45) bionic; urgency=medium
+
+  * linux: 4.15.0-42.45 -proposed tracker (LP: #1803592)
+
+  * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
+    - KVM: s390: reset crypto attributes for all vcpus
+    - KVM: s390: vsie: simulate VCPU SIE entry/exit
+    - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
+    - KVM: s390: refactor crypto initialization
+    - s390: vfio-ap: base implementation of VFIO AP device driver
+    - s390: vfio-ap: register matrix device with VFIO mdev framework
+    - s390: vfio-ap: sysfs interfaces to configure adapters
+    - s390: vfio-ap: sysfs interfaces to configure domains
+    - s390: vfio-ap: sysfs interfaces to configure control domains
+    - s390: vfio-ap: sysfs interface to view matrix mdev matrix
+    - KVM: s390: interface to clear CRYCB masks
+    - s390: vfio-ap: implement mediated device open callback
+    - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
+    - s390: vfio-ap: zeroize the AP queues
+    - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
+    - KVM: s390: Clear Crypto Control Block when using vSIE
+    - KVM: s390: vsie: Do the CRYCB validation first
+    - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
+    - KVM: s390: vsie: Allow CRYCB FORMAT-2
+    - KVM: s390: vsie: allow CRYCB FORMAT-1
+    - KVM: s390: vsie: allow CRYCB FORMAT-0
+    - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
+    - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
+    - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
+    - KVM: s390: device attrs to enable/disable AP interpretation
+    - KVM: s390: CPU model support for AP virtualization
+    - s390: doc: detailed specifications for AP virtualization
+    - KVM: s390: fix locking for crypto setting error path
+    - KVM: s390: Tracing APCB changes
+    - s390: vfio-ap: setup APCB mask using KVM dedicated function
+    - s390/zcrypt: Add ZAPQ inline function.
+    - s390/zcrypt: Review inline assembler constraints.
+    - s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.
+    - s390/zcrypt: fix ap_instructions_available() returncodes
+    - s390/zcrypt: remove VLA usage from the AP bus
+    - s390/zcrypt: Remove deprecated ioctls.
+    - s390/zcrypt: Remove deprecated zcrypt proc interface.
+    - s390/zcrypt: Support up to 256 crypto adapters.
+    - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
+
+  * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
+    - mount: Retest MNT_LOCKED in do_umount
+    - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
+
+  *  CVE-2018-18955: nested user namespaces with more than five extents
+    incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
+    - userns: also map extents in the reverse map to kernel IDs
+
+  * kdump fail due to an IRQ storm (LP: #1797990)
+    - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
+    - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
+    - SAUCE: x86/quirks: Scan all busses for early PCI quirks
+
+ -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com>  Thu, 15 Nov 2018 17:01:46 -0200
+
+linux (4.15.0-40.43) bionic; urgency=medium
+
+  * linux: 4.15.0-40.43 -proposed tracker (LP: #1802554)
+
+  * crash in ENA driver on removing an interface (LP: #1802341)
+    - SAUCE: net: ena: fix crash during ena_remove()
+
+  * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
+    (LP: #1797367)
+    - s390/qeth: don't keep track of MAC address's cast type
+    - s390/qeth: consolidate qeth MAC address helpers
+    - s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]
+    - s390/qeth: remove outdated portname debug msg
+    - s390/qeth: reduce hard-coded access to ccw channels
+    - s390/qeth: sanitize strings in debug messages
+
+  * [18.04 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
+    binding (LP: #1799184)
+    - s390/zcrypt: code beautify
+    - s390/zcrypt: AP bus support for alternate driver(s)
+    - s390/zcrypt: hex string mask improvements for apmask and aqmask.
+    - s390/zcrypt: remove unused functions and declarations
+    - s390/zcrypt: Show load of cards and queues in sysfs
+
+  * [GLK/CLX] Enhanced IBRS (LP: #1786139)
+    - x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
+    - x86/speculation: Support Enhanced IBRS on future CPUs
+
+  * Allow signed kernels to be kexec'ed under lockdown (LP: #1798441)
+    - Fix kexec forbidding kernels signed with keys in the secondary keyring to
+      boot
+
+  * Overlayfs in user namespace leaks directory content of inaccessible
+    directories (LP: #1793458) // CVE-2018-6559
+    - SAUCE: overlayfs: ensure mounter privileges when reading directories
+
+  * Update ENA driver to version 2.0.1K (LP: #1798182)
+    - net: ena: remove ndo_poll_controller
+    - net: ena: fix warning in rmmod caused by double iounmap
+    - net: ena: fix rare bug when failed restart/resume is followed by driver
+      removal
+    - net: ena: fix NULL dereference due to untimely napi initialization
+    - net: ena: fix auto casting to boolean
+    - net: ena: minor performance improvement
+    - net: ena: complete host info to match latest ENA spec
+    - net: ena: introduce Low Latency Queues data structures according to ENA spec
+    - net: ena: add functions for handling Low Latency Queues in ena_com
+    - net: ena: add functions for handling Low Latency Queues in ena_netdev
+    - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
+    - net: ena: explicit casting and initialization, and clearer error handling
+    - net: ena: limit refill Rx threshold to 256 to avoid latency issues
+    - net: ena: change rx copybreak default to reduce kernel memory pressure
+    - net: ena: remove redundant parameter in ena_com_admin_init()
+    - net: ena: update driver version to 2.0.1
+    - net: ena: fix indentations in ena_defs for better readability
+    - net: ena: Fix Kconfig dependency on X86
+    - net: ena: enable Low Latency Queues
+    - net: ena: fix compilation error in xtensa architecture
+
+  * Bionic update: upstream stable patchset 2018-10-29 (LP: #1800537)
+    - bonding: re-evaluate force_primary when the primary slave name changes
+    - cdc_ncm: avoid padding beyond end of skb
+    - ipv6: allow PMTU exceptions to local routes
+    - net: dsa: add error handling for pskb_trim_rcsum
+    - net/sched: act_simple: fix parsing of TCA_DEF_DATA
+    - tcp: verify the checksum of the first data segment in a new connection
+    - udp: fix rx queue len reported by diag and proc interface
+    - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
+      vlan
+    - tls: fix use-after-free in tls_push_record
+    - ext4: fix hole length detection in ext4_ind_map_blocks()
+    - ext4: update mtime in ext4_punch_hole even if no blocks are released
+    - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
+    - ext4: fix fencepost error in check for inode count overflow during resize
+    - driver core: Don't ignore class_dir_create_and_add() failure.
+    - Btrfs: fix clone vs chattr NODATASUM race
+    - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
+    - btrfs: return error value if create_io_em failed in cow_file_range
+    - btrfs: scrub: Don't use inode pages for device replace
+    - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
+    - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
+    - ALSA: hda: add dock and led support for HP EliteBook 830 G5
+    - ALSA: hda: add dock and led support for HP ProBook 640 G4
+    - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
+    - smb3: fix various xid leaks
+    - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
+      expiry
+    - cifs: For SMB2 security informaion query, check for minimum sized security
+      descriptor instead of sizeof FileAllInformation class
+    - nbd: fix nbd device deletion
+    - nbd: update size when connected
+    - nbd: use bd_set_size when updating disk size
+    - blk-mq: reinit q->tag_set_list entry only after grace period
+    - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
+    - cpufreq: Fix new policy initialization during limits updates via sysfs
+    - cpufreq: governors: Fix long idle detection logic in load calculation
+    - libata: zpodd: small read overflow in eject_tray()
+    - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
+    - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
+    - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
+    - iwlwifi: fw: harden page loading code
+    - orangefs: set i_size on new symlink
+    - orangefs: report attributes_mask and attributes for statx
+    - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
+    - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
+    - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
+    - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
+    - cpufreq: ti-cpufreq: Fix an incorrect error return value
+    - x86/vector: Fix the args of vector_alloc tracepoint
+    - x86/apic/vector: Prevent hlist corruption and leaks
+    - x86/apic: Provide apic_ack_irq()
+    - x86/ioapic: Use apic_ack_irq()
+    - x86/platform/uv: Use apic_ack_irq()
+    - irq_remapping: Use apic_ack_irq()
+    - genirq/generic_pending: Do not lose pending affinity update
+    - genirq/affinity: Defer affinity setting if irq chip is busy
+    - genirq/migration: Avoid out of line call if pending is not set
+
+  * [bionic]mlx5: reading SW stats through ifstat cause kernel crash
+    (LP: #1799049)
+    - net/mlx5e: Don't attempt to dereference the ppriv struct if not being
+      eswitch manager
+
+  * [Bionic][Cosmic]  ipmi: Fix timer race with module unload (LP: #1799281)
+    - ipmi: Fix timer race with module unload
+
+  * [Bionic] ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
+    (LP: #1799276)
+    - ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
+
+  * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
+    - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
+
+  * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
+    than 255 bytes (LP: #1799794)
+    - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
+
+  * libvirtd is unable to configure bridge devices inside of LXD containers
+    (LP: #1784501)
+    - kernfs: allow creating kernfs objects with arbitrary uid/gid
+    - sysfs, kobject: allow creating kobject belonging to arbitrary users
+    - kobject: kset_create_and_add() - fetch ownership info from parent
+    - driver core: set up ownership of class devices in sysfs
+    - net-sysfs: require net admin in the init ns for setting tx_maxrate
+    - net-sysfs: make sure objects belong to container's owner
+    - net: create reusable function for getting ownership info of sysfs inodes
+    - bridge: make sure objects belong to container's owner
+    - sysfs: Fix regression when adding a file to an existing group
+
+  * [Ubuntu] kvm: fix deadlock when killed by oom (LP: #1800849)
+    - s390/kvm: fix deadlock when killed by oom
+
+  * [Ubuntu] net/af_iucv: fix skb leaks for HiperTransport (LP: #1800639)
+    - net/af_iucv: drop inbound packets with invalid flags
+    - net/af_iucv: fix skb handling on HiperTransport xmit error
+
+  * Power consumption during s2idle is higher than long idle(sk hynix)
+    (LP: #1801875)
+    - SAUCE: pci: prevent sk hynix nvme from entering D3
+    - SAUCE: nvme: add quirk to not call disable function when suspending
+
+  * Enable keyboard wakeup for S2Idle laptops (LP: #1798552)
+    - Input: i8042 - enable keyboard wakeups by default when s2idle is used
+
+  * NULL pointer dereference at 0000000000000020 when access
+    dst_orig->ops->family in function  xfrm_lookup_with_ifid() (LP: #1801878)
+    - xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.
+
+  * [Ubuntu] qdio: reset old sbal_state flags (LP: #1801686)
+    - s390/qdio: reset old sbal_state flags
+
+  * hns3: map tx ring to tc (LP: #1802023)
+    - net: hns3: Set tx ring' tc info when netdev is up
+
+  * [Ubuntu] qeth: Fix potential array overrun in cmd/rc lookup (LP: #1800641)
+    - s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its function
+    - s390: qeth: Fix potential array overrun in cmd/rc lookup
+
+  * Vulkan applications cause permanent memory leak with Intel GPU
+    (LP: #1798165)
+    - drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set
+
+  * Mounting SOFS SMB shares fails (LP: #1792580)
+    - cifs: connect to servername instead of IP for IPC$ share
+
+  * Packaging resync (LP: #1786013)
+    - [Package] add support for specifying the primary makefile
+
+ -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com>  Fri, 09 Nov 2018 17:29:18 -0200
+
+linux (4.15.0-39.42) bionic; urgency=medium
+
+  * linux: 4.15.0-39.42 -proposed tracker (LP: #1799411)
+
+  * Linux: insufficient shootdown for paging-structure caches (LP: #1798897)
+    - mm: move tlb_table_flush to tlb_flush_mmu_free
+    - mm/tlb: Remove tlb_remove_table() non-concurrent condition
+    - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
+    - [Config] CONFIG_HAVE_RCU_TABLE_INVALIDATE=y
+
+  * Ubuntu18.04: GPU total memory is reduced (LP: #1792102)
+    - Revert "powerpc/powernv: Increase memory block size to 1GB on radix"
+
+  * arm64: snapdragon: reduce boot noise (LP: #1797154)
+    - [Config] arm64: snapdragon: DRM_MSM=m
+    - [Config] arm64: snapdragon: SND*=m
+    - [Config] arm64: snapdragon: disable ARM_SDE_INTERFACE
+    - [Config] arm64: snapdragon: disable DRM_I2C_ADV7511_CEC
+    - [Config] arm64: snapdragon: disable VIDEO_ADV7511, VIDEO_COBALT
+
+  * [Bionic] CPPC bug fixes (LP: #1796949)
+    - ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace id
+    - cpufreq: CPPC: Don't set transition_latency
+    - ACPI / CPPC: Fix invalid PCC channel status errors
+
+  * regression in 'ip --family bridge neigh' since linux v4.12 (LP: #1796748)
+    - rtnetlink: fix rtnl_fdb_dump() for ndmsg header
+
+  * screen displays abnormally on the lenovo M715 with the AMD GPU (Radeon Vega
+    8 Mobile, rev ca, 1002:15dd) (LP: #1796786)
+    - drm/amd/display: Fix takover from VGA mode
+    - drm/amd/display: early return if not in vga mode in disable_vga
+    - drm/amd/display: Refine disable VGA
+
+  * arm64: snapdragon: WARNING: CPU: 0 PID: 1 arch/arm64/kernel/setup.c:271
+    reserve_memblock_reserved_regions (LP: #1797139)
+    - SAUCE: arm64: Fix /proc/iomem for reserved but not memory regions
+
+  * The front MIC can't work on the Lenovo M715 (LP: #1797292)
+    - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
+
+  * Keyboard backlight sysfs sometimes is missing on Dell laptops (LP: #1797304)
+    - platform/x86: dell-smbios: Correct some style warnings
+    - platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base
+    - platform/x86: dell-smbios: Link all dell-smbios-* modules together
+    - [Config] CONFIG_DELL_SMBIOS_SMM=y, CONFIG_DELL_SMBIOS_WMI=y
+
+  * rpi3b+: ethernet not working (LP: #1797406)
+    - lan78xx: Don't reset the interface on open
+
+  * 87cdf3148b11 was never backported to 4.15  (LP: #1795653)
+    - xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto
+
+  * [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside debian
+    chroot env in P9 KVM guest with HTM enabled (kvm) (LP: #1792501)
+    - KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds
+
+  * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
+    - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
+      VM
+
+  * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
+    - SAUCE: fscache: Fix race in decrementing refcount of op->npages
+
+  * CVE-2018-9363
+    - Bluetooth: hidp: buffer overflow in hidp_process_report
+
+  * CVE-2017-13168
+    - scsi: sg: mitigate read/write abuse
+
+  * [Bionic] ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID
+    is set (LP: #1797200)
+    - ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set
+
+  * [Bionic] arm64: topology: Avoid checking numa mask for scheduler MC
+    selection (LP: #1797202)
+    - arm64: topology: Avoid checking numa mask for scheduler MC selection
+
+  * crypto/vmx - Backport of Fix sleep-in-atomic bugs patch for 18.04
+    (LP: #1790832)
+    - crypto: vmx - Fix sleep-in-atomic bugs
+
+  * hns3: autoneg settings get lost on down/up (LP: #1797654)
+    - net: hns3: Fix for information of phydev lost problem when down/up
+
+  * not able to unwind the stack from within __kernel_clock_gettime in the Linux
+    vDSO (LP: #1797963)
+    - powerpc/vdso: Correct call frame information
+
+  * Signal 7 error when running GPFS tracing in cluster (LP: #1792195)
+    - powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.
+    - powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transition
+
+  * Support Edge Gateway's WIFI LED (LP: #1798330)
+    - SAUCE: mwifiex: Switch WiFi LED state according to the device status
+
+  * Support Edge Gateway's Bluetooth LED (LP: #1798332)
+    - SAUCE: Bluetooth: Support for LED on Edge Gateways
+
+  * USB cardreader (0bda:0328) make the system can't enter s3 or hang
+    (LP: #1798328)
+    - usb: Don't disable Latency tolerance Messaging (LTM) before port reset
+
+  * CVE-2018-15471
+    - xen-netback: fix input validation in xenvif_set_hash_mapping()
+
+  * CVE-2018-16658
+    - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
+
+  * [Bionic] Update ThunderX2 implementation defined pmu core events
+    (LP: #1796904)
+    - perf vendor events arm64: Update ThunderX2 implementation defined pmu core
+      events
+
+  * the machine of lenovo M715 with the AMD GPU (Radeon Vega 8 Mobile, rev ca,
+    1002:15dd) often hangs randomly (LP: #1796789)
+    - drm/amd: Add missing fields in atom_integrated_system_info_v1_11
+
+  * [18.04] GLK hang after a while (LP: #1760545)
+    - drm/i915/glk: Add MODULE_FIRMWARE for Geminilake
+
+  * Fix usbcore.quirks when used at boot (LP: #1795784)
+    - usb: core: safely deal with the dynamic quirk lists
+
+ -- Kleber Sacilotto de Souza <kleber.souza@canonical.com>  Tue, 23 Oct 2018 14:44:55 +0000
+
+linux (4.15.0-38.41) bionic; urgency=medium
+
+  * linux: 4.15.0-38.41 -proposed tracker (LP: #1797061)
+
+  * Silent data corruption in Linux kernel 4.15 (LP: #1796542)
+    - block: add a lower-level bio_add_page interface
+    - block: bio_iov_iter_get_pages: fix size of last iovec
+    - blkdev: __blkdev_direct_IO_simple: fix leak in error case
+    - block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Wed, 10 Oct 2018 11:20:35 +0200
+
+linux (4.15.0-37.40) bionic; urgency=medium
+
+  * linux: 4.15.0-37.40 -proposed tracker (LP: #1795564)
+
+  * hns3: enable ethtool rx-vlan-filter on supported hw (LP: #1793394)
+    - net: hns3: Add vlan filter setting by ethtool command -K
+
+  * hns3: Modifying channel parameters will reset ring parameters back to
+    defaults (LP: #1793404)
+    - net: hns3: Fix desc num set to default when setting channel
+
+  * hisi_sas: Add SATA FIX check for v3 hw (LP: #1794151)
+    - scsi: hisi_sas: Add SATA FIS check for v3 hw
+
+  * Fix potential corruption using SAS controller on HiSilicon arm64 boards
+    (LP: #1794156)
+    - scsi: hisi_sas: add memory barrier in task delivery function
+
+  * hisi_sas: Reduce unnecessary spin lock contention (LP: #1794165)
+    - scsi: hisi_sas: Tidy hisi_sas_task_prep()
+
+  * Add functional level reset support for the SAS controller on HiSilicon D06
+    systems (LP: #1794166)
+    - scsi: hisi_sas: tidy host controller reset function a bit
+    - scsi: hisi_sas: relocate some common code for v3 hw
+    - scsi: hisi_sas: Implement handlers of PCIe FLR for v3 hw
+
+  * HiSilicon SAS controller doesn't recover from PHY STP link timeout
+    (LP: #1794172)
+    - scsi: hisi_sas: tidy channel interrupt handler for v3 hw
+    - scsi: hisi_sas: Fix the failure of recovering PHY from STP link timeout
+
+  * getxattr: always handle namespaced attributes (LP: #1789746)
+    - getxattr: use correct xattr length
+
+  * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
+    - PCI: Reprogram bridge prefetch registers on resume
+
+  * Fails to boot under Xen PV: BUG: unable to handle kernel paging request at
+    edc21fd9 (LP: #1789118)
+    - x86/EISA: Don't probe EISA bus for Xen PV guests
+
+  * qeth: use vzalloc for QUERY OAT buffer (LP: #1793086)
+    - s390/qeth: use vzalloc for QUERY OAT buffer
+
+  * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
+    - Input: elantech - enable middle button of touchpad on ThinkPad P72
+
+  * Dell new AIO requires a new uart backlight driver (LP: #1727235)
+    - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
+    - updateconfigs for Dell UART backlight driver
+
+  * [Ubuntu] s390/crypto: Fix return code checking in cbc_paes_crypt.
+    (LP: #1794294)
+    - s390/crypto: Fix return code checking in cbc_paes_crypt()
+
+  * hns3: Retrieve RoCE MSI-X config from firmware (LP: #1793221)
+    - net: hns3: Fix MSIX allocation issue for VF
+    - net: hns3: Refine the MSIX allocation for PF
+
+  * net: hns: Avoid hang when link is changed while handling packets
+    (LP: #1792209)
+    - net: hns: add the code for cleaning pkt in chip
+    - net: hns: add netif_carrier_off before change speed and duplex
+
+  * Page leaking in cachefiles_read_backing_file while vmscan is active
+    (LP: #1793430)
+    - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
+      is active
+
+  * some nvidia p1000 graphic cards hang during the boot (LP: #1791569)
+    - drm/nouveau/gr/gf100-: virtualise tpc_mask + apply fixes from traces
+
+  * Error reported when creating ZFS pool with "-t" option, despite successful
+    pool creation (LP: #1769937)
+    - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu16.4
+
+  * Fix I2C touchpanels' interrupt storms after system suspend (LP: #1792309)
+    - HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen
+    - HID: i2c-hid: Don't reset device upon system resume
+
+  * ipmmu is always registered (LP: #1783746)
+    - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
+      VMSA
+
+  * Bionic update: upstream stable patchset 2018-09-27 (LP: #1794889)
+    - clocksource/drivers/imx-tpm: Correct some registers operation flow
+    - Input: synaptics-rmi4 - fix an unchecked out of memory error path
+    - KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update
+    - x86: Add check for APIC access address for vmentry of L2 guests
+    - MIPS: io: Prevent compiler reordering writeX()
+    - nfp: ignore signals when communicating with management FW
+    - perf report: Fix switching to another perf.data file
+    - fsnotify: fix ignore mask logic in send_to_group()
+    - MIPS: io: Add barrier after register read in readX()
+    - s390/smsgiucv: disable SMSG on module unload
+    - isofs: fix potential memory leak in mount option parsing
+    - MIPS: dts: Boston: Fix PCI bus dtc warnings:
+    - spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR
+    - doc: Add vendor prefix for Kieback & Peter GmbH
+    - dt-bindings: pinctrl: sunxi: Fix reference to driver
+    - dt-bindings: serial: sh-sci: Add support for r8a77965 (H)SCIF
+    - dt-bindings: dmaengine: rcar-dmac: document R8A77965 support
+    - clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux
+    - ASoC: rt5514: Add the missing register in the readable table
+    - eCryptfs: don't pass up plaintext names when using filename encryption
+    - soc: bcm: raspberrypi-power: Fix use of __packed
+    - soc: bcm2835: Make !RASPBERRYPI_FIRMWARE dummies return failure
+    - PCI: kirin: Fix reset gpio name
+    - ASoC: topology: Fix bugs of freeing soc topology
+    - xen: xenbus_dev_frontend: Really return response string
+    - ASoC: topology: Check widget kcontrols before deref.
+    - spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
+    - blkcg: don't hold blkcg lock when deactivating policy
+    - tipc: fix infinite loop when dumping link monitor summary
+    - scsi: iscsi: respond to netlink with unicast when appropriate
+    - scsi: megaraid_sas: Do not log an error if FW successfully initializes.
+    - scsi: target: fix crash with iscsi target and dvd
+    - netfilter: nf_tables: NAT chain and extensions require NF_TABLES
+    - netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
+    - ASoC: msm8916-wcd-analog: use threaded context for mbhc events
+    - drm/msm: Fix possible null dereference on failure of get_pages()
+    - drm/msm/dsi: use correct enum in dsi_get_cmd_fmt
+    - drm/msm: don't deref error pointer in the msm_fbdev_create error path
+    - blkcg: init root blkcg_gq under lock
+    - vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
+    - parisc: time: Convert read_persistent_clock() to read_persistent_clock64()
+    - scsi: storvsc: Set up correct queue depth values for IDE devices
+    - scsi: isci: Fix infinite loop in while loop
+    - mm, pagemap: fix swap offset value for PMD migration entry
+    - proc: revalidate kernel thread inodes to root:root
+    - kexec_file: do not add extra alignment to efi memmap
+    - mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()
+    - usb: typec: ucsi: fix tracepoint related build error
+    - ACPI / PM: Blacklist Low Power S0 Idle _DSM for ThinkPad X1 Tablet(2016)
+    - dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/
+    - net: phy: marvell: clear wol event before setting it
+    - ARM: dts: da850: fix W=1 warnings with pinmux node
+    - ACPI / watchdog: Prefer iTCO_wdt on Lenovo Z50-70
+    - drm/amdkfd: fix clock counter retrieval for node without GPU
+    - thermal: int3403_thermal: Fix NULL pointer deref on module load / probe
+    - net: ethtool: Add missing kernel doc for FEC parameters
+    - arm64: ptrace: remove addr_limit manipulation
+    - HID: lenovo: Add support for IBM/Lenovo Scrollpoint mice
+    - HID: wacom: Release device resource data obtained by devres_alloc()
+    - selftests: ftrace: Add a testcase for multiple actions on trigger
+    - rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
+    - perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1
+    - remoteproc: qcom: Fix potential device node leaks
+    - rpmsg: added MODULE_ALIAS for rpmsg_char
+    - HID: intel-ish-hid: use put_device() instead of kfree()
+    - blk-mq: fix sysfs inflight counter
+    - arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
+    - KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
+    - libahci: Allow drivers to override stop_engine
+    - ata: ahci: mvebu: override ahci_stop_engine for mvebu AHCI
+    - x86/cpu/intel: Add missing TLB cpuid values
+    - bpf: fix uninitialized variable in bpf tools
+    - i2c: sprd: Prevent i2c accesses after suspend is called
+    - i2c: sprd: Fix the i2c count issue
+    - tipc: fix bug in function tipc_nl_node_dump_monitor
+    - nvme: depend on INFINIBAND_ADDR_TRANS
+    - nvmet-rdma: depend on INFINIBAND_ADDR_TRANS
+    - ib_srpt: depend on INFINIBAND_ADDR_TRANS
+    - ib_srp: depend on INFINIBAND_ADDR_TRANS
+    - IB: make INFINIBAND_ADDR_TRANS configurable
+    - IB/uverbs: Fix validating mandatory attributes
+    - RDMA/cma: Fix use after destroy access to net namespace for IPoIB
+    - RDMA/iwpm: fix memory leak on map_info
+    - IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV
+    - IB/rxe: avoid double kfree_skb
+    - <linux/stringhash.h>: fix end_name_hash() for 64bit long
+    - IB/core: Make ib_mad_client_id atomic
+    - ARM: davinci: board-da830-evm: fix GPIO lookup for MMC/SD
+    - ARM: davinci: board-da850-evm: fix GPIO lookup for MMC/SD
+    - ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup
+    - ARM: davinci: board-dm355-evm: fix broken networking
+    - dt-bindings: panel: lvds: Fix path to display timing bindings
+    - ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for trace
+    - ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
+    - ARM: dts: logicpd-som-lv: Fix Audio Mute
+    - Input: atmel_mxt_ts - fix the firmware update
+    - hexagon: add memset_io() helper
+    - hexagon: export csum_partial_copy_nocheck
+    - scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts
+    - bpf, x64: fix memleak when not converging after image
+    - parisc: drivers.c: Fix section mismatches
+    - stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock
+    - kthread, sched/wait: Fix kthread_parkme() wait-loop
+    - arm64: tegra: Make BCM89610 PHY interrupt as active low
+    - iommu/vt-d: fix shift-out-of-bounds in bug checking
+    - nvme: fix potential memory leak in option parsing
+    - nvme: Set integrity flag for user passthrough commands
+    - ARM: OMAP1: ams-delta: fix deferred_fiq handler
+    - smc: fix sendpage() call
+    - IB/hfi1 Use correct type for num_user_context
+    - IB/hfi1: Fix memory leak in exception path in get_irq_affinity()
+    - RDMA/cma: Do not query GID during QP state transition to RTR
+    - spi: bcm2835aux: ensure interrupts are enabled for shared handler
+    - sched/core: Introduce set_special_state()
+    - sh: fix build failure for J2 cpu with SMP disabled
+    - tee: check shm references are consistent in offset/size
+    - mac80211: Adjust SAE authentication timeout
+    - drm/omap: silence unititialized variable warning
+    - drm/omap: fix uninitialized ret variable
+    - drm/omap: fix possible NULL ref issue in tiler_reserve_2d
+    - drm/omap: check return value from soc_device_match
+    - drm/omap: handle alloc failures in omap_connector
+    - driver core: add __printf verification to __ata_ehi_pushv_desc
+    - ARM: dts: cygnus: fix irq type for arm global timer
+    - mac80211: use timeout from the AddBA response instead of the request
+    - net: aquantia: driver should correctly declare vlan_features bits
+    - can: dev: increase bus-off message severity
+    - arm64: Add MIDR encoding for NVIDIA CPUs
+    - cifs: smb2ops: Fix listxattr() when there are no EAs
+    - agp: uninorth: make two functions static
+    - tipc: eliminate KMSAN uninit-value in strcmp complaint
+    - qed: Fix l2 initializations over iWARP personality
+    - qede: Fix gfp flags sent to rdma event node allocation
+    - rxrpc: Fix error reception on AF_INET6 sockets
+    - rxrpc: Fix the min security level for kernel calls
+    - KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
+    - x86: Delay skip of emulated hypercall instruction
+    - ixgbe: return error on unsupported SFP module when resetting
+    - net sched actions: fix invalid pointer dereferencing if skbedit flags
+      missing
+    - proc/kcore: don't bounds check against address 0
+    - ocfs2: take inode cluster lock before moving reflinked inode from orphan dir
+    - kprobes/x86: Prohibit probing on exception masking instructions
+    - uprobes/x86: Prohibit probing on MOV SS instruction
+    - objtool, kprobes/x86: Sync the latest <asm/insn.h> header with
+      tools/objtool/arch/x86/include/asm/insn.h
+    - x86/pkeys/selftests: Adjust the self-test to fresh distros that export the
+      pkeys ABI
+    - x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX
+      ABI
+    - x86/selftests: Add mov_to_ss test
+    - x86/pkeys/selftests: Give better unexpected fault error messages
+    - x86/pkeys/selftests: Stop using assert()
+    - x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal
+    - x86/pkeys/selftests: Allow faults on unknown keys
+    - x86/pkeys/selftests: Factor out "instruction page"
+    - x86/pkeys/selftests: Add PROT_EXEC test
+    - x86/pkeys/selftests: Fix pkey exhaustion test off-by-one
+    - x86/pkeys/selftests: Fix pointer math
+    - x86/pkeys/selftests: Save off 'prot' for allocations
+    - x86/pkeys/selftests: Add a test for pkey 0
+    - mtd: Fix comparison in map_word_andequal()
+    - afs: Fix the non-encryption of calls
+    - usb: musb: fix remote wakeup racing with suspend
+    - ARM: keystone: fix platform_domain_notifier array overrun
+    - i2c: pmcmsp: return message count on master_xfer success
+    - i2c: pmcmsp: fix error return from master_xfer
+    - i2c: viperboard: return message count on master_xfer success
+    - ARM: davinci: dm646x: fix timer interrupt generation
+    - ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIF
+    - ARM: davinci: board-dm646x-evm: set VPIF capture card name
+    - clk: imx6ull: use OSC clock during AXI rate change
+    - locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
+    - locking/percpu-rwsem: Annotate rwsem ownership transfer by setting
+      RWSEM_OWNER_UNKNOWN
+    - drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()
+    - sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to
+      kernel/sched/sched.h
+    - sched/deadline: Make the grub_reclaim() function static
+    - parisc: Move setup_profiling_timer() out of init section
+    - efi/libstub/arm64: Handle randomized TEXT_OFFSET
+    - ARM: 8753/1: decompressor: add a missing parameter to the addruart macro
+    - ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the
+      kernel
+    - ARM: kexec: fix kdump register saving on panic()
+    - Revert "Btrfs: fix scrub to repair raid6 corruption"
+    - Btrfs: fix scrub to repair raid6 corruption
+    - Btrfs: make raid6 rebuild retry more
+    - tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
+    - ibmvnic: Do not notify peers on parameter change resets
+    - dt-bindings: net: ravb: Add support for r8a77965 SoC
+    - X86/KVM: Properly update 'tsc_offset' to represent the running guest
+    - kvm: x86: move MSR_IA32_TSC handling to x86.c
+    - ARM: dts: Fix cm2 and prm sizes for omap4
+    - powerpc/64s: Default l1d_size to 64K in RFI fallback flush
+    - KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
+    - arm64: kasan: avoid pfn_to_nid() before page array is initialized
+    - ARM64: dts: meson-gxl: add USB host support
+    - ARM64: dts: meson-gxm: add GXM specific USB host configuration
+    - ARM64: dts: meson-gxl-s905x-p212: enable the USB controller
+    - ARM64: dts: meson-gx-p23x-q20x: enable the USB controller
+    - ARM64: dts: meson-gxl-s905x-libretech-cc: enable the USB controller
+    - ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
+    - ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller
+    - arm64: dts: correct SATA addresses for Stingray
+    - afs: Fix server record deletion
+    - proc: fix /proc/loadavg regression
+    - s390/qeth: fix request-side race during cmd IO timeout
+    - ACPI / scan: Initialize watchdog before PNP
+    - CIFS: set *resp_buf_type to NO_BUFFER on error
+    - arm64: dts: uniphier: fix input delay value for legacy mode of eMMC
+    - igb: Fix the transmission mode of queue 0 for Qav mode
+    - RISC-V: build vdso-dummy.o with -no-pie
+    - arm64: only advance singlestep for user instruction traps
+    - perf pmu: Fix core PMU alias list for X86 platform
+    - bpf, x64: fix JIT emission for dead code
+    - powerpc/kvm/booke: Fix altivec related build break
+    - reset: uniphier: fix USB clock line for LD20
+    - nfp: don't depend on eth_tbl being available
+    - net: mvpp2: Fix clk error path in mvpp2_probe
+    - kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
+    - IB/uverbs: Fix validating mandatory attributes
+    - RDMA/hns: Intercept illegal RDMA operation when use inline data
+    - pinctrl: cherryview: Associate IRQ descriptors to irqdomain
+    - kthread, sched/wait: Fix kthread_parkme() completion issue
+    - iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
+    - nvme/multipath: Disable runtime writable enabling parameter
+    - ARM: dts: correct missing "compatible" entry for ti81xx SoCs
+    - usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
+    - IB/mlx4: Fix integer overflow when calculating optimal MTT size
+    - bpf: add map_alloc_check callback
+    - bpf: fix possible spectre-v1 in find_and_alloc_map()
+    - drm/exynos/mixer: fix synchronization check in interlaced mode
+    - drm/exynos: mixer: avoid Oops in vp_video_buffer()
+    - bpf: use array_index_nospec in find_prog_type
+    - gcc-plugins: fix build condition of SANCOV plugin
+    - drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.
+    - nvme: fix use-after-free in nvme_free_ns_head
+    - powerpc/pseries: Fix CONFIG_NUMA=n build
+    - HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B
+    - cifs: Allocate validate negotiation request through kmalloc
+    - drm/amdgpu: Switch to interruptable wait to recover from ring hang.
+    - rxrpc: Fix missing start of call timeout
+    - ARM: dts: imx51-zii-rdu1: fix touchscreen bindings
+    - sh: switch to NO_BOOTMEM
+    - lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
+    - x86/pkeys/selftests: Avoid printf-in-signal deadlocks
+    - afs: Fix address list parsing
+    - afs: Fix refcounting in callback registration
+    - afs: Fix server rotation's handling of fileserver probe failure
+    - afs: Fix VNOVOL handling in address rotation
+    - afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
+    - afs: Fix afs_find_server search loop
+    - KVM: X86: Lower the default timer frequency limit to 200us
+    - platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS
+    - ARM: replace unnecessary perl with sed and the shell $(( )) operator
+
+  * Improvements to the kernel source package preparation (LP: #1793461)
+    - [Packaging] startnewrelease: add support for backport kernels
+
+  * Kernel 4.15.0-35.38 fails to build with CONFIG_XFS_ONLINE_SCRUB enabled
+    (LP: #1792393)
+    - SAUCE: xfs: fix build error with CONFIG_XFS_ONLINE_SCRUB enabled
+
+  * update ENA driver to latest mainline version (LP: #1792044)
+    - net: ena: add detection and recovery mechanism for handling missed/misrouted
+      MSI-X
+    - net: ena: increase ena driver version to 1.5.0
+    - net: ena: Eliminate duplicate barriers on weakly-ordered archs
+    - SAUCE: ena: devm_kzalloc() -> devm_kcalloc()
+    - net: ena: Fix use of uninitialized DMA address bits field
+    - net: ena: fix surprise unplug NULL dereference kernel crash
+    - net: ena: fix driver when PAGE_SIZE == 64kB
+    - net: ena: fix device destruction to gracefully free resources
+    - net: ena: fix potential double ena_destroy_device()
+    - net: ena: fix missing lock during device destruction
+    - net: ena: fix missing calls to READ_ONCE
+    - net: ena: fix incorrect usage of memory barriers
+
+ -- Stefan Bader <stefan.bader@canonical.com>  Tue, 02 Oct 2018 14:33:09 +0200
+
+linux (4.15.0-36.39) bionic; urgency=medium
+
+  * CVE-2018-14633
+    - iscsi target: Use hex2bin instead of a re-implementation
+
+  * CVE-2018-17182
+    - mm: get rid of vmacache_flush_all() entirely
+
+ -- Kleber Sacilotto de Souza <kleber.souza@canonical.com>  Mon, 24 Sep 2018 16:08:41 +0200
+
+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
+
+ -- Kleber Sacilotto de Souza <kleber.souza@canonical.com>  Wed, 12 Sep 2018 11:39:17 +0200
+
+linux (4.15.0-34.37) bionic; urgency=medium
+
+  * linux: 4.15.0-34.37 -proposed tracker (LP: #1788744)
+
+  * Bionic update: upstream stable patchset 2018-08-09 (LP: #1786352)
+    - MIPS: c-r4k: Fix data corruption related to cache coherence
+    - MIPS: ptrace: Expose FIR register through FP regset
+    - MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
+    - KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
+    - affs_lookup(): close a race with affs_remove_link()
+    - fs: don't scan the inode cache before SB_BORN is set
+    - aio: fix io_destroy(2) vs. lookup_ioctx() race
+    - ALSA: timer: Fix pause event notification
+    - do d_instantiate/unlock_new_inode combinations safely
+    - mmc: sdhci-iproc: remove hard coded mmc cap 1.8v
+    - mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register
+    - mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus
+    - libata: Blacklist some Sandisk SSDs for NCQ
+    - libata: blacklist Micron 500IT SSD with MU01 firmware
+    - xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent
+    - drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macros
+    - arm64: lse: Add early clobbers to some input/output asm operands
+    - powerpc/64s: Clear PCR on boot
+    - IB/hfi1: Use after free race condition in send context error path
+    - IB/umem: Use the correct mm during ib_umem_release
+    - idr: fix invalid ptr dereference on item delete
+    - Revert "ipc/shm: Fix shmat mmap nil-page protection"
+    - ipc/shm: fix shmat() nil address after round-down when remapping
+    - mm/kasan: don't vfree() nonexistent vm_area
+    - kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
+    - kasan: fix memory hotplug during boot
+    - kernel/sys.c: fix potential Spectre v1 issue
+    - KVM: s390: vsie: fix < 8k check for the itdba
+    - KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
+    - kvm: x86: IA32_ARCH_CAPABILITIES is always supported
+    - powerpc/64s: Improve RFI L1-D cache flush fallback
+    - powerpc/pseries: Restore default security feature flags on setup
+    - powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
+    - MIPS: generic: Fix machine compatible matching
+    - mac80211: mesh: fix wrong mesh TTL offset calculation
+    - ARC: Fix malformed ARC_EMUL_UNALIGNED default
+    - ptr_ring: prevent integer overflow when calculating size
+    - arm64: dts: rockchip: fix rock64 gmac2io stability issues
+    - arm64: dts: rockchip: correct ep-gpios for rk3399-sapphire
+    - libata: Fix compile warning with ATA_DEBUG enabled
+    - selftests: sync: missing CFLAGS while compiling
+    - selftest/vDSO: fix O=
+    - selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
+    - selftests: memfd: add config fragment for fuse
+    - ARM: OMAP2+: timer: fix a kmemleak caused in omap_get_timer_dt
+    - ARM: OMAP3: Fix prm wake interrupt for resume
+    - ARM: OMAP2+: Fix sar_base inititalization for HS omaps
+    - ARM: OMAP1: clock: Fix debugfs_create_*() usage
+    - tls: retrun the correct IV in getsockopt
+    - xhci: workaround for AMD Promontory disabled ports wakeup
+    - IB/uverbs: Fix method merging in uverbs_ioctl_merge
+    - IB/uverbs: Fix possible oops with duplicate ioctl attributes
+    - IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
+    - arm64: dts: rockchip: Fix DWMMC clocks
+    - ARM: dts: rockchip: Fix DWMMC clocks
+    - iwlwifi: mvm: fix security bug in PN checking
+    - iwlwifi: mvm: fix IBSS for devices that support station type API
+    - iwlwifi: mvm: always init rs with 20mhz bandwidth rates
+    - NFC: llcp: Limit size of SDP URI
+    - rxrpc: Work around usercopy check
+    - MD: Free bioset when md_run fails
+    - md: fix md_write_start() deadlock w/o metadata devices
+    - s390/dasd: fix handling of internal requests
+    - xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos
+    - mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4
+    - mac80211: fix a possible leak of station stats
+    - mac80211: fix calling sleeping function in atomic context
+    - cfg80211: clear wep keys after disconnection
+    - mac80211: Do not disconnect on invalid operating class
+    - mac80211: Fix sending ADDBA response for an ongoing session
+    - gpu: ipu-v3: pre: fix device node leak in ipu_pre_lookup_by_phandle
+    - gpu: ipu-v3: prg: fix device node leak in ipu_prg_lookup_by_phandle
+    - md raid10: fix NULL deference in handle_write_completed()
+    - drm/exynos: g2d: use monotonic timestamps
+    - drm/exynos: fix comparison to bitshift when dealing with a mask
+    - drm/meson: fix vsync buffer update
+    - arm64: perf: correct PMUVer probing
+    - RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails
+    - RDMA/bnxt_re: Fix system crash during load/unload
+    - net/mlx5e: Return error if prio is specified when offloading eswitch vlan
+      push
+    - locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()
+    - md: raid5: avoid string overflow warning
+    - virtio_net: fix XDP code path in receive_small()
+    - kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
+    - bug.h: work around GCC PR82365 in BUG()
+    - selftests/memfd: add run_fuse_test.sh to TEST_FILES
+    - seccomp: add a selftest for get_metadata
+    - soc: imx: gpc: de-register power domains only if initialized
+    - powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access
+    - s390/cio: fix ccw_device_start_timeout API
+    - s390/cio: fix return code after missing interrupt
+    - s390/cio: clear timer when terminating driver I/O
+    - selftests/bpf/test_maps: exit child process without error in ENOMEM case
+    - PKCS#7: fix direct verification of SignerInfo signature
+    - arm64: dts: cavium: fix PCI bus dtc warnings
+    - nfs: system crashes after NFS4ERR_MOVED recovery
+    - ARM: OMAP: Fix dmtimer init for omap1
+    - smsc75xx: fix smsc75xx_set_features()
+    - regulatory: add NUL to request alpha2
+    - integrity/security: fix digsig.c build error with header file
+    - x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-
+      directory in resctrl file system
+    - locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs
+    - x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across
+      CPU hotplug operations
+    - mac80211: drop frames with unexpected DS bits from fast-rx to slow path
+    - arm64: fix unwind_frame() for filtered out fn for function graph tracing
+    - macvlan: fix use-after-free in macvlan_common_newlink()
+    - KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2
+    - kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds
+    - ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6
+      DualLite/Solo RQS
+    - fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
+    - fs: dcache: Use READ_ONCE when accessing i_dir_seq
+    - md: fix a potential deadlock of raid5/raid10 reshape
+    - md/raid1: fix NULL pointer dereference
+    - batman-adv: fix packet checksum in receive path
+    - batman-adv: invalidate checksum on fragment reassembly
+    - netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct
+      refcount
+    - netfilter: ipt_CLUSTERIP: put config instead of freeing it
+    - netfilter: ebtables: convert BUG_ONs to WARN_ONs
+    - batman-adv: Ignore invalid batadv_iv_gw during netlink send
+    - batman-adv: Ignore invalid batadv_v_gw during netlink send
+    - batman-adv: Fix netlink dumping of BLA claims
+    - batman-adv: Fix netlink dumping of BLA backbones
+    - nvme-pci: Fix nvme queue cleanup if IRQ setup fails
+    - clocksource/drivers/fsl_ftm_timer: Fix error return checking
+    - libceph, ceph: avoid memory leak when specifying same option several times
+    - ceph: fix dentry leak when failing to init debugfs
+    - xen/pvcalls: fix null pointer dereference on map->sock
+    - ARM: orion5x: Revert commit 4904dbda41c8.
+    - qrtr: add MODULE_ALIAS macro to smd
+    - selftests/futex: Fix line continuation in Makefile
+    - r8152: fix tx packets accounting
+    - virtio-gpu: fix ioctl and expose the fixed status to userspace.
+    - dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
+    - bcache: fix kcrashes with fio in RAID5 backend dev
+    - ip_gre: fix IFLA_MTU ignored on NEWLINK
+    - ip6_tunnel: fix IFLA_MTU ignored on NEWLINK
+    - sit: fix IFLA_MTU ignored on NEWLINK
+    - nbd: fix return value in error handling path
+    - ARM: dts: NSP: Fix amount of RAM on BCM958625HR
+    - ARM: dts: bcm283x: Fix unit address of local_intc
+    - powerpc/boot: Fix random libfdt related build errors
+    - clocksource/drivers/mips-gic-timer: Use correct shift count to extract data
+    - gianfar: Fix Rx byte accounting for ndev stats
+    - net/tcp/illinois: replace broken algorithm reference link
+    - nvmet: fix PSDT field check in command format
+    - net/smc: use link_id of server in confirm link reply
+    - mlxsw: core: Fix flex keys scratchpad offset conflict
+    - mlxsw: spectrum: Treat IPv6 unregistered multicast as broadcast
+    - spectrum: Reference count VLAN entries
+    - ARC: mcip: halt GFRC counter when ARC cores halt
+    - ARC: mcip: update MCIP debug mask when the new cpu came online
+    - ARC: setup cpu possible mask according to possible-cpus dts property
+    - ipvs: remove IPS_NAT_MASK check to fix passive FTP
+    - IB/mlx: Set slid to zero in Ethernet completion struct
+    - RDMA/bnxt_re: Unconditionly fence non wire memory operations
+    - RDMA/bnxt_re: Fix incorrect DB offset calculation
+    - RDMA/bnxt_re: Fix the ib_reg failure cleanup
+    - xen/pirq: fix error path cleanup when binding MSIs
+    - drm/amd/amdgpu: Correct VRAM width for APUs with GMC9
+    - xfrm: Fix ESN sequence number handling for IPsec GSO packets.
+    - arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset)
+    - drm/sun4i: Fix dclk_set_phase
+    - btrfs: use kvzalloc to allocate btrfs_fs_info
+    - Btrfs: send, fix issuing write op when processing hole in no data mode
+    - Btrfs: fix log replay failure after linking special file and fsync
+    - ceph: fix potential memory leak in init_caches()
+    - block: display the correct diskname for bio
+    - selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable
+    - net: ethtool: don't ignore return from driver get_fecparam method
+    - iwlwifi: mvm: fix TX of CCMP 256
+    - iwlwifi: mvm: Fix channel switch for count 0 and 1
+    - iwlwifi: mvm: fix assert 0x2B00 on older FWs
+    - iwlwifi: avoid collecting firmware dump if not loaded
+    - iwlwifi: mvm: Direct multicast frames to the correct station
+    - iwlwifi: mvm: Correctly set the tid for mcast queue
+    - rds: Incorrect reference counting in TCP socket creation
+    - watchdog: f71808e_wdt: Fix magic close handling
+    - batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flag
+    - hv_netvsc: use napi_schedule_irqoff
+    - hv_netvsc: filter multicast/broadcast
+    - hv_netvsc: propagate rx filters to VF
+    - ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288
+    - e1000e: Fix check_for_link return value with autoneg off
+    - e1000e: allocate ring descriptors with dma_zalloc_coherent
+    - ia64/err-inject: Use get_user_pages_fast()
+    - RDMA/qedr: Fix kernel panic when running fio over NFSoRDMA
+    - RDMA/qedr: Fix iWARP write and send with immediate
+    - IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDs
+    - IB/mlx4: Include GID type when deleting GIDs from HW table under RoCE
+    - IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()
+    - fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in
+      sbusfb_ioctl_helper().
+    - fsl/fman: avoid sleeping in atomic context while adding an address
+    - qed: Free RoCE ILT Memory on rmmod qedr
+    - net: qcom/emac: Use proper free methods during TX
+    - net: smsc911x: Fix unload crash when link is up
+    - IB/core: Fix possible crash to access NULL netdev
+    - cxgb4: do not set needs_free_netdev for mgmt dev's
+    - xen-blkfront: move negotiate_mq to cover all cases of new VBDs
+    - xen: xenbus: use put_device() instead of kfree()
+    - hv_netvsc: fix filter flags
+    - hv_netvsc: fix locking for rx_mode
+    - hv_netvsc: fix locking during VF setup
+    - ARM: davinci: fix the GPIO lookup for omapl138-hawk
+    - arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
+    - selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
+    - lib/test_kmod.c: fix limit check on number of test devices created
+    - dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
+    - netfilter: ebtables: fix erroneous reject of last rule
+    - can: m_can: change comparison to bitshift when dealing with a mask
+    - can: m_can: select pinctrl state in each suspend/resume function
+    - bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().
+    - workqueue: use put_device() instead of kfree()
+    - ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
+    - sunvnet: does not support GSO for sctp
+    - KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
+    - gpu: ipu-v3: prg: avoid possible array underflow
+    - drm/imx: move arming of the vblank event to atomic_flush
+    - drm/nouveau/bl: fix backlight regression
+    - xfrm: fix rcu_read_unlock usage in xfrm_local_error
+    - iwlwifi: mvm: set the correct tid when we flush the MCAST sta
+    - iwlwifi: mvm: Correctly set IGTK for AP
+    - iwlwifi: mvm: fix error checking for multi/broadcast sta
+    - net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
+    - vlan: Fix out of order vlan headers with reorder header off
+    - batman-adv: fix header size check in batadv_dbg_arp()
+    - batman-adv: Fix skbuff rcsum on packet reroute
+    - vti4: Don't count header length twice on tunnel setup
+    - ip_tunnel: Clamp MTU to bounds on new link
+    - vti6: Fix dev->max_mtu setting
+    - iwlwifi: mvm: Increase session protection time after CS
+    - iwlwifi: mvm: clear tx queue id when unreserving aggregation queue
+    - iwlwifi: mvm: make sure internal station has a valid id
+    - iwlwifi: mvm: fix array out of bounds reference
+    - drm/tegra: Shutdown on driver unbind
+    - perf/cgroup: Fix child event counting bug
+    - brcmfmac: Fix check for ISO3166 code
+    - kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races
+    - RDMA/ucma: Correct option size check using optlen
+    - RDMA/qedr: fix QP's ack timeout configuration
+    - RDMA/qedr: Fix rc initialization on CNQ allocation failure
+    - RDMA/qedr: Fix QP state initialization race
+    - net/sched: fix idr leak on the error path of tcf_bpf_init()
+    - net/sched: fix idr leak in the error path of tcf_simp_init()
+    - net/sched: fix idr leak in the error path of tcf_act_police_init()
+    - net/sched: fix idr leak in the error path of tcp_pedit_init()
+    - net/sched: fix idr leak in the error path of __tcf_ipt_init()
+    - net/sched: fix idr leak in the error path of tcf_skbmod_init()
+    - net: dsa: Fix functional dsa-loop dependency on FIXED_PHY
+    - drm/ast: Fixed 1280x800 Display Issue
+    - mm/mempolicy.c: avoid use uninitialized preferred_node
+    - mm, thp: do not cause memcg oom for thp
+    - xfrm: Fix transport mode skb control buffer usage.
+    - selftests: ftrace: Add probe event argument syntax testcase
+    - selftests: ftrace: Add a testcase for string type with kprobe_event
+    - selftests: ftrace: Add a testcase for probepoint
+    - drm/amdkfd: Fix scratch memory with HWS enabled
+    - batman-adv: fix multicast-via-unicast transmission with AP isolation
+    - batman-adv: fix packet loss for broadcasted DHCP packets to a server
+    - ARM: 8748/1: mm: Define vdso_start, vdso_end as array
+    - lan78xx: Set ASD in MAC_CR when EEE is enabled.
+    - net: qmi_wwan: add BroadMobi BM806U 2020:2033
+    - bonding: fix the err path for dev hwaddr sync in bond_enslave
+    - net: dsa: mt7530: fix module autoloading for OF platform drivers
+    - net/mlx5: Make eswitch support to depend on switchdev
+    - perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUs
+    - x86/alternatives: Fixup alternative_call_2
+    - llc: properly handle dev_queue_xmit() return value
+    - builddeb: Fix header package regarding dtc source links
+    - qede: Fix barrier usage after tx doorbell write.
+    - mm, slab: memcg_link the SLAB's kmem_cache
+    - mm/page_owner: fix recursion bug after changing skip entries
+    - mm/kmemleak.c: wait for scan completion before disabling free
+    - hv_netvsc: enable multicast if necessary
+    - qede: Do not drop rx-checksum invalidated packets.
+    - net: Fix untag for vlan packets without ethernet header
+    - vlan: Fix vlan insertion for packets without ethernet header
+    - net: mvneta: fix enable of all initialized RXQs
+    - sh: fix debug trap failure to process signals before return to user
+    - firmware: dmi_scan: Fix UUID length safety check
+    - nvme: don't send keep-alives to the discovery controller
+    - Btrfs: clean up resources during umount after trans is aborted
+    - Btrfs: fix loss of prealloc extents past i_size after fsync log replay
+    - x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
+    - fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl
+      table
+    - swap: divide-by-zero when zero length swap file on ssd
+    - z3fold: fix memory leak
+    - sr: get/drop reference to device in revalidate and check_events
+    - Force log to disk before reading the AGF during a fstrim
+    - cpufreq: CPPC: Initialize shared perf capabilities of CPUs
+    - powerpc/fscr: Enable interrupts earlier before calling get_user()
+    - perf tools: Fix perf builds with clang support
+    - perf clang: Add support for recent clang versions
+    - dp83640: Ensure against premature access to PHY registers after reset
+    - ibmvnic: Zero used TX descriptor counter on reset
+    - mm/ksm: fix interaction with THP
+    - mm: fix races between address_space dereference and free in page_evicatable
+    - mm: thp: fix potential clearing to referenced flag in
+      page_idle_clear_pte_refs_one()
+    - Btrfs: bail out on error during replay_dir_deletes
+    - Btrfs: fix NULL pointer dereference in log_dir_items
+    - btrfs: Fix possible softlock on single core machines
+    - IB/rxe: Fix for oops in rxe_register_device on ppc64le arch
+    - ocfs2/dlm: don't handle migrate lockres if already in shutdown
+    - powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep
+    - sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning
+    - x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of
+      this_cpu_has() in build_cr3_noflush()
+    - KVM: VMX: raise internal error for exception during invalid protected mode
+      state
+    - lan78xx: Connect phy early
+    - sparc64: Make atomic_xchg() an inline function rather than a macro.
+    - net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()
+    - net: bgmac: Correctly annotate register space
+    - btrfs: tests/qgroup: Fix wrong tree backref level
+    - Btrfs: fix copy_items() return value when logging an inode
+    - btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
+    - btrfs: qgroup: Fix root item corruption when multiple same source snapshots
+      are created with quota enabled
+    - rxrpc: Fix Tx ring annotation after initial Tx failure
+    - rxrpc: Don't treat call aborts as conn aborts
+    - xen/acpi: off by one in read_acpi_id()
+    - drivers: macintosh: rack-meter: really fix bogus memsets
+    - ACPI: acpi_pad: Fix memory leak in power saving threads
+    - powerpc/mpic: Check if cpu_possible() in mpic_physmask()
+    - ieee802154: ca8210: fix uninitialised data read
+    - ath10k: advertize beacon_int_min_gcd
+    - iommu/amd: Take into account that alloc_dev_data() may return NULL
+    - intel_th: Use correct method of finding hub
+    - m68k: set dma and coherent masks for platform FEC ethernets
+    - iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq
+    - parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode
+    - hwmon: (nct6775) Fix writing pwmX_mode
+    - powerpc/perf: Prevent kernel address leak to userspace via BHRB buffer
+    - powerpc/perf: Fix kernel address leak via sampling registers
+    - rsi: fix kernel panic observed on 64bit machine
+    - tools/thermal: tmon: fix for segfault
+    - selftests: Print the test we're running to /dev/kmsg
+    - net/mlx5: Protect from command bit overflow
+    - watchdog: davinci_wdt: fix error handling in davinci_wdt_probe()
+    - ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk)
+    - nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A
+    - ath9k: fix crash in spectral scan
+    - cxgb4: Setup FW queues before registering netdev
+    - ima: Fix Kconfig to select TPM 2.0 CRB interface
+    - ima: Fallback to the builtin hash algorithm
+    - watchdog: aspeed: Allow configuring for alternate boot
+    - arm: dts: socfpga: fix GIC PPI warning
+    - ext4: don't complain about incorrect features when probing
+    - drm/vmwgfx: Unpin the screen object backup buffer when not used
+    - iommu/mediatek: Fix protect memory setting
+    - cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure path
+    - IB/mlx5: Set the default active rate and width to QDR and 4X
+    - zorro: Set up z->dev.dma_mask for the DMA API
+    - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
+    - remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'
+    - dt-bindings: add device tree binding for Allwinner H6 main CCU
+    - ACPICA: Events: add a return on failure from acpi_hw_register_read
+    - ACPICA: Fix memory leak on unusual memory leak
+    - ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c
+    - cxgb4: Fix queue free path of ULD drivers
+    - i2c: mv64xxx: Apply errata delay only in standard mode
+    - KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
+    - perf top: Fix top.call-graph config option reading
+    - perf stat: Fix core dump when flag T is used
+    - IB/core: Honor port_num while resolving GID for IB link layer
+    - drm/amdkfd: add missing include of mm.h
+    - coresight: Use %px to print pcsr instead of %p
+    - regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'
+    - spi: bcm-qspi: fIX some error handling paths
+    - net/smc: pay attention to MAX_ORDER for CQ entries
+    - MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offset
+    - watchdog: dw: RMW the control register
+    - watchdog: aspeed: Fix translation of reset mode to ctrl register
+    - drm/meson: Fix some error handling paths in 'meson_drv_bind_master()'
+    - drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'
+    - powerpc: Add missing prototype for arch_irq_work_raise()
+    - f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range
+    - f2fs: fix to clear CP_TRIMMED_FLAG
+    - f2fs: fix to check extent cache in f2fs_drop_extent_tree
+    - perf/core: Fix installing cgroup events on CPU
+    - max17042: propagate of_node to power supply device
+    - perf/core: Fix perf_output_read_group()
+    - drm/panel: simple: Fix the bus format for the Ontat panel
+    - hwmon: (pmbus/max8688) Accept negative page register values
+    - hwmon: (pmbus/adm1275) Accept negative page register values
+    - perf/x86/intel: Properly save/restore the PMU state in the NMI handler
+    - cdrom: do not call check_disk_change() inside cdrom_open()
+    - efi/arm*: Only register page tables when they exist
+    - perf/x86/intel: Fix large period handling on Broadwell CPUs
+    - perf/x86/intel: Fix event update for auto-reload
+    - arm64: dts: qcom: Fix SPI5 config on MSM8996
+    - soc: qcom: wcnss_ctrl: Fix increment in NV upload
+    - gfs2: Fix fallocate chunk size
+    - x86/devicetree: Initialize device tree before using it
+    - x86/devicetree: Fix device IRQ settings in DT
+    - phy: rockchip-emmc: retry calpad busy trimming
+    - ALSA: vmaster: Propagate slave error
+    - phy: qcom-qmp: Fix phy pipe clock gating
+    - drm/bridge: sii902x: Retry status read after DDI I2C
+    - tools: hv: fix compiler warnings about major/target_fname
+    - block: null_blk: fix 'Invalid parameters' when loading module
+    - dmaengine: pl330: fix a race condition in case of threaded irqs
+    - dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()
+    - enic: enable rq before updating rq descriptors
+    - watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()
+    - hwrng: stm32 - add reset during probe
+    - pinctrl: devicetree: Fix dt_to_map_one_config handling of hogs
+    - pinctrl: artpec6: dt: add missing pin group uart5nocts
+    - vfio-ccw: fence off transport mode
+    - dmaengine: qcom: bam_dma: get num-channels and num-ees from dt
+    - drm: omapdrm: dss: Move initialization code from component bind to probe
+    - ARM: dts: dra71-evm: Correct evm_sd regulator max voltage
+    - drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini
+    - drm/amdgpu: adjust timeout for ib_ring_tests(v2)
+    - net: stmmac: ensure that the device has released ownership before reading
+      data
+    - net: stmmac: ensure that the MSS desc is the last desc to set the own bit
+    - cpufreq: Reorder cpufreq_online() error code path
+    - dpaa_eth: fix SG mapping
+    - PCI: Add function 1 DMA alias quirk for Marvell 88SE9220
+    - udf: Provide saner default for invalid uid / gid
+    - ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode
+    - sh_eth: fix TSU init on SH7734/R8A7740
+    - power: supply: ltc2941-battery-gauge: Fix temperature units
+    - ARM: dts: bcm283x: Fix probing of bcm2835-i2s
+    - ARM: dts: bcm283x: Fix pin function of JTAG pins
+    - PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle
+    - audit: return on memory error to avoid null pointer dereference
+    - net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
+    - rcu: Call touch_nmi_watchdog() while printing stall warnings
+    - pinctrl: sh-pfc: r8a7796: Fix MOD_SEL register pin assignment for SSI pins
+      group
+    - dpaa_eth: fix pause capability advertisement logic
+    - MIPS: Octeon: Fix logging messages with spurious periods after newlines
+    - drm/rockchip: Respect page offset for PRIME mmap calls
+    - x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic'
+      specified
+    - perf test: Fix test case inet_pton to accept inlines.
+    - perf report: Fix wrong jump arrow
+    - perf tests: Use arch__compare_symbol_names to compare symbols
+    - perf report: Fix memory corruption in --branch-history mode --branch-history
+    - perf tests: Fix dwarf unwind for stripped binaries
+    - selftests/net: fixes psock_fanout eBPF test case
+    - netlabel: If PF_INET6, check sk_buff ip header version
+    - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen3
+    - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen2
+    - ARM: dts: at91: tse850: use the correct compatible for the eeprom
+    - regmap: Correct comparison in regmap_cached
+    - i40e: Add delay after EMP reset for firmware to recover
+    - ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet
+    - ARM: dts: porter: Fix HDMI output routing
+    - regulator: of: Add a missing 'of_node_put()' in an error handling path of
+      'of_regulator_match()'
+    - pinctrl: mcp23s08: spi: Fix regmap debugfs entries
+    - kdb: make "mdr" command repeat
+    - drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successful
+    - perf tools: Add trace/beauty/generated/ into .gitignore
+    - tools: sync up .h files with the repective arch and uapi .h files
+    - MIPS: xilfpga: Stop generating useless dtb.o
+    - MIPS: xilfpga: Actually include FDT in fitImage
+    - MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770
+    - fix breakage caused by d_find_alias() semantics change
+    - Btrfs: fix error handling in btrfs_truncate()
+    - mmc: block: propagate correct returned value in mmc_rpmb_ioctl
+    - arm64: export tishift functions to modules
+    - bcma: fix buffer size caused crash in bcma_core_mips_print_irq()
+    - PM / core: Fix direct_complete handling for devices with no callbacks
+    - ARM: dts: sun4i: Fix incorrect clocks for displays
+    - bnxt_en: Ignore src port field in decap filter nodes
+    - kasan, slub: fix handling of kasan_slab_free hook
+    - riscv/spinlock: Strengthen implementations with fences
+    - platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs()
+    - rxrpc: Fix resend event time calculation
+    - i40e: hold the RTNL lock while changing interrupt schemes
+    - hv_netvsc: Fix the return status in RX path
+    - firmware: fix checking for return values for fw_add_devm_name()
+    - bcache: set writeback_rate_update_seconds in range [1, 60] seconds
+    - bcache: fix cached_dev->count usage for bch_cache_set_error()
+    - bcache: stop dc->writeback_rate_update properly
+    - ibmvnic: Fix reset return from closed state
+    - powerpc/vas: Fix cleanup when VAS is not configured
+    - f2fs: flush cp pack except cp pack 2 page at first
+    - drm/amdgpu: Clean sdma wptr register when only enable wptr polling
+    - powerpc/mm/slice: Remove intermediate bitmap copy
+    - powerpc/mm/slice: create header files dedicated to slices
+    - powerpc/mm/slice: Enhance for supporting PPC32
+    - powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
+    - ibmvnic: Allocate statistics buffers during probe
+    - dt-bindings: display: msm/dsi: Fix the PHY regulator supply props
+    - drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2
+    - soc: renesas: r8a77970-sysc: fix power area parents
+    - drm/vblank: Data type fixes for 64-bit vblank sequences.
+    - selftests: Add FIB onlink tests
+    - soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is
+      powered off
+
+  * arm-smmu-v3 arm-smmu-v3.1.auto: failed to allocate MSIs (LP: #1785282)
+    - ACPICA: iasl: Add SMMUv3 device ID mapping index support
+    - ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
+
+  * Driver iwlwifi for Intel Wireless-AC 9560 is slow and unreliable in kernel
+    4.15.0-20-generic (LP: #1772467)
+    - scsi: hpsa: disable device during shutdown
+
+  * [Bionic] i2c: xlp9xx: Add SMBAlert support  (LP: #1786981)
+    - i2c: xlp9xx: Add support for SMBAlert
+
+  * qeth: don't clobber buffer on async TX completion (LP: #1786057)
+    - s390/qeth: don't clobber buffer on async TX completion
+
+  * Linux 4.15.0-23 crashes during the boot process with a "Unable to handle
+    kernel NULL pointer dereference" message (LP: #1777338)
+    - x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths
+
+  * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
+    - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
+
+  * [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes early
+    (LP: #1787240)
+    - i2c: xlp9xx: Fix case where SSIF read transaction completes early
+
+  * [Bionic] integrate upstream fix for Cavium zram driver (LP: #1787469)
+    - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
+      CONFIG_VMAP_STACK"
+    - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
+    - crypto: cavium - Limit result reading attempts
+    - crypto: cavium - Prevent division by zero
+    - crypto: cavium - Fix statistics pending request value
+    - crypto: cavium - Fix smp_processor_id() warnings
+
+  * Bugfix for handling of shadow doorbell buffer (LP: #1788222)
+    - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
+
+  * nvme devices namespace assigned to the wrong controller (LP: #1789227)
+    - nvme/multipath: Fix multipath disabled naming collisions
+
+  * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
+    walinuxagent.service (LP: #1739107)
+    - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
+      walinuxagent.service
+
+  * hinic interfaces aren't getting predictable names (LP: #1783138)
+    - hinic: Link the logical network device to the pci device in sysfs
+
+  * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
+    Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
+    - ACPI / LPSS: Avoid PM quirks on suspend and resume from S3
+    - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
+
+  * [Bionic] Bluetooth: Support RTL8723D and RTL8821C Devices (LP: #1784835)
+    - Bluetooth: btrtl: Add RTL8723D and RTL8821C devices
+
+  * CacheFiles: Error: Overlong wait for old active object to go away.
+    (LP: #1776254)
+    - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
+    - cachefiles: Wait rather than BUG'ing on "Unexpected object collision"
+
+  * fscache cookie refcount updated incorrectly during fscache object allocation
+    (LP: #1776277) // fscache cookie refcount updated incorrectly during fscache
+    object allocation (LP: #1776277)
+    - fscache: Fix reference overput in fscache_attach_object() error handling
+
+  * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
+    - Revert "UBUNTU: SAUCE: CacheFiles: fix a read_waiter/read_copier race"
+    - fscache: Allow cancelled operations to be enqueued
+    - cachefiles: Fix refcounting bug in backing-file read monitoring
+
+  * SMB3: Fix regression in server reconnect detection (LP: #1786110)
+    - smb3: on reconnect set PreviousSessionId field
+
+  * CVE-2018-1118
+    - vhost: fix info leak due to uninitialized memory
+
+ -- Kleber Sacilotto de Souza <kleber.souza@canonical.com>  Mon, 27 Aug 2018 16:45:36 +0200
 
 linux (4.15.0-33.36) bionic; urgency=medium