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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0FE05C433F5 for ; Mon, 11 Oct 2021 14:15:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F100360C49 for ; Mon, 11 Oct 2021 14:15:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238689AbhJKORk (ORCPT ); Mon, 11 Oct 2021 10:17:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:35160 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243035AbhJKOPD (ORCPT ); Mon, 11 Oct 2021 10:15:03 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1F95C61206; Mon, 11 Oct 2021 14:05:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1633961107; bh=1FNn6WQqx4qUj5H1MmDo1lN58D7dhV/1N2RCcD77hic=; h=From:To:Cc:Subject:Date:From; b=yh2Kdm87X8pbg6aHFe4+fqUYecwypYqfHaDbwt/OCyLjQp9+r/Lz0zQMyW19fn0hm lb87abmT101oa/xso5cse47wV79DrPGdxqKfsNftyTnqjJThjdsnwSCABxBlJuD4MT TRLrRAs01OjLbLpdSXgmhvYkOV4VwQQGDmrkAhdk= 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/28] 4.19.211-rc1 review Date: Mon, 11 Oct 2021 15:46:50 +0200 Message-Id: <20211011134640.711218469@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/v4.x/stable-review/patch-4.19.211-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.211-rc1 X-KernelTest-Deadline: 2021-10-13T13:46+00:00 Content-Type: text/plain; charset=UTF-8 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.211 release. There are 28 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, 13 Oct 2021 13:46:31 +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.211-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.211-rc1 Lukas Bulwahn x86/Kconfig: Correct reference to MWINCHIP3D Naveen N. Rao powerpc/bpf: Fix BPF_MOD when imm == 1 Jamie Iles i2c: acpi: fix resource leak in reconfiguration device addition Sylwester Dziedziuch i40e: Fix freeing of uninitialized misc IRQ vector Jiri Benc i40e: fix endless loop under rtnl Eric Dumazet rtnetlink: fix if_nlmsg_stats_size() under estimation Yang Yingliang drm/nouveau/debugfs: fix file release memory leak Eric Dumazet netlink: annotate data races around nlk->bound Sean Anderson net: sfp: Fix typo in state machine debug string Eric Dumazet net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size() Oleksij Rempel ARM: imx6: disable the GIC CPU interface before calling stby-poweroff sequence Andy Shevchenko ptp_pch: Load module automatically if ID matches Pali Rohár powerpc/fsl/dts: Fix phy-connection-type for fm1mac3 Eric Dumazet net_sched: fix NULL deref in fifo_set_limit() Pavel Skripkin phy: mdio: fix memory leak Tatsuhiko Yasumatsu bpf: Fix integer overflow in prealloc_elems_and_freelist() Johan Almbladh bpf, arm: Fix register clobbering in div/mod implementation Max Filippov xtensa: call irqchip_init only when CONFIG_USE_OF is selected Piotr Krysiuk bpf, mips: Validate conditional branch offsets David Heidelberg ARM: dts: qcom: apq8064: use compatible which contains chipid Roger Quadros ARM: dts: omap3430-sdp: Fix NAND device node Juergen Gross xen/balloon: fix cancelled balloon action Trond Myklebust nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zero Zheng Liang ovl: fix missing negative dentry check in ovl_rename() Jan Beulich xen/privcmd: fix error handling in mmap-resource processing Johan Hovold USB: cdc-acm: fix break reporting Johan Hovold USB: cdc-acm: fix racy tty buffer accesses Ben Hutchings Partially revert "usb: Kconfig: using select for USB_COMMON dependency" ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/omap3430-sdp.dts | 2 +- arch/arm/boot/dts/qcom-apq8064.dtsi | 3 +- arch/arm/mach-imx/pm-imx6.c | 2 + arch/arm/net/bpf_jit_32.c | 19 ++++++++++ arch/mips/net/bpf_jit.c | 57 ++++++++++++++++++++++------- arch/powerpc/boot/dts/fsl/t1023rdb.dts | 2 +- arch/powerpc/net/bpf_jit_comp64.c | 10 ++++- arch/x86/Kconfig | 2 +- arch/xtensa/kernel/irq.c | 2 +- drivers/gpu/drm/nouveau/nouveau_debugfs.c | 1 + drivers/i2c/i2c-core-acpi.c | 1 + drivers/net/ethernet/intel/i40e/i40e_main.c | 5 ++- drivers/net/phy/mdio_bus.c | 7 ++++ drivers/net/phy/sfp.c | 2 +- drivers/ptp/ptp_pch.c | 1 + drivers/usb/Kconfig | 3 +- drivers/usb/class/cdc-acm.c | 8 ++++ drivers/xen/balloon.c | 21 ++++++++--- drivers/xen/privcmd.c | 7 ++-- fs/nfsd/nfs4xdr.c | 19 ++++++---- fs/overlayfs/dir.c | 10 +++-- kernel/bpf/stackmap.c | 3 +- net/bridge/br_netlink.c | 2 +- net/core/rtnetlink.c | 2 +- net/netlink/af_netlink.c | 14 +++++-- net/sched/sch_fifo.c | 3 ++ 27 files changed, 156 insertions(+), 56 deletions(-)