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, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 E2850C4320A for ; Wed, 1 Sep 2021 12:34:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC48C610E9 for ; Wed, 1 Sep 2021 12:34:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343571AbhIAMfC (ORCPT ); Wed, 1 Sep 2021 08:35:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:33218 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245049AbhIAMdy (ORCPT ); Wed, 1 Sep 2021 08:33:54 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A1722610E9; Wed, 1 Sep 2021 12:32:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1630499537; bh=B9FKpHKlhYTdid56VTt99gPPigufzGepYJCRagjyVHk=; h=From:To:Cc:Subject:Date:From; b=QU6g1WUTtFfcyaU0u9vgWRoXc0sYjy8uzd4KglUr/nlJBgFzGeUky7qzmBZvXbvAl LmqEwygDvrYEwdqhe3f/bnhjBtXK9gd/I0LqLY8gH3tmug1w/N8dwyG8tJlRzWu1LL 8bpwbIGj8nSvRvhaIEcAp3bxO3Fq+sqcPWgmKA1M= 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 5.4 00/48] 5.4.144-rc1 review Date: Wed, 1 Sep 2021 14:27:50 +0200 Message-Id: <20210901122253.388326997@linuxfoundation.org> X-Mailer: git-send-email 2.33.0 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/v5.x/stable-review/patch-5.4.144-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.4.144-rc1 X-KernelTest-Deadline: 2021-09-03T12:22+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org This is the start of the stable review cycle for the 5.4.144 release. There are 48 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 Fri, 03 Sep 2021 12:22:41 +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/v5.x/stable-review/patch-5.4.144-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-5.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.4.144-rc1 Richard Guy Briggs audit: move put_tree() to avoid trim_trees refcount underflow and UAF Peter Collingbourne net: don't unconditionally copy_from_user a struct ifreq for socket ioctls Helge Deller Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat" Denis Efremov Revert "floppy: reintroduce O_NDELAY fix" Qu Wenruo btrfs: fix NULL pointer dereference when deleting device by invalid id Petr Vorel arm64: dts: qcom: msm8994-angler: Fix gpio-reserved-ranges 85-88 Sean Christopherson KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs DENG Qingfang net: dsa: mt7530: fix VLAN traffic leaks again Andrii Nakryiko bpf: Fix cast to pointer from integer of different size warning Andrii Nakryiko bpf: Track contents of read-only maps as scalars Linus Torvalds vt_kdsetmode: extend console locking Filipe Manana btrfs: fix race between marking inode needs to be logged and log syncing Gerd Rausch net/rds: dma_map_sg is entitled to merge entries Ben Skeggs drm/nouveau/disp: power down unused DP links during init Mark Yacoub drm: Copy drm_wait_vblank to user before returning Shai Malin qed: Fix null-pointer dereference in qed_rdma_create_qp() Shai Malin qed: qed ll2 race condition fixes Neeraj Upadhyay vringh: Use wiov->used to check for read/write desc order Parav Pandit virtio_pci: Support surprise removal of virtio pci device Parav Pandit virtio: Improve vq->broken access to avoid any compiler optimization Michał Mirosław opp: remove WARN when no valid OPPs remain Colin Ian King perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32 Jerome Brunet usb: gadget: u_audio: fix race condition on endpoint stop Matthew Brost drm/i915: Fix syncmap memory leak Guangbin Huang net: hns3: fix get wrong pfc_en when query PFC configuration Guojia Liao net: hns3: fix duplicate node in VLAN list Yufeng Mo net: hns3: clear hardware resource when loading driver Andrey Ignatov rtnetlink: Return correct error on changing device netns Maxim Kiselev net: marvell: fix MVNETA_TX_IN_PRGRS bit number Christophe JAILLET xgene-v2: Fix a resource leak in the error handling path of 'xge_probe()' Shreyansh Chouhan ip_gre: add validation for csum_start Gal Pressman RDMA/efa: Free IRQ vectors on error flow Sasha Neftin e1000e: Fix the max snoop/no-snoop latency for 10M Tuo Li IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs() Naresh Kumar PBS RDMA/bnxt_re: Add missing spin lock initialization Li Jinlin scsi: core: Fix hang of freezing queue between blocking and running device Wesley Cheng usb: dwc3: gadget: Stop EP0 transfers during pullup disable Thinh Nguyen usb: dwc3: gadget: Fix dwc3_calc_trbs_left() Zhengjun Zhang USB: serial: option: add new VID/PID to support Fibocom FG150 Johan Hovold Revert "USB: serial: ch341: fix character loss at high transfer rates" Stefan Mätje can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters Yafang Shao mm, oom: make the calculation of oom badness more accurate Shaik Sajida Bhanu mmc: sdhci-msm: Update the software timeout value for sdhc Miklos Szeredi ovl: fix uninitialized pointer read in ovl_lookup_real_one() Kefeng Wang once: Fix panic when module unload Florian Westphal netfilter: conntrack: collect all entries in one cycle Guenter Roeck ARC: Fix CONFIG_STACKDEPOT Xiaolong Huang net: qrtr: fix another OOB Read in qrtr_endpoint_post ------------- Diffstat: Makefile | 4 +- arch/arc/kernel/vmlinux.lds.S | 2 + .../arm64/boot/dts/qcom/msm8994-angler-rev-101.dts | 4 + arch/parisc/include/asm/string.h | 15 --- arch/parisc/kernel/parisc_ksyms.c | 4 - arch/parisc/lib/Makefile | 4 +- arch/parisc/lib/memset.c | 72 +++++++++++ arch/parisc/lib/string.S | 136 --------------------- arch/x86/events/intel/uncore_snbep.c | 2 +- arch/x86/kvm/mmu.c | 10 +- drivers/block/floppy.c | 27 ++-- drivers/gpu/drm/drm_ioc32.c | 4 +- drivers/gpu/drm/i915/gt/intel_timeline.c | 8 ++ drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c | 2 +- drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.h | 1 + drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c | 9 ++ drivers/infiniband/hw/bnxt_re/ib_verbs.c | 1 + drivers/infiniband/hw/efa/efa_main.c | 1 + drivers/infiniband/hw/hfi1/sdma.c | 9 +- drivers/mmc/host/sdhci-msm.c | 18 +++ drivers/net/can/usb/esd_usb2.c | 4 +- drivers/net/dsa/mt7530.c | 5 +- drivers/net/ethernet/apm/xgene-v2/main.c | 4 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 3 + .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c | 13 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 32 ++++- drivers/net/ethernet/intel/e1000e/ich8lan.c | 14 ++- drivers/net/ethernet/intel/e1000e/ich8lan.h | 3 + drivers/net/ethernet/marvell/mvneta.c | 2 +- drivers/net/ethernet/qlogic/qed/qed_ll2.c | 20 +++ drivers/net/ethernet/qlogic/qed/qed_rdma.c | 3 +- drivers/opp/of.c | 5 +- drivers/scsi/scsi_sysfs.c | 9 +- drivers/tty/vt/vt_ioctl.c | 11 +- drivers/usb/dwc3/gadget.c | 23 ++-- drivers/usb/gadget/function/u_audio.c | 5 +- drivers/usb/serial/ch341.c | 1 - drivers/usb/serial/option.c | 2 + drivers/vhost/vringh.c | 2 +- drivers/virtio/virtio_pci_common.c | 7 ++ drivers/virtio/virtio_ring.c | 6 +- fs/btrfs/btrfs_inode.h | 15 +++ fs/btrfs/file.c | 10 +- fs/btrfs/inode.c | 4 +- fs/btrfs/transaction.h | 2 +- fs/btrfs/volumes.c | 2 +- fs/overlayfs/export.c | 2 +- fs/proc/base.c | 11 +- include/linux/netdevice.h | 4 + include/linux/once.h | 4 +- include/linux/oom.h | 4 +- kernel/audit_tree.c | 2 +- kernel/bpf/verifier.c | 57 ++++++++- lib/once.c | 11 +- mm/oom_kill.c | 22 ++-- net/core/rtnetlink.c | 3 +- net/ipv4/ip_gre.c | 2 + net/netfilter/nf_conntrack_core.c | 71 ++++------- net/qrtr/qrtr.c | 2 +- net/rds/ib_frmr.c | 4 +- net/socket.c | 6 +- 61 files changed, 419 insertions(+), 326 deletions(-)