Mark the SLE15-SP2 kernel properly released. There perhaps was a typo, when SUSEKERNELRELEASED missed the trailing 'D' - this leads to our kernels being marked as 'Unreleased kernel'. SUSEKERNELRELEASED is defined in rpm/kernel-binary.spec.in. To fix that, it should be enough to switch from SUSEKERNELRELEASE to SUSEKERNELRELEASED.
PCI/ASPM: Add missing newline in sysfs 'policy' (git-fixes).
PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridge (git-fixes).
PCI: Fix pcicfgwait queue locking problem (git-fixes).
PCI: Release IVRS table in AMD ACS quirk (git-fixes).
PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID register (git-fixes).
PCI: hotplug: ACPI: Fix context refcounting in acpiphpgrabcontext() (git-fixes).
PCI: hv: Fix a timing issue which causes kdump to fail occasionally (bsc#1172871, git-fixes).
PCI: qcom: Add missing ipq806x clocks in PCIe driver (git-fixes).
PCI: qcom: Add missing reset for ipq806x (git-fixes).
PCI: qcom: Add support for tx term offset for rev 2.1.0 (git-fixes).
PCI: qcom: Define some PARF params needed for ipq8064 SoC (git-fixes).
PCI: rcar: Fix runtime PM imbalance on error (git-fixes).
PCI: switchtec: Add missing _iomem and _user tags to fix sparse warnings (git-fixes).
PCI: switchtec: Add missing __iomem tag to fix sparse warnings (git-fixes).
driver core: Avoid binding drivers to dead devices (git-fixes).
drivers/firmware/psci: Fix memory leakage in allocinitcpu_groups() (git-fixes).
drivers/net/wan: lapb: Corrected the usage of skb_cow (git-fixes).
drivers: hv: vmbus: Only notify Hyper-V for die events that are oops (bsc#1175128).
drm/amd/display: Fix EDID parsing after resume from suspend (git-fixes).
drm/amd/display: fix pow() crashing when given base 0 (git-fixes).
drm/amd/powerplay: fix compile error with ARCH=arc (git-fixes).
drm/amdgpu/display bail early in dmppgetstaticclocks (git-fixes).
drm/amdgpu/display: use blanked rather than plane state for sync (bsc#1152489) * refreshed for context changes * protect code with CONFIGDRMAMDDCDCN2_0
drm/amdgpu/gfx10: fix race condition for kiq (git-fixes).
drm/amdgpu: Fix NULL dereference in dpm sysfs handlers (git-fixes).
drm/amdgpu: Prevent kernel-infoleak in amdgpuinfoioctl() (git-fixes).
drm/amdgpu: avoid dereferencing a NULL pointer (git-fixes).
drm/amdgpu: fix preemption unit test (git-fixes).
drm/arm: fix unintentional integer overflow on left shift (git-fixes).
drm/bridge: dw-hdmi: Do not cleanup i2c adapter and ddc ptr in (bsc#1152472) * refreshed for context changes
drm/bridge: silsii8620: initialize return of sii8620readb (git-fixes).
drm/bridge: ti-sn65dsi86: Clear old error bits before AUX transfers (git-fixes).
drm/bridge: ti-sn65dsi86: Do not use kernel-doc comment for local array (git-fixes).
drm/bridge: ti-sn65dsi86: Fix off-by-one error in clock choice (bsc#1152489) * refreshed for context changes
drm/dbi: Fix SPI Type 1 (9-bit) transfer (bsc#1152472) * move drmmipidbi.c -> tinydrm/mipi-dbi.c
drm/debugfs: fix plain echo to connector 'force' attribute (git-fixes).
drm/etnaviv: Fix error path on failure to enable bus clk (git-fixes).
drm/etnaviv: fix ref count leak via pmruntimeget_sync (git-fixes).
drm/gem: Fix a leak in drmgemobjects_lookup() (git-fixes).
drm/i915/gt: Close race between enginepark and intelgtretirerequests (git-fixes).
drm/i915/gt: Flush submission tasklet before waiting/retiring (bsc#1174737).
drm/i915/gt: Move new timelines to the end of active_list (git-fixes).
drm/i915/gt: Unlock engine-pm after queuing the kernel context switch (git-fixes).
drm/i915: Actually emit the await_start (bsc#1174737).
drm/i915: Copy across scheduler behaviour flags across submit fences (bsc#1174737).
drm/i915: Do not poison i915_request.link on removal (bsc#1174737).
drm/i915: Drop no-semaphore boosting (bsc#1174737).
drm/i915: Eliminate the trylock for awaiting an earlier request (bsc#1174737).
drm/i915: Flush execution tasklets before checking request status (bsc#1174737).
drm/i915: Flush tasklet submission before sleeping on i915requestwait (bsc#1174737).
drm/i915: Ignore submit-fences on the same timeline (bsc#1174737).
drm/i915: Improve the start alignment of bonded pairs (bsc#1174737).
drm/i915: Keep track of request among the scheduling lists (bsc#1174737).
drm/i915: Lock signaler timeline while navigating (bsc#1174737).
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer (bsc#1174737).
drm/i915: Mark racy read of intelenginecs.saturated (bsc#1174737).
drm/i915: Mark up unlocked update of i915request.hwspseqno (bsc#1174737).
drm/i915: Peel dma-fence-chains for await (bsc#1174737).
drm/i915: Prevent using semaphores to chain up to external fences (bsc#1174737).
drm/i915: Protect i915requestawait_start from early waits (bsc#1174737).
drm/i915: Pull waiting on an external dma-fence into its routine (bsc#1174737).
drm/i915: Rely on direct submission to the queue (bsc#1174737).
iwlegacy: Check the return value of pciecapabilityread_*() (git-fixes).
jbd2: add the missing unlockbuffer() in the error path of jbd2write_superblock() (bsc#1175772).
kABI workaround for enum cpuhp_state (git-fixes).
kABI workaround for struct kvmdevice (git-fixes). Just change an variable to 'const' type in kvmdevice.
kABI workaround for struct kvmvcpuarch (git-fixes). Add a struct variable to the end of kvmvcpuarch and kvmvcpuarch is embedded into kvm_vcpu at the end. It is usually used by pointer and allocated dynamically, so this change should be fine even for external kvm module.
kABI/severities: ignore KABI for NVMe, except nvme-fc (bsc#1174777) Exported symbols under drivers/nvme/host/ are only used by the nvme subsystem itself, except for the nvme-fc symbols.
kABI/severities: ignore qla2xxx as all symbols are internal
kABI: genetlink: remove genl_bind (kabi).
kABI: restore signature of xfrmpolicybyselctx() and xfrmpolicy_byid() (bsc#1174645).
kernel.h: remove duplicate include of asm/div64.h (git-fixes).
kernel/relay.c: fix memleak on destroy relay channel (git-fixes).
kernfs: do not call fsnotify() with name without a parent (bsc#1175770).
kobject: Avoid premature parent object freeing in kobject_cleanup() (git-fixes).
l2tp: remove skbdstset() from l2tpxmitskb() (networking-stable-200717).
leds: 88pm860x: fix use-after-free on unbind (git-fixes).
leds: core: Flush scheduled work for system suspend (git-fixes).
leds: da903x: fix use-after-free on unbind (git-fixes).
leds: gpio: Fix semantic error (git-fixes).
leds: lm3533: fix use-after-free on unbind (git-fixes).