Re: Linux 5.13-rc1

From: Linus Torvalds
Date: Mon May 10 2021 - 14:56:08 EST


On Mon, May 10, 2021 at 10:54 AM Naresh Kamboju
<naresh.kamboju@xxxxxxxxxx> wrote:
>
> Regressions (compared to build v5.12)
> ------------------------------------
>
> Regression on TI BeagleBoard-X15 arm32 bit platform as the device was not able
> to detect SATA drive.
>
> Which is fixed by Tony Lindgren but this is yet to get into the mainline tree.
>
> "
> Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> reported that Beaglebone-X15
> does not detect sata drives any longer after dra7 was flipped to boot with
> device tree data only. Turns out we are now missing the sata related quirk
> flags in ti-sysc that we used to have earlier.
>
> Fixes: 98feab31ac49 ("ARM: OMAP2+: Drop legacy platform data for dra7 sata")
> Fixes: 21206c8f2cb5 ("ARM: OMAP2+: Drop legacy platform data for omap5 sata")
> Link: https://lore.kernel.org/regressions/CA+G9fYtTN6ug3eBAW3wMcDeESUo+ebj7L5HBe5_fj4uqDExFQg@xxxxxxxxxxxxxx/
> "
> ref:
> https://lore.kernel.org/linux-arm-kernel/20210507112857.12753-1-tony@xxxxxxxxxxx/

Ok, thanks, looks good.

I'm assuming I'll be getting that fix through the usual ARM SoC trees,
so it will hopefully be all good by rc2.

Thanks,

Linus