Received: by 10.213.65.68 with SMTP id h4csp412113imn; Tue, 20 Mar 2018 06:24:13 -0700 (PDT) X-Google-Smtp-Source: AG47ELsgL6OzCkqOu+9Lvwc9L/GL7sKM/Qdb2EuspzZ6PxrcaWxoxDDakqGTuzw7wzzxTbC6OumQ X-Received: by 10.101.81.8 with SMTP id f8mr12066872pgq.13.1521552253717; Tue, 20 Mar 2018 06:24:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521552253; cv=none; d=google.com; s=arc-20160816; b=M7TqZNZBUPNGVQaytW5JAMdMsPYboglFvHSwziTAYhlukMGJWCVk/9iWWT2nrD41eJ PyjLGpMZkD7b8D6xst9omyNDVkptLyDXe4Esi9SUPO739caHlEXlF1T9oQqKWkd8o1Yl SiKz8EDuB4YS2lYd5kad4OVYNyBTXzpnkcws1witgSVPJVIwJOUuu/Lu8AUvFzTofoG4 GRRb1h5RbFFiaGG77G71ZSUrP5Jf8DkrYApX3RaB7gOj9F4ZmXIBFXpudKCpS9NUYm2p pR90/p7Wr4WbEv2JUvK1yzUO8OR6GmJin5dVKzmq2H8mEpaHuEkJC98Ew/BrEyQjngQz jKjw== 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:arc-authentication-results; bh=T216Hls0N2OGMq7FTvDvIM9VyJEQqlNbdjwFy2QhKqQ=; b=zju6Lhy6qE4FmuQJjIk6BJfA/ezKTIfnvtmSqwtvguwdeTN4eX89ReVoifxQ1NrzVq IzNC74lzHshfYo97SNY/NGpTRH6WtZm4hx3zSYDYxeLDc/DHRCwgD9Woq4kW+w77SqO5 itajf1YjwbN3uYTxagC08v9oi90goPhGVJKSjfXBh+1a3MgGeY3M38QfXJVNSxxXveQ2 JsL24W29cmSr57mHuN+dunK3SbOoIbiwqXQPYlHiifCNEnzrNGJiQ2341NSHcu72DWzY OIS+iyheAzGqlm/gq/fOaSiltHJHiXMbCTkF6tfutiN4SSZqUq8ydTvsNyL0AYQbQPgM Ehfg== 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 o1-v6si1660235pld.255.2018.03.20.06.23.59; Tue, 20 Mar 2018 06:24:13 -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 S1753528AbeCTNXB (ORCPT + 99 others); Tue, 20 Mar 2018 09:23:01 -0400 Received: from smtp2200-217.mail.aliyun.com ([121.197.200.217]:56906 "EHLO smtp2200-217.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753246AbeCTNW4 (ORCPT ); Tue, 20 Mar 2018 09:22:56 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.1387036|-1;CH=green;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03306;MF=ren_guo@c-sky.com;NM=1;PH=DS;RN=10;RT=10;SR=0;TI=SMTPD_---.BNX7NYp_1521552158; Received: from localhost(mailfrom:ren_guo@c-sky.com fp:223.93.147.148) by smtp.aliyun-inc.com(10.147.41.121); Tue, 20 Mar 2018 21:22:38 +0800 Date: Tue, 20 Mar 2018 21:22:38 +0800 From: Guo Ren To: Arnd Bergmann Cc: linux-arch , Linux Kernel Mailing List , Thomas Gleixner , Daniel Lezcano , Jason Cooper , c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com, thomas.petazzoni@bootlin.com, wbx@uclibc-ng.org Subject: Re: [PATCH 14/19] csky: Misc headers Message-ID: <20180320132237.GA11611@guoren> References: <9cb4cf158b8c73325dc524cba8d575e41647131f.1521399976.git.ren_guo@c-sky.com> <20180320033654.GA21731@guoren> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Tue, Mar 20, 2018 at 03:54:53PM +0800, Arnd Bergmann wrote: > We generally assume that any upstream kernel ABI cannot be changed, so this > has to be changed before the code gets merged upstream. > > You can obviously maintain the old and the new ABI in parallel for a while, > until the libc supports the new ABI, but you can't do that in the patches > you send for integration. > > This is more important for the list of system calls, but when you change > the ABI, it should be changed all at once. Ok, follow the rules. I will modify uclibc-ng and glibc now.