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 5B0F6C54EE9 for ; Tue, 20 Sep 2022 10:17:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230132AbiITKRL (ORCPT ); Tue, 20 Sep 2022 06:17:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229687AbiITKRJ (ORCPT ); Tue, 20 Sep 2022 06:17:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 741D56D571; Tue, 20 Sep 2022 03:17:08 -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 0FC0E62291; Tue, 20 Sep 2022 10:17:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 189B8C433C1; Tue, 20 Sep 2022 10:17:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663669027; bh=TJ8CebAbVdrYDOfvhBqDZjVfD4jsyE+CQNI/krfXpcw=; h=From:To:Cc:Subject:Date:From; b=AI1P9+HkvS/bThfaBtjuTPAesb6BisyvR0D5NC0zYLqQLD6GPYCuvaf396BhHVtPp EzydP8xTrS5MYuYNg4YkVlu9v0L1i5CQANHT/TNJo0jUpBE/HDCssYQogBK4dCq2ZY uahG7cCK+wijILtVzsbPAvL7FFLtssbW+OnvBcF0= 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.329 Date: Tue, 20 Sep 2022 12:17:35 +0200 Message-Id: <166366905555180@kroah.com> X-Mailer: git-send-email 2.37.3 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.329 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/gpu/drm/msm/msm_rd.c | 3 +++ drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +- drivers/net/ethernet/broadcom/tg3.c | 8 ++++++-- drivers/net/ieee802154/cc2520.c | 1 + drivers/platform/x86/acer-wmi.c | 9 ++++++++- fs/tracefs/inode.c | 31 +++++++++++++++++++++++-------- mm/mmap.c | 9 +++++++-- 8 files changed, 50 insertions(+), 15 deletions(-) Brian Norris (1): tracefs: Only clobber mode/uid/gid on remount if asked Greg Kroah-Hartman (1): Linux 4.9.329 Hans de Goede (1): platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes Jann Horn (1): mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region() Jason Wang (1): HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo Kai-Heng Feng (1): tg3: Disable tg3 device on system reboot to avoid triggering AER Li Qiong (1): ieee802154: cc2520: add rc code in cc2520_tx() Rob Clark (1): drm/msm/rd: Fix FIFO-full deadlock