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 7CB2ACCA47B for ; Mon, 11 Jul 2022 09:10:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229591AbiGKJK1 (ORCPT ); Mon, 11 Jul 2022 05:10:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231256AbiGKJJ4 (ORCPT ); Mon, 11 Jul 2022 05:09:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B62E924957; Mon, 11 Jul 2022 02:08:19 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1FDBE611BB; Mon, 11 Jul 2022 09:08:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 05216C34115; Mon, 11 Jul 2022 09:08:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657530498; bh=D0avMhJxW3+auuJHpdx5C75y1GDvMuofmJOViNo+6VE=; h=From:To:Cc:Subject:Date:From; b=CsHAWALfiQX6bRVTshUmqiV3+bgoqn7kEKhGmyadOmEL3swTYVEKt4sC6f9OuNJUu bZRn62PkXV1dyjau9jg6uQfdLYGhM2pjMQRuUEJH/Zrl/ohekJB5UTMg4GAc5G5lsX M9O8y0Vhkg61OI5tlNvQfmiaGqr8Bw2RIPA/sjbI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@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, slade@sladewatkins.com Subject: [PATCH 4.14 00/17] 4.14.288-rc1 review Date: Mon, 11 Jul 2022 11:06:25 +0200 Message-Id: <20220711090536.245939953@linuxfoundation.org> X-Mailer: git-send-email 2.37.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.14.288-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.14.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.14.288-rc1 X-KernelTest-Deadline: 2022-07-13T09:05+00:00 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.14.288 release. There are 17 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 Jul 2022 09:05:28 +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.14.288-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.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.14.288-rc1 Miaoqian Lin dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocate Miaoqian Lin dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate Michael Walle dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly Linus Torvalds ida: don't use BUG_ON() for debugging Satish Nagireddy i2c: cadence: Unregister the clk notifier in error path Samuel Holland pinctrl: sunxi: a83t: Fix NAND function name for some pins Eric Sandeen xfs: remove incorrect ASSERT in xfs_rename Jason A. Donenfeld powerpc/powernv: delay rng platform device creation until later in boot Hsin-Yi Wang video: of_display_timing.h: include errno.h Helge Deller fbcon: Disallow setting font bigger than screen size Yian Chen iommu/vt-d: Fix PCI bus rescan device hot add Duoming Zhou net: rose: fix UAF bug caused by rose_t0timer_expiry Oliver Neukum usbnet: fix memory leak in error case Rhett Aultman can: gs_usb: gs_usb_open/close(): fix memory leak Liang He can: grcan: grcan_probe(): remove extra of_node_get() Jann Horn mm/slub: add missing TID updates on slab deactivation Sabrina Dubroca esp: limit skb_page_frag_refill use to a single page ------------- Diffstat: Makefile | 4 ++-- arch/powerpc/platforms/powernv/rng.c | 16 ++++++++++------ drivers/dma/at_xdmac.c | 5 +++++ drivers/dma/ti-dma-crossbar.c | 5 +++++ drivers/i2c/busses/i2c-cadence.c | 1 + drivers/iommu/dmar.c | 2 +- drivers/net/can/grcan.c | 1 - drivers/net/can/usb/gs_usb.c | 23 +++++++++++++++++++++-- drivers/net/usb/usbnet.c | 17 ++++++++++++----- drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c | 10 +++++----- drivers/video/fbdev/core/fbcon.c | 5 +++++ fs/xfs/xfs_inode.c | 1 - include/net/esp.h | 2 -- include/video/of_display_timing.h | 2 ++ lib/idr.c | 4 +++- mm/slub.c | 4 ++-- net/ipv4/esp4.c | 5 ++--- net/ipv6/esp6.c | 5 ++--- net/rose/rose_route.c | 4 ++-- 19 files changed, 80 insertions(+), 36 deletions(-)