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 8274AC433EF for ; Tue, 12 Jul 2022 14:58:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233281AbiGLO6v (ORCPT ); Tue, 12 Jul 2022 10:58:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233157AbiGLO6r (ORCPT ); Tue, 12 Jul 2022 10:58:47 -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 EA4EAFC2; Tue, 12 Jul 2022 07:58:45 -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 735AC6100A; Tue, 12 Jul 2022 14:58:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 71878C341D4; Tue, 12 Jul 2022 14:58:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657637924; bh=67IQ4Y/7UvE66dE9cFJZ8ttBz7pMivg6Th53C9I9f0w=; h=From:To:Cc:Subject:Date:From; b=Z8aZrPPuVwPBZiGyLU1hN/58OGLSBOCLuvUmpj6pL3ixnB1sAaH1AF32F/dTk2sy2 7mgF4u70ubzvk+fEt/uSsz+JMSwKBVAj45jVfKF7h65M0O+NB7lbhqOembr1KCovx8 KDwlm7k5egniwkq7kScrjZsubpAncIVhFAm+FAuw= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz, Greg Kroah-Hartman Subject: Linux 4.9.323 Date: Tue, 12 Jul 2022 16:58:40 +0200 Message-Id: <16576379211965@kroah.com> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I'm announcing the release of the 4.9.323 kernel. All users of the 4.9 kernel series must upgrade. The updated 4.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 +- 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 +++++----- fs/xfs/xfs_inode.c | 1 - include/video/of_display_timing.h | 2 ++ lib/idr.c | 4 +++- mm/slub.c | 5 +++++ net/rose/rose_route.c | 4 ++-- 14 files changed, 63 insertions(+), 19 deletions(-) Duoming Zhou (1): net: rose: fix UAF bug caused by rose_t0timer_expiry Eric Sandeen (1): xfs: remove incorrect ASSERT in xfs_rename Greg Kroah-Hartman (1): Linux 4.9.323 Hsin-Yi Wang (1): video: of_display_timing.h: include errno.h Jann Horn (1): mm/slub: add missing TID updates on slab deactivation Liang He (1): can: grcan: grcan_probe(): remove extra of_node_get() Linus Torvalds (1): ida: don't use BUG_ON() for debugging Miaoqian Lin (2): dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocate Michael Walle (1): dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly Oliver Neukum (1): usbnet: fix memory leak in error case Rhett Aultman (1): can: gs_usb: gs_usb_open/close(): fix memory leak Samuel Holland (1): pinctrl: sunxi: a83t: Fix NAND function name for some pins Satish Nagireddy (1): i2c: cadence: Unregister the clk notifier in error path Yian Chen (1): iommu/vt-d: Fix PCI bus rescan device hot add