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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59EFBEB64D9 for ; Mon, 19 Jun 2023 10:42:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229482AbjFSKmF (ORCPT ); Mon, 19 Jun 2023 06:42:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231800AbjFSKli (ORCPT ); Mon, 19 Jun 2023 06:41:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9AB4118C; Mon, 19 Jun 2023 03:41:36 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1558960B73; Mon, 19 Jun 2023 10:41:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 009E9C433C0; Mon, 19 Jun 2023 10:41:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687171295; bh=BGIdIEJk/qqnY0zDTdUtdBLcx4YxTeavw+oD3+bA0kw=; h=From:To:Cc:Subject:Date:From; b=VmO//5wJv4usLSLD5ciMjj6BzSEmyE/KaTib3rw3eQlnyxmKPvfYlJdGafYT3v5d3 +27L2u0priUEPVE7dcofW/3oShrp5bs7ODFhZvmFbXbLDUS7GByTc61oSKjk6RnKd2 pWX5EXolH7mPzSbCvHqEi78XJ9zmfeQ0Mv/cIxXo= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, linux-kernel@vger.kernel.org, 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, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: [PATCH 4.19 00/49] 4.19.287-rc1 review Date: Mon, 19 Jun 2023 12:29:38 +0200 Message-ID: <20230619102129.856988902@linuxfoundation.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.287-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.287-rc1 X-KernelTest-Deadline: 2023-06-21T10:21+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 4.19.287 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, 21 Jun 2023 10:21:12 +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.287-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.287-rc1 Christian Loehle mmc: block: ensure error propagation for non-blk Michael Ellerman powerpc: Fix defconfig choice logic when cross compiling Alexander Kapshuk drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_depth Leon Romanovsky neighbour: delete neigh_lookup_nodev as not used Gaosheng Cui net: Remove unused inline function dst_hold_and_use() Gaosheng Cui neighbour: Remove unused inline function neigh_key_eq16() Alex Maftei selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET Lin Ma net: tipc: resize nlattr array to correct size Eric Dumazet net: lapbether: only support ethernet devices Natalia Petrova drm/nouveau: add nv_encoder pointer check for NULL Lyude Paul drm/nouveau/kms: Don't change EDID when it hasn't actually changed Natalia Petrova drm/nouveau/dp: check for NULL nv_connector->native_mode Aleksandr Loktionov igb: fix nvm.ops.read() error handling Dan Carpenter sctp: fix an error code in sctp_sf_eat_auth() Saravanan Vajravel IB/isert: Fix incorrect release of isert connection Saravanan Vajravel IB/isert: Fix possible list corruption in CMA handler Saravanan Vajravel IB/isert: Fix dead lock in ib_isert Yishai Hadas IB/uverbs: Fix to consider event queue closing also upon non-blocking mode Zhu Yanjun RDMA/rxe: Fix the use-before-initialization error of resp_pkts Bob Pearson RDMA/rxe: Removed unused name from rxe_task struct Zhu Yanjun RDMA/rxe: Remove the unused variable obj Guillaume Nault ping6: Fix send to link-local addresses with VRF. Pablo Neira Ayuso netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM Romain Izard usb: gadget: f_ncm: Fix NTP-32 support Romain Izard usb: gadget: f_ncm: Add OS descriptor support Elson Roy Serrao usb: dwc3: gadget: Reset num TRBs before giving back the request Jerry Meng USB: serial: option: add Quectel EM061KGL series Stephen Hemminger Remove DECnet support from kernel Wes Huang net: usb: qmi_wwan: add support for Compal RXM-G1 Edward Srouji RDMA/uverbs: Restrict usage of privileged QKEYs Dave Airlie nouveau: fix client work fence deletion race Ricardo Ribalda powerpc/purgatory: remove PGO flags Ricardo Ribalda kexec: support purgatories with .text.hot sections Ryusuke Konishi nilfs2: fix possible out-of-bounds segment allocation in resize ioctl Ryusuke Konishi nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key() Janne Grunau nios2: dts: Fix tse_mac "max-frame-size" property Luís Henriques ocfs2: check new file size on fallocate call Luís Henriques ocfs2: fix use-after-free when unmounting read-only filesystem Ross Lagerwall xen/blkfront: Only check REQ_FUA for writes Liviu Dudau mips: Move initrd_start check after initrd address sanitisation. Manuel Lauss MIPS: Alchemy: fix dbdma2 Helge Deller parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu() Mario Limonciello power: supply: Fix logic checking if system is running from battery Krzysztof Kozlowski irqchip/meson-gpio: Mark OF related data as maybe unused Osama Muhammad regulator: Fix error checking for debugfs_create_dir Marek Vasut power: supply: Ratelimit no data debug output Krzysztof Kozlowski ARM: dts: vexpress: add missing cache properties Hans de Goede power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule() Hans de Goede power: supply: ab8500: Fix external_power_changed race ------------- Diffstat: Documentation/admin-guide/kernel-parameters.txt | 4 - Documentation/ioctl/ioctl-number.txt | 1 - Documentation/networking/decnet.txt | 232 --- Documentation/sysctl/net.txt | 1 - MAINTAINERS | 7 - Makefile | 4 +- arch/arm/boot/dts/vexpress-v2p-ca5s.dts | 1 + arch/mips/alchemy/common/dbdma.c | 27 +- arch/mips/configs/gpr_defconfig | 2 - arch/mips/configs/jazz_defconfig | 2 - arch/mips/configs/mtx1_defconfig | 2 - arch/mips/configs/nlm_xlp_defconfig | 2 - arch/mips/configs/nlm_xlr_defconfig | 2 - arch/mips/configs/rm200_defconfig | 2 - arch/mips/kernel/setup.c | 9 +- arch/nios2/boot/dts/10m50_devboard.dts | 2 +- arch/nios2/boot/dts/3c120_devboard.dts | 2 +- arch/parisc/kernel/pci-dma.c | 18 +- arch/powerpc/Makefile | 9 +- arch/powerpc/configs/ppc6xx_defconfig | 2 - arch/powerpc/purgatory/Makefile | 5 + drivers/block/xen-blkfront.c | 3 +- drivers/gpu/drm/nouveau/nouveau_connector.c | 67 +- drivers/gpu/drm/nouveau/nouveau_drm.c | 14 +- drivers/infiniband/core/uverbs_cmd.c | 7 +- drivers/infiniband/core/uverbs_main.c | 12 +- drivers/infiniband/sw/rxe/rxe_qp.c | 16 +- drivers/infiniband/sw/rxe/rxe_task.c | 5 +- drivers/infiniband/sw/rxe/rxe_task.h | 5 +- drivers/infiniband/ulp/isert/ib_isert.c | 16 +- drivers/irqchip/irq-meson-gpio.c | 2 +- drivers/mmc/core/block.c | 5 + drivers/net/ethernet/intel/igb/igb_ethtool.c | 3 + drivers/net/usb/qmi_wwan.c | 2 + drivers/net/wan/lapbether.c | 3 + drivers/power/supply/ab8500_btemp.c | 6 +- drivers/power/supply/ab8500_fg.c | 6 +- drivers/power/supply/bq27xxx_battery.c | 6 +- drivers/power/supply/power_supply_core.c | 8 +- drivers/power/supply/power_supply_sysfs.c | 3 +- drivers/regulator/core.c | 4 +- drivers/usb/dwc3/gadget.c | 1 + drivers/usb/gadget/function/f_ncm.c | 57 +- drivers/usb/gadget/function/u_ncm.h | 3 + drivers/usb/serial/option.c | 16 + fs/nilfs2/btnode.c | 12 +- fs/nilfs2/sufile.c | 9 + fs/ocfs2/file.c | 8 +- fs/ocfs2/super.c | 6 +- include/linux/netdevice.h | 4 - include/linux/netfilter.h | 5 - include/linux/netfilter_defs.h | 8 - include/net/dn.h | 231 --- include/net/dn_dev.h | 199 -- include/net/dn_fib.h | 167 -- include/net/dn_neigh.h | 30 - include/net/dn_nsp.h | 203 -- include/net/dn_route.h | 123 -- include/net/dst.h | 6 - include/net/neighbour.h | 7 - include/net/netns/netfilter.h | 3 - include/uapi/linux/dn.h | 149 -- include/uapi/linux/netfilter_decnet.h | 82 - include/uapi/linux/netlink.h | 2 +- kernel/kexec_file.c | 14 +- net/Kconfig | 2 - net/Makefile | 1 - net/core/dev.c | 4 +- net/core/neighbour.c | 34 - net/decnet/Kconfig | 42 - net/decnet/Makefile | 10 - net/decnet/README | 8 - net/decnet/af_decnet.c | 2408 ----------------------- net/decnet/dn_dev.c | 1438 -------------- net/decnet/dn_fib.c | 799 -------- net/decnet/dn_neigh.c | 605 ------ net/decnet/dn_nsp_in.c | 914 --------- net/decnet/dn_nsp_out.c | 703 ------- net/decnet/dn_route.c | 1929 ------------------ net/decnet/dn_rules.c | 258 --- net/decnet/dn_table.c | 928 --------- net/decnet/dn_timer.c | 104 - net/decnet/netfilter/Kconfig | 16 - net/decnet/netfilter/Makefile | 5 - net/decnet/netfilter/dn_rtmsg.c | 160 -- net/decnet/sysctl_net_decnet.c | 373 ---- net/ipv6/ping.c | 3 +- net/netfilter/core.c | 10 - net/netfilter/nfnetlink.c | 3 +- net/sctp/sm_statefuns.c | 2 +- net/tipc/bearer.c | 4 +- tools/testing/selftests/ptp/testptp.c | 6 +- 92 files changed, 282 insertions(+), 12361 deletions(-)