From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guo Ren Subject: Re: [PATCH V4 00/27] C-SKY(csky) Linux Kernel Port Date: Mon, 17 Sep 2018 22:37:59 +0800 Message-ID: <20180917143759.GA2612@guoren-Inspiron-7460> References: <20180917215443.3b5808c5@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180917215443.3b5808c5@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: Arnd Bergmann , linux-arch , Linux Kernel Mailing List , Thomas Gleixner , Daniel Lezcano , Jason Cooper , DTML , andrea.parri@amarulasolutions.com, Peter Zijlstra , c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com, Thomas Petazzoni , wbx@uclibc-ng.org, Greentime Hu List-Id: linux-arch.vger.kernel.org On Mon, Sep 17, 2018 at 09:54:43PM +1000, Stephen Rothwell wrote: > Hi Guo, > > On Sun, 16 Sep 2018 12:53:26 +0800 Guo Ren wrote: > > > > I'm Guo Ren from C-SKY and I'm working on csky linux port upstream. > > I've prepared my git-tree based on linux-4.19-rc3: > > git clone -b linux-next https://github.com/c-sky/csky-linux.git > > > > Here is the pre-built cross compiler for fast test from our CI: > > https://gitlab.com/c-sky/buildroot/-/jobs/97941896/artifacts/file/output/images/csky_toolchain_csky_ck860_platform_defconfig_72371bf75a51f27ea59fc34eeaf236e06b75bf69.tar.xz > > > > You can also build newest gcc, binutils and they are upstreamed but not > > released on gnu.org. Glibc is uptreaming now. > > > > Please have a look and any feed back is welcome. > > Added from today (called "csky"). > > Thanks for adding your subsystem tree as a participant of linux-next. As > you may know, this is not a judgement of your code. The purpose of > linux-next is for integration testing and to lower the impact of > conflicts between subsystems in the next merge window. > > You will need to ensure that the patches/commits in your tree/series have > been: > * submitted under GPL v2 (or later) and include the Contributor's > Signed-off-by, > * posted to the relevant mailing list, > * reviewed by you (or another maintainer of your subsystem tree), > * successfully unit tested, and > * destined for the current or next Linux merge window. > > Basically, this should be just what you would send to Linus (or ask him > to fetch). It is allowed to be rebased if you deem it necessary. I am very excited to receive your mail. I have been preparing for this for nearly 3 years. - All files are under GPL v2 - All Contributors have been Signed-off. - All have been reviewed. - For develop detail you can find in: https://github.com/c-sky/csky-linux It records from 'Dec 2015' to 'Sep 2018'. - Here is the newest ltp test result: https://gitlab.com/c-sky/buildroot/-/jobs/98061317 Best Regards Guo Ren From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2200-217.mail.aliyun.com ([121.197.200.217]:39664 "EHLO smtp2200-217.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728757AbeIQUGM (ORCPT ); Mon, 17 Sep 2018 16:06:12 -0400 Date: Mon, 17 Sep 2018 22:37:59 +0800 From: Guo Ren Subject: Re: [PATCH V4 00/27] C-SKY(csky) Linux Kernel Port Message-ID: <20180917143759.GA2612@guoren-Inspiron-7460> References: <20180917215443.3b5808c5@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180917215443.3b5808c5@canb.auug.org.au> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Arnd Bergmann , linux-arch , Linux Kernel Mailing List , Thomas Gleixner , Daniel Lezcano , Jason Cooper , DTML , andrea.parri@amarulasolutions.com, Peter Zijlstra , c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com, Thomas Petazzoni , wbx@uclibc-ng.org, Greentime Hu Message-ID: <20180917143759.nSnoMCRT9_V5VOLXEDm3bctrrP6h3NW1MGiCphKauDY@z> On Mon, Sep 17, 2018 at 09:54:43PM +1000, Stephen Rothwell wrote: > Hi Guo, > > On Sun, 16 Sep 2018 12:53:26 +0800 Guo Ren wrote: > > > > I'm Guo Ren from C-SKY and I'm working on csky linux port upstream. > > I've prepared my git-tree based on linux-4.19-rc3: > > git clone -b linux-next https://github.com/c-sky/csky-linux.git > > > > Here is the pre-built cross compiler for fast test from our CI: > > https://gitlab.com/c-sky/buildroot/-/jobs/97941896/artifacts/file/output/images/csky_toolchain_csky_ck860_platform_defconfig_72371bf75a51f27ea59fc34eeaf236e06b75bf69.tar.xz > > > > You can also build newest gcc, binutils and they are upstreamed but not > > released on gnu.org. Glibc is uptreaming now. > > > > Please have a look and any feed back is welcome. > > Added from today (called "csky"). > > Thanks for adding your subsystem tree as a participant of linux-next. As > you may know, this is not a judgement of your code. The purpose of > linux-next is for integration testing and to lower the impact of > conflicts between subsystems in the next merge window. > > You will need to ensure that the patches/commits in your tree/series have > been: > * submitted under GPL v2 (or later) and include the Contributor's > Signed-off-by, > * posted to the relevant mailing list, > * reviewed by you (or another maintainer of your subsystem tree), > * successfully unit tested, and > * destined for the current or next Linux merge window. > > Basically, this should be just what you would send to Linus (or ask him > to fetch). It is allowed to be rebased if you deem it necessary. I am very excited to receive your mail. I have been preparing for this for nearly 3 years. - All files are under GPL v2 - All Contributors have been Signed-off. - All have been reviewed. - For develop detail you can find in: https://github.com/c-sky/csky-linux It records from 'Dec 2015' to 'Sep 2018'. - Here is the newest ltp test result: https://gitlab.com/c-sky/buildroot/-/jobs/98061317 Best Regards Guo Ren