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 A8BF62574 for ; Thu, 16 Mar 2023 09:42:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA42DC433EF; Thu, 16 Mar 2023 09:42:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678959737; bh=vpSSBSzQt8XaSR/S3XysOU+czKUFDnj6+ZE+jNzO3NU=; h=From:To:Cc:Subject:Date:From; b=w3dQPkjeDFrCo6mfG9itGdY6u8xIY27o90c5GwdwwqxY6YBosIgbIdOvA68gYrTbB B1g+hkH+1CBIt2SHwCfusT3YMh2S0VeZKXHJWiJBR2D9n8b3yGbjA6aMLSeXHHNxEk qJoeKFe8uAxNljCkNPM7CPnCqHH6iBOZO3P0z94Q= 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.19 00/27] 4.19.278-rc3 review Date: Thu, 16 Mar 2023 10:42:14 +0100 Message-Id: <20230316094129.846802350@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.19.278-rc3.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.19.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.19.278-rc3 X-KernelTest-Deadline: 2023-03-18T09:41+00:00 Content-Transfer-Encoding: 8bit This is the start of the stable review cycle for the 4.19.278 release. There are 27 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 09:41:20 +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.19.278-rc3.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.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.19.278-rc3 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 Shigeru Yoshida net: caif: Fix use-after-free in cfusbl_device_notify() 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 Nobuhiro Iwamatsu Revert "spi: mt7621: Fix an error message in mt7621_spi_probe()" Bart Van Assche scsi: core: Remove the /proc/scsi/${proc_name} directory earlier Masahiro Yamada kbuild: generate modules.order only in directories visited by obj-y/m Masahiro Yamada kbuild: fix false-positive need-builtin calculation Jan Kara udf: Detect system inodes linked into directory hierarchy Jan Kara udf: Preserve link count of system files Jan Kara udf: Remove pointless union in udf_inode_info Steven J. Magnani udf: reduce leakage of blocks related to named streams Jan Kara udf: Explain handling of load_nls() failure 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 | 9 ++++ 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/scsi/hosts.c | 2 + drivers/staging/mt7621-spi/spi-mt7621.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 + fs/udf/directory.c | 2 +- fs/udf/file.c | 7 ++- fs/udf/ialloc.c | 14 +++--- fs/udf/inode.c | 76 ++++++++++++++++++++++---------- fs/udf/misc.c | 6 +-- fs/udf/namei.c | 7 ++- fs/udf/partition.c | 2 +- fs/udf/super.c | 12 ++++- fs/udf/symlink.c | 2 +- fs/udf/udf_i.h | 12 ++--- 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 +- scripts/Makefile.build | 4 +- 34 files changed, 150 insertions(+), 79 deletions(-)