From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f195.google.com ([209.85.216.195]:35279 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726900AbeINVZB (ORCPT ); Fri, 14 Sep 2018 17:25:01 -0400 MIME-Version: 1.0 References: <20180914143719.GA27689@guoren-Inspiron-7460> <20180914160231.GA32161@guoren-Inspiron-7460> In-Reply-To: <20180914160231.GA32161@guoren-Inspiron-7460> From: Arnd Bergmann Date: Fri, 14 Sep 2018 18:09:35 +0200 Message-ID: Subject: Re: [PATCH V4 00/27] C-SKY(csky) Linux Kernel Port Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Guo Ren Cc: 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 , Stephen Rothwell Message-ID: <20180914160935.Ysl_r8_Yjp3IEkmibs5BFl4VeMaTF_ZzYi61BXHSsXM@z> On Fri, Sep 14, 2018 at 6:02 PM Guo Ren wrote: > > On Fri, Sep 14, 2018 at 04:46:56PM +0200, Arnd Bergmann wrote: > > On Fri, Sep 14, 2018 at 4:37 PM Guo Ren wrote: > > > One level below that, you can of course choose to build > > a distro with only 64-bit time_t regardless of whether there > > is still support for 32-bit time_t in kernel and glibc or not. > Do you mean I could merge kernel port into linux-4.19 or linux-4.20. > But let glibc merged after linux-4.21 and csky glibc only support > time64 syscalls ? Yes, that's what I meant. Note that it won't get merged into 4.19: the merge window for that was after the 4.18 release and no new features are getting merged for 4.19 that have not made it into 4.19-rc1 already. Getting your code into linux-next now is the prerequisite for you sending a pull request during the 4.20 window. Arnd