Hi Randy, > -----Original Message----- > From: Randy Dunlap <rdun...@infradead.org> > Sent: 28 July 2020 08:53 > To: Andrew Morton <a...@linux-foundation.org>; broo...@kernel.org; linux- > fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; linux...@kvack.org; > linux-n...@vger.kernel.org; mho...@suse.cz; mm-comm...@vger.kernel.org; > s...@canb.auug.org.au; linux-scsi <linux-s...@vger.kernel.org>; Alim Akhtar > <alim.akh...@samsung.com>; Seungwon Jeon <ess...@gmail.com> > 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 <rdun...@infradead.org>