On 3/25/20 2:20 PM, Bjorn Helgaas wrote: > On Wed, Mar 25, 2020 at 05:01:43PM +0000, Lorenzo Pieralisi wrote: >> On Wed, Mar 25, 2020 at 08:43:32PM +0530, Vidya Sagar wrote: >>> Also, I wanted to know how can I catch this locally? i.e. How can I >>> generate the config file attached by Randy locally so that I can get the >>> source ready without these kind of issues? > > Randy attached the config-r1578 file to his initial report. I saved > that attachment, then: > > $ git checkout next > $ make mrproper > $ cp ~/Downloads/config-r1578 .config > $ make drivers/pci/controller/ Hi Vidya, All I do is run 20 of these on each linux-next and mmotm release: $ make clean; make randconfig; make all and see what happens. -- ~Randy