Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp4065499imm; Mon, 17 Sep 2018 07:41:17 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZCklNTkLNccEGrcmFrZ98tPT+VM0Fzuznveem74WPM10lR02SukHoXt9Gz42Vr9vEpul06 X-Received: by 2002:a62:3545:: with SMTP id c66-v6mr26006767pfa.63.1537195277524; Mon, 17 Sep 2018 07:41:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537195277; cv=none; d=google.com; s=arc-20160816; b=hVv2E1LsXE2N+qPqeVmiZrg2mucZStJcdLvBsVyx+EqQXYuyLIFhWZnnN8MGcD/vT8 G0+TZu1NLPiRCR1iCuZRXIPfydjdLhvZOX6Dl4vPzD8wDom5kQLiZEsfZokU5GVTzYWv ermX3rX3c0NRR5c7rLpnT91r6kEey/3BVOXKfDq+touTmeCT88yhG7iQbegq0EnxAYKV aQR0eeVaSZsMeubfsffUfZ9Z1nO0gAxvBTvzFxTUo3lWs5veA1VoZeRfJr6BHl6PiJM1 pPPYzYydgDIGMrupE7kR6DRiXjMOReseJErpV5vzDHcjVQnek+ZURV5TbU0cxSiPrtr4 3pFA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=fM0eany5i35YFQsU5ekRQW/Zijy86ndf6jobbSS7wXk=; b=l07e48oRa5I4JCitK1Fjb5Y93vPiElsHEKHfP+OtHU0LKS+rL6VvYeYhkrR3EBWfFb qnqbBghc/zg7383IKwFgr7VoYwn9kZwGAhdT6UzKSgNNsLyOYTj9QgKhhy++J82X7GwN UAUK89Fbqu/dtLdzbt6uWjARw17eMgRiNEaEUQq9uPF0qmbSbSwN5F/iEqY7/VufCKnh 2hP7TXQAb2SYqIbvrmVE26kTFr/zPtfcR370+r/sMp30ZQKxSq669qvcqPcQPUIhlaBY z4ar08Yl7k1/q3wz/Zmo7/wSSeD1ALg7cwOfbk1d5IRl57Kvw1mQxcjW4NaYq/+UIJWu d3Mg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w1-v6si16118143plq.352.2018.09.17.07.40.48; Mon, 17 Sep 2018 07:41:17 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729059AbeIQUGN (ORCPT + 99 others); Mon, 17 Sep 2018 16:06:13 -0400 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 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.08021893|-1;CH=green;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03299;MF=ren_guo@c-sky.com;NM=1;PH=DS;RN=15;RT=15;SR=0;TI=SMTPD_---.Cs.KY0z_1537195080; Received: from localhost(mailfrom:ren_guo@c-sky.com fp:SMTPD_---.Cs.KY0z_1537195080) by smtp.aliyun-inc.com(10.147.41.187); Mon, 17 Sep 2018 22:38:00 +0800 Date: Mon, 17 Sep 2018 22:37:59 +0800 From: Guo Ren 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 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> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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