driver core: Avoid binding drivers to dead devices (git-fixes).
drivers/firmware/psci: Fix memory leakage in alloc_init_cpu_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 dm_pp_get_static_clocks (git-fixes).
drm/amdgpu/display: use blanked rather than plane state for sync (bsc#1152489) * refreshed for context changes * protect code with CONFIG_DRM_AMD_DC_DCN2_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 amdgpu_info_ioctl() (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: sil_sii8620: initialize return of sii8620_readb (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 drm_mipi_dbi.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 pm_runtime_get_sync (git-fixes).
drm/gem: Fix a leak in drm_gem_objects_lookup() (git-fixes).
iwlegacy: Check the return value of pcie_capability_read_*() (git-fixes).
jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superblock() (bsc#1175772).
kABI workaround for enum cpuhp_state (git-fixes).
kABI workaround for struct kvm_device (git-fixes). Just change an variable to 'const' type in kvm_device.
kABI workaround for struct kvm_vcpu_arch (git-fixes). Add a struct variable to the end of kvm_vcpu_arch and kvm_vcpu_arch 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 xfrm_policy_bysel_ctx() and xfrm_policy_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 kvm_device_ops 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 __always_inline (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 BPF_CORE_READ macro in parentheses (bsc#1155518).
liquidio: Fix wrong return value in cn23xx_get_pf_num() (git-fixes).
llc: make sure applications use ARPHRD_ETHER (networking-stable-20_07_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 SUSE_KERNEL_RELEASED missed the trailing 'D' - this leads to our kernels being marked as 'Unreleased kernel'. SUSE_KERNEL_RELEASED is defined in rpm/kernel-binary.spec.in. To fix that, it should be enough to switch from SUSE_KERNEL_RELEASE to SUSE_KERNEL_RELEASED.
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).