Linus, The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8: Linux 6.15-rc1 (2025-04-06 13:11:33 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/libata/linux tags/ata-6.15-rc2 for you to fetch changes up to 8d46a27085039158eb5e253ab8a35a0e33b5e864: ata: sata_sx4: Add error handling in pdc20621_i2c_read() (2025-04-09 15:24:49 +0900) ---------------------------------------------------------------- ata fixes for 6.15-rc1 - Fix missing error checks during controller probe in the sata_sx4 driver (Wentao) - Fix missing error checks during controller probe in the pata_pxa driver (Henry) ---------------------------------------------------------------- Henry Martin (1): ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe() Wentao Liang (1): ata: sata_sx4: Add error handling in pdc20621_i2c_read() drivers/ata/pata_pxa.c | 6 ++++++ drivers/ata/sata_sx4.c | 13 ++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-)