Bug 195873 - sata_mv broken in 4.11
Summary: sata_mv broken in 4.11
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Other (show other bugs)
Hardware: ARM Linux
: P1 high
Assignee: drivers_other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-24 20:50 UTC by Mario Lange
Modified: 2017-05-24 20:59 UTC (History)
0 users

See Also:
Kernel Version: 4.11
Subsystem:
Regression: No
Bisected commit-id:


Attachments
bootlog 4.11 (9.67 KB, text/plain)
2017-05-24 20:50 UTC, Mario Lange
Details
temporary patch to get sata_mv to work on Buffalo Linkstation LS-QVL (1.21 KB, patch)
2017-05-24 20:59 UTC, Mario Lange
Details | Diff

Description Mario Lange 2017-05-24 20:50:19 UTC
Created attachment 256703 [details]
bootlog 4.11

Hi!

I have compiled kernel 4.11 and this one seems to have changes in drivers/ata/sata_mv.c which will make my Buffalo Linksation unbootable! 4.10.17 is working like expected!

*** 4.10.17 bootlog: sata_mv f1080000.sata: slots 32 ports 2 ***
4.11 bootlog: sata_mv f1080000.sata: can't request region for resource [mem 0xf1080000-0xf1084fff] ***
Comment 1 Mario Lange 2017-05-24 20:57:12 UTC
I have patched the 4.11 version of drivers/ata/sata_mv.c back to the old 4.10.17 version and it works ;-)

Linux nasbuf 4.11.2-marvell #1 Sun May 21 23:13:09 CEST 2017 armv5tel GNU/Linux
t-server [~] > dmesg | grep -i sata
[    9.810833] sata_mv f1080000.sata: version 1.28
[    9.811057] sata_mv f1080000.sata: slots 32 ports 2
[    9.869296] scsi host0: sata_mv
[    9.890552] scsi host1: sata_mv
[    9.899370] ata1: SATA max UDMA/133 irq 33
[    9.903518] ata2: SATA max UDMA/133 irq 33
[   10.380007] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[   12.198337] ata2: SATA link down (SStatus 0 SControl F300)
Comment 2 Mario Lange 2017-05-24 20:59:44 UTC
Created attachment 256705 [details]
temporary patch to get sata_mv to work on Buffalo Linkstation LS-QVL

Note You need to log in before you can comment on or make changes to this bug.