From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7C7494431 for ; Wed, 15 Mar 2023 12:15:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D181DC433EF; Wed, 15 Mar 2023 12:15:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678882501; bh=pxhJVqWJBbgiL+m3yUqsKzYrPva8CDb+w279R5bYCGc=; h=From:To:Cc:Subject:Date:From; b=avXvPJ2nVv8wPArxfcWqtsvglrJlh3foHGUBm0bOG0ElARampqc794OrXzyzYc5z/ sOy31nw8yGBYGnCyqkp0iSmt+/I0PeTBrnK+Nf9evnPqraR9ZhZgK2T/tA+a8RIAK0 +LbCRFBIBeg9jYT0xn6zOV8M3I8mm+7YNgSqRXIY= 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/21] 4.14.310-rc1 review Date: Wed, 15 Mar 2023 13:12:23 +0100 Message-Id: <20230315115718.796692048@linuxfoundation.org> X-Mailer: git-send-email 2.40.0 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: 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-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.310-rc1 X-KernelTest-Deadline: 2023-03-17T11:57+00:00 Content-Transfer-Encoding: 8bit This is the start of the stable review cycle for the 4.14.310 release. There are 21 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 Fri, 17 Mar 2023 11:57:10 +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-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.310-rc1 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: Avoid FLR for SolidRun SNET DPU rev 1 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 + drivers/pci/quirks.c | 8 + 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 +- 23 files changed, 61 insertions(+), 295 deletions(-)