Re: Kconfig CONFIG_FB dependency regression

2022-02-08 Thread Arnd Bergmann
On Tue, Feb 8, 2022 at 11:42 PM Thinh Nguyen wrote: > Randy Dunlap wrote: > > On 2/8/22 12:10, Thinh Nguyen wrote: > >> Randy Dunlap wrote: > >>> On 2/3/22 19:21, Thinh Nguyen wrote: > Ah.. It's because I don't use old.config as the base config. I use > x86_64_defconfig as the base plus some

Re: Kconfig CONFIG_FB dependency regression

2022-02-08 Thread Randy Dunlap
Hi-- On 2/8/22 12:10, Thinh Nguyen wrote: > Randy Dunlap wrote: >> >> >> On 2/3/22 19:21, Thinh Nguyen wrote: >>> Arnd Bergmann wrote: On Thu, Feb 3, 2022 at 12:55 AM Thinh Nguyen wrote: > Arnd Bergmann wrote: >> On Wed, Feb 2, 2022 at 1:14 AM Thinh Nguyen >> wrote:

Re: Kconfig CONFIG_FB dependency regression

2022-02-03 Thread Randy Dunlap
On 2/3/22 19:21, Thinh Nguyen wrote: > Arnd Bergmann wrote: >> On Thu, Feb 3, 2022 at 12:55 AM Thinh Nguyen >> wrote: >>> Arnd Bergmann wrote: On Wed, Feb 2, 2022 at 1:14 AM Thinh Nguyen wrote: > Fabio Estevam wrote: CONFIG_FB should not normally be needed for

Re: Kconfig CONFIG_FB dependency regression

2022-02-02 Thread Arnd Bergmann
On Thu, Feb 3, 2022 at 12:55 AM Thinh Nguyen wrote: > Arnd Bergmann wrote: > > On Wed, Feb 2, 2022 at 1:14 AM Thinh Nguyen > > wrote: > >> Fabio Estevam wrote: > > > > CONFIG_FB should not normally be needed for booting, so unless > > you have a graphical application in your initramfs that

Re: Kconfig CONFIG_FB dependency regression

2022-02-02 Thread Randy Dunlap
Hi-- On 2/2/22 15:55, Thinh Nguyen wrote: > Arnd Bergmann wrote: >> On Wed, Feb 2, 2022 at 1:14 AM Thinh Nguyen >> wrote: >>> Fabio Estevam wrote: On Tue, Feb 1, 2022 at 8:06 PM Randy Dunlap wrote: > > On 2/1/22 15:01, Thinh Nguyen wrote: >> Hi, >> >> One of our test

Re: Kconfig CONFIG_FB dependency regression

2022-02-01 Thread Arnd Bergmann
On Wed, Feb 2, 2022 at 1:14 AM Thinh Nguyen wrote: > Fabio Estevam wrote: > > On Tue, Feb 1, 2022 at 8:06 PM Randy Dunlap wrote: > >> > >> On 2/1/22 15:01, Thinh Nguyen wrote: > >>> Hi, > >>> > >>> One of our test setups is unable to boot (stuck at initramfs). Git > >>> bisection points to the

Re: Kconfig CONFIG_FB dependency regression

2022-02-01 Thread Fabio Estevam
Hi Thinh, On Tue, Feb 1, 2022 at 8:06 PM Randy Dunlap wrote: > > On 2/1/22 15:01, Thinh Nguyen wrote: > > Hi, > > > > One of our test setups is unable to boot (stuck at initramfs). Git > > bisection points to the commit below: > > > > f611b1e7624c ("drm: Avoid circular dependencies for

Re: Kconfig CONFIG_FB dependency regression

2022-02-01 Thread Randy Dunlap
On 2/1/22 15:01, Thinh Nguyen wrote: > Hi, > > One of our test setups is unable to boot (stuck at initramfs). Git > bisection points to the commit below: > > f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB") > > Reverting this patch resolves the issue. This issue persists in