RE: mmotm 2020-07-27-18-18 uploaded (drivers/scsi/ufs/: SCSI_UFS_EXYNOS)

From: Alim Akhtar
Date: Tue Jul 28 2020 - 04:24:11 EST


Hi Randy,

> -----Original Message-----
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Sent: 28 July 2020 08:53
> To: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>; broonie@xxxxxxxxxx; linux-
> fsdevel@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; linux-mm@xxxxxxxxx;
> linux-next@xxxxxxxxxxxxxxx; mhocko@xxxxxxx; mm-commits@xxxxxxxxxxxxxxx;
> sfr@xxxxxxxxxxxxxxxx; linux-scsi <linux-scsi@xxxxxxxxxxxxxxx>; Alim Akhtar
> <alim.akhtar@xxxxxxxxxxx>; Seungwon Jeon <essuuj@xxxxxxxxx>
> Subject: Re: mmotm 2020-07-27-18-18 uploaded (drivers/scsi/ufs/:
> SCSI_UFS_EXYNOS)
>
> On 7/27/20 6:19 PM, Andrew Morton wrote:
> > The mm-of-the-moment snapshot 2020-07-27-18-18 has been uploaded to
> >
> > http://www.ozlabs.org/~akpm/mmotm/
> >
> > mmotm-readme.txt says
> >
> > README for mm-of-the-moment:
> >
> > http://www.ozlabs.org/~akpm/mmotm/
> >
> > This is a snapshot of my -mm patch queue. Uploaded at random
> > hopefully more than once a week.
> >
> > You will need quilt to apply these patches to the latest Linus release
> > (5.x or 5.x-rcY). The series file is in broken-out.tar.gz and is
> > duplicated in http://ozlabs.org/~akpm/mmotm/series
> >
>
> on i386:
>
> when CONFIG_OF is not set/enabled:
>
> WARNING: unmet direct dependencies detected for PHY_SAMSUNG_UFS
> Depends on [n]: OF [=n] && (ARCH_EXYNOS || COMPILE_TEST [=y])
> Selected by [m]:
> - SCSI_UFS_EXYNOS [=m] && SCSI_LOWLEVEL [=y] && SCSI [=y] &&
> SCSI_UFSHCD_PLATFORM [=m] && (ARCH_EXYNOS || COMPILE_TEST [=y])
>
Have already posted a fix for this [1]
[1] https://www.spinics.net/lists/linux-scsi/msg144970.html

>
> Full randconfig file is attached.
>
Thanks for config file, I can reproduce it and confirm that [1] above fixes this Warning.

>
> --
> ~Randy
> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>