Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1213340pxf; Fri, 9 Apr 2021 02:58:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwjVmKyynsf+cQX+M1NfARpkvKj8Xf5lZkDLozOloNitIplWR8Of1qMzNaSVM+T5L+Frdq7 X-Received: by 2002:a17:90a:4811:: with SMTP id a17mr3137149pjh.74.1617962331315; Fri, 09 Apr 2021 02:58:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617962331; cv=none; d=google.com; s=arc-20160816; b=l3EuX80ts2TevHAktVbNw5ZA1Msb3cQD0goWEiP61pWWYszsq8PK7NNyxdgZIbQ9az cKb1XFoi5e8AUB10pkK3AYL2VdbfRp2GCYMH9Rqq4oew+SGiZKWFYPOqftsl8ZkbFk6B yeOnhUvCtW8s76IY1udOsSqLEZ2xctenLgFG0WjnW4T2p9FEdEE8b43R785BXt3Y2G9e Mz7RjJdG0vaVaDYThhKqNIdkh8Uv6Gb1WMw7RTh3gNJFDZEgq6Bsb3/YIX0M5QLyhoqm xoKXii/hnEQ6pJdHfBee8j0VzuBkIG1e+VGcQgJbTabpj6UJZE9zricBBPhFBuHvEqOR dl/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=u5UdVSo0jSoMCpO2uMas7L40dIwHEOh/1X2ds5SqBfw=; b=GIA6JRVrh+5NJVUHZmoX/rUB5dkvUIOoQzn/dko3MDkv4WegnPUMeoRE3VP7IPI4DS 8+hrepMeiHU5o3YpMDqIQTYtl2QSoa4WSuGuyCyzuYZRrzA7gKfNV4QehIl6riFXDCf2 ly5I+Z+61IKFaAYF0yWAww/aLKSYeU4E0nxGw22/W9lSCQPkGFxwUV7m1rHmMoTtQBwb 2IyfeeAXOiR2iN63Dor25ph4kPjr3bvSQCkdIAn607kOuOTA+ZbjqWIvOZfJBvvB35x0 msxmCSwX4OTMOp3Q2DnQn4ONUFPFWm+0qOB5Hd27SqbzulrL32bisPZfV4O1nVCDpdTJ BsAA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=u63BvOOd; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p17si2454743plq.340.2021.04.09.02.58.39; Fri, 09 Apr 2021 02:58:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=u63BvOOd; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233538AbhDIJ6T (ORCPT + 99 others); Fri, 9 Apr 2021 05:58:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:45002 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233285AbhDIJ4p (ORCPT ); Fri, 9 Apr 2021 05:56:45 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A0A9F611BE; Fri, 9 Apr 2021 09:56:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617962192; bh=aKcFGglahUqnzO72BRM18Ck3Tou7QLF36XNEMwWXDkQ=; h=From:To:Cc:Subject:Date:From; b=u63BvOOdwEorzBnrSNu/ZVhqwaGJJfS5RS6s5cIl8O6+STr85uwkc5SPmgtr0ZTNu HGqb3suOFAKnwan/+hvovFTiF0nnb2QmAH+lKaUxXtN9xKA0nL+L0Qp/vMyJl0ZX5t 5pD+WGD7kD2F5jjoiWxVZqecHPUBe/6m5tGI8r9I= 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 4.14 00/14] 4.14.230-rc1 review Date: Fri, 9 Apr 2021 11:53:25 +0200 Message-Id: <20210409095300.391558233@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 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.14.230-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.14.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.14.230-rc1 X-KernelTest-Deadline: 2021-04-11T09:53+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.14.230 release. There are 14 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, 11 Apr 2021 09:52:52 +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.14.230-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.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.14.230-rc1 Masahiro Yamada init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM Heiko Carstens init/Kconfig: make COMPILE_TEST depend on !S390 Piotr Krysiuk bpf, x86: Validate computation of branch displacements for x86-64 Vincent Whitchurch cifs: Silently ignore unknown oplock break handle Ronnie Sahlberg cifs: revalidate mapping when we open files for SMB1 POSIX Sergei Trofimovich ia64: mca: allocate early mca with GFP_ATOMIC Martin Wilck scsi: target: pscsi: Clean up after failure in pscsi_map_sg() Arnd Bergmann x86/build: Turn off -fcf-protection for realmode targets Esteve Varela Colominas platform/x86: thinkpad_acpi: Allow the FnLock LED to change state Rob Clark drm/msm: Ratelimit invalid-fence message Karthikeyan Kathirvel mac80211: choose first enabled channel for monitor Tong Zhang mISDN: fix crash in fritzpci Pavel Andrianov net: pxa168_eth: Fix a potential data race in pxa168_eth_remove Mans Rullgard ARM: dts: am33xx: add aliases for mmc interfaces ------------- Diffstat: Makefile | 4 ++-- arch/arm/boot/dts/am33xx.dtsi | 3 +++ arch/ia64/kernel/mca.c | 2 +- arch/x86/Makefile | 2 +- arch/x86/net/bpf_jit_comp.c | 11 ++++++++++- drivers/gpu/drm/msm/msm_fence.c | 2 +- drivers/isdn/hardware/mISDN/mISDNipac.c | 2 +- drivers/net/ethernet/marvell/pxa168_eth.c | 2 +- drivers/platform/x86/thinkpad_acpi.c | 8 +++++++- drivers/target/target_core_pscsi.c | 8 ++++++++ fs/cifs/file.c | 1 + fs/cifs/smb2misc.c | 4 ++-- init/Kconfig | 3 +-- net/mac80211/main.c | 13 ++++++++++++- 14 files changed, 51 insertions(+), 14 deletions(-)