This is the start of the stable review cycle for the 4.19.278 release. There are 25 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.19.278-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.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 4.19.278-rc2 John Harrison <John.C.Harrison@xxxxxxxxx> drm/i915: Don't use BAR mappings for ring buffers with LLC Tung Nguyen <tung.q.nguyen@xxxxxxxxxxxxxx> tipc: improve function tipc_wait_for_cond() Paul Elder <paul.elder@xxxxxxxxxxxxxxxx> media: ov5640: Fix analogue gain control Alvaro Karsz <alvaro.karsz@xxxxxxxxxxxxx> PCI: Add SolidRun vendor ID Nathan Chancellor <nathan@xxxxxxxxxx> macintosh: windfarm: Use unsigned type for 1-bit bitfields Edward Humes <aurxenon@xxxxxxxxx> alpha: fix R_ALPHA_LITERAL reloc for large modules xurui <xurui@xxxxxxxxxx> MIPS: Fix a compilation issue Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> clk: qcom: mmcc-apq8084: remove spdm clocks Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@xxxxxxxxxxxxx> Revert "spi: mt7621: Fix an error message in mt7621_spi_probe()" Bart Van Assche <bvanassche@xxxxxxx> scsi: core: Remove the /proc/scsi/${proc_name} directory earlier Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> kbuild: generate modules.order only in directories visited by obj-y/m Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> kbuild: fix false-positive need-builtin calculation Jan Kara <jack@xxxxxxx> udf: Detect system inodes linked into directory hierarchy Jan Kara <jack@xxxxxxx> udf: Preserve link count of system files Jan Kara <jack@xxxxxxx> udf: Remove pointless union in udf_inode_info Steven J. Magnani <steve.magnani@xxxxxxxxxxxxxxx> udf: reduce leakage of blocks related to named streams Jan Kara <jack@xxxxxxx> udf: Explain handling of load_nls() failure Fedor Pchelkin <pchelkin@xxxxxxxxx> nfc: change order inside nfc_se_io error path Zhihao Cheng <chengzhihao1@xxxxxxxxxx> ext4: zero i_disksize when initializing the bootloader inode Ye Bin <yebin10@xxxxxxxxxx> ext4: fix WARNING in ext4_update_inline_data Ye Bin <yebin10@xxxxxxxxxx> ext4: move where set the MAY_INLINE_DATA flag is set Darrick J. Wong <djwong@xxxxxxxxxx> ext4: fix another off-by-one fsmap error on 1k block filesystems Eric Whitney <enwlinux@xxxxxxxxx> ext4: fix RENAME_WHITEOUT handling for inline directories Andrew Cooper <andrew.cooper3@xxxxxxxxxx> x86/CPU/AMD: Disable XSAVES on AMD family 0x17 Theodore Ts'o <tytso@xxxxxxx> 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/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/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/nfc/netlink.c | 2 +- net/tipc/socket.c | 2 +- scripts/Makefile.build | 4 +- 32 files changed, 142 insertions(+), 350 deletions(-)