Re: [PATCH 4.4 00/41] 4.4.198-stable review

From: Greg Kroah-Hartman
Date: Mon Oct 28 2019 - 09:49:11 EST


On Mon, Oct 28, 2019 at 06:32:14AM -0700, Guenter Roeck wrote:
> On 10/27/19 2:00 PM, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 4.4.198 release.
> > There are 41 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Tue 29 Oct 2019 08:27:02 PM UTC.
> > Anything received after that time might be too late.
> >
>
>
> Building mips:defconfig ... failed
> --------------
> Error log:
> In file included from /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/include/asm/bitops.h:21,
> from /opt/buildbot/slave/stable-queue-4.9/build/include/linux/bitops.h:17,
> from /opt/buildbot/slave/stable-queue-4.9/build/include/linux/kernel.h:10,
> from /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/kernel/cpu-probe.c:15:
> /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/kernel/cpu-probe.c: In function 'cpu_probe':
> /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/include/asm/cpu-features.h:349:31: error: implicit declaration of function '__ase' [-Werror=implicit-function-declaration]
> 349 | #define cpu_has_loongson_mmi __ase(MIPS_ASE_LOONGSON_MMI)
> | ^~~~~
> /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/kernel/cpu-probe.c:2079:6: note: in expansion of macro 'cpu_has_loongson_mmi'
> 2079 | if (cpu_has_loongson_mmi)
> | ^~~~~~~~~~~~~~~~~~~~
> /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/kernel/cpu-probe.c:2083:16: error: 'HWCAP_LOONGSON_CAM' undeclared (first use in this function); did you mean 'HWCAP_LOONGSON_EXT'?
> 2083 | elf_hwcap |= HWCAP_LOONGSON_CAM;
> | ^~~~~~~~~~~~~~~~~~
> | HWCAP_LOONGSON_EXT
> /opt/buildbot/slave/stable-queue-4.9/build/arch/mips/kernel/cpu-probe.c:2083:16: note: each undeclared identifier is reported only once for each function it appears in
>
>
> Affects all mips builds in v{4.4, 4.9, 4.14}.

Ugh, let me see what happened...