Re: Pull Request for linux-next

From: Greentime Hu
Date: Wed Feb 21 2018 - 22:36:50 EST


2018-02-22 8:29 GMT+08:00 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>:
> Hi Greentime,
>
> On Wed, 21 Feb 2018 16:14:39 +0800 Greentime Hu <green.hu@xxxxxxxxx> wrote:
>>
>> Could you please add https://github.com/andestech/linux.git next
>> to linux-next
>>
>> I will be sending pull requests to Linus for nds32 to be
>> included for 4.17 release.
>>
>> https://lkml.org/lkml/2018/2/14/423
>
> OK, I can't actually use your tree as it is at the moment. It contains
> a set of patches that are copies of some commits in Linus' tree - it
> looks like a rebase gone wrong. Please fix that up and try again.

Hi, Stephen:

Sorry about that.
I did the following steps this time and please pull again.

git remote add mainline https://github.com/torvalds/linux
git fetch --all
git checkout -b next v4.16-rc1
git am ./tmp/*.patch

Please let me know if I did something wrong.