From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A10BBC2B9F8 for ; Mon, 24 May 2021 15:45:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 87C5E61452 for ; Mon, 24 May 2021 15:45:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234233AbhEXPq3 (ORCPT ); Mon, 24 May 2021 11:46:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:58038 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233238AbhEXPmE (ORCPT ); Mon, 24 May 2021 11:42:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 241FA6144C; Mon, 24 May 2021 15:34:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621870490; bh=mZ798Te5V95JrU+CwOR1gOfe08U2khWFUSdGLczOvmo=; h=From:To:Cc:Subject:Date:From; b=oUri3gcSEgzYIEewYN/O0OOLG0xDwguRoV0CxAQJy5OrQYnYm3UwyjKPbsuis8lgj FIMHEh1Dbn75aVBSKdhYJQg6IMFPHxlHokgrMpSXkvnnGX/VBA4jmvYUUOBqByFGia e3Dxs6KsOsbYe8rL4YC3tJVkY+3XLKkbT3Q0YYhs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, stable@vger.kernel.org Subject: [PATCH 4.19 00/49] 4.19.192-rc1 review Date: Mon, 24 May 2021 17:25:11 +0200 Message-Id: <20210524152324.382084875@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.192-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.19.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.19.192-rc1 X-KernelTest-Deadline: 2021-05-26T15:23+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.19.192 release. There are 49 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Wed, 26 May 2021 15:23:11 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.192-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.19.192-rc1 Jan Beulich x86/Xen: swap NX determination and GDT setup on BSP Tetsuo Handa tty: vt: always invoke vc->vc_sw->con_resize callback Maciej W. Rozycki vt: Fix character height handling with VT_RESIZEX Maciej W. Rozycki vgacon: Record video mode changes with VT_RESIZEX Igor Matheus Andrade Torrente video: hgafb: fix potential NULL pointer dereference Tom Seewald qlcnic: Add null check after calling netdev_alloc_skb Phillip Potter leds: lp5523: check return value of lp5xx_read and jump to cleanup code Greg Kroah-Hartman net: rtlwifi: properly check for alloc_workqueue() failure Phillip Potter scsi: ufs: handle cleanup correctly on devm_reset_control_get error Anirudh Rayabharam net: stmicro: handle clk_prepare() failure during init Du Cheng ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read() Greg Kroah-Hartman Revert "niu: fix missing checks of niu_pci_eeprom_read" Greg Kroah-Hartman Revert "qlcnic: Avoid potential NULL pointer dereference" Greg Kroah-Hartman Revert "rtlwifi: fix a potential NULL pointer dereference" Greg Kroah-Hartman Revert "media: rcar_drif: fix a memory disclosure" Greg Kroah-Hartman cdrom: gdrom: initialize global variable at init time Atul Gopinathan cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdrom Greg Kroah-Hartman Revert "gdrom: fix a memory leak bug" Greg Kroah-Hartman Revert "scsi: ufs: fix a missing check of devm_reset_control_get" Greg Kroah-Hartman Revert "ecryptfs: replace BUG_ON with error handling code" Greg Kroah-Hartman Revert "video: imsttfb: fix potential NULL pointer dereferences" Greg Kroah-Hartman Revert "hwmon: (lm80) fix a missing check of bus read in lm80 probe" Greg Kroah-Hartman Revert "leds: lp5523: fix a missing check of return value of lp55xx_read" Greg Kroah-Hartman Revert "net: stmicro: fix a missing check of clk_prepare" Greg Kroah-Hartman Revert "video: hgafb: fix potential NULL pointer dereference" Mikulas Patocka dm snapshot: fix crash with transient storage and zero chunk size Mikulas Patocka dm snapshot: fix a crash when an origin has no snapshots Jan Beulich xen-pciback: reconfigure also from backend watch handler Greg Kroah-Hartman Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference" Anirudh Rayabharam rapidio: handle create_workqueue() failure Greg Kroah-Hartman Revert "rapidio: fix a NULL pointer dereference when create_workqueue() fails" PeiSen Hou ALSA: hda/realtek: Add some CLOVE SSIDs of ALC293 Hui Wang ALSA: hda/realtek: reset eapd coeff to default value for alc287 Greg Kroah-Hartman Revert "ALSA: sb8: add a check for request_region" Takashi Sakamoto ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro Takashi Iwai ALSA: usb-audio: Validate MS endpoint descriptors Takashi Sakamoto ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26 Takashi Iwai ALSA: line6: Fix racy initialization of LINE6 MIDI Takashi Sakamoto ALSA: dice: fix stream format for TC Electronic Konnekt Live at high sampling transfer frequency Ronnie Sahlberg cifs: fix memory leak in smb2_copychunk_range Zqiang locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal Daniel Wagner nvmet: seset ns->file when open fails Oleg Nesterov ptrace: make ptrace() fail if the tracee changed its pid unexpectedly Hans de Goede platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios Maor Gottlieb RDMA/mlx5: Recover from fatal event in dual port mode Zhen Lei scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword() Leon Romanovsky RDMA/rxe: Clear all QP fields if creation failed Christophe JAILLET openrisc: Fix a memory leak Dan Carpenter firmware: arm_scpi: Prevent the ternary sign expansion bug ------------- Diffstat: Makefile | 4 +- arch/openrisc/kernel/setup.c | 2 + arch/x86/xen/enlighten_pv.c | 8 ++-- drivers/cdrom/gdrom.c | 13 +++-- drivers/firmware/arm_scpi.c | 4 +- drivers/hwmon/lm80.c | 11 +---- drivers/infiniband/hw/mlx5/main.c | 1 + drivers/infiniband/sw/rxe/rxe_qp.c | 7 +++ drivers/leds/leds-lp5523.c | 2 +- drivers/md/dm-snap.c | 6 +-- drivers/media/platform/rcar_drif.c | 1 - .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c | 3 +- drivers/net/ethernet/stmicro/stmmac/dwmac-sunxi.c | 8 ++-- drivers/net/ethernet/sun/niu.c | 32 ++++++++----- drivers/net/wireless/realtek/rtlwifi/base.c | 19 ++++---- drivers/nvme/target/io-cmd-file.c | 8 ++-- drivers/platform/x86/dell-smbios-wmi.c | 3 +- drivers/rapidio/rio_cm.c | 17 ++++--- drivers/scsi/qla2xxx/qla_nx.c | 3 +- drivers/scsi/ufs/ufs-hisi.c | 15 +++--- drivers/tty/serial/mvebu-uart.c | 3 -- drivers/tty/vt/vt.c | 2 +- drivers/tty/vt/vt_ioctl.c | 6 +-- drivers/video/console/vgacon.c | 56 ++++++++++++---------- drivers/video/fbdev/core/fbcon.c | 2 +- drivers/video/fbdev/hgafb.c | 21 ++++---- drivers/video/fbdev/imsttfb.c | 5 -- drivers/xen/xen-pciback/xenbus.c | 22 +++++++-- fs/cifs/smb2ops.c | 2 + fs/ecryptfs/crypto.c | 6 +-- include/linux/console_struct.h | 1 + kernel/locking/mutex-debug.c | 4 +- kernel/locking/mutex-debug.h | 2 +- kernel/locking/mutex.c | 18 +++++-- kernel/locking/mutex.h | 4 +- kernel/ptrace.c | 18 ++++++- sound/firewire/Kconfig | 4 +- sound/firewire/bebob/bebob.c | 2 +- sound/firewire/dice/dice-alesis.c | 2 +- sound/firewire/dice/dice-tcelectronic.c | 4 +- sound/firewire/oxfw/oxfw.c | 1 - sound/isa/sb/sb8.c | 4 -- sound/pci/hda/patch_realtek.c | 20 +++++++- sound/usb/line6/driver.c | 4 ++ sound/usb/line6/pod.c | 5 -- sound/usb/line6/variax.c | 6 --- sound/usb/midi.c | 4 ++ 47 files changed, 234 insertions(+), 161 deletions(-)