Security update for the Linux Kernel

Announcement ID: SUSE-SU-2021:0427-1
Rating: important
References:
Cross-References:
CVSS scores:
  • CVE-2020-25211 ( SUSE ): 5.9 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • CVE-2020-25211 ( NVD ): 6.0 CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
  • CVE-2020-25639 ( SUSE ): 4.4 CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • CVE-2020-25639 ( NVD ): 4.4 CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • CVE-2020-27835 ( SUSE ): 6.7 CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • CVE-2020-27835 ( NVD ): 4.4 CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • CVE-2020-28374 ( SUSE ): 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • CVE-2020-28374 ( NVD ): 8.1 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • CVE-2020-29568 ( SUSE ): 6.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
  • CVE-2020-29568 ( NVD ): 6.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
  • CVE-2020-29569 ( SUSE ): 8.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • CVE-2020-29569 ( NVD ): 8.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • CVE-2021-0342 ( SUSE ): 7.0 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • CVE-2021-0342 ( NVD ): 6.7 CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • CVE-2021-20177 ( SUSE ): 4.4 CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • CVE-2021-20177 ( NVD ): 4.4 CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • CVE-2021-3347 ( SUSE ): 8.4 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • CVE-2021-3347 ( NVD ): 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • CVE-2021-3348 ( SUSE ): 5.1 CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • CVE-2021-3348 ( NVD ): 7.0 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Products:
  • SUSE Linux Enterprise Real Time 15 SP2
  • SUSE Real Time Module 15-SP2

An update that solves 10 vulnerabilities and has 61 security fixes can now be installed.

Description:

