Comment 7 for bug 2053194

Revision history for this message
GuoqingJiang (guoqingjiang) wrote :

Could someone do git bisect to check which commit could cause the regression? My wild guess would be
the commit which add Intel Alder Lake-P AHCI controller to low power chipsets list or others in the following.

$ git log --oneline Ubuntu-5.15.0-92.102..Ubuntu-5.15.0-94.104 |grep "ata: ahci"
c553eda3bac6 ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list
0e2b3a2aa29d ata: ahci: Add Elkhart Lake AHCI controller
6fd0f4242184 ata: ahci: Rename board_ahci_mobile
65ecbaa1fe47 ata: ahci: Add support for AMD A85 FCH (Hudson D4)
c21705b5ee4f ata: ahci: Drop pointless VPRINTK() calls and convert the remaining ones

$ git log --oneline Ubuntu-hwe-6.5-6.5.0-15.15_22.04.1..Ubuntu-hwe-6.5-6.5.0-17.17_22.04.1|grep "ata: ahci"
df508bb822f9 ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list
2a4dad1ecdf3 ata: ahci: Add Elkhart Lake AHCI controller