Re: file.c:undefined reference to `.dump_emit'

From: Arnd Bergmann
Date: Mon Jul 06 2020 - 09:20:01 EST


On Mon, Jul 6, 2020 at 3:04 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
>
> On Mon, Jul 6, 2020 at 12:17 PM kernel test robot <lkp@xxxxxxxxx> wrote:
> >
> In the interest of keeping things simple, I'd suggest doing this one instead:
>
> --- a/arch/powerpc/platforms/cell/Kconfig
> +++ b/arch/powerpc/platforms/cell/Kconfig
> @@ -44,6 +44,7 @@ config SPU_FS
> tristate "SPU file system"
> default m
> depends on PPC_CELL
> + depends on COREDUMP
> select SPU_BASE
> help
> The SPU file system is used to access Synergistic Processing
>
> I'll send a proper patch if there are no objections.
>

I see now that it's not even a regression, the report was just about
part of the output now coming from a different file.

I'll send the fix anyway, there is no need for this to be broken.

Arnd