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

From: Linus Torvalds
Date: Thu Jan 10 2019 - 06:59:43 EST


On Thu, Jan 10, 2019 at 12:11 AM Guo Ren <guoren@xxxxxxxxxx> wrote:
>
> 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].

Too late, already pulled.

Send a patch, and I'll apply it. Or send a pull request with updates
if there's more than that oneliner..

Linus