The SUSE Linux Enterprise 15 SP2 realtime kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

  • CVE-2021-3347: A use-after-free was discovered in the PI futexes during fault handling, allowing local users to execute code in the kernel (bnc#1181349).
  • CVE-2021-3348: Fixed a use-after-free in nbd_add_socket that could be triggered by local attackers (with access to the nbd device) via an I/O request at a certain point during device setup (bnc#1181504).
  • CVE-2021-20177: Fixed a kernel panic related to iptables string matching rules. A privileged user could insert a rule which could lead to denial of service (bnc#1180765).
  • CVE-2021-0342: In tun_get_user of tun.c, there is possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges required. (bnc#1180812)
  • CVE-2020-27835: A use-after-free in the infiniband hfi1 driver was found, specifically in the way user calls Ioctl after open dev file and fork. A local user could use this flaw to crash the system (bnc#1179878).
  • CVE-2020-25639: Fixed a NULL pointer dereference via nouveau ioctl (bnc#1176846).
  • CVE-2020-29569: Fixed a potential privilege escalation and information leaks related to the PV block backend, as used by Xen (bnc#1179509).
  • CVE-2020-29568: Fixed a denial of service issue, related to processing watch events (bnc#1179508).
  • CVE-2020-25211: Fixed a flaw where a local attacker was able to inject conntrack netlink configuration that could cause a denial of service or trigger the use of incorrect protocol numbers in ctnetlink_parse_tuple_filter (bnc#1176395).
  • CVE-2020-28374: Fixed a Linux SCSI target issue (bsc#1178372).

The following non-security bugs were fixed:

  • ACPI/IORT: Do not blindly trust DMA masks from firmware (git-fixes).
  • ACPI: scan: Harden acpi_device_add() against device ID overflows (git-fixes).
  • ACPI: scan: Make acpi_bus_get_device() clear return pointer on error (git-fixes).
  • ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI (git-fixes).
  • ACPI: sysfs: Prefer "compatible" modalias (git-fixes).
  • ALSA: doc: Fix reference to mixart.rst (git-fixes).
  • ALSA: fireface: Fix integer overflow in transmit_midi_msg() (git-fixes).
  • ALSA: firewire-tascam: Fix integer overflow in midi_port_work() (git-fixes).
  • ALSA: hda/conexant: add a new hda codec CX11970 (git-fixes).
  • ALSA: hda/hdmi - enable runtime pm for CI AMD display audio (git-fixes).
  • ALSA: hda/realtek - Fix speaker volume control on Lenovo C940 (git-fixes).
  • ALSA: hda/realtek - Limit int mic boost on Acer Aspire E5-575T (git-fixes).
  • ALSA: hda/realtek - Modify Dell platform name (git-fixes).
  • ALSA: hda/realtek - Supported Dell fixed type headset (git-fixes).
  • ALSA: hda/realtek: Add mute LED quirk for more HP laptops (git-fixes).
  • ALSA: hda/realtek: Add two "Intel Reference board" SSID in the ALC256 (git-fixes).
  • ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256 (git-fixes).
  • ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook 850 G7 (git-fixes).
  • ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate P648/P658 (git-fixes).
  • ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines (git-fixes).
  • ALSA: hda/tegra: fix tegra-hda on tegra30 soc (git-fixes).
  • ALSA: hda/via: Add minimum mute flag (git-fixes).
  • ALSA: hda/via: Apply the workaround generically for Clevo machines (git-fixes).
  • ALSA: hda/via: Fix runtime PM for Clevo W35xSS (git-fixes).
  • ALSA: hda: Add Cometlake-R PCI ID (git-fixes).
  • ALSA: pcm: Clear the full allocated memory at hw_params (git-fixes).
  • ALSA: pcm: One more dependency for hw constraints (bsc#1181014).
  • ALSA: pcm: fix hw_rule deps kABI (bsc#1181014).
  • ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info() (git-fixes).
  • ALSA: usb-audio: Add quirk for BOSS AD-10 (git-fixes).
  • ALSA: usb-audio: Add quirk for RC-505 (git-fixes).
  • ALSA: usb-audio: Always apply the hw constraints for implicit fb sync (bsc#1181014).
  • ALSA: usb-audio: Annotate the endpoint index in audioformat (git-fixes).
  • ALSA: usb-audio: Avoid implicit feedback on Pioneer devices (bsc#1181014).
  • ALSA: usb-audio: Avoid unnecessary interface re-setup (git-fixes).
  • ALSA: usb-audio: Choose audioformat of a counter-part substream (git-fixes).
  • ALSA: usb-audio: Fix UAC1 rate setup for secondary endpoints (bsc#1181014).
  • ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks (git-fixes).
  • ALSA: usb-audio: Fix hw constraints dependencies (bsc#1181014).
  • ALSA: usb-audio: Fix implicit feedback sync setup for Pioneer devices (git-fixes).
  • ALSA: usb-audio: Fix the missing endpoints creations for quirks (git-fixes).
  • ALSA: usb-audio: Set sample rate for all sharing EPs on UAC1 (bsc#1181014).
  • ASoC: Intel: fix error code cnl_set_dsp_D0() (git-fixes).
  • ASoC: ak4458: correct reset polarity (git-fixes).
  • ASoC: dapm: remove widget from dirty list on free (git-fixes).
  • ASoC: meson: axg-tdm-interface: fix loopback (git-fixes).
  • Bluetooth: hci_h5: close serdev device and free hu in h5_close (git-fixes).
  • Bluetooth: revert: hci_h5: close serdev device and free hu in h5_close (git-fixes).
  • CDC-NCM: remove "connected" log message (git-fixes).
  • EDAC/amd64: Fix PCI component registration (bsc#1152489).
  • HID: Ignore battery for Elan touchscreen on ASUS UX550 (git-fixes).
  • HID: logitech-dj: add the G602 receiver (git-fixes).
  • HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input devices (git-fixes).
  • HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device (git-fixes).
  • HID: multitouch: Remove MT_CLS_WIN_8_DUAL (git-fixes).
  • HID: multitouch: do not filter mice nodes (git-fixes).
  • HID: wacom: Constify attribute_groups (git-fixes).
  • HID: wacom: Correct NULL dereference on AES pen proximity (git-fixes).
  • HID: wacom: Fix memory leakage caused by kfifo_alloc (git-fixes).
  • HID: wacom: do not call hid_set_drvdata(hdev, NULL) (git-fixes).
  • IB/hfi1: Remove kobj from hfi1_devdata (bsc#1179878).
  • IB/hfi1: Remove module parameter for KDETH qpns (bsc#1179878).
  • KVM: SVM: Initialize prev_ga_tag before use (bsc#1180809).
  • KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guests (bsc#1178995).
  • KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails (bsc#1181218).
  • KVM: s390: pv: Mark mm as protected after the set secure parameters and improve cleanup (jsc#SLE-7512 bsc#1165545).
  • KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch (bsc#1178995).
  • NFC: fix possible resource leak (git-fixes).
  • NFC: fix resource leak when target index is invalid (git-fixes).
  • NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter (for-next).
  • NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read() (for-next).
  • NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock (for-next).
  • NFS: nfs_delegation_find_inode_server must first reference the superblock (for-next).
  • NFS: nfs_igrab_and_active must first reference the superblock (for-next).
  • NFS: switch nfsiod to be an UNBOUND workqueue (for-next).
  • NFSv4.2: condition READDIR's mask for security label based on LSM state (for-next).
  • NFSv4: Fix the alignment of page data in the getdeviceinfo reply (for-next).
  • PM: hibernate: flush swap writer after marking (git-fixes).
  • Revert "nfsd4: support change_attr_type attribute" (for-next).
  • Revive usb-audio Keep Interface mixer (bsc#1181014).
  • SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages() (for-next).
  • SUNRPC: rpc_wake_up() should wake up tasks in the correct order (for-next).
  • USB: cdc-acm: blacklist another IR Droid device (git-fixes).
  • USB: cdc-wdm: Fix use after free in service_outstanding_interrupt() (git-fixes).
  • USB: dummy-hcd: Fix uninitialized array use in init() (git-fixes).
  • USB: ehci: fix an interrupt calltrace error (git-fixes).
  • USB: gadget: legacy: fix return error code in acm_ms_bind() (git-fixes).
  • USB: serial: iuu_phoenix: fix DMA from stack (git-fixes).
  • USB: serial: option: add LongSung M5710 module support (git-fixes).
  • USB: serial: option: add Quectel EM160R-GL (git-fixes).
  • USB: usblp: fix DMA to stack (git-fixes).
  • USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set (git-fixes).
  • USB: yurex: fix control-URB timeout handling (git-fixes).
  • arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writeback (bsc#1152489).
  • arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA (git-fixes).
  • arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect() (bsc#1180130).
  • arm64: pgtable: Fix pte_accessible() (bsc#1180130).
  • bitmap: remove unused function declaration (git-fixes).
  • bnxt_en: Fix AER recovery (jsc#SLE-8371 bsc#1153274).
  • bpf: Do not leak memory in bpf getsockopt when optlen == 0 (bsc#1155518).
  • bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback (bsc#1155518).
  • btrfs: fix missing delalloc new bit for new delalloc ranges (bsc#1180773).
  • btrfs: make btrfs_dirty_pages take btrfs_inode (bsc#1180773).
  • btrfs: make btrfs_set_extent_delalloc take btrfs_inode (bsc#1180773).
  • btrfs: send: fix invalid clone operations when cloning from the same file and root (bsc#1181511).
  • btrfs: send: fix wrong file path when there is an inode with a pending rmdir (bsc#1181237).
  • bus/fsl_mc: Do not rely on caller to provide non NULL mc_io (git-fixes).
  • cachefiles: Drop superfluous readpages aops NULL check (git-fixes).
  • can: dev: prevent potential information leak in can_fill_info() (git-fixes).
  • can: vxcan: vxcan_xmit: fix use after free bug (git-fixes).
  • clk: tegra30: Add hda clock default rates to clock driver (git-fixes).
  • crypto: asym_tpm: correct zero out potential secrets (git-fixes).
  • crypto: ecdh - avoid buffer overflow in ecdh_set_secret() (git-fixes).
  • dmaengine: at_hdmac: Substitute kzalloc with kmalloc (git-fixes).
  • dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate() (git-fixes).
  • dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate() (git-fixes).
  • dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk() (git-fixes).
  • dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the error handling path of the probe function (git-fixes).
  • dmaengine: xilinx_dma: check dma_async_device_register return value (git-fixes).
  • dmaengine: xilinx_dma: fix incompatible param warning in _child_probe() (git-fixes).
  • dmaengine: xilinx_dma: fix mixed_enum_type coverity warning (git-fixes).
  • drivers/base/memory.c: indicate all memory blocks as removable (bsc#1180264).
  • drivers/perf: Fix kernel panic when rmmod PMU modules during perf sampling (bsc#1180848).
  • drivers/perf: hisi: Permit modular builds of HiSilicon uncore drivers (bsc#1180848). - Update config files. - supported.conf:
  • drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs (git-fixes).
  • drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[] (git-fixes).
  • drm/amd/display: Add missing pflip irq for dcn2.0 (git-fixes).
  • drm/amd/display: Avoid MST manager resource leak (git-fixes).
  • drm/amd/display: Do not double-buffer DTO adjustments (git-fixes).
  • drm/amd/display: Do not invoke kgdb_breakpoint() unconditionally (git-fixes).
  • drm/amd/display: Fix memleak in amdgpu_dm_mode_config_init (git-fixes).
  • drm/amd/display: Free gamma after calculating legacy transfer function (git-fixes).
  • drm/amd/display: HDMI remote sink need mode validation for Linux (git-fixes).
  • drm/amd/display: Increase timeout for DP Disable (git-fixes).
  • drm/amd/display: Reject overlay plane configurations in multi-display scenarios (git-fixes).
  • drm/amd/display: Retry AUX write when fail occurs (git-fixes).
  • drm/amd/display: Stop if retimer is not available (git-fixes).
  • drm/amd/display: dal_ddc_i2c_payloads_create can fail causing panic (git-fixes).
  • drm/amd/display: dchubbub p-state warning during surface planes switch (git-fixes).
  • drm/amd/display: remove useless if/else (git-fixes).
  • drm/amd/display: update nv1x stutter latencies (git-fixes).
  • drm/amd/pm: avoid false alarm due to confusing softwareshutdowntemp setting (git-fixes).
  • drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC is (git-fixes).
  • drm/amdgpu/powerplay/smu7: fix AVFS handling with custom powerplay table (git-fixes).
  • drm/amdgpu/powerplay: fix AVFS handling with custom powerplay table (git-fixes).
  • drm/amdgpu/psp: fix psp gfx ctrl cmds (git-fixes).
  • drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu reset (git-fixes).
  • drm/amdgpu: Fix bug in reporting voltage for CIK (git-fixes).
  • drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume (git-fixes).
  • drm/amdgpu: add DID for navi10 blockchain SKU (git-fixes).
  • drm/amdgpu: correct the gpu reset handling for job != NULL case (git-fixes).
  • drm/amdgpu: do not map BO in reserved region (git-fixes).
  • drm/amdgpu: fix a GPU hang issue when remove device (git-fixes).
  • drm/amdgpu: fix build_coefficients() argument (git-fixes).
  • drm/amdgpu: fix calltrace during kmd unload(v3) (git-fixes).
  • drm/amdgpu: increase atombios cmd timeout (git-fixes).
  • drm/amdgpu: increase the reserved VM size to 2MB (git-fixes).
  • drm/amdgpu: perform srbm soft reset always on SDMA resume (git-fixes).
  • drm/amdgpu: prevent double kfree ttm->sg (git-fixes).
  • drm/amdkfd: Fix leak in dmabuf import (git-fixes).
  • drm/amdkfd: Use same SQ prefetch setting as amdgpu (git-fixes).
  • drm/amdkfd: fix a memory leak issue (git-fixes).
  • drm/amdkfd: fix restore worker race condition (git-fixes).
  • drm/aspeed: Fix Kconfig warning & subsequent build errors (bsc#1152472)
  • drm/aspeed: Fix Kconfig warning & subsequent build errors (git-fixes).
  • drm/atomic: put state on error path (git-fixes).
  • drm/bridge/synopsys: dsi: add support for non-continuous HS clock (git-fixes).
  • drm/brige/megachips: Add checking if ge_b850v3_lvds_init() is working correctly (git-fixes).
  • drm/dp_aux_dev: check aux_dev before use in (bsc#1152472)
  • drm/dp_aux_dev: check aux_dev before use in drm_dp_aux_dev_get_by_minor() (git-fixes).
  • drm/etnaviv: always start/stop scheduler in timeout processing (git-fixes).
  • drm/exynos: dsi: Remove bridge node reference in error handling path in probe function (git-fixes).
  • drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[] (git-fixes).
  • drm/gma500: fix double free of gma_connector (bsc#1152472)
  • drm/gma500: fix double free of gma_connector (git-fixes).
  • drm/i915/display/dp: Compute the correct slice count for VDSC on DP (git-fixes).
  • drm/i915/dsi: Use unconditional msleep for the panel_on_delay when there is no reset-deassert MIPI-sequence (git-fixes).
  • drm/i915/gt: Declare gen9 has 64 mocs entries! (git-fixes).
  • drm/i915/gt: Delay execlist processing for tgl (git-fixes).
  • drm/i915/gt: Free stale request on destroying the virtual engine (git-fixes).
  • drm/i915/gt: Prevent use of engine->wa_ctx after error (git-fixes).
  • drm/i915/gt: Program mocs:63 for cache eviction on gen9 (git-fixes).
  • drm/i915/gvt: Set ENHANCED_FRAME_CAP bit (git-fixes).
  • drm/i915/gvt: return error when failing to take the module reference (git-fixes).
  • drm/i915/selftests: Avoid passing a random 0 into ilog2 (git-fixes).
  • drm/i915: Avoid memory leak with more than 16 workarounds on a list (git-fixes).
  • drm/i915: Break up error capture compression loops with cond_resched() (git-fixes).
  • drm/i915: Check for all subplatform bits (git-fixes).
  • drm/i915: Correctly set SFC capability for video engines (bsc#1152489)
  • drm/i915: Drop runtime-pm assert from vgpu io accessors (git-fixes).
  • drm/i915: Filter wake_flags passed to default_wake_function (git-fixes).
  • drm/i915: Fix mismatch between misplaced vma check and vma insert (git-fixes).
  • drm/i915: Force VT'd workarounds when running as a guest OS (git-fixes).
  • drm/i915: Handle max_bpc==16 (git-fixes).
  • drm/i915: clear the gpu reloc batch (git-fixes).
  • drm/mcde: Fix handling of platform_get_irq() error (bsc#1152472)
  • drm/mcde: Fix handling of platform_get_irq() error (git-fixes).
  • drm/meson: dw-hdmi: Register a callback to disable the regulator (git-fixes).
  • drm/msm/a5xx: Always set an OPP supported hardware value (git-fixes).
  • drm/msm/a6xx: fix a potential overflow issue (git-fixes).
  • drm/msm/a6xx: fix gmu start on newer firmware (git-fixes).
  • drm/msm/dpu: Add newline to printks (git-fixes).
  • drm/msm/dpu: Fix scale params in plane validation (git-fixes).
  • drm/msm/dsi_phy_10nm: implement PHY disabling (git-fixes).
  • drm/msm/dsi_pll_10nm: restore VCO rate during restore_state (git-fixes).
  • drm/msm: Disable preemption on all 5xx targets (git-fixes).
  • drm/msm: add shutdown support for display platform_driver (git-fixes).
  • drm/msm: fix leaks if initialization fails (git-fixes).
  • drm/nouveau/bios: fix issue shadowing expansion ROMs (git-fixes).
  • drm/nouveau/debugfs: fix runtime pm imbalance on error (git-fixes).
  • drm/nouveau/dispnv50: fix runtime pm imbalance on error (git-fixes).
  • drm/nouveau/i2c/gm200: increase width of aux semaphore owner fields (git-fixes).
  • drm/nouveau/kms/nv50-: fix case where notifier buffer is at offset 0 (git-fixes).
  • drm/nouveau/mem: guard against NULL pointer access in mem_del (git-fixes).
  • drm/nouveau/mmu: fix vram heap sizing (git-fixes).
  • drm/nouveau/nouveau: fix the start/end range for migration (git-fixes).
  • drm/nouveau/privring: ack interrupts the same way as RM (git-fixes).
  • drm/nouveau/svm: fail NOUVEAU_SVM_INIT ioctl on unsupported devices (git-fixes).
  • drm/nouveau: fix runtime pm imbalance on error (git-fixes).
  • drm/omap: dmm_tiler: fix return error code in omap_dmm_probe() (git-fixes).
  • drm/omap: dss: Cleanup DSS ports on initialisation failure (git-fixes).
  • drm/omap: fix incorrect lock state (git-fixes).
  • drm/omap: fix possible object reference leak (git-fixes).
  • drm/panfrost: add amlogic reset quirk callback (git-fixes).
  • drm/rockchip: Avoid uninitialized use of endpoint id in LVDS (bsc#1152472)
  • drm/rockchip: Avoid uninitialized use of endpoint id in LVDS (git-fixes).
  • drm/scheduler: Avoid accessing freed bad job (git-fixes).
  • drm/sun4i: dw-hdmi: fix error return code in sun8i_dw_hdmi_bind() (bsc#1152472)
  • drm/sun4i: frontend: Fix the scaler phase on A33 (git-fixes).
  • drm/sun4i: frontend: Reuse the ch0 phase for RGB formats (git-fixes).
  • drm/sun4i: frontend: Rework a bit the phase data (git-fixes).
  • drm/sun4i: mixer: Extend regmap max_register (git-fixes).
  • drm/syncobj: Fix use-after-free (git-fixes).
  • drm/tegra: replace idr_init() by idr_init_base() (git-fixes).
  • drm/tegra: sor: Disable clocks on error in tegra_sor_init() (git-fixes).
  • drm/ttm: fix eviction valuable range check (git-fixes).
  • drm/tve200: Fix handling of platform_get_irq() error (bsc#1152472)
  • drm/tve200: Fix handling of platform_get_irq() error (git-fixes).
  • drm/tve200: Stabilize enable/disable (git-fixes).
  • drm/vc4: drv: Add error handding for bind (git-fixes).
  • drm: Added orientation quirk for ASUS tablet model T103HAF (git-fixes).
  • drm: bridge: dw-hdmi: Avoid resetting force in the detect function (bsc#1152472)
  • drm: rcar-du: Set primary plane zpos immutably at initializing (git-fixes).
  • e1000e: bump up timeout to wait when ME un-configures ULP mode (jsc#SLE-8100).
  • ehci: fix EHCI host controller initialization sequence (git-fixes).
  • ethernet: ucc_geth: fix use-after-free in ucc_geth_remove() (git-fixes).
  • exec: Always set cap_ambient in cap_bprm_set_creds (git-fixes).
  • exfat: Avoid allocating upcase table using kcalloc() (git-fixes).
  • firmware: imx: select SOC_BUS to fix firmware build (git-fixes).
  • floppy: reintroduce O_NDELAY fix (boo#1181018).
  • futex: Ensure the correct return value from futex_lock_pi() (bsc#1181349 bsc#1149032).
  • futex: Handle faults correctly for PI futexes (bsc#1181349 bsc#1149032).
  • futex: Provide and use pi_state_update_owner() (bsc#1181349 bsc#1149032).
  • futex: Remove needless goto's (bsc#1149032).
  • futex: Remove unused empty compat_exit_robust_list() (bsc#1149032).
  • futex: Replace pointless printk in fixup_owner() (bsc#1181349 bsc#1149032).
  • futex: Simplify fixup_pi_state_owner() (bsc#1181349 bsc#1149032).
  • futex: Use pi_state_update_owner() in put_pi_state() (bsc#1181349 bsc#1149032).
  • hwmon: (pwm-fan) Ensure that calculation does not discard big period values (git-fixes).
  • i2c: bpmp-tegra: Ignore unknown I2C_M flags (git-fixes).
  • i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated (git-fixes).
  • i2c: octeon: check correct size of maximum RECV_LEN packet (git-fixes).
  • i2c: sprd: use a specific timeout to avoid system hang up issue (git-fixes).
  • i3c master: fix missing destroy_workqueue() on error in i3c_master_register (git-fixes).
  • ice, xsk: clear the status bits for the next_to_use descriptor (jsc#SLE-7926).
  • ice: avoid premature Rx buffer reuse (jsc#SLE-7926).
  • iio: ad5504: Fix setting power-down state (git-fixes).
  • iomap: fix WARN_ON_ONCE() from unprivileged users (bsc#1181494).
  • iommu/vt-d: Fix a bug for PDP check in prq_event_thread (bsc#1181217).
  • ionic: account for vlan tag len in rx buffer len (bsc#1167773).
  • iwlwifi: pcie: reschedule in long-running memory reads (git-fixes).
  • iwlwifi: pcie: use jiffies for memory read spin time limit (git-fixes).
  • kABI fixup for dwc3 introduction of DWC_usb32 (git-fixes).
  • kABI: Fix kABI after AMD SEV PCID fixes (bsc#1178995).
  • kdb: Fix pager search for multi-line strings (git-fixes).
  • kgdb: Drop malformed kernel doc comment (git-fixes).
  • kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot (git fixes (kernel/kprobe)).
  • leds: trigger: fix potential deadlock with libata (git-fixes).
  • lib/genalloc: fix the overflow when size is too big (git-fixes).
  • lib/string: remove unnecessary #undefs (git-fixes).
  • lockd: do not use interval-based rebinding over TCP (for-next).
  • mac80211: check if atf has been disabled in __ieee80211_schedule_txq (git-fixes).
  • mac80211: do not drop tx nulldata packets on encrypted links (git-fixes).
  • mac80211: pause TX while changing interface type (git-fixes).
  • md: fix a warning caused by a race between concurrent md_ioctl()s (for-next).
  • media: dvb-usb: Fix memory leak at error in dvb_usb_device_init() (bsc#1181104).
  • media: dvb-usb: Fix use-after-free access (bsc#1181104).
  • media: gp8psk: initialize stats at power control logic (git-fixes).
  • media: rc: ensure that uevent can be read directly after rc device register (git-fixes).
  • misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_chkpt_doorbells() (git-fixes).
  • misdn: dsp: select CONFIG_BITREVERSE (git-fixes).
  • mm/vmalloc: Fix unlock order in s_stop() (git fixes (mm/vmalloc)).
  • mm: memcontrol: fix missing wakeup polling thread (bsc#1181584).
  • mmc: core: do not initialize block size from ext_csd if not present (git-fixes).
  • mmc: sdhci-xenon: fix 1.8v regulator stabilization (git-fixes).
  • module: delay kobject uevent until after module init call (bsc#1178631).
  • mt7601u: fix kernel crash unplugging the device (git-fixes).
  • mt7601u: fix rx buffer refcounting (git-fixes).
  • net/af_iucv: fix null pointer dereference on shutdown (bsc#1179567 LTC#190111).
  • net/af_iucv: set correct sk_protocol for child sockets (git-fixes).
  • net/mlx5e: ethtool, Fix restriction of autoneg with 56G (jsc#SLE-8464).
  • net/smc: cancel event worker during device removal (git-fixes).
  • net/smc: check for valid ib_client_data (git-fixes).
  • net/smc: fix cleanup for linkgroup setup failures (git-fixes).
  • net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid() (git-fixes).
  • net/smc: fix dmb buffer shortage (git-fixes).
  • net/smc: fix sleep bug in smc_pnet_find_roce_resource() (git-fixes).
  • net/smc: fix sock refcounting in case of termination (git-fixes).
  • net/smc: fix valid DMBE buffer sizes (git-fixes).
  • net/smc: no peer ID in CLC decline for SMCD (git-fixes).
  • net/smc: remove freed buffer from list (git-fixes).
  • net/smc: reset sndbuf_desc if freed (git-fixes).
  • net/smc: set rx_off for SMCR explicitly (git-fixes).
  • net/smc: switch smcd_dev_list spinlock to mutex (git-fixes).
  • net/smc: transfer fasync_list in case of fallback (git-fixes).
  • net: fix proc_fs init handling in af_packet and tls (bsc#1154353).
  • net: hns3: fix a phy loopback fail issue (bsc#1154353).
  • net: hns3: remove a misused pragma packed (bsc#1154353).
  • net: mscc: ocelot: allow offloading of bridge on top of LAG (git-fixes).
  • net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs' (for-next).
  • net: sunrpc: interpret the return value of kstrtou32 correctly (for-next).
  • net: usb: qmi_wwan: add Quectel EM160R-GL (git-fixes).
  • net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family (git-fixes).
  • net: vlan: avoid leaks on register_vlan_dev() failures (bsc#1154353).
  • nfs_common: need lock during iterate through the list (for-next).
  • nfsd4: readdirplus shouldn't return parent of export (git-fixes).
  • nfsd: Fix message level for normal termination (for-next).
  • nvme-multipath: Early exit if no path is available (bsc#1180964).
  • nvme-multipath: fix bogus request queue reference put (bsc#1175389).
  • nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout (bsc#1181161).
  • nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout (bsc#1181161).
  • pNFS: Mark layout for return if return-on-close was not sent (git-fixes).
  • platform/x86: i2c-multi-instantiate: Do not create platform device for INT3515 ACPI nodes (git-fixes).
  • platform/x86: ideapad-laptop: Disable touchpad_switch for ELAN0634 (git-fixes).
  • platform/x86: intel-vbtn: Drop HP Stream x360 Convertible PC 11 from allow-list (git-fixes).
  • platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on some HP x360 models (git-fixes).
  • power: vexpress: add suppress_bind_attrs to true (git-fixes).
  • powerpc/mm/pkeys: Make pkey access check work on execute_only_key (bsc#1181544 ltc#191080 git-fixes).
  • powerpc/paravirt: Use is_kvm_guest() in vcpu_is_preempted() (bsc#1181148 ltc#190702).
  • powerpc/pkeys: Avoid using lockless page table walk (bsc#1181544 ltc#191080).
  • powerpc/pkeys: Check vma before returning key fault error to the user (bsc#1181544 ltc#191080).
  • powerpc: Fix build error in paravirt.h (bsc#1181148 ltc#190702).
  • powerpc: Refactor is_kvm_guest() declaration to new header (bsc#1181148 ltc#190702).
  • powerpc: Reintroduce is_kvm_guest() as a fast-path check (bsc#1181148 ltc#190702).
  • powerpc: Rename is_kvm_guest() to check_kvm_guest() (bsc#1181148 ltc#190702).
  • prom_init: enable verbose prints (bsc#1178142 bsc#1180759).
  • ptrace: Set PF_SUPERPRIV when checking capability (bsc#1163930).
  • ptrace: reintroduce usage of subjective credentials in ptrace_has_cap() (bsc#1163930).
  • r8152: Add Lenovo Powered USB-C Travel Hub (git-fixes).
  • r8169: fix WoL on shutdown if CONFIG_DEBUG_SHIRQ is set (git-fixes).
  • r8169: work around power-saving bug on some chip versions (git-fixes).
  • regmap: debugfs: Fix a memory leak when calling regmap_attach_dev (git-fixes).
  • regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init() (git-fixes).
  • rtc: pl031: fix resource leak in pl031_probe (git-fixes).
  • rtc: sun6i: Fix memleak in sun6i_rtc_clk_init (git-fixes).
  • rtmutex: Remove unused argument from rt_mutex_proxy_unlock() (bsc#1181349 bsc#1149032).
  • s390/cio: fix use-after-free in ccw_device_destroy_console (git-fixes).
  • s390/dasd: fix hanging device offline processing (bsc#1181169 LTC#190914).
  • s390/dasd: fix list corruption of lcu list (git-fixes).
  • s390/dasd: fix list corruption of pavgroup group list (git-fixes).
  • s390/dasd: prevent inconsistent LCU device data (git-fixes).
  • s390/kexec_file: fix diag308 subcode when loading crash kernel (git-fixes).
  • s390/qeth: consolidate online/offline code (git-fixes).
  • s390/qeth: do not raise NETDEV_REBOOT event from L3 offline path (git-fixes).
  • s390/qeth: fix L2 header access in qeth_l3_osa_features_check() (git-fixes).
  • s390/qeth: fix deadlock during recovery (git-fixes).
  • s390/qeth: fix locking for discipline setup / removal (git-fixes).
  • s390/smp: perform initial CPU reset also for SMT siblings (git-fixes).
  • s390/vfio-ap: No need to disable IRQ after queue reset (git-fixes).
  • s390/vfio-ap: clean up vfio_ap resources when KVM pointer invalidated (git-fixes).
  • sched/fair: Check for idle core in wake_affine (git fixes (sched)).
  • scsi: ibmvfc: Set default timeout to avoid crash during migration (bsc#1181425 ltc#188252).
  • scsi: lpfc: Enhancements to LOG_TRACE_EVENT for better readability (bsc#1180891).
  • scsi: lpfc: Fix FW reset action if I/Os are outstanding (bsc#1180891).
  • scsi: lpfc: Fix NVMe recovery after mailbox timeout (bsc#1180891).
  • scsi: lpfc: Fix PLOGI S_ID of 0 on pt2pt config (bsc#1180891).
  • scsi: lpfc: Fix auto sli_mode and its effect on CONFIG_PORT for SLI3 (bsc#1180891).
  • scsi: lpfc: Fix crash when a fabric node is released prematurely (bsc#1180891).
  • scsi: lpfc: Fix crash when nvmet transport calls host_release (bsc#1180891).
  • scsi: lpfc: Fix error log messages being logged following SCSI task mgnt (bsc#1180891).
  • scsi: lpfc: Fix target reset failing (bsc#1180891).
  • scsi: lpfc: Fix vport create logging (bsc#1180891).
  • scsi: lpfc: Implement health checking when aborting I/O (bsc#1180891).
  • scsi: lpfc: Prevent duplicate requests to unregister with cpuhp framework (bsc#1180891).
  • scsi: lpfc: Refresh ndlp when a new PRLI is received in the PRLI issue state (bsc#1180891).
  • scsi: lpfc: Simplify bool comparison (bsc#1180891).
  • scsi: lpfc: Update lpfc version to 12.8.0.7 (bsc#1180891).
  • scsi: lpfc: Use the nvme-fc transport supplied timeout for LS requests (bsc#1180891).
  • scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limit (bsc#1179142).
  • scsi: scsi_transport_srp: Do not block target in failfast state (bsc#1172355).
  • selftests/ftrace: Select an existing function in kprobe_eventname test (bsc#1179396 ltc#185738).
  • selftests/powerpc: Add a test of bad (out-of-range) accesses (bsc#1181158 ltc#190851).
  • selftests/powerpc: Add a test of spectre_v2 mitigations (bsc#1181158 ltc#190851).
  • selftests/powerpc: Ignore generated files (bsc#1181158 ltc#190851).
  • selftests/powerpc: Move Hash MMU check to utilities (bsc#1181158 ltc#190851).
  • selftests/powerpc: Move set_dscr() into rfi_flush.c (bsc#1181158 ltc#190851).
  • selftests/powerpc: Only test lwm/stmw on big endian (bsc#1180412 ltc#190579).
  • selftests/powerpc: spectre_v2 test must be built 64-bit (bsc#1181158 ltc#190851).
  • selftests: net: fib_t