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 X-Spam-Level: X-Spam-Status: No, score=-18.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5FB68C433E0 for ; Tue, 2 Feb 2021 18:03:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2DCA764F94 for ; Tue, 2 Feb 2021 18:03:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238145AbhBBSDD (ORCPT ); Tue, 2 Feb 2021 13:03:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:48134 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233934AbhBBOIK (ORCPT ); Tue, 2 Feb 2021 09:08:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 021526502D; Tue, 2 Feb 2021 13:50:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612273822; bh=IpDvbHeP4tmjOwgowyLGmsAwrATmNBJt3kLhn14+kzc=; h=From:To:Cc:Subject:Date:From; b=qLJW5GPhjh5iNgIqx7pTNaDPToTpPypSkAauPIBLsBcUw0h8cef7zrOF+c2Gk7dVp NqCGdWV1Lmo/rfdUoCdcK5zgYSq5pAXQop9/2LTPPhngWkYKNLwzEBY4lgf8D9MYLp 11urGq2qZeeLBfndQaj6D3cIg4uGOwseGdRbNM5Y= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , 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, stable@vger.kernel.org Subject: [PATCH 4.9 00/32] 4.9.255-rc1 review Date: Tue, 2 Feb 2021 14:38:23 +0100 Message-Id: <20210202132942.035179752@linuxfoundation.org> X-Mailer: git-send-email 2.30.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.9.255-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.9.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.9.255-rc1 X-KernelTest-Deadline: 2021-02-04T13:29+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.9.255 release. There are 32 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 Thu, 04 Feb 2021 13:29:33 +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.9.255-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.9.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.9.255-rc1 Pan Bian NFC: fix possible resource leak Pan Bian NFC: fix resource leak when target index is invalid Bartosz Golaszewski iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built David Woodhouse iommu/vt-d: Gracefully handle DMAR units with no supported address widths Dan Carpenter can: dev: prevent potential information leak in can_fill_info() Johannes Berg mac80211: pause TX while changing interface type Johannes Berg iwlwifi: pcie: reschedule in long-running memory reads Johannes Berg iwlwifi: pcie: use jiffies for memory read spin time limit Kamal Heib RDMA/cxgb4: Fix the reported max_recv_sge value Shmulik Ladkani xfrm: Fix oops in xfrm_replay_advance_bmp Pablo Neira Ayuso netfilter: nft_dynset: add timeout extension to template Max Krummenacher ARM: imx: build suspend-imx6.S with arm instruction set Lorenzo Bianconi mt7601u: fix rx buffer refcounting Lorenzo Bianconi mt7601u: fix kernel crash unplugging the device Andrea Righi leds: trigger: fix potential deadlock with libata Jay Zhou KVM: x86: get smi pending status correctly Like Xu KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[] Thomas Gleixner futex: Prevent exit livelock Thomas Gleixner futex: Provide distinct return value when owner is exiting Thomas Gleixner futex: Add mutex around futex exit Thomas Gleixner futex: Provide state handling for exec() as well Thomas Gleixner futex: Sanitize exit state handling Thomas Gleixner futex: Mark the begin of futex exit explicitly Thomas Gleixner futex: Set task::futex_state to DEAD right after handling futex exit Thomas Gleixner futex: Split futex_mm_release() for exit/exec Thomas Gleixner exit/exec: Seperate mm_release() Thomas Gleixner futex: Replace PF_EXITPIDONE with a state Thomas Gleixner futex: Move futex exit handling into futex code Arnd Bergmann y2038: futex: Move compat implementation into futex.c Giacinto Cifelli net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family Johannes Berg wext: fix NULL-ptr-dereference with cfg80211's lack of commit() Kai-Heng Feng ACPI: sysfs: Prefer "compatible" modalias ------------- Diffstat: Makefile | 4 +- arch/arm/mach-imx/suspend-imx6.S | 1 + arch/x86/kvm/pmu_intel.c | 2 +- arch/x86/kvm/x86.c | 5 + drivers/acpi/device_sysfs.c | 20 +- drivers/infiniband/hw/cxgb4/qp.c | 2 +- drivers/iommu/dmar.c | 41 ++- drivers/leds/led-triggers.c | 10 +- drivers/net/can/dev.c | 2 +- drivers/net/usb/qmi_wwan.c | 1 + drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 14 +- drivers/net/wireless/mediatek/mt7601u/dma.c | 5 +- fs/exec.c | 2 +- include/linux/compat.h | 2 - include/linux/futex.h | 44 ++- include/linux/intel-iommu.h | 2 + include/linux/sched.h | 9 +- kernel/Makefile | 3 - kernel/exit.c | 29 +- kernel/fork.c | 40 +-- kernel/futex.c | 446 ++++++++++++++++++++++-- kernel/futex_compat.c | 201 ----------- net/mac80211/ieee80211_i.h | 1 + net/mac80211/iface.c | 6 + net/netfilter/nft_dynset.c | 4 +- net/nfc/netlink.c | 1 + net/nfc/rawsock.c | 2 +- net/wireless/wext-core.c | 5 +- net/xfrm/xfrm_input.c | 2 +- 29 files changed, 545 insertions(+), 361 deletions(-)