Re: [PATCH v1 1/1] x86/defconfigs: Explicitly unset CONFIG_64BIT in i386_defconfig
From: Andy Shevchenko
Date: Mon Jun 23 2025 - 05:21:21 EST
On Mon, Jun 23, 2025 at 11:06:42AM +0200, Borislav Petkov wrote:
> On Mon, Jun 23, 2025 at 10:25:36AM +0300, Andy Shevchenko wrote:
> > From: Daniel Díaz <daniel.diaz@xxxxxxxxxx>
> >
> > A recent refresh of the defconfigs got rid of the following
> > (unset) config:
> >
> > # CONFIG_64BIT is not set
> >
> > Innocuous as it seems, when the config file is saved again the
> > behavior is changed so that CONFIG_64BIT=y.
> >
> > Currently,
> >
> > $ make i386_defconfig
> > $ grep CONFIG_64BIT .config
> > CONFIG_64BIT=y
> >
> > whereas previously (and with this patch):
> >
> > $ make i386_defconfig
> > $ grep CONFIG_64BIT .config
> > # CONFIG_64BIT is not set
> >
> > Fixes: 0e11f689ec03 ("x86/kconfig/32: Refresh defconfig")
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> No SOB by Daniel?
Ah, this is just a cherry-pick (with fixing conflicts, updated Fixes
and removed the last paragraph) of 5y.o. 76366050eb1b ("x86/defconfigs:
Explicitly unset CONFIG_64BIT in i386_defconfig"), it should be standalone
patch. I borrowed the commit message. So, whatever you prefer: I can send
it again as the original one, one of x86 maintainers can do themselves
the cherry-picking / conflict resolution, or I can resend it as mine.
--
With Best Regards,
Andy Shevchenko