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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1B31C6FD1F for ; Thu, 16 Mar 2023 08:50:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231126AbjCPIuV (ORCPT ); Thu, 16 Mar 2023 04:50:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231184AbjCPItv (ORCPT ); Thu, 16 Mar 2023 04:49:51 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A111594A47; Thu, 16 Mar 2023 01:49:46 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 41162B8208C; Thu, 16 Mar 2023 08:49:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E7D0C433D2; Thu, 16 Mar 2023 08:49:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678956583; bh=evZsOLQ/RDFCme3QDzcNmfgG0DIRUR7CczVo9QT8Urg=; h=From:To:Cc:Subject:Date:From; b=puh1/giXPL3Y/KkQJDFqqw0PT8fF/eSatPJhBslrJXF/ZZXfDkBQgOGXA7IgKUzBo Cm2m2+/r5qFE26J3PlKOGYbFopJDFugjhz857/+BSGQP9s+3ck/jAtCaMm9INYhELT edQZPp57FYZ+rSJoh6ZoxvqRO8QsZb4a+HEtO5rQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, linux-kernel@vger.kernel.org, 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, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: [PATCH 4.14 00/20] 4.14.310-rc2 review Date: Thu, 16 Mar 2023 09:49:41 +0100 Message-Id: <20230316083335.429724157@linuxfoundation.org> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.310-rc2.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.310-rc2 X-KernelTest-Deadline: 2023-03-18T08:33+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.310 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 Sat, 18 Mar 2023 08:33:04 +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.310-rc2.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.310-rc2 Rhythm Mahajan x86/cpu: Fix LFENCE serialization check in init_amd() John Harrison drm/i915: Don't use BAR mappings for ring buffers with LLC Tung Nguyen tipc: improve function tipc_wait_for_cond() Paul Elder media: ov5640: Fix analogue gain control Alvaro Karsz PCI: Add SolidRun vendor ID Nathan Chancellor macintosh: windfarm: Use unsigned type for 1-bit bitfields Edward Humes alpha: fix R_ALPHA_LITERAL reloc for large modules xurui MIPS: Fix a compilation issue Dmitry Baryshkov clk: qcom: mmcc-apq8084: remove spdm clocks Shigeru Yoshida net: caif: Fix use-after-free in cfusbl_device_notify() Eric Dumazet ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping() Kang Chen nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties Fedor Pchelkin nfc: change order inside nfc_se_io error path Zhihao Cheng ext4: zero i_disksize when initializing the bootloader inode Ye Bin ext4: fix WARNING in ext4_update_inline_data Ye Bin ext4: move where set the MAY_INLINE_DATA flag is set Darrick J. Wong ext4: fix another off-by-one fsmap error on 1k block filesystems Eric Whitney ext4: fix RENAME_WHITEOUT handling for inline directories Andrew Cooper x86/CPU/AMD: Disable XSAVES on AMD family 0x17 Theodore Ts'o fs: prevent out-of-bounds array speculation when closing a file descriptor ------------- Diffstat: Makefile | 4 +- arch/alpha/kernel/module.c | 4 +- arch/mips/include/asm/mach-rc32434/pci.h | 2 +- arch/x86/kernel/cpu/amd.c | 11 +- drivers/clk/qcom/mmcc-apq8084.c | 271 ------------------------------- drivers/gpu/drm/i915/intel_ringbuffer.c | 4 +- drivers/macintosh/windfarm_lm75_sensor.c | 4 +- drivers/macintosh/windfarm_smu_sensors.c | 4 +- drivers/media/i2c/ov5640.c | 2 +- drivers/nfc/fdp/i2c.c | 4 + fs/ext4/fsmap.c | 2 + fs/ext4/inline.c | 1 - fs/ext4/inode.c | 7 +- fs/ext4/ioctl.c | 1 + fs/ext4/namei.c | 13 +- fs/ext4/xattr.c | 3 + fs/file.c | 1 + include/linux/pci_ids.h | 2 + net/caif/caif_usb.c | 3 + net/ipv6/ila/ila_xlat.c | 1 + net/nfc/netlink.c | 2 +- net/tipc/socket.c | 2 +- 22 files changed, 53 insertions(+), 295 deletions(-)