Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'ata-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata

Pull libata fix from Damien Le Moal:
"Fix device probe issues with some combination of adapters & devices
that do not report a current link speed, leading to device probe
failures if a link speed was not previously reported and saved (me)"

* tag 'ata-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata:
ata: libata: Fix sata_down_spd_limit() when no link speed is reported

+1 -1
+1 -1
drivers/ata/libata-core.c
··· 3109 3109 */ 3110 3110 if (spd > 1) 3111 3111 mask &= (1 << (spd - 1)) - 1; 3112 - else 3112 + else if (link->sata_spd) 3113 3113 return -EINVAL; 3114 3114 3115 3115 /* were we already at the bottom? */