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 a crash when overclocking Vega M (bsc#1152472)
drm/amd/powerplay: fix a crash when overclocking Vega M (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: avoid dereferencing a NULL pointer (git-fixes).
drm/amdgpu: Fix NULL dereference in dpm sysfs handlers (git-fixes).
drm/amdgpu: fix preemption unit test (git-fixes).
drm/amdgpu: Prevent kernel-infoleak in amdgpuinfoioctl() (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).
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).
KVM: Allow kvmdeviceops to be const (bsc#1172197 jsc#SLE-13593).
KVM: arm/arm64: Correct AArch32 SPSR on exception entry (bsc#1133021).
KVM: arm/arm64: Correct CPSR on exception entry (bsc#1133021).
KVM: arm/arm64: Factor out hypercall handling from PSCI code (bsc#1172197 jsc#SLE-13593).
KVM: arm64: Annotate hyp NMI-related functions as _alwaysinline (bsc#1175190).
KVM: arm64: Correct PSTATE on exception entry (bsc#1133021).
leds: lm36274: fix use-after-free on unbind (git-fixes).
leds: wm831x-status: fix use-after-free on unbind (git-fixes).
libbpf: Wrap source argument of BPFCOREREAD macro in parentheses (bsc#1155518).
liquidio: Fix wrong return value in cn23xxgetpf_num() (git-fixes).
llc: make sure applications use ARPHRDETHER (networking-stable-2007_17).
locktorture: Print ratio of acquisitions, not failures (bsc#1149032).
mac80211: allow rx of mesh eapol frames with default rx key (git-fixes).
mac80211: fix misplaced while instead of if (git-fixes).
mac80211: mesh: Free ie data when leaving mesh (git-fixes).
mac80211: mesh: Free pending skb when destroying a mpath (git-fixes).
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.
md-cluster: Fix potential error pointer dereference in resize_bitmaps() (git-fixes).
md/raid5: Fix Force reconstruct-write io stuck in degraded raid5 (git-fixes).
media: budget-core: Improve exception handling in budget_register() (git-fixes).
media: camss: fix memory leaks on error handling paths in probe (git-fixes).