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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0BAD5C433FE for ; Fri, 19 Nov 2021 17:39:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EB47D60D42 for ; Fri, 19 Nov 2021 17:39:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234116AbhKSRm4 (ORCPT ); Fri, 19 Nov 2021 12:42:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:45516 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237106AbhKSRmq (ORCPT ); Fri, 19 Nov 2021 12:42:46 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8400860D42; Fri, 19 Nov 2021 17:39:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637343584; bh=jMTZKkkv4dNVR0tkI2wcq4nImUf7RwAVm22Cu+jcatM=; h=From:To:Cc:Subject:Date:From; b=zx0l0BDR8GLYw3J3z3qlQOZIGcB6Kq8zYSv9dxWPUfqNsSER3w5Ur9GpoC2voxmvi VVHBZmYoox+KGOxC0iOe2UOltDIZs8S+DCQ1l0iq/1bJLXTK+Oz5PmRqa+PrfRfCTD BxIsFoZMaayFJG2qxszG/WiRjMpA7hEWWbc9EPB8= 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, f.fainelli@gmail.com, stable@vger.kernel.org Subject: [PATCH 5.15 00/20] 5.15.4-rc1 review Date: Fri, 19 Nov 2021 18:39:18 +0100 Message-Id: <20211119171444.640508836@linuxfoundation.org> X-Mailer: git-send-email 2.34.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/v5.x/stable-review/patch-5.15.4-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.15.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.15.4-rc1 X-KernelTest-Deadline: 2021-11-21T17:14+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 5.15.4 release. There are 20 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 Sun, 21 Nov 2021 17:14:35 +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/v5.x/stable-review/patch-5.15.4-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-5.15.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.15.4-rc1 Rafael J. Wysocki Revert "ACPI: scan: Release PM resources blocked by unused objects" Subbaraman Narayanamurthy thermal: Fix NULL pointer dereferences in of_thermal_ functions Greg Thelen perf/core: Avoid put_page() when GUP fails Marc Zyngier PCI: Add MSI masking quirk for Nvidia ION AHCI Marc Zyngier PCI/MSI: Deal with devices lying about their MSI mask capability Sven Schnelle parisc/entry: fix trace test in syscall exit path Nicholas Flintham Bluetooth: btusb: Add support for TP-Link UB500 Adapter Xie Yongji loop: Use blk_validate_block_size() to validate block size Xie Yongji block: Add a helper to validate the block size Kees Cook fortify: Explicitly disable Clang support Johannes Thumshirn btrfs: zoned: allow preallocation for relocation inodes Johannes Thumshirn btrfs: check for relocation inodes on zoned btrfs in should_nocow Johannes Thumshirn btrfs: zoned: use regular writes for relocation Johannes Thumshirn btrfs: zoned: only allow one process to add pages to a relocation inode Johannes Thumshirn btrfs: zoned: add a dedicated data relocation block group Johannes Thumshirn btrfs: introduce btrfs_is_data_reloc_root David Woodhouse KVM: Fix steal time asm constraints Greg Kroah-Hartman Revert "drm: fb_helper: fix CONFIG_FB dependency" Greg Kroah-Hartman Revert "drm: fb_helper: improve CONFIG_FB dependency" Guenter Roeck string: uninline memcpy_and_pad ------------- Diffstat: Makefile | 4 ++-- arch/parisc/kernel/entry.S | 2 +- arch/x86/kvm/x86.c | 6 ++--- drivers/acpi/glue.c | 25 -------------------- drivers/acpi/internal.h | 1 - drivers/acpi/scan.c | 6 ----- drivers/block/loop.c | 17 ++------------ drivers/bluetooth/btusb.c | 4 ++++ drivers/gpu/drm/Kconfig | 5 ++-- drivers/pci/msi.c | 3 +++ drivers/pci/quirks.c | 6 +++++ drivers/thermal/thermal_of.c | 9 ++++--- fs/btrfs/block-group.c | 1 + fs/btrfs/ctree.h | 12 ++++++++++ fs/btrfs/disk-io.c | 3 ++- fs/btrfs/extent-tree.c | 56 +++++++++++++++++++++++++++++++++++++++++--- fs/btrfs/extent_io.c | 11 +++++++++ fs/btrfs/inode.c | 29 +++++++++++++---------- fs/btrfs/relocation.c | 38 +++--------------------------- fs/btrfs/zoned.c | 21 +++++++++++++++++ fs/btrfs/zoned.h | 3 +++ include/linux/blkdev.h | 8 +++++++ include/linux/pci.h | 2 ++ include/linux/string.h | 19 ++------------- kernel/events/core.c | 10 ++++---- lib/string_helpers.c | 20 ++++++++++++++++ security/Kconfig | 3 +++ 27 files changed, 193 insertions(+), 131 deletions(-)