On 7/12/19 7:19 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.2.1 release. > There are 61 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Sun 14 Jul 2019 12:14:36 PM UTC. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.2.1-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.2.y > and the diffstat can be found below. We found that we have SATA issues on multiple types of aarch64 servers when we try to boot 5.2.1-rc1. > [ 14.187034] ata4: SATA max UDMA/133 abar m2097152@0x817000000000 port 0x817000000100 irq 32 > [ 14.195703] ahci 0005:00:08.0: SSS flag set, parallel bus scan disabled > [ 14.202336] ahci 0005:00:08.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode > [ 14.210442] ahci 0005:00:08.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst > [ 14.220444] ahci 0005:00:08.0: port 0 is not capable of FBS > [ 14.226557] WARNING: CPU: 48 PID: 500 at drivers/ata/libata-core.c:6622 ata_host_activate+0x13c/0x150 > [ 14.235767] Modules linked in: > [ 14.238819] CPU: 48 PID: 500 Comm: kworker/48:1 Not tainted 5.2.0-0ecfebd.cki #1 > [ 14.246204] Hardware name: Cavium ThunderX CRB/To be filled by O.E.M., BIOS 0ACGA023 11/22/2018 > [ 14.254901] Workqueue: events work_for_cpu_fn > [ 14.259250] pstate: 00400005 (nzcv daif +PAN -UAO) > [ 14.264030] pc : ata_host_activate+0x13c/0x150 > [ 14.268464] lr : ata_host_activate+0x70/0x150 > [ 14.272809] sp : ffff00001a383bd0 > [ 14.276114] x29: ffff00001a383bd0 x28: ffff810fa4175080 > [ 14.281416] x27: ffff810fa9b00e80 x26: 0000000000000001 > [ 14.286718] x25: ffff000010fb37f8 x24: 0000000000000080 > [ 14.292020] x23: ffff000011831150 x22: ffff0000107f3908 > [ 14.297322] x21: 0000000000000000 x20: ffff810fa9b00e80 > [ 14.302624] x19: 0000000000000000 x18: 0000000000000000 > [ 14.307926] x17: 0000000000000000 x16: 0000000000000000 > [ 14.313228] x15: 0000000000000010 x14: ffffffffffffffff > [ 14.318530] x13: ffff00009a38378f x12: ffff00001a383797 > [ 14.323832] x11: ffff0000116e5000 x10: ffff0000112a7069 > [ 14.329134] x9 : 0000000000000000 x8 : ffff8000fbcd6500 > [ 14.334436] x7 : 0000000000000000 x6 : 000000000000007f > [ 14.339738] x5 : 0000000000000080 x4 : ffff810fa47c4348 > [ 14.345041] x3 : ffff810fa47c4344 x2 : ffff810fa9b80c00 > [ 14.350343] x1 : ffff810fa47c4344 x0 : 0000000000000000 > [ 14.355646] Call.358084] ata_host_activate+0x13c/0x150 > [ 14.362177] ahci_host_activate+0x164/0x1d0 > [ 14.366351] ahci_init_one+0x6d4/0xcbc > [ 14.370098] local_pci_probe+0x44/0x98 > [ 14.373837] work_for_cpu_fn+0x20/0x30 > [ 14.377578] process_one_work+0x1bc/0x3e8 > [ 14.381578] worker_thread+0x220/0x440 > [ 14.385318] kthread+0x104/0x130 > [ 14.388541] ret_from_fork+0x10/0x18 > [ 14.392110] ---[ end trace 22a48d296a1d11eb ]--- We haven't narrowed it down to which patch caused the problem, but we started seeing the failures after commit b4c577f035071bd0a3523e186602d54fdcaf80ef went into stable-queue. -- Major Hayden