This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 595ab66f1bec Merge tag 'rust-fixes-6.14' of https://github.com/Rust-for [...] new c4d3dfd8ccae Revert "i2c: Replace list-based mechanism for handling use [...] new 3bfa08fe9ec8 Revert "i2c: Replace list-based mechanism for handling aut [...] new 74b5161d57c1 Merge tag 'i2c-for-6.14-rc2' of git://git.kernel.org/pub/s [...] new b893d7ff853e scsi: core: Add passthrough tests for success and no failu [...] new 1b3e2d4ec0c5 scsi: ufs: core: Fix the HIGH/LOW_TEMP Bit Definitions new c9d2782988df scsi: target: core: Add line break to status show new 8c09f612b293 scsi: ufs: core: Simplify temperature exception event handling new 16b047c9a4dd Merge branch '6.14/scsi-queue' into 6.14/scsi-fixes new 3d4114a1d344 scsi: ufs: core: Ensure clk_gating.lock is used only after [...] new 839a74b5649c scsi: ufs: Fix toggling of clk_gating.state when clock gat [...] new 5363ee9d110e scsi: core: Use GFP_NOIO to avoid circular locking dependency new 9ff7c383b8ac scsi: core: Do not retry I/Os during depopulation new f8fb2403ddeb scsi: ufs: core: Fix use-after free in init error and remo [...] new 87c4b5e8a6b6 scsi: storvsc: Set correct data length for sending SCSI co [...] new 1a78a56ea652 scsi: ufs: core: Fix error return with query response new 5233e3235dec scsi: qla1280: Fix kernel oops when debug level > 2 new 493f3f38da21 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/i2c/i2c-core-base.c | 113 +++++++++++++++++++++++++------------- drivers/scsi/qla1280.c | 2 +- drivers/scsi/scsi_lib.c | 9 ++- drivers/scsi/scsi_lib_test.c | 7 +++ drivers/scsi/scsi_scan.c | 2 +- drivers/scsi/storvsc_drv.c | 1 + drivers/target/target_core_stat.c | 4 +- drivers/ufs/core/ufshcd.c | 68 ++++++++++++----------- drivers/ufs/host/ufshcd-pci.c | 2 - drivers/ufs/host/ufshcd-pltfrm.c | 28 +++------- include/linux/i2c.h | 10 +++- include/ufs/ufs.h | 4 +- include/ufs/ufshcd.h | 1 - 13 files changed, 148 insertions(+), 103 deletions(-)