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.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, 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=ham 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 59DB3C433B4 for ; Fri, 9 Apr 2021 09:57:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 284406103E for ; Fri, 9 Apr 2021 09:57:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233664AbhDIJ5d (ORCPT ); Fri, 9 Apr 2021 05:57:33 -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: stable@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(-)