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

From: Guo Ren
Date: Thu Jan 10 2019 - 07:33:48 EST


On Thu, Jan 10, 2019 at 12:22:46PM +0100, Arnd Bergmann wrote:
> 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.

Thx for the reply, I've sent a patch for it.

Best Regards
Guo Ren