Re: [GIT PULL] csky fixup for linux-5.0-rc1

From: Arnd Bergmann
Date: Thu Jan 10 2019 - 06:23:06 EST


On Thu, Jan 10, 2019 at 9:11 AM Guo Ren <guoren@xxxxxxxxxx> wrote:
>
> Sorry Linus,
>
> This pull-request is wrong on the patch:
> "csky: fixup module relocation error with 807 & 860".
> diff --git a/arch/csky/kernel/module.c b/arch/csky/kernel/module.c
> - uint16_t location_tmp = (uint16_t *)location;
> + uint16_t *location_tmp = (uint16_t *)location;
>
> Please drop it if possible and I'll send another [GIT PULL].

It's already pulled into mainline, so it can't be undone, you have
to send a separate pull request, based on top of the patches
that got pulled.

Arnd