Re: [PATCH V2 13/14] LoongArch: Adjust default config files for 32BIT/64BIT

From: Huacai Chen

Date: Thu Nov 20 2025 - 03:16:26 EST


Hi, Thomas,

On Thu, Nov 20, 2025 at 4:11 PM Thomas Weißschuh
<thomas.weissschuh@xxxxxxxxxxxxx> wrote:
>
> On Tue, Nov 18, 2025 at 07:27:27PM +0800, Huacai Chen wrote:
> > Add loongson32_defconfig (for 32BIT) and rename loongson3_defconfig to
> > loongson64_defconfig (for 64BIT).
> >
> > Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
> > Signed-off-by: Huacai Chen <chenhuacai@xxxxxxxxxxx>
> > ---
> > arch/loongarch/configs/loongson32_defconfig | 1110 +++++++++++++++++
> > ...ongson3_defconfig => loongson64_defconfig} | 0
> > 2 files changed, 1110 insertions(+)
> > create mode 100644 arch/loongarch/configs/loongson32_defconfig
> > rename arch/loongarch/configs/{loongson3_defconfig => loongson64_defconfig} (100%)
>
> KBUILD_DEFCONFIG also needs to be adapted to this rename.
That is done in the last patch.

>
> FYI the cover letter says the series is based on v6.16-rc6, but the series
> doesn't apply to it.
Not 6.16-rc6, but 6.18-rc6, and the next version will be on top of 6.18-rc7.

Huacai

>
> (...)