Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752857AbdILRCc (ORCPT ); Tue, 12 Sep 2017 13:02:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49410 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751784AbdILRCY (ORCPT ); Tue, 12 Sep 2017 13:02:24 -0400 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, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.13 00/27] 4.13.2-stable review Date: Tue, 12 Sep 2017 09:59:40 -0700 Message-Id: <20170912165308.904472972@linuxfoundation.org> X-Mailer: git-send-email 2.14.1 MIME-Version: 1.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.13.2-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.13.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.13.2-rc1 X-KernelTest-Deadline: 2017-09-14T16:53+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 5292 Lines: 140 This is the start of the stable review cycle for the 4.13.2 release. There are 27 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 Sep 14 16:52:56 UTC 2017. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.13.2-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.13.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.13.2-rc1 Trond Myklebust NFSv4: Fix up mirror allocation tarangg@amazon.com NFS: Sync the correct byte range during synchronous writes Trond Myklebust NFS: Fix 2 use after free issues in the I/O code Mark Rutland ARM: 8692/1: mm: abort uaccess retries upon fatal signal Marc Zyngier ARM64: dts: marvell: armada-37xx: Fix GIC maintenance interrupt Ben Seri Bluetooth: Properly check L2CAP config option output buffer length Stanislaw Gruszka rt2800: fix TX_PIN_CFG setting for non MT7620 chips Linus Torvalds Revert "firmware: add sanity check on shutdown/suspend" Brijesh Singh KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest Laurent Dufour mm/memory.c: fix mem_cgroup_oom_disable() call missing Michal Hocko mm/sparse.c: fix typo in online_mem_sections David Rientjes mm/swapfile.c: fix swapon frontswap_map memory leak on error Darrick J. Wong mm: kvfree the swap cluster info if the swap file is unsatisfactory Andy Lutomirski selftests/x86/fsgsbase: Test selectors 1, 2, and 3 Shuah Khan selftests: timers: Fix run_destructive_tests target to handle skipped tests John Stultz kselftests: timers: leap-a-day: Change default arguments to help test runs Ian W MORRISON brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devices Eric Dumazet radix-tree: must check __radix_tree_preload() return value Larry Finger rtlwifi: btcoexist: Fix antenna selection code Larry Finger rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723be Aleksa Sarai btrfs: resume qgroup rescan on rw remount Daniel Verkamp nvme-fabrics: generate spec-compliant UUID NQNs Abhishek Sahu mtd: nand: qcom: fix config error for BCH Abhishek Sahu mtd: nand: qcom: fix read failure without complete bootchain Boris Brezillon mtd: nand: mxc: Fix mxc_v1 ooblayout Martin Blumenstingl mtd: nand: hynix: add support for 20nm NAND chips Lothar Waßmann mtd: nand: make Samsung SLC NAND usable again ------------- Diffstat: .../driver-api/firmware/request_firmware.rst | 11 --- Makefile | 4 +- arch/arm/mm/fault.c | 5 +- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1 + arch/x86/kvm/mmu.c | 3 +- drivers/base/firmware_class.c | 99 ---------------------- drivers/mtd/nand/mxc_nand.c | 7 +- drivers/mtd/nand/nand_base.c | 7 +- drivers/mtd/nand/nand_hynix.c | 4 +- drivers/mtd/nand/qcom_nandc.c | 18 ++-- .../wireless/broadcom/brcm80211/brcmfmac/feature.c | 3 +- drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 5 +- .../realtek/rtlwifi/btcoexist/halbtc8723b2ant.c | 5 +- .../realtek/rtlwifi/btcoexist/halbtcoutsrc.c | 23 +++-- drivers/nvme/host/fabrics.c | 2 +- fs/btrfs/super.c | 2 + fs/nfs/file.c | 6 +- fs/nfs/internal.h | 1 - fs/nfs/pagelist.c | 99 +++++++++++----------- fs/nfs/pnfs.c | 2 - lib/radix-tree.c | 9 +- mm/memory.c | 10 +-- mm/sparse.c | 2 +- mm/swapfile.c | 3 +- net/bluetooth/l2cap_core.c | 80 +++++++++-------- tools/testing/selftests/timers/Makefile | 26 +++--- tools/testing/selftests/timers/leap-a-day.c | 17 ++-- tools/testing/selftests/x86/fsgsbase.c | 41 +++++++-- 28 files changed, 229 insertions(+), 266 deletions(-)