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 7D9CBC433F5 for ; Wed, 25 May 2022 07:14:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233146AbiEYHOI (ORCPT ); Wed, 25 May 2022 03:14:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241216AbiEYHOH (ORCPT ); Wed, 25 May 2022 03:14:07 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7785FBCBE; Wed, 25 May 2022 00:07:55 -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 ams.source.kernel.org (Postfix) with ESMTPS id 291A9B81C9E; Wed, 25 May 2022 07:07:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 813CCC385B8; Wed, 25 May 2022 07:07:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1653462472; bh=8ESvm++a82fEcdvlYbR2qSsDZuAVK7VKAr11PEqJ0oQ=; h=From:To:Cc:Subject:Date:From; b=QOgGUKV3Q1pDjeXFrqm2LjUmJftKalzS8bpwaqW6oTjFz3c+p6NZz16EphVNGUbuo OrkcDdxJHHFYGJ/qfrYY77alcId16KLxxymEzaqbYEWKuL7DgFcZg5k4tQZr8DDHZm RsxizN1EDqeoPaVu7BGCR177XOoDYiDJX8iFMN68= 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.316 Date: Wed, 25 May 2022 09:07:48 +0200 Message-Id: <16534624692895@kroah.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org I'm announcing the release of the 4.9.316 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 - arch/arm/kernel/entry-armv.S | 2 - arch/arm/kernel/stacktrace.c | 10 ++--- arch/arm/mm/proc-v7-bugs.c | 1 arch/mips/lantiq/falcon/sysctrl.c | 2 + arch/mips/lantiq/xway/gptu.c | 2 + arch/mips/lantiq/xway/sysctrl.c | 46 +++++++++++++++-------- arch/x86/um/shared/sysdep/syscalls_64.h | 5 +- drivers/block/drbd/drbd_main.c | 7 ++- drivers/block/floppy.c | 19 ++++----- drivers/gpu/drm/drm_dp_mst_topology.c | 1 drivers/input/input.c | 19 +++++++++ drivers/mmc/card/block.c | 6 +-- drivers/mmc/core/core.c | 5 ++ drivers/mmc/core/mmc_ops.c | 9 ++-- drivers/net/ethernet/dec/tulip/tulip_core.c | 5 ++ drivers/net/ethernet/intel/igb/igb_main.c | 3 + drivers/net/ethernet/qlogic/qla3xxx.c | 3 + drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 4 -- drivers/net/vmxnet3/vmxnet3_drv.c | 6 +++ drivers/scsi/qla2xxx/qla_target.c | 3 + kernel/events/core.c | 14 +++++++ net/key/af_key.c | 6 ++- net/mac80211/rx.c | 3 - net/nfc/nci/data.c | 2 - net/nfc/nci/hci.c | 4 +- sound/isa/wavefront/wavefront_synth.c | 3 + tools/perf/bench/numa.c | 2 - 28 files changed, 133 insertions(+), 61 deletions(-) Ard Biesheuvel (2): ARM: 9196/1: spectre-bhb: enable for Cortex-A15 ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2 Christophe JAILLET (1): net/qla3xxx: Fix a test in ql_reset_work() David Gow (1): um: Cleanup syscall_handler_t definition/cast, fix warning Duoming Zhou (1): NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc Felix Fietkau (1): mac80211: fix rx reordering with non explicit / psmp ack policy Gleb Chesnokov (1): scsi: qla2xxx: Fix missed DMA unmap for aborted commands Greg Kroah-Hartman (1): Linux 4.9.316 Hangyu Hua (1): drm/dp/mst: fix a possible memory leak in fetch_monitor_name() Jakob Koschel (1): drbd: remove usage of list iterator variable after loop Jeff LaBundy (1): Input: add bounds checking to input_set_capability() Jiasheng Jiang (1): net: af_key: add check for pfkey_broadcast in function pfkey_process Kevin Mitchell (1): igb: skip phy status check where unavailable Peter Zijlstra (1): perf: Fix sys_perf_event_open() race against self Takashi Iwai (1): ALSA: wavefront: Proper check of get_user() error Thomas Richter (1): perf bench numa: Address compiler error on s390 Ulf Hansson (3): mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch() Willy Tarreau (1): floppy: use a statically allocated error counter Xiaoke Wang (1): MIPS: lantiq: check the return value of kzalloc() Yang Yingliang (2): ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one() net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe() Zixuan Fu (2): net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf() net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup() linyujun (1): ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()